:root{--ink: #16261f;--ink-soft: #40554b;--ivory: #faf6ed;--ivory-2: #f3ecdc;--emerald: #0a4a38;--emerald-deep: #073627;--emerald-night: #052b20;--gold: #c39a2b;--gold-light: #d8b24a;--gold-deep: #8f6e12;--line: rgba(10, 74, 56, .16);--line-light: rgba(250, 246, 237, .18);--font-serif: "Fraunces", Georgia, "Times New Roman", serif;--font-sans: "Manrope", system-ui, -apple-system, sans-serif;--font-royal: "Cormorant Garamond", Georgia, serif;--header-h: 76px;--radius: 18px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--ivory);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}html{scrollbar-color:var(--emerald) var(--ivory-2)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--ivory-2)}::-webkit-scrollbar-thumb{background:var(--emerald);border-radius:8px;border:3px solid var(--ivory-2)}::-webkit-scrollbar-thumb:hover{background:var(--emerald-deep)}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}address{font-style:normal}::selection{background:var(--gold-light);color:var(--emerald-deep)}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.container{width:min(1200px,100% - clamp(2.5rem,8vw,6rem));margin-inline:auto}.kicker{font-family:var(--font-sans);font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);display:flex;align-items:center;gap:.8rem}.kicker:before{content:"";width:34px;height:2px;background:var(--gold)}.kicker--light{color:var(--gold-light)}.section-title{font-family:var(--font-serif);font-weight:500;font-size:clamp(1.9rem,3.6vw,2.9rem);line-height:1.15;margin-top:1rem;letter-spacing:-.01em}.section-title em,.page-hero-title em,.hero-title em,.careers-band-title em{font-style:italic;color:var(--gold-deep)}.section-title--light{color:var(--ivory)}.section-title--light em{color:var(--gold-light)}.lede{max-width:46rem;font-family:var(--font-royal);font-weight:500;font-size:clamp(1.25rem,1.9vw,1.5rem);line-height:1.5;color:var(--ink-soft);margin-top:1.4rem}.section{padding:clamp(4.5rem,9vw,7.5rem) 0}.section--tint{background:var(--ivory-2)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.btn{display:inline-block;font-weight:700;font-size:.95rem;letter-spacing:.02em;padding:.95rem 1.9rem;border-radius:999px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-solid{background:var(--emerald);color:var(--ivory);box-shadow:0 12px 28px -14px #0a4a38b3}.btn-solid:hover{background:var(--emerald-deep)}.btn-ghost{border:1.5px solid var(--line);color:var(--emerald)}.btn-ghost:hover{border-color:var(--emerald)}.btn-gold{background:var(--gold);color:var(--emerald-night);box-shadow:0 12px 28px -14px #c39a2bcc}.btn-gold:hover{background:var(--gold-light)}.chip{display:inline-block;font-size:.82rem;font-weight:600;padding:.4rem .95rem;border-radius:999px;background:#d8b24a29;color:var(--gold-light);border:1px solid rgba(216,178,74,.4)}.chip--outline{background:transparent;color:var(--ink-soft);border:1px solid var(--line)}.textlink{font-weight:700;color:var(--gold-deep);border-bottom:2px solid transparent;transition:border-color .2s ease}.textlink:hover{border-color:var(--gold)}.icon-chip{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--icon-c);background:color-mix(in srgb,var(--icon-c) 12%,transparent);margin-bottom:1.1rem;transition:transform .35s ease,background .35s ease}.spotlight:hover .icon-chip{transform:scale(1.12) rotate(-5deg);background:color-mix(in srgb,var(--icon-c) 20%,transparent)}.spotlight{position:relative}.spotlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity .35s ease;background:radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%),rgba(216,178,74,.2),transparent 65%);pointer-events:none}.spotlight:hover:after{opacity:1}.btn-shimmer{position:relative;overflow:hidden}.btn-shimmer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:translate(-100%);animation:shimmer 2.8s ease-in-out infinite}@keyframes shimmer{to{transform:translate(100%)}}.logo{display:inline-flex;align-items:center;gap:.7rem}.logo--stacked{flex-direction:column;align-items:flex-start;gap:1rem}.logo-word{display:flex;flex-direction:column;line-height:1.12}.logo-name{font-family:var(--font-serif);font-size:1.22rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;background:linear-gradient(105deg,#14402c,#51591f 55%,#a8861d);-webkit-background-clip:text;background-clip:text;color:transparent}.logo-sub{font-family:var(--font-serif);font-size:.68rem;font-weight:600;letter-spacing:.5em;text-transform:uppercase;background:linear-gradient(105deg,#2c4a24,#77641e 60%,#a8861d);-webkit-background-clip:text;background-clip:text;color:transparent}.logo--light .logo-name{background:linear-gradient(105deg,var(--ivory) 0%,#e6d9ae 55%,var(--gold-light) 100%);-webkit-background-clip:text;background-clip:text}.logo--light .logo-sub{background:linear-gradient(105deg,#ded5b8 0%,var(--gold-light) 100%);-webkit-background-clip:text;background-clip:text}.header{position:fixed;inset:0 0 auto 0;z-index:60;transition:background .35s ease,box-shadow .35s ease}.header.is-scrolled{background:#faf6eddb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line)}.header-inner{width:min(1280px,100% - 3rem);margin-inline:auto;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-nav{display:flex;gap:clamp(.2rem,.8vw,.6rem)}.header-link{font-size:.92rem;font-weight:600;color:var(--ink);position:relative;padding:.5rem .95rem;border-radius:999px;display:inline-flex;align-items:center}.nav-icon{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1;margin-right:7px;color:#b8912b}.header-link-label{position:relative;z-index:1;transition:color .2s ease}.header-link.active .header-link-label{color:var(--emerald-deep);font-weight:800}.nav-pill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#0a4a3817;box-shadow:inset 0 0 0 1px #0a4a381f}.nav-dot{position:absolute;left:50%;bottom:-1px;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:var(--gold)}.header-burger{display:none;flex-direction:column;justify-content:center;gap:7px;width:44px;height:44px;align-items:center;z-index:70}.header-burger span{display:block;width:26px;height:2px;background:currentColor;color:var(--ink);transition:transform .35s ease,background .35s ease}.header.is-open .header-burger span{color:var(--ivory)}.header.is-open .header-burger span:first-child{transform:translateY(4.5px) rotate(45deg)}.header.is-open .header-burger span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--emerald-deep);display:flex;flex-direction:column;justify-content:center;padding:0 clamp(2rem,8vw,4rem)}.mobile-nav{display:flex;flex-direction:column;gap:1.1rem}.mobile-link{font-family:var(--font-serif);font-size:clamp(1.9rem,7vw,2.6rem);color:var(--ivory);display:flex;align-items:baseline;gap:1rem;transition:color .25s ease}.mobile-link:hover,.mobile-link.active{color:var(--gold-light)}.mobile-link-index{font-family:var(--font-sans);font-size:.75rem;font-weight:700;letter-spacing:.2em;color:var(--gold)}.mobile-link-icon{display:inline-flex;align-items:center;align-self:center;color:var(--gold-light);opacity:.85}.mobile-menu-foot{position:absolute;bottom:2.4rem;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:#faf6ed80}.cursor-glow{position:fixed;top:0;left:0;width:640px;height:640px;border-radius:50%;pointer-events:none;z-index:40;background:radial-gradient(circle,rgba(216,178,74,.18),transparent 65%);opacity:0;transition:opacity .4s ease;will-change:transform}@media (hover: none),(prefers-reduced-motion: reduce){.cursor-glow{display:none}}.hero{min-height:100svh;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(1100px 700px at 85% 15%,rgba(216,178,74,.14),transparent 65%),var(--ivory)}.hero-watermark{position:absolute;right:4%;bottom:12%;pointer-events:none;animation:watermarkPulse 36s ease-in-out infinite}.hero-watermark img{width:min(60vw,1100px);max-height:84svh;object-fit:contain;object-position:right center}@keyframes watermarkPulse{0%,to{opacity:.1}50%{opacity:.7}}@media (prefers-reduced-motion: reduce){.hero-watermark{animation:none;opacity:.1}}.aurora{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}.aurora--gold{width:46vw;height:46vw;top:-12%;right:-6%;background:radial-gradient(circle,rgba(216,178,74,.32),transparent 65%);animation:auroraA 20s ease-in-out infinite}.aurora--green{width:40vw;height:40vw;bottom:-18%;left:-10%;background:radial-gradient(circle,rgba(10,74,56,.16),transparent 65%);animation:auroraB 24s ease-in-out infinite}@keyframes auroraA{0%,to{transform:translate(0)}30%{transform:translate(70px,-60px)}65%{transform:translate(-50px,40px)}}@keyframes auroraB{0%,to{transform:translate(0)}35%{transform:translate(-80px,50px)}70%{transform:translate(60px,-40px)}}.hero-inner{position:relative;padding-top:calc(var(--header-h) + 1rem);padding-bottom:clamp(5rem,12vh,8rem)}.hero-title{font-family:var(--font-serif);font-weight:500;font-size:clamp(2.7rem,8vw,6rem);line-height:1.04;letter-spacing:-.02em;margin-top:1.6rem;color:var(--emerald-deep)}.hero-line{display:block}.hero-word{display:inline-block;margin-right:.26em}.hero-word:last-child{margin-right:0}.hero-lede{max-width:42rem;font-family:var(--font-royal);font-weight:500;font-size:clamp(1.3rem,2vw,1.55rem);line-height:1.5;color:var(--ink-soft);margin-top:1.8rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.4rem}.hero-scrollcue{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.6rem;color:var(--gold-deep)}.hero-scrollcue-label{font-size:.68rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase}.hero-scrollcue-line{width:2px;height:44px;background:linear-gradient(var(--gold),transparent);animation:cue 1.8s ease-in-out infinite}@keyframes cue{0%,to{transform:scaleY(.4);transform-origin:top;opacity:.5}50%{transform:scaleY(1);opacity:1}}.ticker{background:var(--emerald);color:var(--gold-light);overflow:hidden;padding:.85rem 0;border-block:1px solid var(--emerald-deep)}.ticker-track{display:flex;width:max-content;animation:ticker 30s linear infinite}.ticker-row{display:flex}.ticker-item{display:flex;align-items:center;gap:2.2rem;padding-right:2.2rem;white-space:nowrap;font-size:.85rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.ticker-dot{font-size:.7rem;color:var(--gold)}@keyframes ticker{to{transform:translate(-50%)}}.chapters{position:relative;background:var(--emerald)}.chapters-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column}.chapters-head{padding-top:calc(var(--header-h) + 1.2rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;z-index:5}.chapters-head .kicker{color:var(--gold-light)}.chapters-progress{display:flex;gap:.5rem}.chapters-tick{width:34px;height:3px;border-radius:3px;background:#faf6ed38;transition:background .4s ease}.chapters-tick.is-on{background:var(--gold-light)}.chapter{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;pointer-events:none}.chapter.is-active{pointer-events:auto}.chapter-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,6vw,5rem);align-items:center}.chapter-copy{color:var(--ivory);position:relative}.chapter-index{font-family:var(--font-serif);font-size:clamp(4.5rem,9vw,7.5rem);line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(216,178,74,.65);display:block}.chapter-title{font-family:var(--font-serif);font-weight:500;font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.08;margin-top:.6rem}.chapter-tagline{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.1rem,1.8vw,1.4rem);color:var(--gold-light);margin-top:.5rem}.chapter-summary{max-width:34rem;color:#faf6edd9;margin-top:1.3rem}.chapter-brands{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.6rem}.chapter-copy .textlink{display:inline-block;margin-top:1.6rem;color:var(--gold-light)}.chapter-copy .textlink:hover{border-color:var(--gold-light)}.chapter-visual{display:flex;justify-content:center}.chapter-motif{width:min(380px,34vw);filter:drop-shadow(0 26px 50px rgba(5,43,32,.6))}.chapter-motif-float{animation:drift 9s ease-in-out infinite}@keyframes drift{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(1.6deg)}}.motif-ring{transform-origin:200px 200px;transform-box:view-box;animation:ringPulse 3s ease-in-out infinite}@keyframes ringPulse{0%,to{transform:scale(1)}50%{transform:scale(1.09)}}.motif-core{transform-origin:200px 200px;transform-box:view-box;animation:corePulse 3s ease-in-out infinite}@keyframes corePulse{0%,to{transform:scale(1)}50%{transform:scale(1.35)}}.motif-arc{stroke-dasharray:1;stroke-dashoffset:1;animation:arcDraw 2.6s ease-in-out infinite alternate}@keyframes arcDraw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.motif-pillar{transform-box:fill-box;transform-origin:center bottom;animation:pillarBreath 4s ease-in-out infinite}@keyframes pillarBreath{0%,to{transform:scaleY(.9)}50%{transform:scaleY(1)}}.motif-line{stroke-dasharray:1;stroke-dashoffset:1;opacity:.75;animation:lineFlow 2.4s ease-in-out infinite alternate}@keyframes lineFlow{0%{stroke-dashoffset:1;opacity:.2}to{stroke-dashoffset:0;opacity:.8}}.motif-node{transform-box:fill-box;transform-origin:center;animation:nodePulse 2.6s ease-in-out infinite}@keyframes nodePulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.35);opacity:1}}.numbers{padding:clamp(4.5rem,9vw,7.5rem) 0;background:var(--ivory)}.numbers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.6rem}.number-card{border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.6rem;background:linear-gradient(160deg,rgba(216,178,74,.08),transparent 55%)}.number-card--wide{grid-column:span 2;background:linear-gradient(150deg,#0a4a3812,#d8b24a1a)}.number-card--wide .number-value{font-size:clamp(3.4rem,6vw,5rem)}.number-card:hover{box-shadow:0 24px 44px -28px #0a4a3880}.number-value{font-family:var(--font-serif);font-size:clamp(2.6rem,4.5vw,3.6rem);line-height:1;color:var(--emerald)}.counter-suffix{color:var(--gold-deep);font-size:.6em;margin-left:.1em}.number-word{font-size:.62em;font-style:italic;color:var(--gold-deep)}.number-label{font-size:1rem;font-weight:700;margin-top:.9rem}.number-note{font-size:.88rem;color:var(--ink-soft);margin-top:.5rem}.journey{height:280vh;position:relative;background:var(--emerald-night)}.journey-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:3rem}.journey-head{padding-top:var(--header-h)}.journey-track{display:flex;gap:clamp(1.4rem,3vw,2.6rem);padding-inline:max(calc((100vw - 1200px)/2),3vw);width:max-content;will-change:transform}.milestone{width:clamp(300px,30vw,400px);flex-shrink:0;border:1px solid var(--line-light);border-radius:var(--radius);padding:2.2rem 2rem;background:#faf6ed0a;color:var(--ivory)}.milestone-year{font-family:var(--font-serif);font-size:2.4rem;color:var(--gold-light);line-height:1}.milestone-title{font-family:var(--font-serif);font-weight:500;font-size:1.35rem;margin-top:1.1rem}.milestone-text{color:#faf6edc7;font-size:.94rem;margin-top:.7rem}.home-news{padding:clamp(4.5rem,9vw,7.5rem) 0;background:var(--ivory-2)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.news-card{background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;transition:box-shadow .3s ease}.news-card:hover{box-shadow:0 24px 44px -28px #0a4a3873}.news-meta{font-size:.8rem;color:var(--ink-soft);display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.news-tag{font-weight:700;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--emerald);background:#0a4a3817;padding:.2rem .65rem;border-radius:999px}.news-title{font-family:var(--font-serif);font-weight:500;font-size:1.25rem;line-height:1.3;margin-top:1rem}.news-excerpt{font-size:.92rem;color:var(--ink-soft);margin-top:.8rem}.careers-band{background:var(--emerald);padding:clamp(4.5rem,9vw,7rem) 0}.careers-band-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.careers-band-title{font-family:var(--font-serif);font-weight:500;font-size:clamp(2rem,4.4vw,3.2rem);line-height:1.12;color:var(--ivory);margin-top:1rem}.careers-band-title em{color:var(--gold-light)}.careers-band-text{color:#faf6edcc;max-width:34rem;margin-top:1rem}.page-hero{padding:calc(var(--header-h) + clamp(4rem,9vw,7rem)) 0 clamp(3rem,6vw,5rem);background:radial-gradient(900px 500px at 90% 0%,rgba(216,178,74,.13),transparent 60%),var(--ivory)}.page-hero-title{font-family:var(--font-serif);font-weight:500;font-size:clamp(2.4rem,6vw,4.4rem);line-height:1.08;letter-spacing:-.015em;margin-top:1.2rem;color:var(--emerald-deep);max-width:20ch}.about-story{display:grid;grid-template-columns:1.4fr .6fr;gap:clamp(2.5rem,6vw,5rem);align-items:center}.about-lead p{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;line-height:1.3;color:var(--emerald-deep);max-width:24ch}.about-lead em{font-style:italic;color:var(--gold-deep)}.street-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:3rem}.street-tile{background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;transition:box-shadow .3s ease}.street-tile:hover{box-shadow:0 24px 44px -28px #0a4a3866}.street-tile h3{font-family:var(--font-serif);font-weight:500;font-size:1.35rem;margin-top:.7rem;color:var(--emerald-deep)}.street-tile p:last-child{color:var(--ink-soft);font-size:.95rem;margin-top:.5rem}.street-punch{margin-top:2.4rem;text-align:center}.street-punch p{font-family:var(--font-serif);font-size:clamp(1.3rem,2.4vw,1.8rem);color:var(--emerald-deep)}.street-punch em{color:var(--gold-deep)}.strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:3rem}.promise-note{margin-top:2.2rem;text-align:center}.promise-note p{font-family:var(--font-serif);font-size:1.25rem;color:var(--emerald-deep)}.promise-note em{color:var(--gold-deep)}.about-story-mark{text-align:center;padding:2.5rem 2rem;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(170deg,rgba(216,178,74,.1),transparent 60%);display:flex;flex-direction:column;align-items:center;gap:1.4rem}.about-mark-caption{font-size:.88rem;color:var(--ink-soft);font-style:italic}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin-top:2.6rem}.value-card{background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;transition:box-shadow .3s ease}.value-card:hover{box-shadow:0 24px 44px -28px #0a4a3866}.value-index{font-family:var(--font-serif);font-size:1.6rem;color:transparent;-webkit-text-stroke:1px var(--gold)}.value-card h3{font-family:var(--font-serif);font-weight:500;font-size:1.35rem;margin-top:.8rem}.value-card p{color:var(--ink-soft);font-size:.95rem;margin-top:.6rem}.leadership-card{margin-top:2.4rem;border-left:4px solid var(--gold);background:var(--ivory-2);border-radius:0 var(--radius) var(--radius) 0;padding:clamp(1.8rem,4vw,3rem);max-width:56rem}.leadership-card blockquote{font-family:var(--font-serif);font-size:clamp(1.25rem,2.4vw,1.7rem);font-style:italic;line-height:1.45;color:var(--emerald-deep)}.leadership-sign{margin-top:1.4rem;font-weight:700;color:var(--gold-deep)}.leadership-note{margin-top:.5rem;font-size:.92rem;color:var(--ink-soft)}.timeline{list-style:none;margin-top:2.6rem;border-left:2px solid var(--line);padding-left:clamp(1.5rem,4vw,2.5rem);display:flex;flex-direction:column;gap:2.2rem}.timeline-item{display:grid;grid-template-columns:90px 1fr;gap:1.5rem;position:relative}.timeline-item:before{content:"";position:absolute;left:calc(-1*clamp(1.5rem,4vw,2.5rem) - 6px);top:.6em;width:10px;height:10px;border-radius:50%;background:var(--gold)}.timeline-year{font-family:var(--font-serif);font-size:1.5rem;color:var(--emerald)}.timeline-item h3{font-family:var(--font-serif);font-weight:500;font-size:1.2rem}.timeline-item p{color:var(--ink-soft);font-size:.95rem;margin-top:.4rem}.sector-block{padding:clamp(4.5rem,9vw,7rem) 0;scroll-margin-top:var(--header-h)}.sector-block--tint{background:var(--ivory-2)}.sector-head{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,6vw,5rem);align-items:center;margin-bottom:3rem}.sector-index{font-family:var(--font-serif);font-size:3.4rem;line-height:1;color:transparent;-webkit-text-stroke:1.5px var(--gold);display:block}.sector-name{font-family:var(--font-serif);font-weight:500;font-size:clamp(2rem,4vw,3rem);margin-top:.6rem;color:var(--emerald-deep)}.sector-tagline{font-family:var(--font-serif);font-style:italic;font-size:1.25rem;color:var(--gold-deep);margin-top:.4rem}.sector-points{list-style:none;margin-top:1.5rem;max-width:40rem;display:flex;flex-direction:column;gap:.9rem}.sector-points li{position:relative;padding-left:1.8rem;color:var(--ink-soft);font-size:1.02rem}.sector-points li:before{content:"✦";position:absolute;left:0;top:.1em;color:var(--gold);font-size:.85em}.sector-visual{display:flex;justify-content:center}.sector-motif{width:min(320px,100%)}.brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.4rem}.brand-card{background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;transition:box-shadow .3s ease}.brand-card:hover{box-shadow:0 24px 44px -28px #0a4a3873}.brand-kind{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep)}.brand-name{font-family:var(--font-serif);font-weight:500;font-size:1.5rem;margin-top:.7rem;color:var(--emerald-deep)}.brand-blurb{color:var(--ink-soft);font-size:.95rem;margin-top:.8rem;flex:1}.brand-stat{margin-top:1.4rem;font-family:var(--font-serif);font-size:1.15rem;color:var(--emerald);border-top:1px dashed var(--line);padding-top:1rem}.brands-index{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.brands-index-item{border:1px solid var(--line);border-radius:var(--radius);padding:2.2rem 2rem;background:linear-gradient(165deg,rgba(216,178,74,.07),transparent 50%);display:flex;flex-direction:column;transition:box-shadow .3s ease}.brands-index-item:hover{box-shadow:0 24px 44px -28px #0a4a3873}.brands-index-name{font-family:var(--font-serif);font-weight:500;font-size:1.7rem;margin-top:.6rem;color:var(--emerald-deep)}.brands-index-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.4rem;border-top:1px dashed var(--line);padding-top:1.1rem}.brands-index-foot .brand-stat{border:0;padding:0;margin:0}.promise-text{max-width:46rem;color:var(--ink-soft);margin-top:1.4rem;font-size:1.05rem}.news-featured{border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:var(--radius);background:var(--ivory-2);padding:clamp(1.8rem,4vw,3rem)}.news-featured-title{font-family:var(--font-serif);font-weight:500;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.2;margin-top:.9rem;color:var(--emerald-deep)}.news-body{color:var(--ink-soft);margin-top:.9rem;max-width:60rem}.news-list{margin-top:2rem;display:flex;flex-direction:column;gap:.9rem}.news-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--ivory);overflow:hidden;transition:box-shadow .3s ease}.news-row.is-open{box-shadow:0 24px 44px -30px #0a4a3866}.news-row-head{width:100%;text-align:left;padding:1.4rem 1.8rem;display:grid;grid-template-columns:1fr auto;align-items:center;gap:.4rem 1.5rem}.news-row-head .news-meta{grid-column:1}.news-row-title{font-family:var(--font-serif);font-weight:500;font-size:1.2rem;grid-column:1}.news-row-toggle{grid-column:2;grid-row:1 / span 2;font-family:var(--font-serif);font-size:1.8rem;color:var(--gold-deep)}.news-row-body{padding:0 1.8rem 1.6rem}.news-press{margin-top:2.5rem;color:var(--ink-soft);font-size:.95rem}.jobs-list{margin-top:2.4rem;display:flex;flex-direction:column;gap:.8rem}.job-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem 1.8rem;transition:box-shadow .3s ease,border-color .3s ease}.job-row:hover{border-color:var(--gold);box-shadow:0 18px 36px -26px #0a4a3873}.job-role{font-family:var(--font-serif);font-weight:500;font-size:1.15rem}.job-company{font-size:.85rem;font-weight:700;color:var(--gold-deep);margin-top:.15rem}.job-side{display:flex;gap:.6rem;flex-wrap:wrap}.jobs-note{margin-top:2.4rem;color:var(--ink-soft);font-size:.95rem;max-width:52rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:1.6rem;align-items:start}.contact-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--ivory-2);padding:2.2rem}.contact-address{font-family:var(--font-serif);font-size:1.15rem;line-height:1.6;margin-top:1.1rem;color:var(--emerald-deep)}.contact-cin{margin-top:1.2rem;font-size:.85rem;font-weight:700;letter-spacing:.06em;color:var(--ink-soft)}.contact-list{list-style:none;margin-top:1.1rem;display:flex;flex-direction:column;gap:.8rem;color:var(--ink-soft);font-size:.95rem}.contact-list a{color:var(--emerald);font-weight:700;border-bottom:1px solid transparent;transition:border-color .2s ease}.contact-list a:hover{border-color:var(--emerald)}.contact-note{margin-top:1.4rem;font-size:.88rem;font-style:italic;color:var(--ink-soft)}.contact-mark{align-self:center;opacity:.9}.about-story-mark img,.contact-mark img{animation:floatSoft 7s ease-in-out infinite}@keyframes floatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.footer{background:var(--emerald-deep);color:var(--ivory)}.footer-inner{width:min(1200px,100% - clamp(2.5rem,8vw,6rem));margin-inline:auto;padding:clamp(3.5rem,7vw,5.5rem) 0 3rem;display:grid;grid-template-columns:1.3fr .8fr .9fr 1.1fr;gap:clamp(2rem,5vw,4rem)}.footer-inner>*{min-width:0}.footer-tag{margin-top:1.4rem;color:#faf6edbf;font-size:.95rem}.footer-col{display:flex;flex-direction:column;gap:.7rem}.footer-col h4{font-size:.75rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.5rem}.footer-col a{color:#faf6edd9;font-size:.95rem;width:fit-content;max-width:100%;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.footer-col a:hover{color:var(--gold-light);border-color:var(--gold-light)}.footer-office address{color:#faf6edd9;font-size:.92rem;line-height:1.7;overflow-wrap:anywhere}.footer-contact{margin-top:.9rem;font-size:.92rem;line-height:1.7;overflow-wrap:anywhere}.footer-contact a{color:var(--gold-light);border-bottom:1px solid transparent;transition:border-color .2s ease}.footer-contact a:hover{border-color:var(--gold-light)}.footer-cin{margin-top:.9rem;font-size:.8rem;letter-spacing:.04em;color:#faf6ed99;overflow-wrap:anywhere}.footer-bar{border-top:1px solid var(--line-light);padding:1.4rem 0;width:min(1200px,100% - clamp(2.5rem,8vw,6rem));margin-inline:auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:#faf6ed99}.footer-legal{display:flex;gap:1.4rem;flex-wrap:wrap}.footer-legal a{color:#faf6edbf;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.footer-legal a:hover{color:var(--gold-light);border-color:var(--gold-light)}@media (max-width: 1023px){.numbers-grid,.news-grid,.brands-index{grid-template-columns:repeat(2,1fr)}.footer-inner,.contact-grid{grid-template-columns:1fr 1fr}.street-grid{grid-template-columns:repeat(2,1fr)}.contact-mark{display:none}}@media (max-width: 767px){.header-nav{display:none}.header-burger{display:flex}.hero-watermark{right:4%;bottom:12%}.hero-watermark img{width:min(80vw,480px);object-position:right center}.chapter-grid,.sector-head,.about-story,.street-grid,.strategy-grid{grid-template-columns:1fr}.chapter-visual{display:none}.chapters-head{padding-top:calc(var(--header-h) + .6rem)}.values-grid,.news-grid,.brands-index,.numbers-grid,.contact-grid{grid-template-columns:1fr}.number-card--wide{grid-column:auto}.journey{height:auto}.journey-sticky{position:static;height:auto;padding:4.5rem 0}.journey-track{width:auto;overflow-x:auto;padding-bottom:1.5rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.milestone{width:82vw;scroll-snap-align:center}.timeline-item{grid-template-columns:1fr;gap:.4rem}.section-head{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.gallery-page{min-height:100svh;padding-top:calc(var(--header-h) + 1rem);padding-bottom:3rem;background:radial-gradient(900px 500px at 85% 10%,rgba(216,178,74,.12),transparent 60%),var(--ivory);overflow:hidden;display:flex;flex-direction:column}.gallery-head{text-align:center}.gallery-hint{margin-top:.8rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);opacity:.75}.ring-stage{position:relative;flex:1 1 auto;min-height:var(--stage-h, 520px);margin-top:1rem;perspective:1800px;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:pan-y}.ring-stage.is-dragging{cursor:grabbing}.ring-tilt{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotateX(-12deg);transform-style:preserve-3d}.ring{position:absolute;transform-style:preserve-3d}.ring-card{position:absolute;width:var(--card-w, 172px);height:var(--card-h, 220px);margin-left:calc(var(--card-w, 172px) / -2);margin-top:calc(var(--card-h, 220px) / -2);transform-style:preserve-3d;cursor:pointer}.ring-card-face{position:absolute;top:0;right:0;bottom:0;left:0;opacity:var(--face-o, 1);border-radius:18px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:.85rem;border:1px solid rgba(10,74,56,.12);transition:box-shadow .25s ease,filter .25s ease;box-shadow:0 18px 40px #07362724}.ring-card-front{background:linear-gradient(165deg,#fffdf8,#f7f1e3);border-top:4px solid var(--brand);gap:.55rem}.ring-card-top{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.ring-card-top .icon-chip{width:34px;height:34px;border-radius:10px;margin-bottom:0}.ring-card-name{font-family:var(--font-serif);font-size:1.02rem;line-height:1.15;color:var(--emerald-deep);width:100%;min-width:0;overflow-wrap:anywhere}.ring-card-kind{font-size:.74rem;line-height:1.4;color:var(--ink-soft)}.ring-card-stat{margin-top:auto;font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--gold-deep);text-transform:uppercase}.ring-card-sector{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#0a4a388c}.ring-card-back{transform:rotateY(180deg);background:linear-gradient(165deg,#f7f1e3,#efe6d2);align-items:center;justify-content:center;gap:.8rem}.ring-card-backname{font-family:var(--font-serif);color:var(--emerald-deep);font-size:1.05rem}.ring-card:hover .ring-card-face{outline:2.5px solid var(--gold);box-shadow:0 22px 50px #07362747;filter:brightness(1.04)}.ring-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#052b20b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;grid-template-columns:minmax(0,1fr);place-items:center;padding:1.2rem;animation:ringFadeIn .25s ease}@keyframes ringFadeIn{0%{opacity:0}to{opacity:1}}.ring-modal{position:relative;width:min(560px,100%);background:var(--ivory);border-radius:22px;border-top:5px solid var(--brand);padding:2rem 2.2rem;box-shadow:0 40px 90px #00000059;animation:ringPopIn .3s cubic-bezier(.2,.6,.2,1)}@keyframes ringPopIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:none}}.ring-modal-close{position:absolute;top:.8rem;right:1rem;border:0;background:none;font-size:1.9rem;line-height:1;color:var(--emerald-deep);cursor:pointer}.ring-modal-title{display:flex;align-items:center;gap:.8rem;margin-top:.6rem}.ring-modal-title .icon-chip{flex-shrink:0}.ring-modal-title h2{font-family:var(--font-serif);font-size:clamp(1.35rem,6vw,2rem);color:var(--emerald-deep);min-width:0;overflow-wrap:anywhere}.ring-modal-kind{margin-top:.2rem;color:var(--gold-deep);font-weight:600}.ring-modal-blurb{margin:.9rem 0 1.1rem;color:var(--ink-soft);line-height:1.6}.ring-modal-nav{display:flex;align-items:center;justify-content:space-between;margin-top:1.4rem}.ring-modal-nav button{border:1px solid var(--emerald);background:none;color:var(--emerald);padding:.5rem 1rem;border-radius:999px;cursor:pointer;font-weight:600}.ring-modal-nav button:hover{background:var(--emerald);color:var(--ivory)}.ring-modal-count{font-size:.8rem;color:var(--ink-soft);letter-spacing:.1em}@media (max-width: 767px){.ring-card-face{padding:.5rem;border-radius:13px}.ring-card-front{gap:.3rem}.ring-card-kind{font-size:.6rem;line-height:1.3}.ring-card-top{gap:.3rem}.ring-card-name{font-size:.74rem}.ring-card-back{justify-content:flex-start;padding-top:.7rem}.ring-card-backname{display:none}.ring-card-stat{font-size:.6rem;letter-spacing:.03em;line-height:1.35}.ring-card-sector{font-size:.55rem;letter-spacing:.04em;line-height:1.35}.ring-card-top .icon-chip{width:24px;height:24px;border-radius:7px;flex-shrink:0}.ring-card-top .icon-chip svg{width:15px;height:15px}.ring-modal{padding:1.4rem 1.5rem}}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:radial-gradient(1100px 700px at 85% 15%,rgba(216,178,74,.14),transparent 65%),var(--ivory);display:grid;place-items:center}.preloader-logo{position:absolute;top:clamp(1.5rem,5vh,3rem);left:50%;transform:translate(-50%)}.preloader-line{position:relative;overflow:hidden;background:linear-gradient(105deg,var(--emerald-night),var(--emerald-deep) 55%,var(--emerald-night));color:var(--ivory);font-family:var(--font-serif);font-weight:500;font-size:clamp(1.7rem,5vw,3.4rem);line-height:1.1;padding:.45em .85em;letter-spacing:-.01em;max-width:92vw;text-align:center;border-radius:22px;border:1px solid rgba(255,244,214,.22);box-shadow:0 34px 64px -18px #07362761,0 14px 30px -12px #0736274d,inset 0 1px #ffffff38,inset 0 -3px 8px #00000059}.preloader-line:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 25%,rgba(216,178,74,.28) 45%,rgba(255,244,214,.38) 50%,rgba(216,178,74,.28) 55%,transparent 75%);transform:translate(-100%);animation:preloaderFlash 1.5s ease-in-out forwards;pointer-events:none}@keyframes preloaderFlash{to{transform:translate(100%)}}.preloader-line em{font-style:italic;color:var(--gold-light)}.preloader-type{position:relative;display:inline-block}.preloader-ghost{visibility:hidden}.preloader-typed{position:absolute;top:0;right:0;bottom:0;left:0;text-align:left}.preloader-count{position:absolute;right:clamp(1.2rem,4vw,2.5rem);bottom:1.4rem;font-size:.9rem;font-weight:600;color:var(--emerald-deep)}.preloader-count sup{font-size:.68rem;color:var(--emerald)}.preloader-bar{position:absolute;left:0;bottom:0;width:100%;height:3px;background:#0736272e}.preloader-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--emerald),var(--emerald-deep));transition:width .15s ease}
