:root{--navy:#1a2b48;--gold:#88774f;--white:#fff;--charcoal:#2a2a2a;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Jost",sans-serif;color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{font-family:var(--font-body);font-weight:300;color:var(--white);background:var(--navy);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--gold);color:var(--navy);padding:8px 16px;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;z-index:9999}.skip-link:focus{top:1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:300;line-height:1.2;text-wrap:balance}p{line-height:1.9}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.scroll-indicator{position:absolute;bottom:3rem}@media (prefers-reduced-motion:no-preference){.scroll-indicator{animation:bounce 2s ease-in-out infinite}}@media (max-width:768px){.scroll-indicator{bottom:2rem}}.section{width:100%;padding:5rem 2rem}.section.compact{padding:4rem 2rem}@media (max-width:768px){.section{padding:3rem 1.5rem}.section.compact{padding:2.5rem 1.5rem}}.section-content{max-width:640px;margin:0 auto}.section-content.wide{max-width:900px}.section-content.medium{max-width:700px}.navy-section{background:var(--navy);color:var(--white);border-top:3px solid hsla(0,0%,100%,.15)}.no-top-border{border-top:none}.white-section{background:var(--navy);color:var(--white);border-top:3px solid hsla(0,0%,100%,.15)}.provenance-section{background:var(--navy);padding:0 2rem 4rem;overflow:visible;min-height:-moz-fit-content;min-height:fit-content}.provenance-content{max-width:700px;margin:0 auto;text-align:center}.provenance-line-1{font-size:clamp(24px,4vw,38px);color:var(--white);line-height:1.3}.provenance-line-1,.provenance-line-2{font-family:var(--font-heading);font-weight:400;margin-bottom:1rem}.provenance-line-2{font-style:italic;font-size:clamp(32px,5.5vw,52px);color:var(--gold);line-height:1.2}.provenance-line-3{font-family:var(--font-body);font-weight:400;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:2.5rem;opacity:.85}.provenance-line-4{font-family:var(--font-heading);font-weight:300;font-size:clamp(22px,3.5vw,32px);color:hsla(0,0%,100%,.9);line-height:1.3;margin-bottom:0}@media (max-width:768px){.provenance-section{padding:0 1.5rem 3rem}}.opening-section{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--navy);color:var(--white);position:relative}.badge-logo{width:clamp(240px,27vw,420px);height:auto;margin-bottom:3rem}.brand-tagline{text-align:center;font-family:var(--font-body);font-weight:500;font-size:18px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);opacity:1}.hero-statement h1{font-size:clamp(26px,5vw,48px);font-weight:400;color:var(--white);text-align:center;line-height:1.3;margin-bottom:.5rem}.hero-statement .gold-italic{color:var(--gold);font-style:italic}.parallax-image-container{height:420px}@media (max-width:768px){.parallax-image-container{height:280px}}.full-bleed-image{width:100%;height:420px;background-size:cover;background-position:50%;background-attachment:fixed}.full-bleed-image.shift-down{background-position:center 40%}@supports (-webkit-touch-callout:none){.full-bleed-image{background-attachment:scroll}}@media (max-width:768px){.full-bleed-image{height:280px;background-attachment:scroll}}.three-image-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;width:100%}.three-image-grid img{width:100%;height:420px;object-fit:cover;display:block}@media (max-width:768px){.three-image-grid{grid-template-columns:1fr}.three-image-grid img{height:280px}}.icon-panel{display:flex;align-items:center;justify-content:center;height:420px}.icon-panel--navy{background:var(--navy);border:2px solid hsla(0,0%,100%,.15)}.icon-panel--white{background:#fff}.icon-panel .icon-panel-img{width:400px;height:auto;object-fit:unset}@media (max-width:768px){.icon-panel{height:280px}.icon-panel .icon-panel-img{width:280px}}.section-label{font-family:var(--font-body);font-size:clamp(20px,3vw,32px);font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:3rem;opacity:1}.section-heading{font-size:clamp(30px,4.5vw,38px);margin-bottom:3rem}.section-heading,.white-section .section-heading{color:var(--white);font-weight:400}.body-copy{font-size:17px;line-height:1.9;color:hsla(0,0%,100%,.92);margin-bottom:1.5rem}.white-section .body-copy{color:hsla(0,0%,100%,.95)}.body-copy em{color:var(--gold);font-style:italic}.divider-with-icon{display:flex;align-items:center;justify-content:center;margin:3rem 0;gap:1.5rem}.divider-line{flex:1 1;height:1px;background:var(--gold);opacity:.6;max-width:180px}.divider-icon{width:60px;height:auto;opacity:1}.quote-text{font-family:var(--font-heading);font-size:22px;font-style:italic;color:var(--gold);text-align:center;margin:2rem 0 .5rem;font-weight:400}.quote-attribution{font-size:12px;font-weight:300;letter-spacing:.1em;color:hsla(0,0%,100%,.85);text-align:center;margin-bottom:4rem}.story-section{padding-bottom:0;text-align:center}@media (max-width:768px){.story-section{padding-bottom:0;text-align:center}}.credential-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2.5rem}.credential-badge{border:1px solid hsla(0,0%,100%,.2);padding:10px 20px;font-size:12px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:var(--white)}.products-header{text-align:center;margin-bottom:4rem}.products-header .section-label{margin-bottom:3rem}.products-header .section-heading{font-size:clamp(28px,4vw,34px)}.products-header .gold-italic{color:var(--gold);font-style:italic}.product-block{display:flex;gap:3rem;align-items:center;margin-bottom:3rem}.product-block.reverse{flex-direction:row-reverse}@media (max-width:768px){.product-block,.product-block.reverse{flex-direction:column;gap:1.5rem}}.product-image{flex:1 1;min-width:0}.product-image img{width:100%;height:320px;object-fit:cover;border-radius:4px}@media (max-width:768px){.product-image img{height:240px}}.product-info{flex:1 1;min-width:0}.product-name{font-size:clamp(24px,4vw,30px);font-weight:500;color:var(--white);margin-bottom:.75rem}.product-name,.product-tagline{font-family:var(--font-heading)}.product-tagline{font-size:20px;font-style:italic;color:var(--gold);margin-bottom:1rem;font-weight:400}.product-description{font-size:17px;line-height:1.8;color:hsla(0,0%,100%,.92)}.product-specs{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(136,119,79,.2)}.product-spec-line{font-family:var(--font-body);font-size:15px;font-weight:600;color:hsla(0,0%,100%,.85);margin-bottom:.4rem;line-height:1.6}.product-code,.product-spec-subheading{color:var(--gold);font-weight:700}.product-spec-subheading{font-family:var(--font-body);font-size:15px;letter-spacing:.15em;text-transform:uppercase;margin-top:1.25rem;margin-bottom:.5rem}.product-spec-subheading:first-child{margin-top:0}.cta-section{text-align:center;border-top:3px solid rgba(136,119,79,.12)}.cta-badge{width:96px;height:auto;margin:0 auto 2rem}.cta-heading{font-size:clamp(26px,4vw,36px);color:var(--white);margin-bottom:1.5rem;font-weight:400}.cta-partner-logo{width:192px;height:auto;margin:0 auto 2rem}.cta-body{font-size:15px;line-height:1.9;color:hsla(0,0%,100%,.92);max-width:440px;margin:0 auto 2.5rem}.cta-button{display:inline-block;padding:14px 36px;background:var(--gold);color:var(--navy);font-size:13px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:background .3s ease,color .3s ease;touch-action:manipulation}@media (hover:hover){.cta-button:hover{background:var(--white);color:var(--navy)}}.cta-button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.contact-details{font-size:12px;color:hsla(0,0%,100%,.85);margin-top:2rem;line-height:1.8}.footer{background:var(--navy);border-top:3px solid rgba(136,119,79,.12);padding:16px 2rem;text-align:center}.footer-text{font-size:10px;color:hsla(0,0%,100%,.5)}