*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;text-size-adjust:100%;scroll-padding-top:96px}img,picture,svg{max-width:100%;display:block}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}:root{color-scheme:light;--accent:#bd6a4f;--accent-ink:#a2543b;--accent-on-dark:#d98e6f;--accent-secondary:#a86b7e;--bg:#f6f1ea;--surface:#efe7db;--surface-strong:#e7dccb;--surface-warm:#eee2d5;--surface-warm-strong:#e5d3c6;--ink:#2b2622;--text:#2b2622;--text-muted:#6f6459;--text-faint:#857868;--text-on-ink:#f6f1ea;--text-on-ink-muted:#f6f1eab8;--text-on-ink-faint:#f6f1ea99;--line:#2b26221a;--line-strong:#2b262238;--shadow-card:0 26px 60px #2b262224;--shadow-float:0 20px 50px #2b262224;--shadow-nav:0 10px 30px #2b262212;--radius-pill:999px;--radius-card:18px;--radius-media:14px;--ease-out:cubic-bezier(.22, 1, .36, 1);--gutter:clamp(24px, 5vw, 72px);--gutter-left:max(var(--gutter), env(safe-area-inset-left));--gutter-right:max(var(--gutter), env(safe-area-inset-right));--section-y:clamp(64px, 9vw, 120px);--container:1220px;--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Manrope", system-ui, -apple-system, "Segoe UI", sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6;overflow-x:hidden}body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:#bd6a4f26}::selection{background:var(--accent-ink);color:var(--bg)}:focus-visible{outline:2px solid var(--accent-ink);outline-offset:3px;border-radius:4px}.on-dark :focus-visible{outline-color:var(--accent-on-dark)}.container{width:100%;max-width:var(--container);margin-inline:auto}.section{padding-block:var(--section-y);padding-inline:var(--gutter-left) var(--gutter-right)}.section--surface{background:var(--surface)}.section--ink{background:var(--ink);color:var(--text-on-ink)}.skip-link{z-index:100;background:var(--ink);color:var(--text-on-ink);border-radius:var(--radius-pill);transition:transform .25s var(--ease-out);padding:12px 20px;font-size:14px;font-weight:600;position:absolute;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus-visible{transform:none}.display{font-family:var(--font-display);letter-spacing:-.01em;text-wrap:balance;font-weight:500;line-height:1.05}.display em,.accent-italic{color:var(--accent);font-style:italic}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--accent-ink);align-items:center;gap:10px;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex}.eyebrow--rule:before{content:"";background:currentColor;flex:none;width:28px;height:1px}@media (width<=479px){.eyebrow--rule:before{display:none}}.on-dark .eyebrow{color:var(--accent-on-dark)}.lede{color:var(--text-muted);font-size:16px;line-height:1.6}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:clamp(36px,5vw,56px);display:flex}.section-head--center{text-align:center;flex-direction:column;align-items:center;gap:20px}.btn{border-radius:var(--radius-pill);text-align:center;transition:transform .4s var(--ease-out), box-shadow .4s ease, background-color .3s ease;border:1px solid #0000;justify-content:center;align-items:center;padding:15px 30px;font-size:15px;font-weight:600;line-height:1.2;display:inline-flex}.btn--fill{background:var(--accent-ink);color:var(--text-on-ink)}.btn--dark{background:var(--ink);color:var(--text-on-ink)}.btn--ghost{border-color:var(--line-strong)}.btn--sm{white-space:nowrap;padding:11px 22px;font-size:14px}.btn--lg{padding:16px 34px}@media (hover:hover){.btn:hover{transform:translateY(-3px)}.btn--fill:hover{box-shadow:0 16px 40px #a2543b5c}.btn--dark:hover{box-shadow:0 16px 40px #2b262247}.btn--ghost:hover{background:#2b26220d}}.btn:active{transition-duration:.1s;transform:scale(.97)}@media (width<=479px){.btn{width:100%}}.link-underline{background-image:linear-gradient(var(--accent-ink), var(--accent-ink));background-size:0% 1.5px;background-position:0 calc(100% - var(--underline-offset,0px));transition:background-size .45s var(--ease-out);background-repeat:no-repeat;padding-bottom:3px}.link-underline:focus-visible{background-size:100% 1.5px}@media (hover:hover){.link-underline:hover{background-size:100% 1.5px}}@keyframes float-up{0%{opacity:0;translate:0 28px}to{opacity:1;translate:none}}@keyframes blob{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-40px)scale(1.12)}66%{transform:translate(-40px,30px)scale(.92)}}@keyframes marquee{to{transform:translate(-50%)}}.js .reveal{opacity:0;transition:opacity 1s var(--ease-out), translate 1s var(--ease-out);transition-delay:var(--reveal-delay,0s);translate:0 38px}.js .reveal.is-visible{opacity:1;translate:none}.float-in{animation:float-up .9s var(--ease-out) both;animation-delay:var(--float-delay,0s)}.lift{transition:transform .55s var(--ease-out), box-shadow .55s ease, background-color .4s ease}@media (hover:hover){.lift:hover{box-shadow:var(--shadow-card);transform:translateY(-8px)}}.lift:active{transition-duration:.1s;transform:scale(.99)}.blob{filter:blur(30px);pointer-events:none;border-radius:50%;animation:16s ease-in-out infinite blob;position:absolute}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.js .reveal{opacity:1;translate:none}.blob{animation:none}}.nav[data-astro-cid-rutobish]{z-index:50;padding:22px var(--gutter-right) 22px var(--gutter-left);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#f6f1eab8;justify-content:space-between;align-items:center;gap:16px;transition:padding .4s,box-shadow .4s,background-color .4s;display:flex;position:sticky;top:0}.nav[data-astro-cid-rutobish].is-scrolled{box-shadow:var(--shadow-nav);background:#f6f1eaeb;padding-block:13px}.nav__brand[data-astro-cid-rutobish]{min-height:44px;font-family:var(--font-display);letter-spacing:.04em;align-items:center;font-size:26px;font-weight:600;line-height:1;display:inline-flex}.nav__dot[data-astro-cid-rutobish]{color:var(--accent)}.nav__toggle[data-astro-cid-rutobish]{flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;margin-right:-10px;padding:10px;display:flex}.nav__bar[data-astro-cid-rutobish]{background:var(--ink);width:100%;height:1.5px;transition:transform .35s var(--ease-out), opacity .2s ease}.nav__toggle[data-astro-cid-rutobish][aria-expanded=true] .nav__bar[data-astro-cid-rutobish]:first-child{transform:translateY(6.5px)rotate(45deg)}.nav__toggle[data-astro-cid-rutobish][aria-expanded=true] .nav__bar[data-astro-cid-rutobish]:nth-child(2){opacity:0}.nav__toggle[data-astro-cid-rutobish][aria-expanded=true] .nav__bar[data-astro-cid-rutobish]:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav__menu[data-astro-cid-rutobish]{padding:14px var(--gutter-right) 26px var(--gutter-left);background:var(--bg);border-bottom:1px solid var(--line);box-shadow:var(--shadow-nav);flex-direction:column;align-items:stretch;display:none;position:absolute;top:100%;left:0;right:0}.nav__menu[data-astro-cid-rutobish].is-open{display:flex}.nav__links[data-astro-cid-rutobish]{flex-direction:column;display:flex}.nav__links[data-astro-cid-rutobish] a[data-astro-cid-rutobish]{padding-block:12px;font-size:17px;font-weight:500;display:inline-block}.nav__menu[data-astro-cid-rutobish] .btn[data-astro-cid-rutobish]{margin-top:16px}@media (width>=900px){.nav__toggle[data-astro-cid-rutobish]{display:none}.nav__menu[data-astro-cid-rutobish]{box-shadow:none;background:0 0;border:none;flex-direction:row;align-items:center;gap:34px;padding:0;display:flex;position:static}.nav__links[data-astro-cid-rutobish]{flex-direction:row;gap:34px}.nav__links[data-astro-cid-rutobish] a[data-astro-cid-rutobish]{letter-spacing:.01em;padding-block:0;font-size:14px}.nav__menu[data-astro-cid-rutobish] .btn[data-astro-cid-rutobish]{margin-top:0}}.media[data-astro-cid-4kdynnrm]{transition:scale 1.1s var(--ease-out);position:absolute;inset:0;overflow:hidden}.media[data-astro-cid-4kdynnrm][data-parallax]{translate:0 var(--parallax,0px);inset:-6% 0}.media__img[data-astro-cid-4kdynnrm],.media__placeholder[data-astro-cid-4kdynnrm]{width:100%;height:100%}.media__img[data-astro-cid-4kdynnrm]{object-fit:cover}.media__placeholder[data-astro-cid-4kdynnrm]{align-items:flex-end;padding:18px;display:flex}.media--sand[data-astro-cid-4kdynnrm] .media__placeholder[data-astro-cid-4kdynnrm]{background:repeating-linear-gradient(135deg, var(--surface-strong), var(--surface-strong) 11px, var(--surface) 11px, var(--surface) 22px)}.media--clay[data-astro-cid-4kdynnrm] .media__placeholder[data-astro-cid-4kdynnrm]{background:repeating-linear-gradient(135deg, var(--surface-warm-strong), var(--surface-warm-strong) 11px, var(--surface-warm) 11px, var(--surface-warm) 22px)}.media__label[data-astro-cid-4kdynnrm]{letter-spacing:.04em;color:var(--text-faint);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}@media (hover:hover){.media--zoom[data-astro-cid-4kdynnrm]:hover{scale:1.05}}.hero[data-astro-cid-ge2uvauf]{padding:clamp(40px, 7vw, 96px) var(--gutter-right) clamp(56px, 7vw, 104px) var(--gutter-left);gap:clamp(40px,6vw,64px);display:grid;position:relative;overflow:hidden}.hero__copy[data-astro-cid-ge2uvauf],.hero__media[data-astro-cid-ge2uvauf]{position:relative}.blob--one[data-astro-cid-ge2uvauf]{aspect-ratio:1;background:radial-gradient(circle at 30% 30%, var(--accent), transparent 68%);opacity:.16;width:min(460px,90vw);top:-120px;left:-80px}.blob--two[data-astro-cid-ge2uvauf]{aspect-ratio:1;background:radial-gradient(circle at 60% 40%, var(--accent-secondary), transparent 68%);opacity:.14;filter:blur(34px);width:min(520px,95vw);animation-duration:20s;animation-direction:reverse;bottom:-160px;right:-60px}.hero__title[data-astro-cid-ge2uvauf]{margin-top:28px;font-size:clamp(46px,6.4vw,92px);line-height:.98}.hero__lede[data-astro-cid-ge2uvauf]{max-width:44ch;color:var(--text-muted);margin-top:28px;font-size:clamp(16px,1.3vw,19px);line-height:1.65}.hero__actions[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:16px;margin-top:38px;display:flex}.hero__stats[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:clamp(28px,4vw,40px);margin-top:clamp(40px,5vw,52px);display:flex}.stat[data-astro-cid-ge2uvauf]{flex-direction:column-reverse;display:flex}.stat[data-astro-cid-ge2uvauf]+.stat[data-astro-cid-ge2uvauf]{border-left:1px solid #2b26221f;padding-left:clamp(28px,4vw,40px)}.stat__value[data-astro-cid-ge2uvauf]{font-family:var(--font-display);font-size:38px;font-weight:600;line-height:1.15}.stat__label[data-astro-cid-ge2uvauf]{color:var(--text-muted);letter-spacing:.02em;font-size:13px}.hero__frame[data-astro-cid-ge2uvauf]{aspect-ratio:4/5;border-radius:10px;position:relative;overflow:hidden}.hero__quote[data-astro-cid-ge2uvauf]{z-index:1;background:var(--bg);max-width:260px;box-shadow:var(--shadow-float);border-radius:14px;margin:-36px auto 0;padding:18px 22px;position:relative}.hero__quote[data-astro-cid-ge2uvauf] blockquote[data-astro-cid-ge2uvauf]{font-family:var(--font-display);font-size:19px;font-style:italic;line-height:1.3}.hero__quote[data-astro-cid-ge2uvauf] figcaption[data-astro-cid-ge2uvauf]{color:var(--text-muted);margin-top:8px;font-size:12px}@media (width>=900px){.hero[data-astro-cid-ge2uvauf]{grid-template-columns:1.05fr .95fr;align-items:center}.hero__quote[data-astro-cid-ge2uvauf]{max-width:220px;margin:0;position:absolute;bottom:38px;left:-28px}}.marquee[data-astro-cid-543bmuqs]{background:var(--surface);border-block:1px solid var(--line);padding-block:20px;overflow:hidden}.marquee__track[data-astro-cid-543bmuqs]{width:max-content;animation:26s linear infinite marquee;display:flex}.marquee[data-astro-cid-543bmuqs]:hover .marquee__track[data-astro-cid-543bmuqs],.marquee[data-astro-cid-543bmuqs]:focus-within .marquee__track[data-astro-cid-543bmuqs]{animation-play-state:paused}.marquee__group[data-astro-cid-543bmuqs]{font-family:var(--font-display);white-space:nowrap;flex:none;align-items:center;font-size:clamp(26px,3vw,40px);font-style:italic;line-height:1.2;display:flex}.marquee__word--accent[data-astro-cid-543bmuqs]{color:var(--accent)}.marquee__sep[data-astro-cid-543bmuqs]{padding-inline:.6em}@media (prefers-reduced-motion:reduce){.marquee__track[data-astro-cid-543bmuqs]{animation:none}}.manifesto[data-astro-cid-nnfqu5h2]{text-align:center;max-width:1000px;margin-inline:auto}.section[data-astro-cid-nnfqu5h2]{padding-block:clamp(64px,9vw,140px)}.manifesto__eyebrow[data-astro-cid-nnfqu5h2]{margin-bottom:26px}.manifesto__text[data-astro-cid-nnfqu5h2]{font-family:var(--font-display);letter-spacing:-.01em;text-wrap:balance;font-size:clamp(28px,4vw,52px);font-weight:400;line-height:1.22}.manifesto__text[data-astro-cid-nnfqu5h2] em[data-astro-cid-nnfqu5h2]{color:var(--accent);font-style:italic}.pillars__title[data-astro-cid-qjj4u7yg]{max-width:16ch;font-size:clamp(32px,4vw,56px)}.pillars__lede[data-astro-cid-qjj4u7yg]{max-width:38ch}.pillars[data-astro-cid-qjj4u7yg]{grid-template-columns:1fr;gap:20px;display:grid}.pillar[data-astro-cid-qjj4u7yg]{background:var(--surface);border-radius:var(--radius-card);flex-direction:column;gap:14px;padding:28px 24px;display:flex}@media (width>=620px){.pillar[data-astro-cid-qjj4u7yg]{padding:34px 30px}}.pillar--featured[data-astro-cid-qjj4u7yg]{background:var(--ink);color:var(--text-on-ink)}.pillar__index[data-astro-cid-qjj4u7yg]{font-family:var(--font-display);color:var(--accent);font-size:30px;line-height:1}.pillar--featured[data-astro-cid-qjj4u7yg] .pillar__index[data-astro-cid-qjj4u7yg]{color:var(--accent-on-dark)}.pillar__title[data-astro-cid-qjj4u7yg]{font-size:21px;font-weight:600;line-height:1.3}.pillar__text[data-astro-cid-qjj4u7yg]{color:var(--text-muted);margin-top:auto;font-size:15px;line-height:1.6}.pillar--featured[data-astro-cid-qjj4u7yg] .pillar__text[data-astro-cid-qjj4u7yg]{color:var(--text-on-ink-muted)}@media (width>=620px){.pillars[data-astro-cid-qjj4u7yg]{grid-template-columns:repeat(2,1fr)}.pillar[data-astro-cid-qjj4u7yg]{min-height:280px}}@media (width>=1000px){.pillars[data-astro-cid-qjj4u7yg]{grid-template-columns:repeat(4,1fr)}}.section-head--center[data-astro-cid-7wvsl737]{margin-bottom:clamp(40px,6vw,64px)}.method__title[data-astro-cid-7wvsl737]{font-size:clamp(32px,4.4vw,60px)}.method[data-astro-cid-7wvsl737]{border-radius:var(--radius-card);background:#2b26221f;grid-template-columns:1fr;gap:2px;display:grid;overflow:hidden}.method__step[data-astro-cid-7wvsl737]{background:var(--surface);flex-direction:column;padding:32px 24px;transition:background-color .4s;display:flex}@media (width>=620px){.method__step[data-astro-cid-7wvsl737]{padding:38px 30px}}@media (hover:hover){.method__step[data-astro-cid-7wvsl737]:hover{background:var(--surface-strong)}}.method__step-title[data-astro-cid-7wvsl737]{font-family:var(--font-display);color:var(--accent);font-size:44px;font-weight:500;line-height:1}.method__step-text[data-astro-cid-7wvsl737]{color:var(--text-muted);margin-top:20px;font-size:15px;line-height:1.6}@media (width>=640px){.method[data-astro-cid-7wvsl737]{grid-template-columns:repeat(2,1fr)}.method__step[data-astro-cid-7wvsl737]{min-height:220px}}@media (width>=1000px){.method[data-astro-cid-7wvsl737]{grid-template-columns:repeat(4,1fr)}}.gallery__title[data-astro-cid-rj65ajc3]{max-width:14ch;font-size:clamp(32px,4.4vw,60px);line-height:1.02}.gallery__lede[data-astro-cid-rj65ajc3]{max-width:34ch}.gallery[data-astro-cid-rj65ajc3]{gap:16px;display:grid}.gallery__item[data-astro-cid-rj65ajc3]{border-radius:var(--radius-media);position:relative;overflow:hidden}@media (width<=999px){.gallery[data-astro-cid-rj65ajc3]{grid-template-columns:repeat(2,1fr)}.gallery__item--feature[data-astro-cid-rj65ajc3]{aspect-ratio:4/5;grid-column:span 2}.gallery__item--wide[data-astro-cid-rj65ajc3]{aspect-ratio:3/2;grid-column:span 2}.gallery__item--tall[data-astro-cid-rj65ajc3]{aspect-ratio:2/3}.gallery__item--tall[data-astro-cid-rj65ajc3]:last-child{aspect-ratio:4/5;grid-column:span 2}}@media (width>=640px) and (width<=999px){.gallery__item--feature[data-astro-cid-rj65ajc3]{aspect-ratio:16/10}.gallery__item--wide[data-astro-cid-rj65ajc3]{grid-column:auto}.gallery__item--tall[data-astro-cid-rj65ajc3]:last-child{aspect-ratio:16/10}}@media (width>=1000px){.gallery[data-astro-cid-rj65ajc3]{grid-template-columns:repeat(6,1fr);grid-auto-rows:130px}.gallery__item[data-astro-cid-rj65ajc3]{aspect-ratio:auto}.gallery__item[data-astro-cid-rj65ajc3]:first-child{grid-area:1/1/5/4}.gallery__item[data-astro-cid-rj65ajc3]:nth-child(2){grid-area:1/4/3/7}.gallery__item[data-astro-cid-rj65ajc3]:nth-child(3){grid-area:3/4/5/7}.gallery__item[data-astro-cid-rj65ajc3]:nth-child(4){grid-area:5/1/8/3}.gallery__item[data-astro-cid-rj65ajc3]:nth-child(5){grid-area:5/3/8/5}.gallery__item[data-astro-cid-rj65ajc3]:nth-child(6){grid-area:5/5/8/7}}.testimonials__title[data-astro-cid-gakqr736]{max-width:18ch;margin-top:20px;margin-bottom:clamp(40px,6vw,60px);font-size:clamp(32px,4.4vw,60px)}.testimonials[data-astro-cid-gakqr736]{grid-template-columns:1fr;gap:24px;display:grid}.testimonial[data-astro-cid-gakqr736]{border-radius:var(--radius-card);background:#f6f1ea0f;border:1px solid #f6f1ea1a;flex-direction:column;height:100%;padding:26px 24px;display:flex}@media (width>=620px){.testimonial[data-astro-cid-gakqr736]{padding:34px}}.testimonial__quote[data-astro-cid-gakqr736]{font-family:var(--font-display);font-size:24px;font-style:italic;line-height:1.35}.testimonial__author[data-astro-cid-gakqr736]{align-items:center;gap:14px;margin-top:auto;padding-top:26px;display:flex}.testimonial__avatar[data-astro-cid-gakqr736]{background:repeating-linear-gradient(135deg,#4a423b,#4a423b 6px,#3a332d 6px 12px);border-radius:50%;flex:none;width:44px;height:44px}.testimonial__name[data-astro-cid-gakqr736]{font-size:15px;font-weight:600;display:block}.testimonial__role[data-astro-cid-gakqr736]{color:var(--text-on-ink-faint);font-size:13px;display:block}@media (width>=900px){.testimonials[data-astro-cid-gakqr736]{grid-template-columns:repeat(3,1fr)}}.cta[data-astro-cid-6a2uyp33]{padding-block:clamp(72px,10vw,150px);position:relative;overflow:hidden}.cta__blob[data-astro-cid-6a2uyp33]{aspect-ratio:1;background:radial-gradient(circle, var(--accent), transparent 66%);opacity:.12;filter:blur(40px);width:min(640px,130vw);margin:-50% 0 0 -50%;animation-duration:18s;top:50%;left:50%}.cta__inner[data-astro-cid-6a2uyp33]{text-align:center;max-width:900px;margin-inline:auto;position:relative}.cta__title[data-astro-cid-6a2uyp33]{font-size:clamp(38px,5.6vw,80px);line-height:1.02}.cta__lede[data-astro-cid-6a2uyp33]{max-width:46ch;color:var(--text-muted);margin:26px auto 0;font-size:17px;line-height:1.65}.cta__actions[data-astro-cid-6a2uyp33]{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:40px;display:flex}.footer[data-astro-cid-nns7i3if]{padding:48px var(--gutter-right) 48px var(--gutter-left);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer__brand[data-astro-cid-nns7i3if]{min-height:44px;font-family:var(--font-display);align-items:center;font-size:22px;font-weight:600;line-height:1;display:inline-flex}.footer__dot[data-astro-cid-nns7i3if]{color:var(--accent)}.footer__links[data-astro-cid-nns7i3if]{color:var(--text-muted);flex-wrap:wrap;gap:8px 26px;font-size:14px;display:flex}.footer__links[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{--underline-offset:8px;align-items:center;min-height:44px;padding-block:11px;display:inline-flex}.footer__legal[data-astro-cid-nns7i3if]{color:var(--text-muted);font-size:13px}
