.nav{position:fixed;top:28px;left:50%;transform:translate(-50%);z-index:50;width:min(1180px,92%);border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#1d171233;backdrop-filter:blur(28px) saturate(1.3);-webkit-backdrop-filter:blur(28px) saturate(1.3);box-shadow:0 8px 32px #0000001f;transition:background .35s ease,box-shadow .35s ease,border-color .35s ease}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.85rem 1.75rem;transition:padding .35s ease}.nav-logo{display:flex;align-items:center;text-decoration:none}.nav-logo-img{height:34px;width:auto}.nav-links{display:flex;gap:2.25rem;flex:1;justify-content:center}.nav-links a{position:relative;color:#f7f1e6eb;text-decoration:none;font-size:.95rem;font-weight:500;letter-spacing:.01em;text-shadow:0 1px 8px rgba(0,0,0,.4);transition:color .25s ease}.nav-links a:after{content:"";position:absolute;left:50%;right:50%;bottom:-5px;height:1px;background:var(--gold);transition:left .25s ease,right .25s ease}.nav-links a:hover{color:var(--gold)}.nav-links a:hover:after{left:0;right:0}.nav-instagram{display:flex;align-items:center;color:var(--gold-pale);text-decoration:none;transition:color .25s ease,transform .2s ease}.nav-instagram:hover{color:var(--gold);transform:translateY(-1px)}.nav-cta{background:transparent;color:var(--gold-pale);border:1px solid var(--gold);text-decoration:none;font-size:.88rem;font-weight:600;padding:.5rem 1.3rem;border-radius:999px;white-space:nowrap;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-cta:hover{background:var(--gold);color:var(--ink);transform:translateY(-1px)}.nav-burger{display:none}.nav-scrolled{background:#f7f1e6e6;border-color:#1d171214;box-shadow:0 10px 30px #0000001f}.nav-scrolled .nav-inner{padding:.65rem 1.75rem}.nav-scrolled .nav-links a{color:var(--espresso-soft)}.nav-scrolled .nav-links a:hover{color:var(--rose-deep)}.nav-scrolled .nav-links a:after{background:var(--rose-deep)}.nav-scrolled .nav-instagram{color:var(--espresso-soft)}.nav-scrolled .nav-instagram:hover{color:var(--rose-deep)}.nav-scrolled .nav-cta{color:var(--espresso);border-color:var(--espresso)}.nav-scrolled .nav-cta:hover{background:var(--gold);color:var(--ink);border-color:var(--gold)}@media (max-width: 860px){.nav-links,.nav-instagram,.nav-cta{display:none}.nav-burger{display:flex;flex-direction:column;gap:4px;background:none;border:none;padding:6px;cursor:pointer}.nav-burger span{width:20px;height:1.5px;background:var(--gold-pale);transition:background .3s ease}.nav-scrolled .nav-burger span{background:var(--espresso)}.nav-mobile{position:fixed;top:86px;left:50%;transform:translate(-50%);z-index:49;width:min(1180px,92%);background:#1d1712f2;border-radius:20px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.nav-mobile a{color:var(--gold-pale);text-decoration:none;font-size:1rem}.nav-mobile-instagram{display:flex;align-items:center;gap:.6rem}.nav-mobile-cta{background:var(--gold);color:var(--ink);text-align:center;padding:.75rem;border-radius:999px;font-weight:600}}.hero{position:relative;width:100%;height:clamp(600px,88vh,860px);overflow:hidden;background:var(--ink)}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;opacity:0;transform:scale(1);transition:opacity 1.4s ease,transform 6s ease-out}.hero-slide-active{opacity:1;transform:scale(1.035)}.hero-slide-first-paint{transition:none!important;opacity:1!important;transform:scale(1.035)!important}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.hero-scrim-left{background:linear-gradient(to right,#1d1712ad,#1d171266 32%,#1d171224 50%,#1d171200 66%)}.hero-scrim-right{background:linear-gradient(to left,#1d1712ad,#1d171266 32%,#1d171224 50%,#1d171200 66%)}.hero-bridge{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse 50% 65% at 68% 32%,rgba(201,163,95,.13) 0%,transparent 70%)}@keyframes heroContentFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 8%;max-width:600px;animation:heroContentFade .7s ease}.hero-content-left{align-items:flex-start;text-align:left}.hero-content-right{align-items:flex-end;text-align:right;margin-left:auto}.hero-eyebrow{color:var(--gold);text-shadow:0 2px 14px rgba(0,0,0,.85),0 1px 3px rgba(0,0,0,.9);margin-bottom:1.4rem}.hero-content h1{color:#f7f1e6;font-size:clamp(2.6rem,5.6vw,4.4rem);font-style:italic;text-shadow:0 4px 24px rgba(0,0,0,.75),0 2px 6px rgba(0,0,0,.85)}.hero-sub{color:#f7f1e6f2;font-size:1.15rem;line-height:1.55;margin-top:1.4rem;max-width:34ch;text-shadow:0 2px 14px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.85)}.hero-cta{margin-top:2.75rem;display:inline-block;background:var(--gold);color:var(--ink);text-decoration:none;font-family:var(--font-body);font-weight:600;letter-spacing:.02em;padding:.95rem 2.2rem;border-radius:999px;box-shadow:0 6px 18px #0000002e;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hero-cta:hover{background:var(--gold-pale);transform:translateY(-2px);box-shadow:0 10px 26px #00000047}.hero-cta:focus-visible{outline:2px solid var(--gold-pale);outline-offset:3px}.hero-dots{position:absolute;z-index:3;bottom:1.75rem;left:50%;transform:translate(-50%);display:flex;gap:.2rem}.hero-dot{position:relative;width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.hero-dot:after{content:"";width:8px;height:8px;border-radius:50%;background:#f7f1e673;transition:all .25s ease}.hero-dot:focus-visible{outline:2px solid var(--gold-pale);outline-offset:2px}.hero-dot-active:after{width:24px;border-radius:5px;background:var(--gold)}@media (max-width: 820px){.hero{height:clamp(440px,62vh,580px)}.hero-slide[data-slide-index="0"]{object-position:82% 40%}.hero-slide[data-slide-index="1"]{object-position:50% 60%}.hero-slide[data-slide-index="2"]{object-position:61% 46%}.hero-slide[data-slide-index="3"]{object-position:77% 51%}.hero-content-left,.hero-content-right{align-items:center;text-align:center;margin-left:0}.hero-content{padding:0 6%;max-width:100%}.hero-sub{max-width:40ch}}.story{position:relative;overflow:hidden;line-height:0;scroll-margin-top:110px}.story-photo-bleed{width:100%;height:auto;display:block}.story-copy{position:absolute;left:6%;bottom:7%;max-width:30%;line-height:normal}.story-eyebrow{color:var(--gold);margin-bottom:.9rem}.story-copy h2{font-size:clamp(1.4rem,2.4vw,2.1rem);line-height:1.25;color:var(--gold-pale);font-style:italic;margin-bottom:1.1rem}.story-text{font-size:clamp(.85rem,1vw,1rem);color:#f6f1e7d1;margin-bottom:.9rem;max-width:40ch}.story-marks{display:flex;gap:.5rem;margin-top:1.4rem}.story-marks .mark{width:8px;height:8px;border-radius:50%;background:var(--gold)}.story-marks-label{margin-top:.5rem;font-family:var(--font-body);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#f6f1e7b3}@media (max-width: 820px){.story{display:flex;flex-direction:column;line-height:normal}.story-copy{position:static;max-width:none;background:#000;padding:2rem 6% 2.5rem}.story-copy h2{font-size:1.4rem;color:var(--gold-pale)}.story-text{font-size:.95rem;max-width:46ch;color:#efdfb8bf}.story-marks-label{color:#efdfb8a6}}.products{position:relative;background-color:#efdfb8;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");background-repeat:repeat;padding-top:clamp(5.5rem,10vw,8.5rem);padding-bottom:clamp(5rem,10vw,8.5rem);overflow:hidden}.products:before,.products:after{content:"";position:absolute;left:0;right:0;height:90px;z-index:2;pointer-events:none}.products:before{top:0;background:linear-gradient(to bottom,var(--ivory),transparent);opacity:.06}.products:after{bottom:0;background:linear-gradient(to top,var(--ivory),transparent);opacity:.06}.products-inner{position:relative;z-index:1;display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2.5rem,6vw,5rem);align-items:center}.products-eyebrow{color:var(--rose-deep);margin-bottom:1rem}.products-copy h2{color:var(--espresso);font-size:clamp(1.8rem,3.4vw,2.6rem);font-style:italic;margin-bottom:1.65rem}.products-text{font-size:1.02rem;color:var(--espresso-soft);max-width:50ch;margin-bottom:1.4rem}.products-list{list-style:none;margin:0 0 2.25rem;padding:0;display:flex;flex-direction:column;gap:1.5rem}.products-list li{border-bottom:1px solid rgba(201,163,95,.08);padding-bottom:1.4rem}.products-list li:last-child{border-bottom:none}.products-list-item{all:unset;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;width:100%;padding:1.1rem 0 1.1rem 1rem;margin:-1.1rem 0;border-left:2px solid transparent;transition:border-color .2s ease,padding-left .2s ease}.products-list-item-active{border-left-color:var(--gold);padding-left:1.25rem}.products-list-item-active .products-list-name{color:var(--rose-deep);font-size:1.22rem}.products-list-name{font-family:var(--font-display);font-size:1.15rem;color:var(--espresso);transition:color .2s ease,font-size .2s ease}.products-list-note{font-size:.9rem;color:#2b20199e}.products-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--rose-deep);text-decoration:none;font-weight:600;border-bottom:1px solid var(--rose-deep);padding-bottom:.2rem;width:fit-content}.products-cta-arrow{display:inline-block;transition:transform .25s ease}.products-cta:hover .products-cta-arrow{transform:translate(5px)}.products-photo-wrap{position:relative;margin-right:-2rem}.products-glow{position:absolute;z-index:0;top:-18%;right:-10%;bottom:-18%;left:-10%;border-radius:50%;filter:blur(70px);opacity:.24;transition:background-color .8s ease}.products-photo{position:relative;z-index:1;aspect-ratio:5 / 5}.products-photo-img{position:absolute;top:0;left:0;right:0;bottom:10px;object-fit:cover;border-radius:6px;opacity:0;transition:opacity .45s ease,transform .4s ease}.products-photo-img-active{opacity:1}.products-photo:hover .products-photo-img-active{transform:translateY(-3px) scale(1.015)}.products-photo-overlay-text{display:none}.products-photo-dots{position:absolute;z-index:2;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.15rem}.products-photo-dot{position:relative;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.products-photo-dot:after{content:"";width:7px;height:7px;border-radius:50%;background:#2b20194d;transition:all .2s ease}.products-photo-dot:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.products-photo-dot-active:after{background:var(--gold);width:20px;border-radius:4px}.products-photo-nav{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(239,223,184,.3);background:#1d171266;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold-pale);font-size:1.2rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .25s ease,background .2s ease,border-color .2s ease}.products-photo-wrap:hover .products-photo-nav{opacity:1}.products-photo-nav:hover{background:#1d1712bf;border-color:var(--gold)}.products-photo-nav-prev{left:-28px}.products-photo-nav-next{right:-28px}@media (max-width: 820px){.products-inner{grid-template-columns:1fr}.products-list{display:none}.products-photo-wrap{order:-1;max-width:none;margin:0 -6% 2rem}.products-photo{box-shadow:0 10px 34px #2b201947;border-radius:0}.products-photo-img{border-radius:0}.products-photo-overlay-text{position:absolute;z-index:2;left:1.25rem;bottom:1.5rem;max-width:62%;display:flex;flex-direction:column;gap:.3rem}.products-photo-overlay-name{font-family:var(--font-display);font-style:italic;font-size:1.3rem;color:#2a221b;text-shadow:0 1px 3px rgba(255,255,255,.5),0 2px 12px rgba(255,255,255,.4)}.products-photo-overlay-note{font-size:.88rem;color:#2a221b;text-shadow:0 1px 3px rgba(255,255,255,.5),0 2px 10px rgba(255,255,255,.4)}.products-photo-nav{opacity:1}.products-photo-nav-prev{left:8px}.products-photo-nav-next{right:8px}}.other-brands{min-height:100vh;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;padding:7rem 0 clamp(4rem,8vw,6rem);background:var(--ink);text-align:center}.other-brands-layout{display:flex;flex-direction:column;align-items:center;gap:2.5rem;max-width:72rem}.other-brands-center{order:-1;max-width:32rem}.other-brands-logo{width:clamp(140px,20vw,220px);height:auto;margin:0 auto 1.25rem}.other-brands-eyebrow{color:var(--gold);margin-bottom:1rem}.other-brands-center h2{font-style:italic;font-size:clamp(1.8rem,3.2vw,2.6rem);color:var(--gold-pale);margin-bottom:1rem}.other-brands-text{color:#f6f1e7d9;max-width:50ch;margin:0 auto 2rem}.other-brands-cta{display:inline-block;background:var(--gold);color:var(--ink);text-decoration:none;font-weight:600;padding:.85rem 2.2rem;border-radius:999px;transition:transform .2s ease,background .2s ease}.other-brands-cta:hover{background:var(--gold-pale);transform:translateY(-2px)}.other-brands-side{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:1rem;width:100%;max-width:26rem}.other-brands-card{display:block;background:var(--ivory);border-radius:14px;padding:1rem 1rem 1.1rem;box-shadow:0 10px 24px -10px #00000059;text-align:center;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.other-brands-card:hover{transform:scale(1.05);box-shadow:0 16px 32px -10px #00000073}.other-brands-card img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;margin-bottom:.75rem}.other-brands-card-brand{font-weight:600;font-size:.85rem;color:var(--espresso);margin-bottom:.2rem}.other-brands-card-name{font-size:.78rem;color:var(--espresso-soft);line-height:1.35}@media (min-width: 1080px){.other-brands-layout{flex-direction:row;align-items:center;justify-content:center;gap:3rem}.other-brands-center{order:0;flex-shrink:0}.other-brands-side{max-width:22rem}}.trust{background:var(--ivory);text-align:center;padding-top:clamp(6rem,10vw,9rem);padding-bottom:clamp(6rem,10vw,9rem)}.trust-divider{width:48px;height:1px;margin:0 auto 2.5rem;background:#c9a35f66}.trust-inner{max-width:780px}.trust-eyebrow{color:var(--rose-deep);margin-bottom:1rem}.trust-heading{font-size:clamp(1.7rem,3vw,2.3rem);font-style:italic;color:var(--espresso);margin-bottom:1.75rem}.trust-row{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(1.5rem,5vw,3.5rem)}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.9rem}.trust-badge-seal{width:76px;height:76px;border-radius:50%;border:1px solid var(--gold);box-shadow:inset 0 0 0 1px #c9a35f26,inset 0 1px 6px #c9a35f40;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.7rem;font-style:italic;color:var(--gold);transition:transform .25s ease,background .25s ease,color .25s ease}.trust-badge:hover .trust-badge-seal{transform:translateY(-3px);background:var(--gold);color:#fff}.trust-badge-label{font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;color:var(--espresso-soft)}.video-showcase{position:relative;background-color:var(--ink);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");background-repeat:repeat;padding-top:clamp(5.5rem,10vw,8.5rem);padding-bottom:clamp(5rem,10vw,8.5rem);overflow:hidden}.video-showcase:before,.video-showcase:after{content:"";position:absolute;left:0;right:0;height:90px;z-index:2;pointer-events:none}.video-showcase:before{top:0;background:linear-gradient(to bottom,var(--ivory),transparent);opacity:.06}.video-showcase:after{bottom:0;background:linear-gradient(to top,var(--ivory),transparent);opacity:.06}.video-showcase-inner{position:relative;z-index:1;display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2.5rem,6vw,5rem);align-items:center}.video-showcase-eyebrow{color:var(--gold);margin-bottom:1rem}.video-showcase-copy h2{color:var(--gold-pale);font-size:clamp(1.8rem,3.4vw,2.6rem);font-style:italic;margin-bottom:1.65rem}.video-showcase-text{font-size:1.02rem;color:#f6f1e7e0;max-width:50ch;margin-bottom:2.4rem}.video-showcase-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.video-showcase-list li{border-bottom:1px solid rgba(201,163,95,.08);padding-bottom:1.4rem}.video-showcase-list li:last-child{border-bottom:none}.video-showcase-list-item{all:unset;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;width:100%;padding:1.1rem 0 1.1rem 1rem;margin:-1.1rem 0;border-left:2px solid transparent;transition:border-color .2s ease,padding-left .2s ease}.video-showcase-list-item-active{border-left-color:var(--gold);padding-left:1.25rem}.video-showcase-list-item-active .video-showcase-list-name{color:var(--gold-pale);font-size:1.22rem}.video-showcase-list-name{font-family:var(--font-display);font-size:1.15rem;color:var(--gold-pale);transition:color .2s ease,font-size .2s ease}.video-showcase-list-note{font-size:.9rem;color:#f6f1e799}.video-showcase-photo-wrap{position:relative;margin-right:-2rem}.video-showcase-photo{position:relative;z-index:1;aspect-ratio:9 / 16;max-width:380px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 25px 60px -12px #00000080}.video-showcase-video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.video-showcase-mute{position:absolute;z-index:2;bottom:3rem;right:1rem;width:34px;height:34px;border-radius:50%;border:none;background:#1d17128c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--ivory);font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-showcase-dots{position:absolute;z-index:2;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.15rem}.video-showcase-dot{position:relative;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-showcase-dot:after{content:"";width:7px;height:7px;border-radius:50%;background:#ffffff8c;transition:all .2s ease}.video-showcase-dot-active:after{background:var(--gold);width:20px;border-radius:4px}.video-showcase-nav{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(239,223,184,.3);background:#1d171266;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold-pale);font-size:1.2rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .25s ease,background .2s ease,border-color .2s ease}.video-showcase-photo-wrap:hover .video-showcase-nav{opacity:1}.video-showcase-nav:hover{background:#1d1712bf;border-color:var(--gold)}.video-showcase-nav-prev{left:-28px}.video-showcase-nav-next{right:-28px}@media (max-width: 820px){.video-showcase-inner{grid-template-columns:1fr}.video-showcase-photo-wrap{order:-1;max-width:320px;margin:0 auto}.video-showcase-nav{opacity:1}.video-showcase-nav-prev{left:8px}.video-showcase-nav-next{right:8px}}.reviews{min-height:100vh;scroll-snap-align:start;display:flex;align-items:flex-start;justify-content:center;padding:7rem 0 clamp(5rem,10vw,8rem);background:var(--ivory)}.reviews-header{text-align:center;max-width:640px;margin:0 auto 3rem}.reviews-header h2{font-style:italic;font-size:clamp(1.8rem,3.2vw,2.6rem);color:var(--espresso);margin-bottom:1rem}.reviews-cta{display:block;width:fit-content;margin:2.5rem auto 0;background:var(--gold);color:var(--ink);text-decoration:none;font-weight:600;padding:.85rem 2rem;border-radius:999px;transition:transform .2s ease,background .2s ease}.reviews-cta:hover{background:var(--gold-pale);transform:translateY(-2px)}.site-footer{min-height:100vh;display:flex;flex-direction:column}.journey-band{position:relative;flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--rose) 0%,var(--rose-deep) 100%);text-align:center;padding:clamp(4rem,8vw,7rem) 6%}.journey-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.045 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");pointer-events:none}.journey-inner{position:relative;z-index:1;max-width:760px}.journey-eyebrow{color:#ffffffd9;margin-bottom:1.5rem}.journey-quote{margin:0;font-family:var(--font-display);font-style:italic;font-size:clamp(1.4rem,2.6vw,2rem);color:#fff;line-height:1.4}.journey-signature{margin-top:1.5rem;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#fffc}.journey-actions{margin-top:2.75rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.journey-cta{padding:.9rem 2rem;border-radius:999px;text-decoration:none;font-weight:600;font-family:var(--font-body);transition:transform .2s ease}.journey-cta:hover{transform:translateY(-2px)}.journey-cta-primary{background:#f7f1e6;color:var(--rose-deep)}.journey-cta-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.85)}.journey-cta-secondary:hover{background:#fff3}.footer-band{flex:1;display:flex;align-items:center;justify-content:center;background:var(--ink);padding:clamp(4rem,7vw,5.5rem) 6%;text-align:center}.footer-wordmark{font-family:var(--font-display);font-style:italic;font-size:2.05rem;color:var(--gold-pale);margin:0}.footer-tagline{margin-top:.4rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.footer-divider{width:60px;height:1px;margin:2rem auto 0;background:#c9a35f4d}.footer-socials{margin-top:1.75rem;display:flex;justify-content:center;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(201,163,95,.35);color:var(--gold-pale);transition:background .2s ease,color .2s ease,transform .2s ease}.footer-social-link:hover{background:var(--gold);color:var(--ink);transform:translateY(-2px)}.footer-contact{margin-top:1.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem 2rem}.footer-contact a{color:#f6f1e7bf;text-decoration:none;font-size:.95rem}.footer-contact a:hover{color:var(--gold-pale)}.footer-marks{margin-top:2.5rem;display:flex;justify-content:center;gap:.6rem}.footer-marks .mark{width:6px;height:6px;border-radius:50%;background:var(--gold);opacity:.6}.footer-credit{margin-top:1.5rem;font-size:.75rem;color:#f6f1e799}.footer-dev-credit{margin-top:.5rem;font-size:.7rem;color:#f6f1e78c}.footer-dev-credit a{color:#f6f1e7bf;text-decoration:none}.footer-dev-credit a:hover{color:var(--gold-pale)}.back-to-top{display:none}@media (max-width: 860px){.back-to-top{display:flex;align-items:center;justify-content:center;position:fixed;right:1.25rem;bottom:1.25rem;z-index:40;width:46px;height:46px;border-radius:50%;border:none;background:var(--gold);color:var(--ink);box-shadow:0 8px 20px #00000040;cursor:pointer;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.back-to-top-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover,.back-to-top:focus-visible{background:var(--gold-pale)}}@media (prefers-reduced-motion: reduce){.back-to-top{transition:opacity .001ms!important}}:root{--ink: #1d1712;--ink-soft: #2a221b;--gold: #c9a35f;--gold-pale: #efdfb8;--ivory: #f6f1e7;--espresso: #2b2019;--espresso-soft: #4a3c31;--rose: #c98b7c;--rose-deep: #9c5c50;--font-display: "Cormorant Garamond", "Times New Roman", serif;--font-body: "Jost", "Segoe UI", sans-serif;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y proximity;font-size:106.25%}body{margin:0;font-family:var(--font-body);color:var(--espresso);background:var(--ivory);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:500;margin:0;line-height:1.1}p{margin:0;line-height:1.6}a{color:inherit}img,video{display:block;max-width:100%}.section{padding:clamp(4rem,8vw,7rem) 6%;scroll-margin-top:0}.section-inner{max-width:var(--container);margin:0 auto}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:600}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}
