:root{--ink:#22211e;--paper:#f3efe7;--cream:#e8dfd0;--rust:#9b4a2d;--line:#22211e2e;--ease-out:cubic-bezier(.22, 1, .36, 1);--hero-shift:0px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Arial,Noto Sans TC,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{width:100%;display:block}h1,h2,h3,p{margin-top:0}.skip-link{z-index:100;color:#fff;background:var(--ink);padding:10px 14px;transition:transform .2s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.paper-grain{z-index:20;pointer-events:none;opacity:.18;mix-blend-mode:soft-light;background:repeating-radial-gradient(circle at 0 0,#0000 0,#ffffff29 1px,#0000 2px 5px) 0 0/7px 7px;position:fixed;inset:0}.site-header{z-index:15;color:#fff;width:100%;height:98px;transition:height .45s var(--ease-out), background-color .45s ease, border-color .45s ease, backdrop-filter .45s ease;border-bottom:1px solid #ffffff59;justify-content:space-between;align-items:center;padding:0 4.8vw;display:flex;position:fixed;top:0;left:0}.is-scrolled .site-header{-webkit-backdrop-filter:blur(16px)saturate(1.25);backdrop-filter:blur(16px)saturate(1.25);background:#21201db8;border-color:#ffffff29;height:70px}.brand{letter-spacing:.26em;font:600 15px/1 Arial,sans-serif}.brand span{letter-spacing:-.08em;margin-right:8px;font:italic 700 30px/.8 Georgia,serif}.site-header nav{letter-spacing:.08em;align-items:center;gap:34px;font-size:13px;display:flex}.site-header nav a:not(.nav-cta){padding:12px 0;position:relative}.site-header nav a:not(.nav-cta):after{content:"";transform-origin:100%;height:1px;transition:transform .42s var(--ease-out);background:currentColor;position:absolute;bottom:7px;left:0;right:0;transform:scaleX(0)}.site-header nav a:not(.nav-cta):hover:after,.site-header nav a:not(.nav-cta):focus-visible:after{transform-origin:0;transform:scaleX(1)}.nav-cta{transition:color .3s ease, background-color .3s ease, transform .3s var(--ease-out);border:1px solid #ffffffa6;padding:13px 18px}.nav-cta:hover,.nav-cta:focus-visible{color:var(--ink);background:#fff;transform:translateY(-2px)}.hero{color:#fff;background:#3c352f;height:min(94vh,900px);min-height:650px;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:50% 42%;height:calc(100% + 90px);transform:translate3d(0, calc(var(--hero-shift) * .55 - 45px), 0) scale(1.065);filter:blur(7px)saturate(.82);opacity:.25;transition:filter 1.25s,opacity 1s,transform .2s linear}.page-loaded .hero-image{filter:blur()saturate();opacity:1}.hero-shade{background:linear-gradient(90deg,#14110ea3 0%,#14110e24 58%,#14110e33),linear-gradient(#0000 55%,#14110e59);position:absolute;inset:0}.hero-copy{z-index:2;position:absolute;bottom:12vh;left:8vw}.eyebrow{color:var(--rust);letter-spacing:.24em;margin-bottom:24px;font-size:11px;font-weight:700}.eyebrow.light{color:#ffffffd1}.hero h1{letter-spacing:-.055em;margin:0;font:400 clamp(58px,8vw,118px)/.94 Georgia,Times New Roman,serif}h1 em,h2 em{font-weight:400}.hero-intro{letter-spacing:.12em;margin:32px 0 0;font-size:14px}.motion-ready .hero-copy>*{opacity:0;transform:translateY(32px)}.page-loaded .hero-copy>*{opacity:1;transition:opacity .85s ease, transform .85s var(--ease-out);transform:translateY(0)}.page-loaded .hero-copy h1{transition-delay:.12s}.page-loaded .hero-copy .hero-intro{transition-delay:.24s}.scroll-cue{z-index:2;letter-spacing:.25em;writing-mode:vertical-rl;flex-direction:column;align-items:center;gap:12px;font-size:9px;display:flex;position:absolute;bottom:0;right:4.8vw}.scroll-cue i{border-left:1px solid #ffffffbf;height:70px;display:block}.intro-section{grid-template-columns:1fr 2fr;gap:8vw;padding:140px 9vw 155px;display:grid}.index-mark{margin-top:105px;font:italic 17px Georgia,serif;display:block}.intro-copy h2,.section-heading h2,.service-note h2{letter-spacing:-.04em;max-width:860px;margin-bottom:44px;font:400 clamp(40px,5.3vw,76px)/1.08 Georgia,serif}.intro-copy>p{color:#5f5b54;max-width:680px;margin-left:16%;font-size:16px;line-height:1.95}.services-section{color:#f4f0e8;background:#252521;padding:125px 4.5vw 140px}.section-heading{justify-content:space-between;align-items:flex-end;margin:0 4.5vw 75px;display:flex}.section-heading h2{max-width:760px;margin:0}.section-heading .eyebrow{color:#bd806a}.service-grid{grid-template-columns:repeat(12,1fr);gap:24px;display:grid}.service-card{--stagger:0px;--tilt-x:0deg;--tilt-y:0deg;min-height:480px;transform:translateY(var(--stagger)) perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .55s var(--ease-out), opacity .75s ease, filter .55s ease;transition-delay:var(--delay,0s);background:#444;grid-column:span 4;position:relative;overflow:hidden}.service-card:nth-child(2),.service-card:nth-child(5){--stagger:46px}.service-card img{object-fit:cover;filter:saturate(.88);height:100%;min-height:480px;transition:transform .85s var(--ease-out), filter .65s ease}.service-card:after{content:"";background:linear-gradient(#0000 40%,#0a0a08c7);transition:background-color .5s;position:absolute;inset:0}.service-grid:has(.service-card:hover) .service-card:not(:hover) img{filter:saturate(.55)blur(1.5px)}.service-card:hover img,.service-card:focus-visible img{filter:saturate(1.06);transform:scale(1.065)}.service-number{z-index:2;font:italic 15px Georgia,serif;position:absolute;top:25px;left:26px}.service-copy{z-index:2;transition:transform .5s var(--ease-out);position:absolute;bottom:26px;left:27px}.service-copy p{opacity:.75;margin-bottom:7px;font:italic 14px Georgia,serif}.service-copy h3{margin:0;font:400 29px Georgia,serif}.round-arrow{z-index:2;width:45px;height:45px;transition:color .4s ease, background .4s ease, transform .55s var(--ease-out);border:1px solid #ffffffa6;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:24px;right:24px}.service-card:hover .service-copy,.service-card:focus-visible .service-copy{transform:translateY(-7px)}.service-card:hover .round-arrow,.service-card:focus-visible .round-arrow{color:var(--ink);background:#fff;transform:rotate(45deg)}.quote-section{background:#dcd1c0;grid-template-columns:1.05fr .95fr;min-height:680px;display:grid}.quote-image-wrap{height:100%;min-height:680px;overflow:hidden}.quote-image-wrap img{object-fit:cover;height:112%;transition:transform 1.2s var(--ease-out), filter 1.2s ease;transform:translateY(-5%)}.quote-section:hover .quote-image-wrap img{filter:saturate(.82);transform:translateY(-5%)scale(1.025)}.quote-section blockquote{align-self:center;max-width:590px;margin:80px 7vw}.quote-section blockquote span{color:var(--rust);font:90px/.5 Georgia,serif}.quote-section blockquote p{font:italic 400 clamp(30px,3.6vw,52px)/1.25 Georgia,serif}.numbers-section{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.numbers-section div{border-right:1px solid var(--line);flex-direction:column;align-items:center;padding:95px 30px;display:flex}.numbers-section strong{font:italic 54px Georgia,serif}.numbers-section span{letter-spacing:.18em;margin-top:10px;font-size:12px}.footer{color:#f9f3e9;background:#994c31;padding:120px 8vw 36px}.footer .eyebrow{color:#f1cdbf}.footer h2{letter-spacing:-.05em;margin-bottom:80px;font:400 clamp(54px,7vw,102px)/.96 Georgia,serif}.contact-list{border-top:1px solid #ffffff59;border-bottom:1px solid #ffffff59;flex-wrap:wrap;gap:22px 50px;padding:35px 0;font:18px Georgia,serif;display:flex}.footer-bottom{letter-spacing:.16em;opacity:.75;justify-content:space-between;padding-top:35px;font-size:10px;display:flex}.dark-header{background:#252521;height:98px;position:relative}.dark-header .site-header{position:absolute}.service-hero{grid-template-columns:.78fr 1.22fr;min-height:760px;display:grid}.service-title{align-self:center;padding:8vw}.service-title>span{color:var(--rust);font:italic 20px Georgia,serif}.service-title h1{letter-spacing:-.05em;margin:24px 0 32px;font:400 clamp(55px,6vw,92px)/.95 Georgia,serif}.service-title>p:not(.eyebrow){color:#605c56;line-height:1.9}.text-link{border-bottom:1px solid var(--ink);letter-spacing:.1em;margin-top:35px;padding-bottom:8px;font-size:13px;display:inline-block}.text-link b{margin-left:20px}.service-image-wrap{min-height:760px;overflow:hidden}.service-image-wrap img{object-fit:cover;filter:blur(5px);opacity:.4;height:100%;min-height:760px;transition:transform 1.2s var(--ease-out), filter 1.2s ease, opacity 1s ease;transform:scale(1.045)}.page-loaded .service-image-wrap img{filter:blur();opacity:1;transform:scale(1)}.service-note{background:#ded4c5;padding:140px 14vw}.service-note>p:last-child{color:#5d5952;max-width:590px;margin-left:auto;line-height:1.9}.motion-ready [data-reveal]{opacity:0;transform:translateY(44px)}.motion-ready [data-reveal].is-visible{opacity:1;transition:opacity .8s ease, transform .85s var(--ease-out);transform:translateY(0)}.motion-ready .service-card[data-reveal]{transform:translateY(calc(var(--stagger) + 44px)) perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y))}.motion-ready .service-card[data-reveal].is-visible{transform:translateY(var(--stagger)) perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y))}@media (max-width:800px){.site-header{height:76px;padding:0 22px}.site-header nav a:not(.nav-cta){display:none}.nav-cta{padding:11px 13px}.hero{height:86svh;min-height:590px}.hero-copy{bottom:90px;left:24px;right:24px}.hero h1{font-size:clamp(51px,15vw,76px)}.hero-intro{line-height:1.8}.intro-section{grid-template-columns:1fr;padding:92px 25px}.index-mark{margin-top:25px}.intro-copy>p{margin-left:0}.services-section{padding:85px 16px 120px}.section-heading{margin:0 10px 55px;display:block}.service-grid{display:block}.service-card{min-height:500px;margin-bottom:18px;display:block}.service-card:nth-child(2),.service-card:nth-child(5){--stagger:0px}.quote-section{grid-template-columns:1fr}.quote-image-wrap{height:470px;min-height:0}.quote-section blockquote{margin:80px 28px}.numbers-section{grid-template-columns:1fr}.numbers-section div{border-bottom:1px solid var(--line);padding:55px 20px}.footer{padding:90px 25px 28px}.contact-list{flex-direction:column;font-size:16px}.footer-bottom{gap:20px}.service-hero{grid-template-columns:1fr}.service-title{padding:85px 25px}.service-image-wrap{height:560px;min-height:0}.service-image-wrap img{min-height:0}.service-note{padding:95px 25px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-image,.service-image-wrap img,.quote-image-wrap img{filter:none!important;opacity:1!important;transform:none!important}[data-reveal]{opacity:1!important;transform:none!important}}
.home-hero{color:#fff;background:#27231f;height:100svh;min-height:680px;position:relative;overflow:hidden}.hero-slides,.hero-slide,.hero-slide>img,.hero-wash{width:100%;height:100%;position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transition:opacity 1.15s,visibility 1.15s}.hero-slide.is-active{z-index:1;opacity:1;visibility:visible}.hero-slide>img{object-fit:cover;filter:blur(5px)saturate(.78);transition:transform 7s linear,filter 1.4s;transform:scale(1.08)}.hero-slide.is-active>img{filter:blur()saturate(.92);transform:scale(1.015)}.hero-wash{background:linear-gradient(90deg,#16120f52,#16120f12 55%,#16120f42),linear-gradient(#0f0c0a2e,#0000 52%,#0f0c0a6e)}.hero-center{z-index:2;text-align:center;width:min(880px,76vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)}.hero-center>p{letter-spacing:.28em;margin-bottom:26px;font-size:11px}.hero-center h1{letter-spacing:-.045em;text-shadow:0 2px 25px #0000001f;margin:0;font:400 clamp(58px,7.2vw,112px)/.9 Georgia,serif}.hero-center h1 em{letter-spacing:-.04em;margin-top:4px;font:italic 400 .72em/1 Georgia,serif;display:block}.hero-center>span{letter-spacing:.07em;margin:34px 0 26px;font:italic 15px Georgia,serif;display:block}.hero-center>a{letter-spacing:.16em;border-bottom:1px solid #ffffffbf;padding:12px 0 8px;font-size:12px;display:inline-block}.hero-center>a b{margin-left:18px}.hero-slide.is-active .hero-center>*{animation:hero-copy-in .9s var(--ease-out) both}.hero-slide.is-active .hero-center h1{animation-delay:.12s}.hero-slide.is-active .hero-center>span{animation-delay:.23s}.hero-slide.is-active .hero-center>a{animation-delay:.31s}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}.hero-controls{z-index:4;grid-template-columns:56px 42px;align-items:center;display:grid;position:absolute;top:50%;right:4vw;transform:translateY(-50%)}.hero-controls span{writing-mode:vertical-rl;grid-row:span 2;font:italic 13px Georgia,serif}.hero-controls span b{font-size:24px;font-weight:400}.hero-controls button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff6;width:42px;height:42px;transition:background .25s,color .25s}.hero-controls button:hover{color:var(--ink);background:#fff}.hero-progress{z-index:4;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero-progress button{cursor:pointer;background:#fff6;border:0;width:36px;height:2px;padding:0;overflow:hidden}.hero-progress button:after{content:"";transform-origin:0;background:#fff;width:100%;height:100%;display:block;transform:scaleX(0)}.hero-progress button.is-active:after{animation:6.5s linear slide-progress}@keyframes slide-progress{to{transform:scaleX(1)}}.hero-social{z-index:4;letter-spacing:.16em;align-items:center;gap:12px;font-size:10px;display:flex;position:absolute;bottom:28px;left:4vw}.hero-social i{border-top:1px solid #ffffffa6;width:44px}.center-heading{text-align:center;margin-bottom:72px;position:relative}.center-heading p,.stories-section header p,.newborn-feature>div>p{color:#a36550;letter-spacing:.25em;margin-bottom:17px;font-size:11px;font-weight:700}.center-heading h2,.stories-section header h2{letter-spacing:-.04em;margin:0;font:400 clamp(43px,5vw,72px)/1 Georgia,serif}.center-heading i,.stories-section header i{color:#936653;letter-spacing:.05em;margin-top:12px;font:italic 20px/1.2 Georgia,serif;display:block}.category-section{background:#f4f0e9;padding:145px 3vw 150px}.category-rail{grid-template-columns:repeat(5,1fr);gap:13px;display:grid}.category-card{color:#fff;background:#4a443d;height:520px;position:relative;overflow:hidden}.category-card img{object-fit:cover;filter:saturate(.76);width:100%;height:100%;transition:transform .9s var(--ease-out), filter .7s ease}.category-card:after{content:"";background:linear-gradient(#0000 43%,#120f0dbf);position:absolute;inset:0}.category-card:hover img,.category-card:focus-visible img{filter:saturate();transform:scale(1.065)}.category-rail:has(.category-card:hover) .category-card:not(:hover) img{filter:saturate(.45)blur(2px)}.category-number{z-index:2;font:italic 13px Georgia,serif;position:absolute;top:22px;left:22px}.category-card>div{z-index:2;position:absolute;bottom:24px;left:23px}.category-card small{opacity:.78;font:italic 13px Georgia,serif}.category-card h3{margin:7px 0 0;font:400 clamp(21px,2vw,29px) Georgia,serif}.stories-section{background:#fffdfa;padding:132px 8vw 165px}.stories-section header{text-align:center;margin-bottom:115px;position:relative}.story-row{grid-template-columns:1.22fr .78fr;align-items:center;gap:9vw;margin-bottom:145px;display:grid}.story-row.reverse{grid-template-columns:.78fr 1.22fr}.story-row.reverse .story-image{order:2}.story-image{position:relative;overflow:hidden}.story-image img{aspect-ratio:1.32;object-fit:cover;transition:transform 1.1s var(--ease-out), filter .8s ease}.story-row:hover .story-image img{filter:saturate(.82);transform:scale(1.025)}.story-image>span{color:#fff;font:italic 15px Georgia,serif;position:absolute;bottom:15px;right:18px}.story-copy{max-width:500px}.story-copy small{color:#a36550;letter-spacing:.22em;font-size:11px}.story-copy h3{letter-spacing:-.04em;margin:23px 0 31px;font:400 clamp(42px,4.7vw,69px)/1.03 Georgia,serif}.story-copy p{color:#666057;line-height:1.95}.story-copy a,.newborn-feature>div>a{letter-spacing:.17em;border-bottom:1px solid;margin-top:23px;padding-bottom:8px;font-size:11px;display:inline-block}.story-copy a b{margin-left:20px}.newborn-feature{background:#d9cec0;grid-template-columns:1.15fr .85fr;align-items:stretch;min-height:720px;display:grid}.newborn-image{min-height:720px;position:relative;overflow:hidden}.newborn-image>img{object-fit:cover;width:100%;height:100%;transition:transform 1.3s var(--ease-out)}.newborn-feature:hover .newborn-image>img{transform:scale(1.025)}.play-mark{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #fffc;border-radius:50%;place-items:center;width:86px;height:86px;font:italic 24px Georgia,serif;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.newborn-feature>div:last-child{align-self:center;max-width:600px;padding:80px 8vw}.newborn-feature h2{letter-spacing:-.04em;margin:0 0 36px;font:400 clamp(42px,5vw,72px)/1 Georgia,serif}.newborn-feature h2 b,.newborn-feature h2 i{white-space:nowrap;width:max-content;max-width:100%;font-weight:400;display:block}.newborn-feature h2 i{font-family:Georgia,serif;font-weight:400}.newborn-feature>div>span{color:#625c55;line-height:1.95;display:block}.whatsapp-band{color:#f8f1e8;background:#a15338;justify-content:space-between;align-items:center;padding:38px 7vw;display:flex}.whatsapp-band p{margin:0;font:italic 22px Georgia,serif}.whatsapp-band a{letter-spacing:.2em;font-size:11px}.whatsapp-band a span{margin-left:18px}.stats-section{background:#f4f0e9;grid-template-columns:repeat(5,1fr);display:grid}.stats-section div{border-right:1px solid var(--line);flex-direction:column;align-items:center;padding:82px 15px;display:flex}.stats-section strong{font:italic 43px Georgia,serif}.stats-section span{letter-spacing:.16em;margin-top:10px;font-size:11px}.team-section{background:#fffdfa;padding:140px 12vw 165px}.team-grid{grid-template-columns:repeat(2,minmax(0,500px));justify-content:center;gap:7vw;display:grid}.team-card{--tilt-x:0deg;--tilt-y:0deg;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .35s}.team-card:nth-child(2){margin-top:70px}.team-visual{aspect-ratio:.78;background:#d9d4cc;display:block;position:relative;overflow:hidden}.team-portrait{object-fit:cover;filter:saturate(.84);width:100%;height:100%;transition:transform .9s var(--ease-out), filter .7s ease}.team-blur{opacity:0;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#26201c2e;transition:opacity .6s;position:absolute;inset:0}.team-signature{z-index:2;object-fit:contain;opacity:0;filter:drop-shadow(0 2px 14px #00000029);width:80%;max-height:45%;transition:opacity .55s ease, transform .7s var(--ease-out);position:absolute;top:50%;left:50%;transform:translate(-50%,-43%)scale(.9)}.team-view{z-index:3;color:#fff;letter-spacing:.15em;opacity:0;font-size:10px;transition:opacity .45s,transform .45s;position:absolute;bottom:20px;right:22px;transform:translateY(12px)}.team-visual:hover .team-portrait,.team-visual:focus-visible .team-portrait{filter:saturate(.55);transform:scale(1.045)}.team-visual:hover .team-blur,.team-visual:focus-visible .team-blur,.team-visual:hover .team-signature,.team-visual:focus-visible .team-signature,.team-visual:hover .team-view,.team-visual:focus-visible .team-view{opacity:1}.team-visual:hover .team-signature,.team-visual:focus-visible .team-signature{transform:translate(-50%,-50%)scale(1)}.team-card>p{color:#a36550;letter-spacing:.16em;margin:25px 0 7px;font-size:11px}.team-card h3{margin:0 0 9px;font:400 30px Georgia,serif}.team-card>a:last-child{color:#777168;font:italic 13px Georgia,serif}.showcase-section{color:#f7f2ea;background:#262522;grid-template-columns:1.08fr .92fr;min-height:790px;display:grid}.showcase-stage{min-height:790px;position:relative;overflow:hidden}.showcase-stage img{object-fit:cover;opacity:0;filter:blur(9px)saturate(.65);width:100%;height:100%;transition:opacity .75s, filter .9s, transform 1.1s var(--ease-out);position:absolute;inset:0;transform:scale(1.05)}.showcase-stage img.is-active{opacity:1;filter:blur()saturate(.85);transform:scale(1)}.showcase-links{align-self:center;padding:80px 7vw}.showcase-links>p{color:#c58b75;letter-spacing:.24em;margin-bottom:43px;font-size:10px}.showcase-links>a{color:#ffffff6e;text-align:left;width:100%;transition:color .4s, padding-left .5s var(--ease-out);border-bottom:1px solid #ffffff2b;grid-template-columns:92px 1fr 30px;align-items:baseline;padding:22px 0;display:grid;position:relative}.showcase-links>a small{letter-spacing:.13em;font-size:10px}.showcase-links>a span{font:400 clamp(40px,4.5vw,69px)/1 Georgia,serif}.showcase-links>a b{font-weight:400}.showcase-links>a.is-active{color:#fff;padding-left:14px}.testimonial-section{text-align:center;background:#eee7dc;padding:145px 18vw 155px}.testimonial-kicker{color:#9f654f;letter-spacing:.26em;font-size:10px}.quote-mark{color:#ad6e57;height:62px;font:100px/.8 Georgia,serif;display:block}.testimonial-section blockquote{max-width:960px;margin:25px auto 30px;font:italic 400 clamp(29px,3.5vw,49px)/1.35 Georgia,serif}.testimonial-section>small{letter-spacing:.18em;font-size:10px}.testimonial-section>div{justify-content:center;align-items:center;gap:13px;margin-top:38px;display:flex}.testimonial-section button{color:inherit;cursor:pointer;background:0 0;border:0;padding:10px;font-size:18px}.testimonial-section div i{border-top:1px solid #777067;width:42px}.testimonial-section div b,.testimonial-section div span{font:italic 13px Georgia,serif}.footer.footer-rich{color:#f9f3e9;background:#994c31;padding:0}.footer-callout{border-bottom:1px solid #ffffff40;padding:120px 8vw 105px;position:relative}.footer-callout>p{color:#efc5b4;letter-spacing:.3em;font-size:9px}.footer-callout h2{margin:25px 0 0;font:400 clamp(54px,7vw,102px)/.94 Georgia,serif}.footer-callout h2 i{font-family:Georgia,serif;font-weight:400}.footer-callout>a{letter-spacing:.13em;width:135px;height:135px;transition:color .35s, background .35s, transform .5s var(--ease-out);border:1px solid #ffffffa6;border-radius:50%;place-items:center;font-size:11px;display:grid;position:absolute;bottom:120px;right:9vw}.footer-callout>a:hover{color:#994c31;background:#fff;transform:rotate(-8deg)}.footer-callout>a span{position:absolute;top:18px;right:20px}.footer-columns{grid-template-columns:1fr 1.15fr .75fr .9fr;align-items:center;gap:4vw;padding:80px 8vw;display:grid}.footer-columns>div:not(.footer-emblem){flex-direction:column;align-items:flex-start;gap:13px;font:15px Georgia,serif;display:flex}.footer-columns small{color:#efc5b4;letter-spacing:.25em;margin-bottom:15px;font:8px Arial,sans-serif}.footer-columns span{opacity:.68}.footer-emblem{border:1px solid #fff6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:190px;height:190px;margin:auto;display:flex;position:relative}.footer-emblem b{font:italic 58px/.8 Georgia,serif}.footer-emblem>span{letter-spacing:.35em;font-size:9px}.footer-emblem i{letter-spacing:.19em;font-size:7px;position:absolute;bottom:22px}.footer.footer-rich .footer-bottom{letter-spacing:.2em;opacity:.75;border-top:1px solid #ffffff40;justify-content:space-between;padding:28px 8vw;font-size:8px;display:flex}
@media (max-width:980px){.category-rail{grid-template-columns:repeat(2,1fr)}.category-card:last-child{grid-column:span 2;height:430px}.story-row,.story-row.reverse{grid-template-columns:1fr 1fr;gap:6vw}.stats-section{grid-template-columns:repeat(3,1fr)}.stats-section div:nth-child(n+4){border-top:1px solid var(--line)}.showcase-section{grid-template-columns:1fr 1fr}.footer-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.home-hero{height:88svh;min-height:610px}.hero-center{width:calc(100% - 48px)}.hero-center h1{font-size:clamp(48px,15vw,72px)}.hero-center>p{line-height:1.7}.hero-center>span{margin-top:25px}.hero-controls{top:auto;bottom:55px;right:17px;transform:none}.hero-controls span,.hero-controls button{display:none}.hero-social{bottom:24px;left:21px}.hero-progress{bottom:28px;left:auto;right:22px;transform:none}.category-section{padding:90px 15px 100px}.center-heading{margin-bottom:53px}.category-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.category-card,.category-card:last-child{scroll-snap-align:center;flex:0 0 78vw;height:490px}.stories-section{padding:92px 22px 105px}.stories-section header{margin-bottom:70px}.story-row,.story-row.reverse{flex-direction:column;gap:43px;margin-bottom:94px;display:flex}.story-row.reverse .story-image{order:0}.story-copy{padding:0 7px}.newborn-feature{grid-template-columns:1fr;min-height:0}.newborn-image{height:520px;min-height:0}.newborn-feature>div:last-child{padding:75px 25px 90px}.whatsapp-band{align-items:flex-start;gap:24px;padding:29px 24px}.whatsapp-band p{font-size:17px}.stats-section{grid-template-columns:repeat(2,1fr)}.stats-section div{border-top:1px solid var(--line);padding:53px 8px}.stats-section div:last-child{grid-column:span 2}.stats-section strong{font-size:35px}.team-section{padding:95px 24px 110px}.team-grid{grid-template-columns:1fr;gap:70px}.team-card:nth-child(2){margin-top:0}.showcase-section{grid-template-columns:1fr;min-height:0}.showcase-stage{height:58svh;min-height:470px}.showcase-links{padding:70px 25px 85px}.showcase-links>a{grid-template-columns:70px 1fr 25px}.testimonial-section{padding:100px 27px 110px}.footer-callout{padding:90px 25px 210px}.footer-callout>a{width:120px;height:120px;bottom:55px;left:25px;right:auto}.footer-columns{grid-template-columns:1fr 1fr;gap:60px 25px;padding:70px 25px}.footer-emblem{width:145px;height:145px}.footer-emblem b{font-size:46px}.footer-emblem i{font-size:5px;bottom:15px}.footer.footer-rich .footer-bottom{flex-direction:column;gap:15px;padding:25px}}@media (prefers-reduced-motion:reduce){.hero-slide>img,.team-card,.showcase-stage img{filter:none!important;transform:none!important}.hero-progress button.is-active:after{animation:none;transform:scaleX(1)}}
.legacy-hero{color:#fff;background:#373832;height:min(82svh,850px);min-height:620px;position:relative;overflow:hidden}.legacy-hero>img,.legacy-hero>div{width:100%;height:100%;position:absolute;inset:0}.legacy-hero>img{object-fit:cover;filter:saturate(.74);animation:legacy-image-in 1.2s var(--ease-out) both}.legacy-hero>div{background:linear-gradient(#1617140f 33%,#161714a6),linear-gradient(90deg,#16171447,#0000 60%)}.legacy-hero-copy{z-index:2;max-width:900px;position:absolute;bottom:10vh;left:8vw}.legacy-hero-copy p,.legacy-intro>p,.legacy-details>div:last-child>p,.legacy-cta>p{color:#d8b6a5;letter-spacing:.25em;margin-bottom:22px;font-size:11px;font-weight:700}.legacy-hero h1{letter-spacing:-.045em;margin:0 0 25px;font:400 clamp(54px,7vw,105px)/.97 Georgia,Noto Serif TC,serif}.legacy-hero-copy span{letter-spacing:.17em;font-size:12px}@keyframes legacy-image-in{0%{opacity:.25;filter:blur(8px)saturate(.5);transform:scale(1.06)}to{opacity:1;filter:blur()saturate(.74);transform:scale(1)}}.legacy-intro{background:#f7f4ee;grid-template-columns:.55fr 1.45fr;gap:7vw;padding:130px 10vw 145px;display:grid}.legacy-intro>div{max-width:900px}.legacy-intro h2{letter-spacing:-.025em;margin:0 0 42px;font:400 clamp(34px,4vw,59px)/1.15 Georgia,Noto Serif TC,serif}.legacy-intro span{color:#625f58;max-width:690px;font-size:16px;line-height:1.95;display:block}.legacy-details{background:#fff;grid-template-columns:1.1fr .9fr;min-height:650px;display:grid}.legacy-detail-image{min-height:650px;overflow:hidden}.legacy-detail-image img{object-fit:cover;width:100%;height:100%;transition:transform 1s var(--ease-out)}.legacy-details:hover .legacy-detail-image img{transform:scale(1.025)}.legacy-details>div:last-child{align-self:center;padding:90px 8vw}.legacy-details ul{margin:0;padding:0;list-style:none}.legacy-details li{border-bottom:1px solid var(--line);padding:19px 0;font:400 21px/1.5 Georgia,Noto Serif TC,serif}.legacy-details a{letter-spacing:.14em;border-bottom:1px solid;margin-top:38px;padding-bottom:8px;font-size:12px;display:inline-block}.legacy-cta{text-align:center;background:#e7e1d7;padding:120px 10vw 130px}.legacy-cta h2{margin:0 0 40px;font:400 clamp(44px,5vw,74px)/1.08 Georgia,Noto Serif TC,serif}.legacy-cta a{border:1px solid var(--ink);letter-spacing:.14em;padding:15px 22px;font-size:12px;transition:color .3s,background .3s;display:inline-block}.legacy-cta a:hover{color:#fff;background:var(--ink)}@media (max-width:720px){.legacy-hero{height:72svh;min-height:560px}.legacy-hero-copy{bottom:70px;left:24px;right:24px}.legacy-hero h1{font-size:clamp(42px,12vw,62px);line-height:1.04}.legacy-intro{grid-template-columns:1fr;gap:30px;padding:85px 25px 95px}.legacy-details{grid-template-columns:1fr}.legacy-detail-image{height:500px;min-height:0}.legacy-details>div:last-child{padding:75px 25px 90px}.legacy-cta{padding:90px 25px 100px}}
.brand{width:115px;height:66px;display:block;overflow:hidden}.brand img{object-fit:contain;filter:invert();width:100%;height:100%}.desktop-nav{align-items:center;gap:29px;display:flex}.desktop-nav>a,.services-menu>summary{letter-spacing:.045em;white-space:nowrap;font-size:15px}.services-menu{position:relative}.services-menu>summary{cursor:pointer;padding:15px 0;list-style:none}.services-menu>summary::-webkit-details-marker{display:none}.mobile-nav>summary::-webkit-details-marker{display:none}.mega-menu{color:#292a27;opacity:0;visibility:hidden;width:510px;transition:opacity .28s, transform .35s var(--ease-out), visibility .28s;background:#f9f7f2f7;grid-template-columns:repeat(2,minmax(210px,1fr));padding:24px 27px;display:grid;position:absolute;top:44px;left:50%;transform:translate(-50%,10px);box-shadow:0 20px 55px #17161329}.services-menu[open] .mega-menu,.services-menu:hover .mega-menu,.services-menu:focus-within .mega-menu{opacity:1;visibility:visible;transform:translate(-50%)}.mega-menu a{border-bottom:1px solid #292a271a;padding:10px 8px;font:15px/1.4 Georgia,Noto Serif TC,serif}.mega-menu a:hover{color:#9b5b45}.mobile-nav{display:none}.site-footer{color:#f5f2ea;background:#4d504a}.footer-grid{grid-template-columns:1.35fr .7fr 1fr .9fr;gap:5vw;padding:92px 8vw 82px;display:grid}.footer-about>a{width:150px;height:94px;display:block;overflow:hidden}.footer-about img{object-fit:contain;filter:invert();width:100%;height:100%}.footer-about>p{color:#ffffffb8;max-width:420px;margin:25px 0;font-size:15px;line-height:1.85}.footer-about>div{gap:10px;display:flex}.footer-about>div a{letter-spacing:.06em;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:39px;height:39px;font-size:10px;transition:color .25s,background .25s;display:grid}.footer-about>div a:hover{color:#4d504a;background:#fff}.footer-menu{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-menu h2{color:#fff;min-height:26px;margin:13px 0 14px;font:400 21px Georgia,Noto Serif TC,serif}.footer-menu a{color:#ffffffc2;font-size:15px;line-height:1.5;transition:color .25s,transform .25s}.footer-menu a:hover{color:#fff;transform:translate(3px)}.footer-credit{color:#ffffffa3;letter-spacing:.1em;border-top:1px solid #ffffff24;justify-content:space-between;padding:22px 8vw;font-size:12px;display:flex}.floating-whatsapp{z-index:25;color:#fff;width:60px;height:60px;transition:transform .3s var(--ease-out), box-shadow .3s ease;background:#25d366;border:1px solid #ffffffb3;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:25px;right:25px;box-shadow:0 12px 30px #16472b47}.floating-whatsapp svg{fill:currentColor;width:31px;height:31px}.floating-whatsapp:hover,.floating-whatsapp:focus-visible{transform:translateY(-4px)scale(1.04);box-shadow:0 17px 38px #16472b59}@media (max-width:1000px){.desktop-nav{gap:18px}.desktop-nav>a,.services-menu>summary{font-size:13px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.site-header .desktop-nav{display:none}.mobile-nav{display:block;position:relative}.mobile-nav>summary{letter-spacing:.14em;cursor:pointer;padding:13px 0;font-size:14px;list-style:none}.mobile-nav>div{z-index:30;color:#272824;opacity:0;visibility:hidden;background:#f9f7f2fa;grid-template-columns:repeat(2,1fr);max-height:calc(100svh - 76px);padding:23px;transition:opacity .25s,transform .3s,visibility .25s;display:grid;position:fixed;top:76px;left:0;right:0;overflow-y:auto;transform:translateY(-8px)}.mobile-nav[open]>div{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav a{border-bottom:1px solid #2728241f;min-height:44px;padding:13px 8px;font:15px/1.3 Georgia,Noto Serif TC,serif}.footer-grid{grid-template-columns:1fr 1fr;gap:50px 25px;padding:70px 25px}.footer-about{grid-column:span 2}.footer-credit{flex-direction:column;gap:12px;padding:22px 25px}.floating-whatsapp{width:54px;height:54px;bottom:17px;right:17px}.floating-whatsapp svg{width:28px;height:28px}}@media (prefers-reduced-motion:reduce){.floating-whatsapp{transition:none}}
