:root {
  --ink: #1b1510;
  --deep: #17100b;
  --brown: #6f3b12;
  --gold: #bd7a20;
  --sand: #a58a65;
  --cream: #f5f0e7;
  --paper: #fffdf9;
  --muted: #756b60;
  --line: rgba(64, 43, 25, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.is-loading { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; padding: .75rem 1rem; background: #fff; transform: translateY(-110%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.page-loader { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; overflow: hidden; color: #fff; background: #110c08; opacity: 1; visibility: visible; transition: opacity .7s ease, visibility .7s ease; }
.page-loader::before, .page-loader::after { content: ""; position: absolute; width: 38vw; height: 38vw; min-width: 340px; min-height: 340px; border: 1px solid rgba(213,151,50,.2); border-radius: 50%; animation: loaderOrbit 5s linear infinite; }
.page-loader::after { width: 54vw; height: 54vw; animation-direction: reverse; animation-duration: 8s; }
.page-loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(192,119,25,.2), rgba(192,119,25,0) 68%); filter: blur(12px); animation: loaderBreathe 2.2s ease-in-out infinite; }
.loader-mark { position: relative; z-index: 2; width: min(360px, 74vw); display: grid; place-items: center; text-align: center; }
.loader-mark img { width: 230px; height: 180px; object-fit: contain; filter: drop-shadow(0 16px 35px rgba(213,151,50,.2)); animation: loaderReveal 1s cubic-bezier(.22,.8,.24,1) both; }
.loader-mark p { margin: 1.3rem 0 .8rem; color: #dcb469; font: 600 .72rem var(--sans); letter-spacing: .18em; text-transform: uppercase; animation: loaderReveal 1s .18s cubic-bezier(.22,.8,.24,1) both; }
.loader-track { width: 180px; height: 1px; overflow: hidden; background: rgba(255,255,255,.15); }
.loader-track span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, #dfa43d, transparent); transform: translateX(-100%); animation: loaderLine 1.25s ease-in-out infinite; }
@keyframes loaderReveal { from { opacity: 0; transform: translateY(16px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes loaderLine { 50%, 100% { transform: translateX(100%); } }
@keyframes loaderOrbit { to { transform: rotate(360deg); } }
@keyframes loaderBreathe { 50% { transform: scale(1.12); opacity: .75; } }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.nav-wrap { width: min(1240px, calc(100% - 48px)); height: 96px; margin: auto; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 2rem; }
.brand { display: inline-flex; width: 172px; height: 78px; align-items: center; justify-content: flex-start; background: transparent; overflow: visible; }
.brand img { width: 138px; height: 76px; object-fit: contain; filter: drop-shadow(0 5px 18px rgba(0,0,0,.25)); }
.site-nav { display: flex; justify-content: center; gap: clamp(1.25rem, 3vw, 2.75rem); }
.site-nav a { position: relative; font-size: .9rem; font-weight: 500; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 1px; background: #d7a14d; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .75rem 1.25rem; border: 1px solid rgba(255,255,255,.6); font-size: .86rem; font-weight: 600; transition: .2s ease; }
.nav-cta:hover { background: #fff; color: var(--deep); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }

.hero { min-height: 800px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(17,11,7,.94) 0%, rgba(20,13,8,.78) 42%, rgba(20,13,8,.28) 72%, rgba(20,13,8,.18) 100%), linear-gradient(0deg, rgba(17,11,7,.45), transparent 40%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 72px auto 0; padding: 5rem 0 3rem; }
.eyebrow { margin: 0 0 1rem; color: #dbb775; font-size: .76rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--brown); }
.hero h1 { max-width: 850px; margin: 0; font: 600 clamp(3.6rem, 7vw, 6.5rem)/.94 var(--serif); letter-spacing: -.045em; }
.hero-copy { max-width: 610px; margin: 1.75rem 0 2.15rem; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; min-height: 52px; padding: .8rem 1.5rem; align-items: center; justify-content: center; font-size: .86rem; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, #d99a37, #9b570e); color: #fff; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); font-size: .9rem; }
.text-link span { margin-left: .35rem; color: #dbb775; }
.hero-trust { display: flex; gap: clamp(2rem, 6vw, 5rem); margin-top: 5.5rem; }
.hero-trust div { display: grid; gap: .1rem; }
.hero-trust strong { font: 600 1.55rem var(--serif); }
.hero-trust span { color: rgba(255,255,255,.62); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }

.promise { min-height: 76px; padding: 1rem 2rem; display: flex; align-items: center; justify-content: center; gap: clamp(1.25rem, 4vw, 3.5rem); color: #f7ecd9; background: #815f39; }
.promise p { margin: 0; font: 600 clamp(1rem, 2vw, 1.2rem) var(--serif); letter-spacing: .17em; text-transform: uppercase; }
.promise span { width: 4px; height: 4px; background: #f1ce8f; border-radius: 50%; }

.intro { padding: 8rem 0 7rem; display: grid; grid-template-columns: 1fr 2.2fr; gap: 5rem; border-bottom: 1px solid var(--line); }
.intro-copy h2, .section-heading h2, .contact-title h2 { margin: 0; font: 600 clamp(2.5rem, 5vw, 4.6rem)/1.02 var(--serif); letter-spacing: -.035em; }
.intro-copy p { max-width: 760px; margin: 1.6rem 0 0; color: var(--muted); font-size: 1.04rem; }
.scent-motion { position: relative; width: min(100%, 360px); height: 310px; margin-top: 1.25rem; isolation: isolate; }
.scent-motion::before { content: ""; position: absolute; inset: 48px 44px 18px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(197,126,32,.15), rgba(197,126,32,0) 68%); filter: blur(9px); animation: scentGlow 3.8s ease-in-out infinite; }
.scent-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(116,71,25,.2); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 278px; height: 278px; border-top-color: rgba(177,111,26,.7); border-right-color: rgba(177,111,26,.38); animation: scentSpin 15s linear infinite; }
.ring-two { width: 224px; height: 224px; border-style: dashed; border-color: rgba(116,71,25,.22); animation: scentSpinReverse 20s linear infinite; }
.aroma-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.aroma { fill: none; stroke: #b77827; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 28 16; opacity: .54; animation: aromaFlow 4.8s linear infinite; }
.aroma-two { stroke: #d5a14f; animation-delay: -1.6s; animation-duration: 5.6s; }
.aroma-three { stroke-width: 1.3; opacity: .38; animation-delay: -3.2s; animation-duration: 4.2s; }
.scent-core { position: absolute; left: 50%; bottom: 41px; width: 148px; height: 58px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(116,71,25,.25); background: rgba(255,253,249,.82); box-shadow: 0 15px 35px rgba(92,55,22,.08); backdrop-filter: blur(7px); transform: translateX(-50%); }
.scent-core strong { color: var(--brown); font: 600 1.15rem var(--serif); letter-spacing: .12em; }
.scent-core span { color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.scent-note { position: absolute; padding: .42rem .68rem; color: #70481e; border: 1px solid rgba(116,71,25,.18); border-radius: 999px; background: rgba(255,253,249,.88); box-shadow: 0 9px 25px rgba(92,55,22,.06); font-size: .75rem; font-weight: 600; white-space: nowrap; animation: scentFloat 4s ease-in-out infinite; }
.note-one { left: 2px; top: 78px; }
.note-two { right: -8px; top: 54px; animation-delay: -1s; }
.note-three { left: -12px; bottom: 48px; animation-delay: -2s; }
.note-four { right: -8px; bottom: 24px; animation-delay: -3s; }
@keyframes aromaFlow { to { stroke-dashoffset: -88; transform: translateY(-8px); opacity: .2; } }
@keyframes scentSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes scentSpinReverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes scentFloat { 50% { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(92,55,22,.1); } }
@keyframes scentGlow { 50% { transform: scale(1.1); opacity: .72; } }

.collection { padding: 7rem 0 8rem; background: var(--cream); }
.section-heading { margin-bottom: 3rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: #5f5449; background: transparent; cursor: pointer; font-size: .8rem; font-weight: 600; }
.filter.active, .filter:hover { color: #fff; border-color: var(--brown); background: var(--brown); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.product-card { display: flex; min-height: 0; overflow: hidden; flex-direction: column; background: #fff; border: 1px solid rgba(86,55,30,.1); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(66,43,23,.09); }
.product-card.is-hidden { display: none; }
.product-image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #eee6db; }
.product-image-square { aspect-ratio: 1 / 1; background: #e9e1d6; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.03); }
.product-body { min-height: 360px; padding: 2rem; display: flex; flex-direction: column; }
.product-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--brown); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.product-body h3 { margin: 1.1rem 0 .8rem; font: 600 2rem/1.03 var(--serif); }
.product-body p { margin: 0; color: var(--muted); font-size: .9rem; }
.scent-list { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.scent-list span { padding: .28rem .55rem; color: #625445; background: #f4eee5; border-radius: 2px; font-size: .68rem; }
.product-link { margin-top: auto; padding-top: 1.3rem; color: var(--brown); border-bottom: 1px solid var(--line); align-self: flex-start; font-size: .8rem; font-weight: 700; }
.product-link span { margin-left: .3rem; }

.benefits { padding: 7rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.benefit { padding: 1rem 3rem; border-left: 1px solid var(--line); }
.benefit:first-child { padding-left: 0; border-left: 0; }
.benefit-number { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.benefit h3 { margin: 1.5rem 0 .8rem; font: 600 2rem var(--serif); }
.benefit p { margin: 0; color: var(--muted); font-size: .92rem; }

.about { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--deep); color: #fff; }
.about-image { min-height: 650px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.about-copy h2 { margin: 0; font: 600 clamp(2.8rem, 5vw, 5.1rem)/.98 var(--serif); letter-spacing: -.04em; }
.about-copy > p:not(.eyebrow) { margin: 1.8rem 0; color: rgba(255,255,255,.68); }
.about-copy > p + p { margin-top: -.6rem !important; }
.heritage-seal { width: 150px; min-height: 78px; margin: .4rem 0 1.8rem; padding: .75rem 1rem; display: flex; align-items: center; gap: .8rem; color: #1c1209; background: linear-gradient(135deg, #e2b45e, #a56416); }
.heritage-seal strong { font: 700 2.7rem/.8 var(--serif); }
.heritage-seal span { font-size: .68rem; font-weight: 700; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; }
.about-copy blockquote { margin: 0 0 2rem; padding-left: 1.2rem; border-left: 2px solid var(--gold); font: 600 1.3rem var(--serif); }
.button-light { color: var(--deep); background: #fff; }

.contact { padding: 8rem 0; }
.contact { display: grid; grid-template-columns: 1.1fr 1fr; gap: 7rem; }
.contact-grid { display: grid; align-content: start; }
.contact-grid > * { padding: 1.25rem 0; display: grid; grid-template-columns: 105px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.contact-grid span { color: var(--brown); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-grid strong { font-size: .9rem; font-weight: 500; }

.social-dock { position: fixed; z-index: 50; right: 18px; bottom: 26px; display: grid; gap: 7px; padding: 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: rgba(10,13,20,.91); box-shadow: 0 15px 50px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.social-dock a { position: relative; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: #11151d; box-shadow: inset 0 0 0 1px rgba(255,255,255,.02); transition: .2s ease; }
.social-dock a:hover { color: #181008; background: #e0a64d; transform: translateX(-3px); }
.social-dock svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-dock .fill-dot { fill: currentColor; stroke: none; }
.social-dock a::before { content: attr(data-tooltip); position: absolute; right: calc(100% + 12px); padding: .35rem .6rem; color: #fff; background: #17100b; border-radius: 3px; opacity: 0; pointer-events: none; transform: translateX(5px); transition: .2s ease; font-size: .7rem; }
.social-dock a:hover::before { opacity: 1; transform: translateX(0); }

.footer { padding: 4rem 0; color: rgba(255,255,255,.7); background: #120d09; }
.footer-inner { width: min(1180px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; align-items: end; }
.footer-brand img { width: 160px; height: 75px; padding: .45rem; object-fit: contain; background: #fff; mix-blend-mode: screen; }
.footer-brand p, .copyright { margin: .8rem 0 0; font-size: .78rem; }
.footer-links { display: flex; gap: 1.5rem; font-size: .82rem; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1050px) {
  .nav-wrap { grid-template-columns: 165px 1fr auto; }
  .site-nav { gap: 1.2rem; }
  .product-image { min-height: 0; }
  .about-copy { padding: 4.5rem 3.2rem; }
  .contact { gap: 3rem; }
}

@media (max-width: 780px) {
  .section-shell, .hero-content, .footer-inner { width: min(100% - 32px, 1180px); }
  .site-header { position: absolute; }
  .nav-wrap { width: calc(100% - 32px); height: 78px; grid-template-columns: 145px 1fr; }
  .brand { width: 142px; height: 66px; }
  .brand img { width: 112px; height: 64px; }
  .menu-toggle { display: grid; justify-self: end; gap: 7px; width: 42px; height: 42px; padding: 10px; align-content: center; cursor: pointer; }
  .menu-toggle span { width: 22px; height: 1px; background: #fff; }
  .site-nav { position: absolute; top: 78px; left: 16px; right: 16px; padding: 1.4rem; display: grid; justify-content: stretch; gap: 1rem; color: var(--ink); background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-cta { display: none; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg, rgba(17,11,7,.9), rgba(17,11,7,.45)), linear-gradient(0deg, rgba(17,11,7,.72), transparent); }
  .hero h1 { font-size: clamp(3.1rem, 13vw, 5.2rem); }
  .hero-copy { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-trust { margin-top: 3.5rem; gap: 1.4rem; }
  .hero-trust div:last-child { display: none; }
  .promise { gap: .8rem; }
  .promise p { font-size: .8rem; letter-spacing: .1em; }
  .intro { padding: 5rem 0; grid-template-columns: 1fr; gap: 1.2rem; }
  .scent-motion { margin: 1.25rem auto 1.75rem; }
  .collection { padding: 5rem 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .product-image { min-height: 0; }
  .product-body { min-height: 330px; }
  .benefits { padding: 4rem 0; grid-template-columns: 1fr; }
  .benefit, .benefit:first-child { padding: 2rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .benefit:first-child { border-top: 0; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 430px; }
  .about-copy { padding: 4rem 1.5rem 5rem; }
  .contact { padding: 5rem 0 7rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-grid > * { grid-template-columns: 1fr; gap: .35rem; }
  .social-dock { right: 50%; bottom: 12px; grid-auto-flow: column; transform: translateX(50%); border-radius: 18px; }
  .social-dock a { width: 44px; height: 44px; border-radius: 12px; }
  .social-dock a:hover { transform: translateY(-3px); }
  .social-dock a::before { display: none; }
  .footer { padding-bottom: 7rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .hero-trust strong { font-size: 1.25rem; }
  .hero-trust span { font-size: .64rem; }
  .product-body { padding: 1.5rem; }
  .filters { width: 100%; }
  .filter { flex: 1 1 auto; }
  .scent-motion { height: 280px; transform: scale(.94); transform-origin: top center; margin-bottom: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
