:root{--cream: #f6f2ea;--sand: #ece5d7;--sand-badge: #ece3d3;--green-deep: #2b2f24;--green: #3a4030;--green-mid: #6f7350;--olive: #5a5646;--terracotta: #a9805f;--gold: #c39a6b;--ink: #33372b;--muted: #6d6858;--muted-2: #8f8871;--muted-3: #a49d89;--on-dark: #f6f2ea;--on-dark-dim: #a7a795;--on-dark-lbl: #8b8b7a;--on-dark-nav: #c4c4b3;--line: #ddd2bd;--line-2: #e2d9c6;--line-3: #d3c7b1;--line-dark: #464b3a;--shell: 1240px;--ease: cubic-bezier(.22, .61, .36, 1);--serif: "Cormorant Garamond", Georgia, serif;--sans: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}.skip-link{position:fixed;top:10px;left:10px;z-index:200;background:var(--green);color:var(--on-dark);padding:12px 20px;border-radius:12px;font-family:var(--sans);font-size:14px;text-decoration:none;transform:translateY(-160%);transition:transform .25s ease}.skip-link:focus{transform:translateY(0);outline:none}:focus-visible{outline:2px solid var(--terracotta);outline-offset:3px;border-radius:4px}[id=main-content]:focus-visible{outline:none}.cookie{position:fixed;left:50%;bottom:max(18px,env(safe-area-inset-bottom));transform:translate(-50%);z-index:150;width:min(560px,calc(100% - 32px));background:var(--green-deep);color:var(--on-dark);border-radius:18px;padding:18px 20px;align-items:center;gap:18px;box-shadow:0 24px 60px -24px #0000008c}.cookie:not([hidden]){display:flex;animation:altFadeUp .5s var(--ease)}.cookie__text{flex:1;font-size:12.5px;line-height:1.55;color:var(--on-dark-dim)}.cookie__text a{color:var(--on-dark);text-decoration:underline}.cookie__actions{display:flex;gap:8px;flex-shrink:0}.cookie__btn{border:none;border-radius:20px;padding:9px 18px;font-family:var(--sans);font-size:13px;letter-spacing:.04em;background:var(--on-dark);color:var(--green);cursor:pointer;transition:filter .2s ease,color .2s ease}.cookie__btn:hover{filter:brightness(.94)}.cookie__btn--ghost{background:transparent;color:var(--on-dark-dim);border:1px solid var(--line-dark)}.cookie__btn--ghost:hover{color:var(--on-dark);filter:none}@media(max-width:560px){.cookie{flex-direction:column;align-items:stretch;gap:12px}.cookie__actions{justify-content:flex-end}}body{background:var(--cream);font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:#d8c9b0}img{display:block;max-width:100%}a{color:inherit}button{font-family:var(--sans);cursor:pointer}.shell{max-width:var(--shell);margin:0 auto;padding:0 32px}@keyframes altHeroWord{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes altFadeUp{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@keyframes altFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.alt-reveal{opacity:0;transform:translateY(34px)}.alt-reveal.alt-in{animation:altFadeUp .9s var(--ease) forwards}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.alt-reveal{opacity:1!important;transform:none!important;animation:none!important}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.frame{position:relative;overflow:hidden}.frame img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.frame.circle,.frame.circle img{border-radius:50%}.eyebrow{font-family:var(--sans);font-size:12px;font-weight:500;color:var(--terracotta);letter-spacing:.28em}.h2{font-family:var(--serif);font-weight:500;line-height:1.15;color:var(--green)}.sparkle{fill:var(--terracotta)}.btn{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:var(--on-dark);border:none;padding:12px 24px;border-radius:24px;font-size:13.5px;font-weight:400;letter-spacing:.06em;white-space:nowrap}.icon-round{display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.menu{position:fixed;inset:0;z-index:100;background:var(--green-deep);color:var(--on-dark);display:flex;flex-direction:column;padding:40px;opacity:0;visibility:hidden;overflow-x:hidden;overflow-y:auto;transition:opacity .5s ease,visibility .5s ease}.menu.open{opacity:1;visibility:visible}.menu__row{display:flex;align-items:center;justify-content:space-between;max-width:var(--shell);width:100%;margin:0 auto}.brand{display:flex;align-items:center;gap:10px}.brand img{height:38px;width:auto}.brand__word{font-family:var(--serif);font-weight:600;font-size:21px;letter-spacing:.28em;padding-left:2px}.menu .brand__word{color:var(--on-dark)}.icon-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--line-dark);background:transparent;display:flex;align-items:center;justify-content:center}.menu__nav{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px;max-width:var(--shell);width:100%;margin:0 auto}.menu__nav a{font-family:var(--serif);font-weight:500;font-size:58px;color:var(--on-dark);text-decoration:none;line-height:1.18;opacity:.92;transition:opacity .25s ease,transform .35s var(--ease),color .25s ease}.menu__nav a:hover{opacity:1;transform:translate(10px);color:var(--gold)}.menu__foot{display:flex;gap:28px;max-width:var(--shell);width:100%;margin:0 auto;font-size:13px;color:var(--on-dark-dim);letter-spacing:.04em}.menu__foot a{color:var(--on-dark-dim);text-decoration:none}.search{position:fixed;inset:0;z-index:101;background:#2b2f248c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;padding-top:16vh;opacity:0;visibility:hidden;overflow-x:hidden;transition:opacity .4s ease,visibility .4s ease}.search.open{opacity:1;visibility:visible}.search__inner{width:min(620px,90vw)}.search__bar{display:flex;align-items:center;gap:14px;background:var(--cream);border-radius:20px;padding:6px 8px 6px 22px;box-shadow:0 30px 70px -30px #00000080}.search__bar input{flex:1;border:none;outline:none;background:transparent;font-family:var(--sans);font-size:16px;color:var(--ink);padding:14px 0}.search__close{width:40px;height:40px;border-radius:50%;border:none;background:var(--line-2);display:flex;align-items:center;justify-content:center}.search__results{margin-top:14px;background:var(--cream);border-radius:18px;overflow:hidden;box-shadow:0 30px 70px -30px #00000080;display:none}.alt-sr{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 22px;cursor:pointer;border-bottom:1px solid #ece2d0;font-family:var(--serif);font-size:19px;color:var(--green);transition:background .2s ease}.search__empty{padding:18px 22px;font-family:var(--sans);font-size:14px;color:var(--muted-2)}.site-header{display:flex;align-items:center;justify-content:space-between;padding:26px 0}.site-header .brand{gap:12px}.site-header .brand img{height:46px}.site-header .brand__word{color:var(--green);font-size:24px}.header__actions{display:flex;align-items:center;gap:10px}.circle-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:transparent;display:flex;align-items:center;justify-content:center}.menu-btn{display:flex;align-items:center;gap:9px;padding:9px 16px 9px 18px;border-radius:22px;border:1px solid var(--line);background:transparent;font-size:14px;font-weight:400;letter-spacing:.05em;color:var(--green)}.menu-btn__bars{display:flex;flex-direction:column;gap:3px}.menu-btn__bars span{width:15px;height:1.6px;background:var(--green);display:block}.hero{text-align:center;padding:38px 0 10px}.hero__meta{display:inline-flex;align-items:center;gap:14px;margin-bottom:26px}.hero__years{font-family:var(--serif);font-weight:600;font-size:17px;line-height:1;color:var(--green)}.hero__years-sub{font-size:11px;letter-spacing:.06em;color:var(--muted-2);margin-top:3px}.avatars{display:flex}.avatars .frame{width:30px;height:30px}.avatars .frame+.frame{margin-left:-9px;border:2px solid var(--cream);border-radius:50%}.hero__arrow{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.hero__lockup{display:flex;flex-direction:column;align-items:center;gap:4px;margin:6px auto 28px}.hero__mark{width:clamp(56px,8vw,84px);height:auto}.hero__wordmark{font-family:var(--serif);font-weight:600;font-size:clamp(54px,12vw,124px);line-height:.98;letter-spacing:.12em;color:var(--green);padding-left:.12em}.hero__tagline{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(16px,2.3vw,22px);letter-spacing:.06em;color:var(--terracotta);margin-top:4px}.hero__statement{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:3px}.hero__statement span{font-family:var(--serif);font-weight:500;font-size:clamp(21px,3.3vw,37px);line-height:1.18;color:var(--green)}.hero__statement span:nth-child(2n){color:var(--green-mid)}.hero__lead{max-width:470px;margin:22px auto 0;font-size:14.5px;line-height:1.6;color:var(--muted)}.hero__cta{display:inline-flex;align-items:center;gap:10px;margin-top:28px}.hero__cta-arrow{width:44px;height:44px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;padding:6px 0 66px}.gallery .frame{width:100%;height:150px;border-radius:16px}.gallery .frame img{border-radius:16px}.welcome{text-align:center;padding:20px 0 38px;scroll-margin-top:24px}.welcome .eyebrow{display:block;margin-bottom:18px}.welcome h2{font-size:40px}.cards{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:0 0 76px}.card{background:var(--sand);border-radius:22px;padding:28px}.card__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:26px}.card__title{font-family:var(--serif);font-weight:500;font-size:25px;line-height:1.2;max-width:220px;color:var(--green)}.pill{display:flex;align-items:center;gap:6px;background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:7px 12px;font-size:12px;color:var(--olive)}.pill.dark{color:var(--green);padding:7px 14px}.itinerary{background:var(--cream);border-radius:16px;padding:22px 24px}.itinerary__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.itinerary__label{font-family:var(--sans);font-size:11px;letter-spacing:.14em;color:var(--terracotta)}.itinerary__meta{font-size:11px;color:var(--muted-2)}.itinerary__list{display:flex;flex-direction:column}.itinerary__row{display:grid;grid-template-columns:52px 16px 1fr;align-items:start;gap:10px}.itinerary__time{font-family:var(--serif);font-weight:600;font-size:15px;color:var(--green);padding-top:1px}.itinerary__track{display:flex;flex-direction:column;align-items:center}.itinerary__dot{width:9px;height:9px;border-radius:50%;margin-top:4px}.itinerary__line{width:2px;height:26px;background:#e2d9c6}.itinerary__text{font-size:13px;color:var(--olive);line-height:1.35}.itinerary__foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid #eae2d2}.itinerary__foot-note{font-size:12px;color:var(--muted-2)}.itinerary__foot-tag{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--green-mid);font-weight:500}.card--collage{display:flex;flex-direction:column;justify-content:space-between}.collage{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;margin-bottom:22px}.collage .frame{width:100%;border-radius:14px}.collage .frame img{border-radius:14px}.collage__tall{grid-row:1 / span 2;height:100%}.collage .frame:not(.collage__tall){height:78px}.card__foot{display:flex;align-items:flex-end;justify-content:space-between}.card__foot .card__title{margin-bottom:14px}.card__foot-avatars{display:flex}.card__foot-avatars .frame{width:28px;height:28px}.card__foot-avatars .frame+.frame{margin-left:-8px;border:2px solid var(--sand);border-radius:50%}.philosophy{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center;padding:0 0 84px;scroll-margin-top:24px}.philosophy .eyebrow{display:block;margin-bottom:18px}.philosophy h2{font-size:34px;margin-bottom:18px}.philosophy p{font-size:14.5px;line-height:1.65;color:var(--muted);max-width:340px;margin-bottom:24px}.philosophy__media{display:flex;align-items:center;gap:16px;justify-content:flex-end}.philosophy__hero{position:relative;width:230px;height:290px}.philosophy__hero .frame{width:100%;height:100%;border-radius:20px}.philosophy__hero .frame img{border-radius:20px}.philosophy__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:22px;pointer-events:none}.philosophy__overlay span{font-family:var(--serif);font-weight:500;letter-spacing:.16em;color:#fff;opacity:.9}.philosophy__overlay span:first-child{font-size:26px}.philosophy__overlay span:last-child{font-size:30px}.philosophy__mid{width:120px;height:150px;border-radius:18px}.philosophy__mid img{border-radius:18px}.philosophy__col{display:flex;flex-direction:column;align-items:center;gap:14px}.philosophy__col .badge-round{width:48px;height:48px;background:var(--terracotta)}.philosophy__small{width:90px;height:120px;border-radius:16px}.philosophy__small img{border-radius:16px}.philosophy__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--sand);border-radius:24px;padding:56px 40px;min-height:300px}.philosophy__logo-img{width:clamp(120px,20vw,190px);height:auto}.philosophy__logo-word{font-family:var(--serif);font-weight:600;font-size:26px;letter-spacing:.22em;color:var(--green);padding-left:.22em}.philosophy__story{margin-top:18px}.philosophy__story:not([hidden]){animation:altFadeUp .6s var(--ease)}.philosophy__story p{font-size:14px;line-height:1.7;color:var(--muted);max-width:none;margin-bottom:12px}.philosophy__story p:last-child{margin-bottom:0}.founder{padding:0 0 90px;scroll-margin-top:24px}.founder .eyebrow{display:block;margin-bottom:16px}.founder__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:36px}.founder__head h2{font-size:36px}.founder__head p{font-size:13.5px;line-height:1.65;color:var(--muted-2);max-width:300px}.founder__body{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center}.founder__body h3{font-family:var(--serif);font-weight:500;font-size:24px;line-height:1.3;margin-bottom:20px;max-width:320px;color:var(--green)}.founder__portrait{width:100%;height:250px;border-radius:20px}.founder__portrait img{border-radius:20px}.founder__tags{display:flex;gap:30px;justify-content:center;margin-top:26px;color:var(--green-mid);font-size:12px;letter-spacing:.03em;flex-wrap:wrap}.founder__tags span{display:flex;align-items:center;gap:6px}.founder__story{max-width:720px;margin-top:26px}.founder__story:not([hidden]){animation:altFadeUp .6s var(--ease)}.founder__story p{font-size:14px;line-height:1.7;color:var(--muted)}.founder__story p+p{margin-top:14px}.btn--sm{padding:11px 22px;border-radius:22px;font-size:13px}.services{padding:0 0 84px;scroll-margin-top:24px}.services .eyebrow{display:block;margin-bottom:16px}.services__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.services__head h2{font-size:36px}.services__head p{font-size:13.5px;line-height:1.65;color:var(--muted-2);max-width:320px}.svc-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.svc{flex:1 1 calc((100% - 20px)/2);max-width:calc((100% - 20px)/2);background:var(--sand);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .4s var(--ease),box-shadow .4s ease}.svc:hover{transform:translateY(-4px);box-shadow:0 22px 48px -26px #3a40306b}.svc__img{width:100%;height:200px}.svc__body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:11px;flex:1}.svc__title{font-family:var(--serif);font-weight:500;font-size:21px;line-height:1.2;color:var(--green)}.svc__desc{font-size:13px;line-height:1.62;color:var(--muted)}.svc__list{list-style:none;display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:4px}.svc__list li{font-size:11.5px;color:var(--olive);background:var(--cream);border:1px solid var(--line);border-radius:13px;padding:5px 10px}.process{padding:0 0 84px;scroll-margin-top:24px}.process .eyebrow{display:block;margin-bottom:16px}.process__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px}.process__head h2{font-size:36px}.process__head p{font-size:13.5px;line-height:1.65;color:var(--muted-2);max-width:320px}.process__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.process__step{border-top:1px solid var(--line-2);padding-top:22px}.process__num{display:block;font-family:var(--serif);font-weight:600;font-size:15px;letter-spacing:.1em;color:var(--terracotta);margin-bottom:14px}.process__step h3{font-family:var(--serif);font-weight:500;font-size:23px;color:var(--green);margin-bottom:10px}.process__step p{font-size:13.5px;line-height:1.65;color:var(--muted)}.testi-head{text-align:center;padding:20px 0 44px;scroll-margin-top:24px}.testi-head .eyebrow{display:block;margin-bottom:16px}.testi-head h2{font-size:36px}.testi-head p{font-size:13.5px;color:var(--muted-2);margin-top:14px}.testi-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;padding:0 0 84px;align-items:start}.testi{border:1px solid var(--line-2);border-radius:18px;padding:24px}.testi__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.testi__cat{font-family:var(--serif);font-weight:600;font-size:15px;letter-spacing:.2em;color:var(--green)}.testi__rating{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.testi h3{font-family:var(--serif);font-weight:600;font-size:19px;margin-bottom:10px;color:var(--green)}.testi p{font-size:13.5px;line-height:1.65;color:var(--muted-2);margin-bottom:24px}.testi__author{display:flex;align-items:center;gap:10px}.testi__author .frame{width:34px;height:34px}.testi__name{font-size:13px;font-weight:500;color:var(--green)}.testi__role{font-size:11px;color:var(--muted-3)}.testi__foot{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #efe7d6}.contact{scroll-margin-top:24px}.contact__inner{max-width:var(--shell);margin:0 auto;padding:0 32px 96px}.contact .eyebrow{display:block;margin-bottom:16px}.contact__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:44px;flex-wrap:wrap;gap:20px}.contact__head h2{font-size:44px;line-height:1.12}.contact__head p{font-size:14px;line-height:1.65;color:var(--muted-2);max-width:340px}.contact__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:stretch}.contact__details{background:var(--green-deep);color:var(--on-dark);border-radius:24px;padding:36px 34px;display:flex;flex-direction:column;justify-content:space-between}.contact__brand{display:flex;align-items:center;gap:10px;margin-bottom:30px}.contact__brand img{height:34px;width:auto}.contact__brand span{font-family:var(--serif);font-weight:600;font-size:19px;letter-spacing:.28em;padding-left:2px}.contact__lines{display:flex;flex-direction:column;gap:24px}.contact__line{display:flex;gap:14px;align-items:flex-start;text-decoration:none;color:inherit}.contact__line .icon-round{width:40px;height:40px;border:1px solid var(--line-dark)}.contact__line-label{display:block;font-size:11px;letter-spacing:.14em;color:var(--on-dark-lbl);margin-bottom:3px}.contact__line-value{font-size:15px;color:var(--on-dark)}.contact__socials{display:flex;gap:12px;margin-top:34px}.contact__socials a{width:42px;height:42px;border-radius:50%;border:1px solid var(--line-dark);display:flex;align-items:center;justify-content:center;text-decoration:none}.contact__form{background:var(--sand);border-radius:24px;padding:36px 34px}.form__pair{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.field{display:flex;flex-direction:column;gap:7px}.field--block{margin-bottom:18px}.field--last{margin-bottom:24px}.field>span{font-size:11px;letter-spacing:.12em;color:var(--muted-2)}.field input,.field select,.field textarea{border:none;border-bottom:1.5px solid var(--line-3);background:transparent;padding:9px 2px;font-family:var(--sans);font-size:15px;color:var(--ink);outline:none;transition:border-bottom-color .25s ease}.field select{cursor:pointer}.field textarea{resize:vertical}.form__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.form__note{font-size:12.5px;color:var(--muted-2)}.form__submit{display:flex;align-items:center;gap:10px;background:var(--green);color:var(--on-dark);border:none;padding:13px 26px;border-radius:26px;font-size:14px;letter-spacing:.05em}.form__success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px;gap:16px}.form__success-icon{width:64px;height:64px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center}.form__success h3{font-family:var(--serif);font-weight:500;font-size:28px;color:var(--green)}.form__success p{font-size:14px;line-height:1.6;color:var(--muted);max-width:340px}.form__success strong{color:var(--green)}.site-footer{background:var(--green-deep);color:var(--on-dark);border-radius:36px 36px 0 0;padding:58px 0 0;overflow:hidden;scroll-margin-top:24px}.footer__inner{max-width:var(--shell);margin:0 auto;padding:0 40px}.footer__top{display:flex;justify-content:space-between;gap:40px;padding-bottom:52px;flex-wrap:wrap}.footer__brand{max-width:280px}.footer__brand .brand{margin-bottom:16px}.footer__brand .brand__word{color:var(--on-dark)}.footer__brand p{font-size:12.5px;line-height:1.6;color:var(--on-dark-dim);letter-spacing:.02em}.footer__cols{display:grid;grid-template-columns:repeat(3,auto);gap:52px}.footer__col{display:flex;flex-direction:column;gap:14px;font-size:13px;color:var(--on-dark-nav)}.footer__col-title{color:var(--on-dark-lbl);font-size:11px;letter-spacing:.16em;margin-bottom:2px}.footer__link{cursor:pointer;transition:color .25s ease}.footer__link:hover{color:var(--on-dark)}.footer__word{text-align:center}.footer__word div{font-family:var(--serif);font-weight:600;font-size:158px;line-height:.86;letter-spacing:.04em;white-space:nowrap}.footer__bar{display:flex;align-items:center;justify-content:space-between;padding:26px 0;border-top:1px solid #3d4234;margin-top:16px}.footer__copy{font-size:12px;color:var(--on-dark-lbl);letter-spacing:.02em}.footer__copy a{color:var(--on-dark-nav);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .25s ease,color .25s ease}.footer__copy a:hover{color:var(--on-dark);border-color:currentColor}.footer__credit{font-size:12px;color:var(--on-dark-lbl);letter-spacing:.02em}.footer__credit a{color:var(--on-dark-nav);text-decoration:none;border-bottom:1px solid transparent;transition:color .25s ease,border-color .25s ease}.footer__credit a:hover{color:var(--on-dark);border-color:currentColor}.badge-round{display:flex;align-items:center;justify-content:center;border-radius:50%}@media(max-width:980px){.cards,.founder__body,.philosophy,.contact__grid,.testi-grid{grid-template-columns:1fr}.svc{max-width:calc((100% - 20px)/2)}}@media(max-width:560px){.svc{flex-basis:100%;max-width:100%}}@media(max-width:820px){.shell{padding-left:20px;padding-right:20px}.contact__inner{padding-left:20px;padding-right:20px;padding-bottom:72px}.footer__inner{padding-left:20px;padding-right:20px}.site-header{flex-wrap:nowrap;gap:12px;padding:20px 0}.site-header .brand__word{font-size:18px;letter-spacing:.22em}.site-header .brand img{height:32px}.header__actions{gap:8px;flex-shrink:0}.circle-btn{width:42px;height:42px}.circle-btn[data-action=menu]{display:none}.menu-btn{padding:10px 16px}.hero{padding:22px 0 8px}.hero__meta{gap:12px;margin-bottom:20px;flex-wrap:wrap;justify-content:center}.hero__lockup{margin-bottom:22px}.hero__wordmark{letter-spacing:.08em;padding-left:.08em}.hero__lead{font-size:14px;max-width:100%}.gallery{grid-template-columns:repeat(3,1fr);gap:10px;padding-bottom:48px}.gallery .frame{height:118px}.welcome{padding:12px 0 30px}.welcome h2{font-size:clamp(28px,8vw,40px)}.cards{gap:18px;padding-bottom:56px}.card{padding:22px}.card__head{margin-bottom:22px}.card__title{font-size:23px}.collage{grid-template-columns:1fr 1fr}.collage .frame:not(.collage__tall){height:90px}.philosophy{gap:24px;padding-bottom:60px}.philosophy h2{font-size:clamp(28px,8vw,34px)}.philosophy p{max-width:100%}.philosophy__logo{min-height:0;padding:44px 30px}.founder{padding-bottom:64px}.founder__head{flex-direction:column;align-items:flex-start;margin-bottom:26px;gap:14px}.founder__head h2{font-size:clamp(28px,8vw,36px)}.founder__head p{max-width:100%}.founder__body{gap:24px}.founder__portrait{height:300px}.founder__tags{justify-content:flex-start;gap:12px 22px;margin-top:22px}.services{padding-bottom:60px}.services__head{flex-direction:column;align-items:flex-start;margin-bottom:26px;gap:12px}.services__head h2{font-size:clamp(28px,8vw,36px)}.services__head p{max-width:100%}.svc-grid{gap:16px}.process{padding-bottom:60px}.process__head{flex-direction:column;align-items:flex-start;margin-bottom:28px;gap:12px}.process__head h2{font-size:clamp(28px,8vw,36px)}.process__head p{max-width:100%}.process__steps{grid-template-columns:1fr;gap:0}.process__step{padding:20px 0}.process__step:first-child{padding-top:0;border-top:none}.testi-head{padding-bottom:32px}.testi-head h2{font-size:clamp(28px,8vw,36px)}.testi-grid{gap:16px;padding-bottom:60px}.contact__head{margin-bottom:30px}.contact__head h2{font-size:clamp(30px,9vw,44px)}.contact__head p{max-width:100%}.contact__grid{gap:16px}.contact__details,.contact__form{padding:30px 26px}.form__pair{grid-template-columns:1fr;gap:20px}.field input,.field select,.field textarea{font-size:16px}.form__foot{gap:14px}.form__submit{width:100%;justify-content:center;padding:15px 26px}.site-footer{border-radius:28px 28px 0 0;padding-top:46px}.footer__top{gap:30px;padding-bottom:40px}.footer__cols{grid-template-columns:repeat(2,1fr);gap:26px 30px}.footer__word div{font-size:clamp(56px,19vw,100px)}.footer__bar{flex-wrap:wrap;gap:12px}.menu{padding:24px 24px calc(24px + env(safe-area-inset-bottom))}.menu__nav{gap:2px}.menu__nav a{font-size:clamp(32px,9vw,46px)}.menu__foot{flex-wrap:wrap;gap:10px 24px}}@media(max-width:560px){.gallery{grid-template-columns:repeat(2,1fr);gap:12px}.gallery .frame{height:150px}}@media(max-width:400px){.shell,.contact__inner,.footer__inner{padding-left:16px;padding-right:16px}.site-header .brand__word{font-size:16px;letter-spacing:.18em}.footer__cols{grid-template-columns:1fr;gap:22px}}
