:root{--color-bg:#faf7f4;--color-surface:#f0e9e4;--color-border:#e0cfc8;--color-accent:#9d4a26;--color-accent-hover:#b5562d;--color-text:#1c0f0a;--color-text-muted:#7a5a4e;--font-body:"Inter", system-ui, sans-serif;--font-heading:"Outfit", system-ui, sans-serif;--navbar-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.6}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.btn-primary{background:var(--color-accent);color:#fff;font-size:.95rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.btn-outline{color:var(--color-text);border:1px solid var(--color-border);font-size:.95rem;font-weight:600;font-family:var(--font-body);background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:border-color .2s,color .2s,transform .15s;display:inline-flex}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-1px)}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.page-wrapper{padding-top:var(--navbar-h);min-height:100vh}.navbar{height:var(--navbar-h);z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#faf7f4d9;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.navbar__logo{align-items:center;display:flex}.navbar__logo img{width:auto;max-height:96px;padding:8px;display:block}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__links a{color:var(--color-text-muted);padding-bottom:2px;font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.navbar__links a:hover,.navbar__links a.active{color:var(--color-text)}.navbar__links a.active:after{content:"";background:var(--color-accent);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.navbar__hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--color-text);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.navbar__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__links{top:var(--navbar-h);background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-direction:column;gap:0;padding:.5rem 0;display:none;position:absolute;left:0;right:0}.navbar__links.open{display:flex}.navbar__links a{border-bottom:1px solid var(--color-border);width:100%;padding:.85rem 1.5rem;font-size:1rem}.navbar__links a.active:after{display:none}}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:auto;padding:3rem 0 2rem}.footer__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:2.5rem;display:grid}.footer__brand .footer__logo{font-family:var(--font-heading);margin-bottom:.6rem;font-size:1.3rem;font-weight:800}.footer__brand .footer__logo .logo-x{color:var(--color-accent)}.footer__brand .footer__logo img{opacity:.8;width:auto;height:256px;display:block;transform:scale(1.8)}.footer__brand p{color:var(--color-text-muted);max-width:220px;font-size:.9rem;line-height:1.5}.footer__nav h4,.footer__contact h4{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem;font-size:.8rem;font-weight:700}.footer__nav ul{flex-direction:column;gap:.55rem;display:flex}.footer__nav a{color:var(--color-text-muted);font-size:.9rem;transition:color .2s}.footer__nav a:hover{color:var(--color-accent)}.footer__contact p{color:var(--color-text-muted);margin-bottom:.4rem;font-size:.9rem}.footer__contact a{color:var(--color-accent)}.footer__bottom{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);padding-top:1.5rem;font-size:.85rem}@media (width<=768px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.typewriter-cursor{background:var(--color-accent);vertical-align:middle;border-radius:1px;width:3px;height:.85em;margin-left:3px;animation:.75s step-start infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.home-hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f11f 0%,#0000 70%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-hero__content{z-index:1;max-width:760px;position:relative}.home-hero__content h1{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.08}.home-hero__content h1 em{color:var(--color-text);min-height:3.24em;text-shadow:4px 4px var(--color-border);font-style:normal;display:block}.home-hero__content p{color:var(--color-text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.home-hero__ctas{flex-wrap:wrap;gap:1rem;display:flex}.home-services{border-top:1px solid var(--color-border);padding:6rem 0}.home-services__header{margin-bottom:3rem}.home-services__header h2{font-family:var(--font-heading);letter-spacing:-.02em;font-size:2rem;font-weight:800}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;transition:border-color .25s,box-shadow .25s}.service-card:hover{border-color:var(--color-accent);box-shadow:0 0 24px #6366f11f}.service-card__icon{margin-bottom:1rem;font-size:1.8rem}.service-card h3{font-family:var(--font-heading);margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.service-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6}.home-projects{border-top:1px solid var(--color-border);padding:6rem 0}.home-projects__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.home-projects__header h2{font-family:var(--font-heading);letter-spacing:-.02em;font-size:2rem;font-weight:800}.home-projects__header a{color:var(--color-accent);font-size:.9rem;font-weight:600;transition:color .2s}.home-projects__header a:hover{color:var(--color-accent-hover)}.home-projects__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.project-card-mini{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;transition:border-color .25s,transform .2s;overflow:hidden}.project-card-mini:hover{border-color:var(--color-accent);transform:translateY(-3px)}.project-card-mini__thumb{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);height:200px}.project-card-mini__body{padding:1.5rem}.project-card-mini__body h3{font-family:var(--font-heading);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.project-card-mini__body p{color:var(--color-text-muted);font-size:.9rem}.home-cta{border-top:1px solid var(--color-border);padding:6rem 0}.home-cta__inner{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:16px;padding:4rem 3rem;position:relative;overflow:hidden}.home-cta__inner:before{content:"";pointer-events:none;background:radial-gradient(#6366f126 0%,#0000 70%);width:500px;height:300px;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.home-cta__inner h2{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;position:relative}.home-cta__inner p{color:var(--color-text-muted);margin-bottom:2rem;position:relative}.home-cta__inner .btn-primary{position:relative}@media (width<=768px){.home-services__grid,.home-projects__grid{grid-template-columns:1fr}.home-projects__header{flex-direction:column;align-items:flex-start;gap:.75rem}.home-cta__inner{padding:2.5rem 1.5rem}}.page-hero{border-bottom:1px solid var(--color-border);padding:5rem 0 3.5rem}.page-hero h1{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.page-hero p{color:var(--color-text-muted);max-width:560px;font-size:1.1rem}.ety-origin{border-bottom:1px solid var(--color-border);padding:5rem 0}.ety-origin__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.ety-origin__prose h2{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.6rem;font-weight:800}.ety-origin__prose p{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.8}.ety-origin__prose p strong{color:var(--color-text)}.truth-table-wrap h3{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.truth-table{border-collapse:collapse;width:100%;font-family:ui-monospace,Consolas,monospace;font-size:.9rem}.truth-table th{background:var(--color-surface);color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;text-align:center;border:1px solid var(--color-border);padding:.65rem 1rem;font-size:.8rem}.truth-table td{text-align:center;border:1px solid var(--color-border);color:var(--color-text-muted);padding:.6rem 1rem}.truth-table tr.highlight td{color:var(--color-text);background:#6366f114;font-weight:600}.truth-table td.result-1{color:var(--color-accent)}.ety-slogan{border-bottom:1px solid var(--color-border);text-align:center;padding:6rem 0}.ety-slogan__big{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:1}.ety-slogan__big span{color:var(--color-accent)}.ety-slogan__sub{color:var(--color-text-muted);font-size:1.15rem;font-style:italic}.ety-philosophy{padding:5rem 0}.ety-philosophy__header{margin-bottom:3rem}.ety-philosophy__header h2{font-family:var(--font-heading);letter-spacing:-.02em;font-size:1.8rem;font-weight:800}.ety-philosophy__quotes{flex-direction:column;gap:2rem;display:flex}.ety-quote{border-left:3px solid var(--color-accent);background:var(--color-surface);border-radius:0 8px 8px 0;padding:1.25rem 2rem}.ety-quote blockquote{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.3rem;font-style:normal;font-weight:700;line-height:1.4}.ety-quote p{color:var(--color-text-muted);font-size:.9rem}@media (width<=768px){.ety-origin__grid{grid-template-columns:1fr;gap:2.5rem}}.team-grid-section{padding:5rem 0}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.team-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;transition:border-color .25s,transform .2s}.team-card:hover{border-color:var(--color-accent);transform:translateY(-3px)}.team-card__avatar{width:64px;height:64px;font-family:var(--font-heading);color:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.2rem;font-weight:800;display:flex;overflow:hidden}.team-card__avatar img{object-fit:cover;width:100%;height:100%}.team-card__name{font-family:var(--font-heading);margin-bottom:.2rem;font-size:1.1rem;font-weight:700}.team-card__role{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.85rem;font-size:.8rem;font-weight:600}.team-card__bio{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.team-card__links{gap:.75rem;display:flex}.team-card__links a{color:var(--color-text-muted);align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;transition:color .2s;display:flex}.team-card__links a:hover{color:var(--color-accent)}.team-card__links svg{fill:currentColor;width:15px;height:15px}@media (width<=768px){.team-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.team-grid{grid-template-columns:1fr}}.projects-section{padding:4rem 0 6rem}.projects-filter{flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;display:flex}.filter-btn{border:1px solid var(--color-border);color:var(--color-text-muted);background:0 0;border-radius:20px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:border-color .2s,color .2s,background .2s}.filter-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.filter-btn.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.proj-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;transition:border-color .25s,transform .2s;display:flex;overflow:hidden}.proj-card:hover{border-color:var(--color-accent);transform:translateY(-3px)}.proj-card__thumb{height:160px;position:relative}.proj-card__logo-wrap{background:var(--color-bg);border:2px solid var(--color-border);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;bottom:-24px;left:1.5rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.proj-card__logo{object-fit:contain;width:100%;height:100%}.proj-card__body{flex-direction:column;flex:1;padding:2rem 1.5rem 1.5rem;display:flex}.proj-card--has-logo .proj-card__body{padding-top:2.75rem}.proj-card__top{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.proj-card__name{font-family:var(--font-heading);font-size:1.1rem;font-weight:700}.proj-card__pill{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);background:#6366f11f;border-radius:20px;padding:.2rem .65rem;font-size:.72rem;font-weight:600}.proj-card__desc{color:var(--color-text-muted);flex:1;margin-bottom:1rem;font-size:.88rem;line-height:1.6}.proj-card__stack{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.proj-card__tag{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:4px;padding:.2rem .5rem;font-family:ui-monospace,Consolas,monospace;font-size:.75rem}.proj-card__link{color:var(--color-accent);margin-top:auto;font-size:.85rem;font-weight:600;transition:color .2s}.proj-card__link:hover{color:var(--color-accent-hover)}@media (width<=900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.projects-grid{grid-template-columns:1fr}}.contact-section{padding:5rem 0 6rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.contact-info__details{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.contact-info__item{align-items:flex-start;gap:.9rem;display:flex}.contact-info__item svg{width:18px;height:18px;fill:var(--color-accent);flex-shrink:0;margin-top:3px}.contact-info__item div strong{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.15rem;font-size:.8rem;font-weight:600;display:block}.contact-info__item div p,.contact-info__item div a{color:var(--color-text);font-size:.95rem;line-height:1.5}.contact-info__item div a:hover{color:var(--color-accent)}.contact-map{border:1px solid var(--color-border);border-radius:12px;height:240px;overflow:hidden}.contact-map iframe{filter:invert(90%)hue-rotate(180deg);border:none;width:100%;height:100%;display:block}.contact-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2.5rem}.contact-form h2{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.4rem;font-weight:800}.contact-form__sub{color:var(--color-text-muted);margin-bottom:2rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--color-text-muted);letter-spacing:.04em;margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:block}.form-group input,.form-group textarea{background:var(--color-bg);border:1px solid var(--color-border);width:100%;font-size:.95rem;font-family:var(--font-body);color:var(--color-text);resize:vertical;border-radius:6px;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted);opacity:.6}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #6366f126}.form-group textarea{min-height:120px}.contact-form .btn-primary{justify-content:center;width:100%;margin-top:.5rem}.form-success{text-align:center;padding:2rem 0}.form-success__icon{margin-bottom:1rem;font-size:2.5rem}.form-success h3{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.form-success p{color:var(--color-text-muted);font-size:.95rem}.right{text-align:right}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:3rem}}
