:root{--amber:#E8873A;--amber-light:#F4A85A;--amber-deep:#C4651A;--amber-glow:rgba(232, 135, 58, 0.12);--slate:#2B3A4A;--slate-mid:#3D5166;--slate-light:#5C7A94;--cream:#FAF6EF;--cream-dark:#EDE7DA;--cream-mid:#F2EDE3;--ink:#141E28;--ink-soft:#1A2530;--mist:#C8D8E4;--mist-soft:rgba(200, 216, 228, 0.6)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#faf6ef;color:#141e28;font-family:dm sans,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.t-display{font-family:playfair display,serif;font-weight:900;font-size:4rem;color:#141e28;line-height:.95;letter-spacing:-.03em}.t-display em{color:#e8873a;font-style:italic}.t-heading{font-family:playfair display,serif;font-weight:700;font-size:2.5rem;line-height:1.15;letter-spacing:-.025em}.t-heading em{font-style:italic;color:#e8873a}.t-body{font-family:dm sans,sans-serif;font-weight:400;font-size:1rem;color:#2b3a4a;line-height:1.75}.t-body strong{font-weight:500;color:#141e28}.t-mono{font-family:dm mono,monospace;font-size:.78rem;color:#3d5166;letter-spacing:.06em;line-height:1.8}.section-label{font-family:dm mono,monospace;font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:#e8873a;margin-bottom:2.5rem;display:flex;align-items:center;gap:1rem}.section-label::after{content:'';flex:1;height:1px;background:linear-gradient(to right,#EDE7DA,transparent)}.section-label.on-dark::after{background:linear-gradient(to right,rgba(255,255,255,8%),transparent)}.site-nav{position:sticky;top:0;z-index:100;background:#141e28;border-bottom:1px solid rgba(255,255,255,4%);padding:0 3rem;height:64px;display:flex;align-items:center;justify-content:space-between}.site-nav .nav-brand{display:flex;align-items:center;gap:1rem;text-decoration:none}.site-nav .nav-wordmark{display:flex;flex-direction:column;gap:.15rem}.site-nav .nav-name{font-family:playfair display,serif;font-weight:700;font-size:1.2rem;letter-spacing:-.025em;line-height:1;color:#faf6ef}.site-nav .nav-name .part-west{color:#e8873a;font-style:italic}.site-nav .nav-sub{font-family:dm mono,monospace;font-size:.5rem;color:#5c7a94;letter-spacing:.2em;text-transform:uppercase}.site-nav .nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.site-nav .nav-links a{font-family:dm sans,sans-serif;font-size:.8rem;font-weight:400;color:#5c7a94;letter-spacing:.04em;transition:color .2s ease}.site-nav .nav-links a:hover{color:#faf6ef}@media(max-width:800px){.site-nav{padding:0 1.5rem}.site-nav .nav-links{gap:1.5rem}.site-nav .nav-links a{font-size:.75rem}}.site-hero{background:#141e28;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:5rem 2rem 8rem}.site-hero::before{content:'';position:absolute;inset:-5%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cpath d='M28 0 L56 16.2 L56 48.5 L28 64.7 L0 48.5 L0 16.2Z' fill='none' stroke='%23243040' stroke-width='1'/%3E%3Cpath d='M28 64.7 L56 80.9 L56 97' fill='none' stroke='%23243040' stroke-width='1'/%3E%3Cpath d='M28 64.7 L0 80.9 L0 97' fill='none' stroke='%23243040' stroke-width='1'/%3E%3C/svg%3E");opacity:1;transform:rotate(-4deg)scale(1.1);pointer-events:none}.site-hero::after{content:'';position:absolute;width:600px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse,rgba(232,135,58,7%) 0%,transparent 70%);pointer-events:none}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2.5rem;animation:fadeUp 1s cubic-bezier(.16,1,.3,1)both}@keyframes fadeUp{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-lockup{display:flex;align-items:center;gap:2.5rem}.hero-wordmark{display:flex;flex-direction:column;gap:.3rem}.hero-name{font-family:playfair display,serif;font-weight:700;font-size:3.25rem;color:#faf6ef;letter-spacing:-.03em;line-height:.95}.hero-name .part-march{color:#faf6ef}.hero-name .part-west{color:#e8873a;font-style:italic}.hero-tagline{font-family:dm mono,monospace;font-size:.6rem;color:#5c7a94;letter-spacing:.22em;text-transform:uppercase;padding-left:2px}.hero-descriptor{font-family:dm sans,sans-serif;font-weight:300;font-size:.95rem;color:#c8d8e4;text-align:center;max-width:340px;line-height:1.7;opacity:.65;letter-spacing:.01em}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.3;animation:fadeUp 1s .5s both}.scroll-hint span{font-family:dm mono,monospace;font-size:.55rem;letter-spacing:.2em;color:#5c7a94;text-transform:uppercase}.scroll-line{width:1px;height:32px;background:linear-gradient(to bottom,#5C7A94,transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:.3}50%{opacity:.8}}@media(max-width:800px){.hero-lockup{flex-direction:column;gap:1.5rem;text-align:center}.hero-name{font-size:2.5rem}}.section-wrap{padding:6rem 3rem}.section-wrap .section-inner{max-width:1120px;margin:0 auto}.work-section{background:#faf6ef}.work-section .work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.work-section .work-card{background:#f2ede3;border:1px solid #ede7da;border-radius:14px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s ease,box-shadow .2s ease}.work-section .work-card:hover{border-color:rgba(232,135,58,.3);box-shadow:0 8px 32px rgba(0,0,0,6%)}.work-section .work-card-num{font-family:dm mono,monospace;font-size:.58rem;color:#e8873a;letter-spacing:.15em}.work-section .work-card-title{font-family:playfair display,serif;font-weight:700;font-size:1.35rem;color:#141e28;line-height:1.2}.work-section .work-card-body{font-family:dm sans,sans-serif;font-size:.88rem;color:#2b3a4a;line-height:1.7;font-weight:400}.work-section .tags-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem}.work-section .tag{font-family:dm mono,monospace;font-size:.62rem;color:#3d5166;background:#ede7da;border:1px solid #e5dcc9;border-radius:4px;padding:.2rem .55rem;letter-spacing:.04em}.about-section{background:#2b3a4a}.about-section .section-label::after{background:linear-gradient(to right,rgba(255,255,255,.1),transparent)}.about-section .about-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-bottom:4rem}.about-section .about-headline{font-family:playfair display,serif;font-weight:700;font-size:2.5rem;color:#faf6ef;line-height:1.2;letter-spacing:-.025em}.about-section .about-headline em{color:#e8873a;font-style:italic}.about-section .about-body{font-family:dm sans,sans-serif;font-size:1rem;color:#c8d8e4;line-height:1.75;opacity:.85;margin-bottom:2rem}.about-section .about-credit{font-family:dm mono,monospace;font-size:.68rem;color:#5c7a94;letter-spacing:.12em}.about-section .principles-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.about-section .principle{display:flex;flex-direction:column;gap:.4rem}.about-section .principle-num{font-family:dm mono,monospace;font-size:.6rem;color:#e8873a;letter-spacing:.1em}.about-section .principle-name{font-family:dm sans,sans-serif;font-weight:500;font-size:.9rem;color:#faf6ef}.about-section .principle-desc{font-family:dm sans,sans-serif;font-size:.8rem;color:#c8d8e4;line-height:1.6;opacity:.7}.contact-section{background:#141e28}.contact-section .section-label::after{background:linear-gradient(to right,rgba(255,255,255,6%),transparent)}.contact-section .contact-heading{font-family:playfair display,serif;font-weight:700;font-size:2.75rem;color:#faf6ef;letter-spacing:-.03em;line-height:1.1;margin-bottom:3rem}.contact-section .contact-heading em{color:#e8873a;font-style:italic}.contact-section .contact-list{display:flex;flex-direction:column;gap:1.25rem}.contact-section .contact-item{display:flex;align-items:baseline;gap:1rem}.contact-section .contact-item-label{font-family:dm mono,monospace;font-size:.6rem;color:#5c7a94;letter-spacing:.15em;text-transform:uppercase;min-width:80px}.contact-section .contact-item-value{font-family:dm sans,sans-serif;font-size:1.05rem;color:#faf6ef;font-weight:300}.contact-section .contact-item-value a{color:#faf6ef;transition:color .2s ease}.contact-section .contact-item-value a:hover{color:#e8873a}.site-footer{background:#1a2530;border-top:1px solid rgba(255,255,255,4%);padding:2.5rem 3rem}.site-footer .footer-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-footer .footer-brand{display:flex;align-items:center;gap:.75rem}.site-footer .footer-name{font-family:playfair display,serif;font-weight:700;font-size:1rem;letter-spacing:-.02em;color:#faf6ef}.site-footer .footer-name em{color:#e8873a;font-style:italic}.site-footer .footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.site-footer .footer-copy{font-family:dm mono,monospace;font-size:.58rem;color:#5c7a94;letter-spacing:.1em}@media(max-width:800px){.section-wrap{padding:4rem 1.5rem}.work-section .work-grid{grid-template-columns:1fr}.about-section .about-layout{grid-template-columns:1fr;gap:2.5rem}.about-section .principles-grid{grid-template-columns:1fr}.site-footer .footer-inner{flex-direction:column;align-items:flex-start}.site-footer .footer-right{align-items:flex-start}}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:dm sans,sans-serif;font-size:.85rem;font-weight:500;padding:.65rem 1.5rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease;letter-spacing:.02em;text-decoration:none}.btn-amber{background:#e8873a;color:#141e28}.btn-amber:hover{background:#f4a85a;transform:translateY(-1px)}.btn-ghost{background:0 0;color:#faf6ef;border:1px solid rgba(255,255,255,.15)}.btn-ghost:hover{border-color:#e8873a;color:#e8873a}.mark-glow{filter:drop-shadow(0 0 20px rgba(232,135,58,.2))}@media(max-width:800px){.t-display{font-size:2.75rem}.t-heading{font-size:1.8rem}}