.site-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#f7f4eed1;border-bottom:1px solid rgba(166,153,136,.16)}.header-row{min-height:4.9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-text{display:grid;gap:.1rem;font-size:.8rem;color:var(--text-soft)}.brand-logo{height:2.2rem;width:auto;display:block}.site-nav{display:inline-flex;align-items:center;gap:1.8rem;color:var(--text-soft);font-size:.95rem}.site-nav a{transition:color .18s ease}.site-nav a:hover{color:var(--text)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding:0 1.1rem;border-radius:999px;background:#171717;color:#fff!important;font-weight:600;font-size:.9rem;transition:transform .18s ease,box-shadow .18s ease}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px #15151524}.mobile-toggle{display:none;flex-direction:column;gap:5px;width:2.2rem;height:2.2rem;align-items:center;justify-content:center}.mobile-toggle span{display:block;width:1.25rem;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .18s ease}.mobile-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-toggle.is-open span:nth-child(2){opacity:0}.mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;padding:0 1rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.mobile-menu.is-open{max-height:14rem;padding:.5rem 1rem 1.2rem}.mobile-menu a{display:block;padding:.7rem 0;color:var(--text-soft);font-size:1.05rem;border-bottom:1px solid var(--line)}.mobile-menu a:last-child{border-bottom:none}@media(max-width:860px){.site-nav{display:none}.mobile-toggle,.mobile-menu{display:flex}}.hero{padding:4.6rem 0 4rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:2.4rem}.hero h1{max-width:13ch;font-family:var(--font-display);font-size:clamp(3rem,5.6vw,5.4rem);font-weight:400;line-height:.98;letter-spacing:-.04em}.hero-body{max-width:36rem;margin-top:1.4rem;font-size:1.1rem;color:var(--text-soft)}.hero-window{border-radius:var(--radius-xl);overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 0 0 1px #0000000a,0 8px 40px #00000014,0 24px 60px #0000000a}.hw-chrome{display:flex;align-items:center;gap:1rem;padding:.7rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);background:#fbfbfaf2}.hw-dots{display:inline-flex;align-items:center;gap:6px}.hw-dots span{width:10px;height:10px;border-radius:50%}.hw-dots span:nth-child(1){background:#ff5f57}.hw-dots span:nth-child(2){background:#febc2e}.hw-dots span:nth-child(3){background:#28c840}.hw-tabs{display:flex;align-items:center;gap:0;margin-left:.6rem}.hw-tab{display:inline-flex;align-items:center;gap:5px;padding:.35rem .7rem;border-radius:6px;font-size:.78rem;font-weight:500;color:#37352f80;cursor:default}.hw-tab.is-active{color:#37352fe6;background:#0000000a}.hw-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:1rem;min-height:20rem}.hw-col{padding:0 .5rem}.hw-col:not(:last-child){border-right:1px solid rgba(0,0,0,.04)}.hw-col-header{display:flex;align-items:center;gap:.45rem;padding:.3rem .15rem .7rem}.hw-status{width:8px;height:8px;border-radius:50%;flex:none}.hw-status-red{background:#eb5757}.hw-status-amber{background:#f2994a}.hw-status-green{background:#27ae60}.hw-col-title{font-size:.78rem;font-weight:600;color:#37352fa6;text-transform:uppercase;letter-spacing:.04em}.hw-col-count{font-size:.72rem;font-weight:500;color:#37352f59;min-width:1.2em;text-align:center;transition:color .3s ease}.hw-col-count.is-counting{color:#37352fa6}.hw-col-cards{display:flex;flex-direction:column;gap:.45rem}.board-card{opacity:1;transform:translateY(0) scale(1);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transition-delay:var(--move-delay, 0s)}.board-card-inner{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .7rem;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000a;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease;cursor:default}.board-card-inner:hover{box-shadow:0 2px 8px #00000014;border-color:#0000001a}.board-card-text{font-size:.82rem;font-weight:500;color:#37352fd9;line-height:1.35}.board-card-arrow{font-size:.85rem;color:var(--accent);font-weight:700;flex:none;opacity:0;transform:translate(-4px);transition:opacity .35s ease,transform .35s ease}.board-card-lever{background:#f3e7d359;border-color:#c9b08933}.board-card-lever:hover .board-card-arrow{opacity:1;transform:translate(0)}.board-card-outcome{gap:.5rem;justify-content:flex-start}.board-card-check{flex:none;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:#27ae601a;color:#27ae60;opacity:0;transform:scale(.5);transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}.board-card.is-fading-out{opacity:.35;transform:scale(.97)}.hw-col:nth-child(2) .board-card,.hw-col:nth-child(3) .board-card{opacity:0;transform:translateY(12px) scale(.95)}.hw-col:nth-child(2) .board-card.is-arriving,.hw-col:nth-child(3) .board-card.is-arriving{opacity:1;transform:translateY(0) scale(1)}.board-card.is-shifting .board-card-arrow{opacity:1;transform:translate(0)}.board-card.is-complete .board-card-check{opacity:1;transform:scale(1)}.hw-progress{height:3px;background:#0000000a;overflow:hidden}.hw-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--accent),#ae7b3d);border-radius:2px;transition:width .8s cubic-bezier(.16,1,.3,1)}.hw-progress-bar.phase-1{width:33%}.hw-progress-bar.phase-2{width:66%}.hw-progress-bar.phase-3{width:100%}@media(max-width:1120px){.hero-grid{grid-template-columns:1fr}.hero h1{max-width:11ch}}@media(max-width:860px){.hero{padding-top:3.6rem}.hw-board{min-height:16rem}.hw-tabs{display:none}}@media(max-width:680px){.hero{padding:3rem 0}.hero h1{max-width:none;font-size:clamp(2.5rem,13vw,3.9rem)}.hero-body{font-size:1rem}.hw-board{grid-template-columns:1fr;gap:.8rem}.hw-col{border-right:none!important}.hw-col:not(:last-child){border-bottom:1px solid rgba(0,0,0,.04);padding-bottom:.8rem}.hw-board{min-height:auto}}.diagnostic-section{padding-top:1rem}.diagnostic-header{margin-bottom:1.35rem}.diagnostic-header h2{font-family:var(--font-display);font-size:clamp(2.35rem,4vw,3.6rem);line-height:1;letter-spacing:-.03em;font-weight:400}.diagnostic-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(18rem,.92fr);gap:1.4rem;align-items:start}.diagnostic-chat,.diagnostic-insight{border:1px solid var(--line);border-radius:1.7rem;background:#ffffffd6;box-shadow:var(--shadow-sm);backdrop-filter:blur(16px)}.diagnostic-chat{padding:1.25rem;height:42rem;display:flex;flex-direction:column;overflow:hidden}.diagnostic-insight{position:sticky;top:6rem;padding:1.2rem;max-height:42rem;overflow-y:auto}.diagnostic-chat-top,.diagnostic-insight-top,.diagnostic-opportunity-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.diagnostic-badge,.diagnostic-stage{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:#c9b08929;color:#7b5925;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.diagnostic-empty,.diagnostic-panel p,.diagnostic-summary-list li{color:var(--text-soft)}.diagnostic-email{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.78rem 1rem;border-radius:999px;border:1px solid var(--line-strong);background:var(--surface-strong);font-size:.9rem;font-weight:600}.diagnostic-email{background:var(--surface-dark);border-color:transparent;color:#fff}.diagnostic-email.is-disabled{background:#1b1a1714;color:var(--text-faint);pointer-events:none}.diagnostic-insight-top{padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.06)}.diagnostic-insight-top p{margin:0;color:var(--text);font-size:1rem;font-weight:600}.diagnostic-starters span,.diagnostic-stack-label,.diagnostic-panel span,.diagnostic-role{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.diagnostic-thread{display:flex;flex-direction:column;gap:.9rem;margin-top:1rem;padding:.25rem .1rem .25rem 0;flex:1 1 0;min-height:0;overflow-y:auto}.diagnostic-message{max-width:85%;padding:.95rem 1rem;border-radius:1.15rem 1.15rem 1.15rem .4rem;background:#fff;border:1px solid rgba(0,0,0,.06)}.diagnostic-message.is-user{align-self:flex-end;border-radius:1.15rem 1.15rem .4rem;background:linear-gradient(180deg,#c9b0893d,#f3e7d3a8)}.diagnostic-role{display:block;margin-bottom:.55rem;color:var(--text-faint)}.diagnostic-message p{margin:0;white-space:pre-wrap;line-height:1.6}.diagnostic-thinking{font-size:1.4rem;letter-spacing:.25em;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.25}50%{opacity:1}}.diagnostic-starters{margin-top:.4rem}.diagnostic-chip-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.7rem}.diagnostic-chip{padding:.7rem .9rem;border-radius:999px;border:1px solid var(--line);background:var(--surface-strong);font-size:.9rem;transition:transform .18s ease,border-color .18s ease}.diagnostic-chip:hover:not(:disabled){transform:translateY(-1px);border-color:var(--line-strong)}.diagnostic-form{margin-top:1.2rem;flex-shrink:0}.diagnostic-form textarea{width:100%;resize:vertical;min-height:7.5rem;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:1.15rem;background:#fffffff0;color:var(--text)}.diagnostic-form button{margin-top:.85rem;display:inline-flex;align-items:center;justify-content:center;padding:.92rem 1.3rem;border-radius:999px;background:var(--surface-dark);color:#fff;font-weight:600}.diagnostic-form button.is-soft-disabled{opacity:.5;cursor:not-allowed}.diagnostic-form button:disabled,.diagnostic-chip:disabled{opacity:.5;cursor:not-allowed}.diagnostic-summary,.diagnostic-panel,.diagnostic-opportunity{border-radius:1.2rem;border:1px solid var(--line);background:#ffffffb3}.diagnostic-summary{padding:1rem}.diagnostic-summary-list{margin:.8rem 0 0;padding:0;list-style:none;display:grid;gap:.55rem}.diagnostic-summary-list li{position:relative;padding-left:.95rem;line-height:1.45}.diagnostic-summary-list li:before{content:"";position:absolute;top:.58rem;left:0;width:.34rem;height:.34rem;border-radius:999px;background:#7b59259e}.diagnostic-empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:1rem;padding:1.2rem;border-radius:1.2rem;border:1px solid var(--line);background:radial-gradient(circle at top right,rgba(201,176,137,.12),transparent 10rem),#ffffffb3}.diagnostic-empty{margin:0;max-width:28rem;font-size:1.02rem;line-height:1.65}.diagnostic-empty-orbit{position:relative;width:3.5rem;height:3.5rem;border-radius:999px;background:#c9b08924}.diagnostic-empty-orbit span{position:absolute;border-radius:999px;background:#7b592524}.diagnostic-empty-orbit span:nth-child(1){top:.65rem;left:.65rem;width:2.2rem;height:2.2rem;background:#7b59252e}.diagnostic-empty-orbit span:nth-child(2){top:.45rem;right:.45rem;width:.65rem;height:.65rem}.diagnostic-empty-orbit span:nth-child(3){bottom:.55rem;right:.7rem;width:.42rem;height:.42rem}.diagnostic-panel{margin-top:.9rem;padding:.95rem 1rem}.diagnostic-panel p{margin-top:.55rem;line-height:1.45}.diagnostic-opps{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.diagnostic-opp-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.6rem .8rem;border-radius:.75rem;border:1px solid var(--line);background:#ffffffb3}.diagnostic-opp-copy{min-width:0}.diagnostic-opp-title{display:block;font-size:.88rem;font-weight:600;line-height:1.3}.diagnostic-opp-badge{flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--text-faint);text-align:right}.diagnostic-opp-badge.is-ready{color:#4a7c59}.diagnostic-opp-badge.is-foundation{color:#7b5925}.diagnostic-error-toast{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:65;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(36rem,calc(100vw - 1.5rem));padding:.95rem 1rem;border-radius:1.15rem;background:#8d3b2df5;color:#fff;box-shadow:0 20px 48px #421e163d}.diagnostic-error-toast p{margin:0;line-height:1.45}.diagnostic-error-toast button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;color:#fff}.diagnostic-error-toast button:hover{background:#ffffff24}.diagnostic-error-toast span{font-size:1.35rem;line-height:1}@media(max-width:980px){.diagnostic-grid{grid-template-columns:1fr}.diagnostic-thread{max-height:26rem}.diagnostic-insight{position:static}.diagnostic-opp-row{align-items:flex-start}}@media(max-width:680px){.diagnostic-chat,.diagnostic-insight{padding:1rem}.diagnostic-chat-top,.diagnostic-insight-top,.diagnostic-opportunity-top{flex-direction:column}.diagnostic-message{max-width:100%}.diagnostic-email,.diagnostic-form button{width:100%}.diagnostic-error-toast{left:.75rem;right:.75rem;bottom:.75rem;width:auto;transform:none}}.solver-toast{position:fixed;right:1.25rem;bottom:1.25rem;z-index:60;width:min(26rem,calc(100vw - 1.5rem));padding:1.1rem 1.15rem 1.15rem;border:1px solid var(--line);border-radius:1.45rem;background:#fffffff0;box-shadow:0 26px 60px #1b181224;backdrop-filter:blur(18px);animation:solver-toast-enter .22s ease-out}.solver-toast-kicker{display:inline-flex;margin-bottom:.65rem;color:#8b6830;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.solver-toast-body{margin:0;padding-right:2rem;color:var(--text-soft);font-size:1rem;line-height:1.45}.solver-toast-link{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;min-height:2.9rem;padding:0 1.2rem;border-radius:999px;background:var(--surface-dark);color:#fff;font-size:.92rem;font-weight:600;transition:transform .18s ease,box-shadow .18s ease}.solver-toast-link:hover{transform:translateY(-1px);box-shadow:0 12px 24px #15151529}.solver-toast-close{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;color:var(--text-faint)}.solver-toast-close:hover{background:#0000000a;color:var(--text)}.solver-toast-close span{font-size:1.35rem;line-height:1}@keyframes solver-toast-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:680px){.solver-toast{right:.75rem;bottom:.75rem;width:calc(100vw - 1.5rem);padding:1rem}.solver-toast-link{width:100%}}.section-shell{display:grid;gap:2.4rem}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.team-card{padding:1.45rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition-delay:var(--reveal-delay, 0s)}.team-portrait{position:relative;overflow:hidden;width:100%;aspect-ratio:1;margin-bottom:1.1rem;border-radius:1.3rem;background:radial-gradient(circle at top left,rgba(221,232,251,.9),transparent 11rem),linear-gradient(180deg,#f3ede4,#ece3d7)}.team-portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.team-card h3{font-family:var(--font-display);font-size:1.4rem;font-weight:400;letter-spacing:-.02em}.team-role{margin-top:.35rem;font-weight:700;color:var(--text-soft);font-size:.92rem;text-transform:uppercase;letter-spacing:.06em}.team-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.team-tags span{display:inline-flex;align-items:center;min-height:2rem;padding:0 .75rem;border-radius:999px;border:1px solid rgba(166,153,136,.28);background:#ffffff9e;color:var(--text-soft);font-size:.82rem}.team-links{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1),margin-top .35s cubic-bezier(.16,1,.3,1);margin-top:0}.team-links>*{overflow:hidden}.team-card:hover .team-links,.team-card:focus-within .team-links{grid-template-rows:1fr;margin-top:1rem}.team-links-inner{display:flex;flex-wrap:wrap;gap:.5rem}.team-link{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border-radius:999px;border:1px solid var(--line);background:#ffffff9e;color:var(--text-soft);font-size:.8rem;font-weight:600;text-decoration:none;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.team-link:hover{border-color:var(--line-strong);color:var(--text);background:#fff;transform:translateY(-1px)}@media(max-width:1120px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.team-grid{grid-template-columns:1fr}.team-card{padding:1.15rem}.team-links{grid-template-rows:1fr;margin-top:1rem}}.projects-wrapper{height:300vh;position:relative}.projects-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.projects-header{padding:3rem 0 1.4rem;flex:none}.projects-track{display:flex;gap:2rem;flex:1;align-items:stretch;padding:0 0 2rem max(1rem,calc((100vw - var(--max-width)) / 2));will-change:transform}.projects-track:after{content:"";flex:none;width:max(1rem,calc((100vw - var(--max-width)) / 2))}.project-slide{flex:none;width:min(85vw,960px)}.project-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2rem;padding:1.8rem;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);align-items:center;height:100%}.project-media{border-radius:var(--radius-lg);overflow:hidden}.video-showcase{display:flex;flex-direction:column;gap:.8rem}.video-main{border-radius:var(--radius-lg);overflow:hidden;background:#0a0a0a;aspect-ratio:9/16;max-height:480px;display:flex;align-items:center;justify-content:center}.video-main video{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-lg)}.video-main video.video-zoomed{object-fit:cover}.video-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.video-tab{min-height:2.2rem;padding:0 .9rem;border-radius:999px;border:1px solid var(--line);background:#ffffff9e;color:var(--text-soft);font-size:.82rem;font-weight:600;transition:all .18s ease}.video-tab:hover{border-color:var(--line-strong);color:var(--text)}.video-tab.is-active{background:#171717;color:#fff;border-color:#171717}.image-gallery{display:flex;flex-direction:column;gap:.8rem}.gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-strong);aspect-ratio:16/10}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.gallery-thumb{border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;transition:border-color .18s ease,transform .18s ease;aspect-ratio:16/10;padding:0}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{transform:translateY(-2px)}.gallery-thumb.is-active{border-color:var(--accent)}.project-info{display:flex;flex-direction:column;gap:0}.project-type{display:inline-block;color:var(--text-faint);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.4rem}.project-type-winner{color:#ae7b3d}.project-info h3{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;letter-spacing:-.03em;line-height:1.05}.project-info p{margin-top:.9rem;color:var(--text-soft);font-size:1rem;line-height:1.6}.project-links{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;min-height:2.6rem;padding:0 1rem;border-radius:999px;border:1px solid var(--line-strong);background:#ffffffb8;color:var(--text);font-weight:600;font-size:.88rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.project-link:hover{transform:translateY(-1px);background:#fff;box-shadow:var(--shadow-sm)}.project-link-yt{color:#c4302b;border-color:#c4302b4d}.project-link-yt:hover{background:#c4302b0f}.team-win-photo{margin-top:1.4rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line)}.team-win-photo img{width:100%}@media(max-width:860px){.projects-wrapper{height:auto}.projects-sticky{position:relative;height:auto}.projects-track{flex-direction:column;transform:none!important}.project-slide{width:100%}.project-card{grid-template-columns:1fr}}@media(max-width:680px){.project-card{padding:1.15rem}.video-main{max-height:420px}.gallery-thumbs{grid-template-columns:repeat(2,1fr)}}.faq-eyebrow{color:var(--text-faint)!important;font-size:.82rem!important;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.4rem!important;margin-top:0!important}.faq-grid{display:grid;gap:0;max-width:44rem}.faq-card{border-bottom:1px solid var(--line)}.faq-card:first-child{border-top:1px solid var(--line)}.faq-trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.2rem 0;text-align:left}.faq-trigger h3{font-family:var(--font-body);font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--text)}.faq-chevron{flex:none;display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;color:var(--text-soft);transition:transform .3s cubic-bezier(.16,1,.3,1),background .2s ease}.faq-card.is-open .faq-chevron{transform:rotate(180deg)}.faq-trigger:hover .faq-chevron{background:#0000000a}.faq-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1)}.faq-card.is-open .faq-body{grid-template-rows:1fr}.faq-body>p{overflow:hidden;padding:0;color:var(--text-soft);font-size:.98rem;line-height:1.6;transition:padding .35s cubic-bezier(.16,1,.3,1)}.faq-card.is-open .faq-body>p{padding:0 0 1.2rem}.site-footer{padding:3.5rem 0 2.5rem;border-top:1px solid rgba(0,0,0,.06);background:#fbfbfa99}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3rem;align-items:start}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer-contact-row{display:flex;align-items:center;gap:.7rem;color:var(--text-soft);font-size:.92rem;flex-wrap:wrap}.footer-contact-row a:hover{color:var(--text)}.footer-dot{width:3px;height:3px;border-radius:50%;background:var(--text-faint);flex:none}.footer-language{margin-top:.3rem}.language-picker{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--text);font-size:.88rem;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.language-picker:hover{border-color:#0000002e;box-shadow:0 2px 6px #0000000a}.language-picker svg{flex:none;color:var(--text-soft)}.language-picker select{border:none;background:transparent;color:var(--text);font-size:.88rem;font-weight:500;cursor:pointer;appearance:auto;padding-right:.2rem}.language-picker select:focus{outline:none}.footer-copyright{color:var(--text-faint);font-size:.85rem;margin-top:.2rem}.footer-nav{display:flex;gap:3.5rem}.footer-nav-col{display:flex;flex-direction:column;gap:.55rem}.footer-nav-col h4{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.3rem}.footer-nav-col a{font-size:.9rem;color:var(--text-soft);transition:color .15s ease}.footer-nav-col a:hover{color:var(--text)}@media(max-width:680px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-nav{gap:2rem}}:root{--bg: #f7f4ee;--bg-strong: #f1ebe2;--surface: rgba(255,255,255,.86);--surface-strong: #ffffff;--surface-muted: #f4efe7;--surface-dark: #1b1a17;--text: #151515;--text-soft: #5f584f;--text-faint: #8a8174;--line: rgba(166,153,136,.28);--line-strong: rgba(130,118,104,.36);--accent: #c9b089;--accent-soft: #f3e7d3;--shadow-sm: 0 12px 30px rgba(27,24,18,.06);--shadow-md: 0 28px 70px rgba(27,24,18,.1);--radius-xl: 2rem;--radius-lg: 1.5rem;--radius-md: 1rem;--radius-sm: .85rem;--max-width: 1180px;--font-display: "Instrument Serif", Georgia, serif;--font-body: "DM Sans", "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.55;background:radial-gradient(circle at 8% 6%,rgba(241,224,197,.72),transparent 24rem),radial-gradient(circle at 92% 10%,rgba(213,225,249,.56),transparent 22rem),linear-gradient(180deg,#fbfaf7 0%,var(--bg) 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{padding:0;border:0;background:none;color:inherit;cursor:pointer}h1,h2,h3,h4,p,ul,ol{margin:0}img{max-width:100%;display:block}.shell{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.section{padding:5.6rem 0}.section-heading h2{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.8rem);line-height:1;letter-spacing:-.03em;font-weight:400}.section-heading p{margin-top:1rem;font-size:1.05rem;color:var(--text-soft);max-width:44rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:680px){.shell{width:min(calc(100% - 1.2rem),var(--max-width))}.section{padding:4rem 0}}
