/* Nour Perfume — Custom luxury dark theme, no external libraries */
:root {
  --bg: #0b0b0c;
  --surface: #121214;
  --surface-soft: #181719;
  --glass: rgba(255, 255, 255, 0.055);
  --glass-strong: rgba(255, 255, 255, 0.085);
  --gold: #d4af37;
  --gold-soft: #ecd58d;
  --gold-deep: #9e7824;
  --ivory: #f8f3e9;
  --white-soft: #eae7e1;
  --muted: #a6a19a;
  --line: rgba(212, 175, 55, 0.23);
  --line-soft: rgba(255, 255, 255, 0.11);
  --display: Georgia, "Times New Roman", serif;
  --body: Tahoma, Arial, sans-serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.31);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--white-soft); font-family: var(--body); font-size: 14px; line-height: 1.8; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 56px)); margin: 0 auto; }
.noise { position: fixed; z-index: 600; inset: 0; pointer-events: none; opacity: 0.045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E"); }

/* Header */
.site-header { position: absolute; z-index: 50; width: 100%; top: 0; border-bottom: 1px solid rgba(212, 175, 55, 0.18); color: var(--ivory); }
.header-inner { min-height: 90px; display: flex; direction: ltr; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; direction: ltr; align-items: center; gap: 9px; color: var(--gold-soft); }
.brand-symbol { position: relative; width: 42px; height: 42px; display: grid; place-items: center; font: 26px/1 var(--display); letter-spacing: -11px; isolation: isolate; padding-left: 3px; }
.brand-symbol::before, .brand-symbol::after { content: ""; position: absolute; width: 19px; height: 29px; border: 1px solid currentColor; border-radius: 50%; top: 6px; }
.brand-symbol::before { left: 6px; transform: rotate(-12deg); }.brand-symbol::after { right: 5px; transform: rotate(12deg); }
.brand-symbol b, .brand-symbol i { z-index: 1; position: relative; font-style: normal; font-weight: 400; }.brand-symbol b { font-size: 21px; transform: translateX(-4px); }.brand-symbol i { transform: translateX(5px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }.brand-copy strong { font: 19px var(--display); letter-spacing: 1.2px; font-weight: 400; }.brand-copy small { margin-top: 3px; font: 7px Arial; letter-spacing: 2.8px; }
.desktop-nav { display: flex; direction: rtl; gap: 32px; margin-right: -65px; }.desktop-nav a { position: relative; padding: 7px 0; color: rgba(248,243,233,0.7); font-size: 11px; transition: color .25s; }.desktop-nav a::after { content: ""; position: absolute; bottom: 0; right: 0; width: 0; height: 1px; background: var(--gold); transition: width .25s; }.desktop-nav a:hover, .desktop-nav a.active { color: var(--ivory); }.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.header-actions { display: flex; direction: rtl; align-items: center; gap: 16px; }.social-link { display: grid; place-items: center; color: rgba(248,243,233,.86); transition: color .2s, transform .2s; }.social-link:hover { color: var(--gold); transform: translateY(-2px); }.social-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.55; }.social-link svg .filled { fill: currentColor; stroke: none; }.cart-trigger { position: relative; width: 30px; height: 30px; border: 0; padding: 2px; background: transparent; color: var(--ivory); }.cart-trigger svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; }.cart-trigger span { position: absolute; top: -4px; left: -4px; width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #16120a; font: bold 8px Arial; }.menu-toggle { display: none; width: 26px; padding: 5px 0; border: 0; background: none; color: var(--ivory); }.menu-toggle i { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .22s, opacity .22s; }.mobile-nav { display: none; }

/* Hero */
.hero { min-height: 748px; padding: 148px 0 76px; position: relative; overflow: hidden; background: #09090a; isolation: isolate; }.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 83% 48%, rgba(179,132,44,.18), transparent 26%), linear-gradient(105deg, #080809 25%, #11100e 67%, #1c160d); }.hero::after { content: "NOUR"; position: absolute; z-index: -1; top: 48%; left: 49%; transform: translate(-50%, -50%); color: rgba(212,175,55,.035); font: 32vw/.7 var(--display); letter-spacing: -1.5vw; pointer-events: none; }.hero-grid { display: grid; direction: ltr; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; }.hero-copy { direction: rtl; padding-bottom: 3px; }.eyebrow { display: flex; direction: ltr; align-items: center; gap: 9px; width: fit-content; color: var(--gold); margin: 0 0 17px; font: bold 9px/1.2 Arial; letter-spacing: 1.3px; }.eyebrow span { display: inline-block; height: 1px; width: 27px; background: currentColor; }.eyebrow.dark { color: var(--gold-deep); }.hero h1 { margin: 0; font: 400 clamp(65px, 7.5vw, 106px)/.89 var(--display); letter-spacing: -2.6px; color: var(--ivory); }.hero h1 em, h2 em { color: var(--gold-soft); font-style: italic; }.hero-copy > p { max-width: 358px; margin: 26px 0 30px; color: rgba(248,243,233,.68); font-size: 13px; line-height: 2.15; }.hero-buttons { display: flex; flex-wrap: wrap; gap: 11px; }.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 10px 18px; font-size: 10px; font-weight: bold; transition: transform .22s, background .22s, border-color .22s; }.button:hover { transform: translateY(-3px); }.button-gold { color: #1b150a; background: linear-gradient(135deg, #efdb9b, #bd8e2d); box-shadow: 0 12px 28px rgba(189,142,45,.18); }.button-gold b { font: 19px/1 Arial; }.button-line { color: var(--ivory); border: 1px solid rgba(236,211,145,.5); }.button-line:hover { background: rgba(255,255,255,.06); border-color: var(--gold-soft); }.hero-notes { display: flex; align-items: center; gap: 12px; margin-top: 44px; color: rgba(248,243,233,.46); font-size: 9px; }.hero-notes i { width: 3px; height: 3px; border: 1px solid var(--gold); transform: rotate(45deg); }.hero-image { width: min(100%, 435px); height: 490px; position: relative; margin: 0 auto; overflow: visible; }.hero-image::before { content: ""; position: absolute; z-index: -1; inset: 19px -17px -17px 18px; border: 1px solid rgba(212,175,55,.62); transform: rotate(4deg); }.hero-image::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 49%, rgba(5,5,5,.31)); }.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.89) contrast(1.05); }.hero-image figcaption { position: absolute; z-index: 2; bottom: 17px; left: -18px; display: flex; direction: ltr; align-items: center; gap: 9px; color: #fffaf0; }.hero-image figcaption span { color: var(--gold-soft); font: 34px var(--display); letter-spacing: -10px; transform: translateX(-3px); }.hero-image figcaption p { margin: 0; font: 7px/1.45 Arial; letter-spacing: 1.1px; }.hero-glow { position: absolute; z-index: -1; border: 1px solid rgba(212,175,55,.15); border-radius: 50%; }.glow-one { width: 630px; height: 630px; top: -340px; right: -310px; }.glow-two { width: 400px; height: 400px; bottom: -270px; left: -180px; }.scroll-hint { position: absolute; bottom: 0; right: calc(50% - 580px); display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(248,243,233,.46); font-size: 8px; }.scroll-hint i { width: 1px; height: 43px; background: var(--gold); }

/* Promise */
.promise-strip { background: #151416; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.promise-grid article { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 11px; border-left: 1px solid var(--line); }.promise-grid article:last-child { border-left: 0; }.promise-grid article > span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(212,175,55,.64); border-radius: 50%; font-size: 15px; }.promise-grid b, .promise-grid small { display: block; }.promise-grid b { color: var(--ivory); font-size: 11px; }.promise-grid small { margin-top: 1px; color: var(--muted); font-size: 9px; }

/* Shop */
.shop-section { background: #0e0e10; padding: 123px 0 130px; }.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }.section-heading h2, .story-copy h2, .contact-content h2 { margin: 0; color: var(--ivory); font: 400 clamp(41px, 4.4vw, 62px)/1.09 var(--display); letter-spacing: -1px; }.section-heading > p { max-width: 338px; margin: 0 0 5px; color: var(--muted); font-size: 11px; line-height: 2.1; }.shop-toolbar { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 46px; padding: 0 20px; border: 1px solid var(--line); background: linear-gradient(120deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); backdrop-filter: blur(10px); }.tabs { display: flex; gap: 23px; }.tab { position: relative; padding: 8px 0; border: 0; background: none; color: #928b82; font-size: 11px; transition: color .2s; }.tab::after { content: ""; position: absolute; width: 0; height: 1px; right: 0; bottom: 0; background: var(--gold); transition: width .2s; }.tab.active { color: var(--ivory); }.tab.active::after { width: 100%; }.tab span { display: inline-grid; place-items: center; min-width: 16px; height: 16px; margin-right: 3px; color: var(--gold-soft); background: rgba(212,175,55,.13); border-radius: 50%; font: 8px Arial; }.search-field { width: 250px; display: flex; direction: ltr; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.3); color: var(--gold); transition: border .2s; }.search-field:focus-within { border-color: var(--gold); }.search-field svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }.search-field input { width: 100%; padding: 9px 0; color: var(--ivory); outline: 0; border: 0; background: none; direction: rtl; font-size: 10px; }.search-field input::placeholder { color: #8d877e; }.results-line { min-height: 23px; color: var(--muted); font-size: 9px; margin: 19px 0 10px; }.products-grid { display: grid; direction: rtl; grid-template-columns: repeat(3, 1fr); gap: 17px; }.product-card { overflow: hidden; border: 1px solid var(--line-soft); background: var(--glass); box-shadow: inset 0 1px rgba(255,255,255,.035); backdrop-filter: blur(10px); transition: transform .28s, border .28s, box-shadow .28s; }.product-card:hover { transform: translateY(-7px); border-color: rgba(212,175,55,.53); box-shadow: var(--shadow); }.product-image { height: 196px; position: relative; overflow: hidden; background: #24211d; }.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 47%, rgba(8,8,8,.54)); pointer-events: none; }.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; filter: saturate(.79) contrast(1.02); transition: transform .55s ease, filter .55s ease; }.product-card:hover .product-image img { transform: scale(1.075); filter: saturate(.95) contrast(1.04); }.category-tag, .special-tag { position: absolute; z-index: 2; top: 10px; padding: 4px 7px; border: 1px solid rgba(246,230,180,.31); background: rgba(8,8,9,.53); backdrop-filter: blur(5px); font-size: 8px; }.category-tag { right: 10px; color: #eee5d5; }.special-tag { left: 10px; color: var(--gold-soft); }.product-info { padding: 15px 14px 14px; }.product-title { min-height: 45px; display: flex; align-items: start; justify-content: space-between; gap: 7px; direction: ltr; }.product-title h3 { max-width: 73%; margin: 0; overflow: hidden; color: var(--ivory); font: 600 12px/1.45 Arial, sans-serif; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; }.product-title p { direction: rtl; margin: 2px 0 0; color: var(--gold); font-size: 8px; white-space: nowrap; }.size-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; direction: ltr; margin: 8px 0 10px; }.size-button { min-height: 37px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; padding: 4px 2px; color: #bbb4aa; border: 1px solid rgba(255,255,255,.16); background: rgba(0,0,0,.15); font: 8px Arial; transition: border .2s, color .2s, background .2s; }.size-button b { font-size: 8px; }.size-button:hover:not(:disabled) { color: var(--ivory); border-color: var(--gold); }.size-button.selected { color: #1d170b; border-color: var(--gold); background: linear-gradient(135deg,#ead48f,#bc8f32); }.size-button.disabled { cursor: not-allowed; color: #65615b; border-color: rgba(255,255,255,.06); background: rgba(0,0,0,.12); text-decoration: line-through; opacity: .52; }.add-button { width: 100%; min-height: 39px; display: flex; align-items: center; direction: rtl; gap: 9px; padding: 7px 10px; color: var(--ivory); border: 1px solid rgba(212,175,55,.49); background: rgba(212,175,55,.08); font-size: 9px; transition: background .22s, color .22s, transform .22s; }.add-button b { color: var(--gold-soft); font: 17px var(--display); margin-right: auto; }.add-button i { font: 18px/1 Arial; font-style: normal; }.add-button:hover { color: #1c1509; background: var(--gold); transform: translateY(-1px); }.add-button:hover b { color: #1c1509; }.empty-results { padding: 65px 10px; text-align: center; }.empty-results > span { width: 45px; height: 45px; display: grid; place-items: center; margin: auto; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: 25px; }.empty-results h3 { margin: 15px 0 2px; color: var(--ivory); font: 27px var(--display); }.empty-results p { margin: 0 0 14px; color: var(--muted); font-size: 10px; }.empty-results button { padding: 9px 15px; color: var(--ivory); border: 1px solid var(--gold); background: transparent; font-size: 9px; }

/* Story and pricing */
.story { padding: 128px 0; background: #151416; }.story-grid { display: grid; direction: ltr; grid-template-columns: .86fr 1fr; align-items: center; gap: clamp(60px, 11vw, 142px); }.story-collection { position: relative; width: min(100%, 370px); margin: 0 0 0 35px; }.story-collection::before { content: ""; position: absolute; top: 22px; left: -25px; z-index: 0; width: 100%; height: 100%; border: 1px solid rgba(212,175,55,.65); }.story-collection img { position: relative; z-index: 1; width: 100%; height: 437px; object-fit: cover; object-position: 50% 58%; filter: saturate(.74); }.story-collection span { position: absolute; z-index: 2; bottom: -25px; right: -24px; width: 92px; height: 92px; display: grid; place-items: center; color: var(--gold-soft); background: var(--surface); border: 1px solid var(--line); border-radius: 50%; font: 30px var(--display); letter-spacing: -9px; padding-left: 6px; }.story-copy { direction: rtl; max-width: 460px; }.story-copy > p:not(.eyebrow) { margin: 22px 0 18px; color: var(--muted); font-size: 12px; line-height: 2.25; }.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--gold-soft); font-size: 10px; font-weight: bold; }.text-link b { font: 18px/1 Arial; transition: transform .2s; }.text-link:hover b { transform: translateX(-4px); }.pricing { position: relative; overflow: hidden; padding: 113px 0 101px; background: #0c0c0d; }.pricing::before { content: ""; position: absolute; width: 760px; height: 760px; top: -590px; left: calc(50% - 380px); border: 1px solid rgba(212,175,55,.13); border-radius: 50%; }.pricing-heading { text-align: center; }.pricing-heading .eyebrow { margin-right: auto; margin-left: auto; }.pricing-heading h2 { margin: 0; color: var(--ivory); font: 400 clamp(42px,4.5vw,64px)/1.08 var(--display); }.price-grid { position: relative; display: grid; direction: ltr; grid-template-columns: repeat(3, 1fr); max-width: 830px; gap: 15px; margin: 54px auto 0; }.price-grid article { position: relative; min-height: 253px; display: flex; direction: rtl; align-items: center; flex-direction: column; padding: 30px 15px 20px; border: 1px solid rgba(212,175,55,.28); background: rgba(255,255,255,.025); transition: transform .25s, background .25s; }.price-grid article:hover { transform: translateY(-5px); background: rgba(255,255,255,.05); }.price-grid article.recommended { transform: translateY(-12px); border-color: rgba(212,175,55,.75); background: linear-gradient(145deg,rgba(212,175,55,.19),rgba(212,175,55,.05)); }.price-grid article.recommended:hover { transform: translateY(-18px); }.recommended > em { position: absolute; top: -12px; color: #1b160a; background: var(--gold-soft); padding: 3px 11px; font-size: 8px; font-style: normal; font-weight: bold; }.bottle { display: block; width: 31px; position: relative; margin-bottom: 13px; border: 1px solid var(--gold-soft); border-radius: 6px 6px 9px 9px; background: linear-gradient(90deg,rgba(247,223,165,.09),rgba(212,175,55,.43)); }.bottle::before { content: ""; position: absolute; top: -9px; right: 8px; width: 14px; height: 8px; border: 1px solid var(--gold-soft); border-bottom: 0; border-radius: 2px 2px 0 0; }.bottle.small { height: 42px; }.bottle.medium { width: 37px; height: 57px; }.bottle.large { width: 43px; height: 69px; }.price-grid p { margin: 0; color: rgba(248,243,233,.59); font-size: 9px; }.price-grid h3 { direction: ltr; margin: 7px 0 13px; color: var(--ivory); font: 37px/.9 var(--display); }.price-grid h3 small { font: 9px Arial; letter-spacing: 1px; }.price-grid strong { direction: ltr; color: var(--gold-soft); font: 36px/.8 var(--display); }.price-grid strong small { font: 15px Arial; }.special-pricing { position: relative; text-align: center; margin: 28px 0 0; color: var(--muted); font-size: 10px; }.special-pricing b { color: var(--ivory); font-weight: normal; }.special-pricing strong { color: var(--gold-soft); font: 19px var(--display); }

/* Contact and footer */
.contact-section { position: relative; overflow: hidden; padding: 120px 0 108px; text-align: center; background: #151416; }.contact-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 78%,rgba(212,175,55,.14),transparent 37%); }.contact-orbit { position: absolute; border: 1px solid rgba(212,175,55,.14); border-radius: 50%; }.orbit-a { width: 540px; height: 540px; top: -340px; right: -260px; }.orbit-b { width: 410px; height: 410px; bottom: -315px; left: -240px; }.contact-content { position: relative; }.monogram { position: absolute; top: -31px; right: 17%; color: rgba(212,175,55,.08); font: 125px var(--display); letter-spacing: -27px; }.contact-content .eyebrow { margin-right: auto; margin-left: auto; }.contact-content h2 { margin: 0; }.contact-content > p:not(.eyebrow) { max-width: 370px; margin: 17px auto 24px; color: var(--muted); font-size: 11px; }.contact-social { display: flex; direction: ltr; justify-content: center; align-items: center; gap: 13px; margin-top: 34px; }.contact-social a { color: rgba(248,243,233,.68); font: 10px Arial; transition: color .2s; }.contact-social a:hover { color: var(--gold-soft); }.contact-social i { width: 3px; height: 3px; border: 1px solid var(--gold); transform: rotate(45deg); }.footer { border-top: 1px solid var(--line); background: #0c0c0d; }.footer > div { min-height: 70px; display: flex; align-items: center; justify-content: space-between; }.footer p, .footer a { margin: 0; color: var(--muted); font-size: 8px; }.footer a { color: var(--gold-soft); }

/* Cart drawer */
.drawer-overlay { position: fixed; z-index: 100; inset: 0; opacity: 0; visibility: hidden; background: rgba(0,0,0,.62); transition: opacity .25s, visibility .25s; }.drawer-overlay.visible { opacity: 1; visibility: visible; }.cart-drawer { position: fixed; z-index: 110; top: 0; bottom: 0; left: 0; width: min(410px, 94vw); display: flex; direction: rtl; flex-direction: column; padding: 27px 23px 19px; background: #f6f0e7; color: #1e1911; box-shadow: 20px 0 60px rgba(0,0,0,.25); transform: translateX(-105%); transition: transform .32s ease; }.cart-drawer.open { transform: translateX(0); }.cart-drawer header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid rgba(101,75,38,.19); }.cart-drawer header .eyebrow { margin-bottom: 4px; }.cart-drawer h2 { margin: 0; font: 27px var(--display); }.close-button { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #4b4033; font: 26px/1 Arial; }.cart-items { flex: 1; overflow-y: auto; }.cart-item { position: relative; min-height: 93px; display: flex; direction: ltr; gap: 11px; padding: 14px 19px 12px 0; border-bottom: 1px solid rgba(101,75,38,.13); }.cart-item-mark { width: 49px; height: 63px; flex: 0 0 49px; display: grid; place-items: center; color: var(--gold-deep); background: linear-gradient(135deg,#ebdbc1,#bd9c72); font: 24px var(--display); letter-spacing: -8px; padding-left: 5px; }.cart-item-details { min-width: 0; flex: 1; direction: rtl; text-align: right; }.cart-item-details h3 { direction: ltr; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10px Arial; }.cart-item-details p { direction: ltr; margin: 1px 0 5px; color: #867865; font: 9px Arial; }.cart-item > strong { color: var(--gold-deep); font: 17px var(--display); }.remove-item { position: absolute; top: 7px; right: 0; padding: 0; border: 0; background: none; color: #9b8770; font: 17px Arial; }.quantity { display: flex; direction: ltr; align-items: center; gap: 6px; }.quantity button { width: 18px; height: 18px; padding: 0; border: 1px solid rgba(101,75,38,.35); background: transparent; line-height: 1; font-size: 13px; }.quantity span { width: 12px; text-align: center; font-size: 9px; }.cart-empty { margin: auto; text-align: center; }.cart-empty > span { display: grid; place-items: center; width: 50px; height: 50px; margin: auto; color: var(--gold-deep); border: 1px solid var(--gold-deep); border-radius: 50%; font: 23px var(--display); letter-spacing: -8px; padding-left: 5px; }.cart-empty h3 { margin: 13px 0 0; font: 25px var(--display); font-weight: normal; }.cart-empty p { margin: 3px 0 13px; color: #857865; font-size: 10px; }.cart-empty button { padding: 9px 15px; border: 0; color: #fffaf1; background: #17120c; font-size: 9px; }.cart-drawer footer { padding-top: 15px; border-top: 1px solid rgba(101,75,38,.2); }.cart-total { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }.cart-total span { color: #897d6e; font-size: 10px; }.cart-total strong { direction: ltr; font: 27px var(--display); }.whatsapp-order { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; border: 0; background: #206d4a; font-size: 10px; font-weight: bold; transition: background .2s; }.whatsapp-order:hover { background: #185b3d; }.whatsapp-order svg { width: 19px; fill: currentColor; }.toast { position: fixed; z-index: 150; bottom: 24px; left: 50%; padding: 10px 17px; color: var(--ivory); background: #1a1711; box-shadow: 0 15px 35px rgba(0,0,0,.28); transform: translate(-50%, 24px); opacity: 0; visibility: hidden; font-size: 10px; transition: .25s; }.toast.show { transform: translate(-50%,0); opacity: 1; visibility: visible; }

/* Motion */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }.reveal.delay-1 { transition-delay: .14s; }.reveal.visible { opacity: 1; transform: none; }.hero .reveal { animation: heroReveal .8s .1s both; }.hero .reveal.delay-1 { animation-delay: .22s; }@keyframes heroReveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

@media (max-width: 920px) {
  .desktop-nav { margin-right: 0; gap: 20px; }.hero-grid { gap: 35px; }.hero-image { height: 435px; width: 360px; }.products-grid { grid-template-columns: repeat(2, 1fr); }.story-grid { gap: 70px; }.scroll-hint { display: none; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 32px, 540px); }.site-header { background: rgba(10,10,11,.78); backdrop-filter: blur(11px); }.header-inner { min-height: 71px; }.desktop-nav, .header-actions .social-link { display: none; }.menu-toggle { display: block; }.menu-toggle.open i:first-child { transform: translateY(6px) rotate(45deg); }.menu-toggle.open i:nth-child(2) { opacity: 0; }.menu-toggle.open i:last-child { transform: translateY(-6px) rotate(-45deg); }.mobile-nav { position: absolute; top: 71px; left: 0; width: 100%; padding: 6px 16px 14px; background: #111113; border-top: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-9px); transition: .22s; }.mobile-nav.open { display: grid; opacity: 1; visibility: visible; transform: none; }.mobile-nav a { padding: 9px 2px; color: #e9e2d7; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 10px; }.hero { min-height: auto; padding: 126px 0 62px; }.hero-grid { grid-template-columns: 1fr; gap: 46px; }.hero-copy { text-align: center; }.hero-copy .eyebrow { margin-right: auto; margin-left: auto; }.hero h1 { font-size: clamp(61px, 19vw, 87px); }.hero-copy > p { margin-right: auto; margin-left: auto; font-size: 12px; }.hero-buttons { justify-content: center; }.hero-notes { justify-content: center; margin-top: 32px; font-size: 8px; }.hero-image { width: min(100%, 365px); height: 404px; }.hero-image figcaption { left: -2px; }.promise-grid { grid-template-columns: 1fr; padding: 12px 0; }.promise-grid article { min-height: 57px; justify-content: flex-start; padding-right: 22%; border-left: 0; border-bottom: 1px solid var(--line); }.promise-grid article:last-child { border-bottom: 0; }.shop-section { padding: 80px 0 85px; }.section-heading { display: block; text-align: center; }.section-heading .eyebrow { margin-right: auto; margin-left: auto; }.section-heading > p { margin: 15px auto 0; font-size: 10px; }.shop-toolbar { min-height: auto; flex-direction: column; align-items: stretch; gap: 15px; padding: 16px; margin-top: 33px; }.tabs { justify-content: center; }.search-field { width: 100%; }.products-grid { gap: 11px; }.product-image { height: 155px; }.product-info { padding: 11px 10px; }.product-title { min-height: 42px; }.product-title h3 { max-width: 69%; font-size: 10px; }.product-title p { font-size: 7px; }.size-buttons { gap: 3px; }.size-button { min-height: 35px; font-size: 7px; }.size-button b { font-size: 7px; }.add-button { min-height: 36px; padding: 5px 7px; font-size: 8px; }.add-button b { font-size: 15px; }.category-tag, .special-tag { top: 6px; padding: 3px 5px; font-size: 6px; }.category-tag { right: 6px; }.special-tag { left: 6px; }.story { padding: 83px 0 95px; }.story-grid { grid-template-columns: 1fr; gap: 69px; }.story-collection { width: min(86%, 350px); margin-right: auto; margin-left: 20px; }.story-collection img { height: 405px; }.story-copy { max-width: 100%; text-align: center; }.story-copy .eyebrow { margin-right: auto; margin-left: auto; }.story-copy > p:not(.eyebrow) { font-size: 11px; }.pricing { padding: 79px 0 72px; }.price-grid { gap: 8px; margin-top: 44px; }.price-grid article { min-height: 208px; padding: 23px 4px 14px; }.price-grid article.recommended { transform: translateY(-8px); }.price-grid article.recommended:hover { transform: translateY(-13px); }.recommended > em { top: -11px; padding: 3px 7px; font-size: 6px; }.bottle { transform: scale(.77); margin-bottom: 1px; }.price-grid p { min-height: 19px; font-size: 7px; }.price-grid h3 { margin: 4px 0 9px; font-size: 29px; }.price-grid strong { font-size: 30px; }.special-pricing { font-size: 8px; }.contact-section { padding: 80px 0 76px; }.monogram { top: -30px; right: 5%; font-size: 99px; }.contact-content > p:not(.eyebrow) { font-size: 10px; }.footer > div { min-height: 63px; }.footer p { max-width: 190px; line-height: 1.7; }.cart-drawer { padding: 22px 17px 17px; }.toast { width: calc(100% - 32px); text-align: center; }
}
@media (max-width: 370px) { .container { width: calc(100% - 26px); }.hero h1 { font-size: 59px; }.product-image { height: 140px; }.product-title h3 { font-size: 9px; }.size-button { font-size: 6px; }.price-grid h3 { font-size: 25px; }.price-grid strong { font-size: 27px; }.price-grid p { font-size: 6px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
