@font-face {
  font-family: "IRANYekan";
  src: local("IRANYekan"), local("IRANYekanWeb"), url("https://assets.fontdiff.com/webfonts/iranyekan-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANYekan";
  src: local("IRANYekan Bold"), local("IRANYekanWebBold"), url("https://assets.fontdiff.com/webfonts/iranyekan-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #241b1d;
  --wine: #38292c;
  --plum: #4a353a;
  --rose: #a77b72;
  --copper: #c89a7b;
  --cream: #f5ede4;
  --paper: #fbf8f4;
  --muted: #76696a;
  --line: rgba(56, 41, 44, .15);
  --shadow: 0 22px 60px rgba(36, 27, 29, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Vazirmatn", Arial, sans-serif;
  --heading: "IRANYekan", "Vazirmatn", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.drawer-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: var(--heading) !important; }

.announcement { padding: .48rem 1rem; color: #f8eee7; background: var(--ink); text-align: center; font-size: .75rem; letter-spacing: .08em; }
.site-header { position: sticky; z-index: 40; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 86px; padding: 0 clamp(1.2rem, 5vw, 5.5rem); border-bottom: 1px solid var(--line); background: rgba(251,248,244,.94); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .75rem; }
.monogram { position: relative; display: grid; place-items: center; width: 46px; height: 52px; color: var(--copper); font-family: var(--serif); font-size: 2.8rem; line-height: 1; }
.monogram i { position: absolute; bottom: -1px; left: 15px; font-size: 1.65rem; font-weight: 400; transform: skew(-10deg); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.35rem; letter-spacing: .22em; }
.brand-copy small { color: var(--rose); font-size: .58rem; letter-spacing: .28em; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 2.6vw, 2.6rem); }
.main-nav > a, .nav-dropdown > button { padding: 1.9rem 0; border: 0; color: var(--ink); background: none; font-size: .83rem; }
.nav-dropdown { position: relative; }
.dropdown-panel { position: absolute; top: calc(100% - .4rem); left: 50%; display: grid; min-width: 230px; padding: .8rem; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: .2s ease; }
.dropdown-panel.wide { grid-template-columns: 1fr 1fr; min-width: 480px; }
.dropdown-panel a { padding: .65rem .75rem; font-size: .78rem; }
.dropdown-panel a:hover { color: var(--copper); background: var(--cream); }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.header-actions { display: flex; align-items: center; gap: .35rem; }
.icon-button, .text-button, .menu-toggle { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border: 0; background: transparent; color: var(--ink); }
.cart-icon,.header-icon { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.icon-button { border-radius:50%; transition:background .18s ease,color .18s ease; }
.icon-button:hover,.icon-button:focus-visible { color:var(--wine); background:var(--cream); outline:2px solid rgba(200,154,123,.35); outline-offset:2px; }
.text-button { font-size: .72rem; font-weight: 700; }
.count-button span { position: absolute; top: 0; right: 0; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: white; background: var(--rose); font-size: .6rem; }
.menu-toggle { display: none; justify-self: end; font-size: 1.2rem; }
.search-panel { position: fixed; z-index: 50; inset: 110px 0 auto; max-height:calc(100dvh - 110px); padding: 2rem clamp(1rem, 10vw, 9rem); color: white; background: var(--wine); box-shadow: var(--shadow); overflow:auto; }
.search-panel label { display: block; margin-bottom: .7rem; font-family: var(--serif); font-size: 1.5rem; }
.search-panel div { display: flex; border-bottom: 1px solid rgba(255,255,255,.35); }
.search-panel input { flex: 1; padding: .8rem 0; border: 0; outline: 0; color: white; background: transparent; }
.search-panel input::placeholder { color: rgba(255,255,255,.5); }
.search-panel button { border: 0; color: white; background: transparent; font-size: 1.8rem; }
.search-results { display:block!important; margin-top:1.2rem; border:0!important; }.search-results-heading { margin:0 0 .7rem; color:rgba(255,255,255,.58); font-size:.7rem; }.search-suggestions { display:grid!important; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; border:0!important; }.search-result { display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.65rem;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);transition:.18s; }.search-result:hover,.search-result:focus-visible { border-color:var(--copper);background:rgba(255,255,255,.1);outline:0; }.search-result img { width:58px;height:58px;object-fit:cover;background:var(--cream); }.search-result span { display:grid;min-width:0; }.search-result small { color:var(--copper);font-size:.58rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }.search-result strong { font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }.search-result b { color:#f1d0bb;font-size:.7rem;white-space:nowrap; }.search-empty { padding:1.4rem;border:1px dashed rgba(255,255,255,.2);color:rgba(255,255,255,.65);text-align:center;font-size:.78rem; }

.hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; overflow: hidden; color: #f9f1eb; background: linear-gradient(125deg, #251c1e, #493338 58%, #6a4b4e); }
.hero-copy { z-index: 2; align-self: center; padding: clamp(4rem, 9vw, 8rem); padding-right: 2rem; }
.eyebrow { display: block; margin-bottom: .8rem; color: var(--copper); font-size: .68rem; font-weight: 700; letter-spacing: .22em; }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 7rem); font-weight: 500; line-height: .84; letter-spacing: -.025em; }
.hero-copy > p { max-width: 560px; margin: 2rem 0; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.35rem; border: 1px solid var(--line); background: transparent; font-size: .78rem; font-weight: 600; transition: .2s ease; }
.button.primary { border-color: var(--copper); color: var(--ink); background: var(--copper); }
.button.primary:hover { background: #d6ad91; transform: translateY(-2px); }
.button.ghost { color: inherit; }
.hero .button.ghost { border-color: rgba(255,255,255,.3); }
.button.ghost:hover { border-color: var(--copper); color: var(--copper); }
.button.small { min-height: 40px; }
.button.full { width: 100%; }
.button.centered { display: flex; margin: 2rem auto 0; }
.hero-proof { display: flex; align-items: center; gap: .75rem; margin-top: 3.5rem; }
.hero-proof span { font-family: var(--serif); font-size: 2.1rem; }
.hero-proof small { max-width: 120px; color: rgba(255,255,255,.55); font-size: .65rem; line-height: 1.3; }
.hero-art { position: relative; min-height: 620px; }
.silk { position: absolute; inset: 10% -15% -18% 0; border-radius: 50% 0 0; background: radial-gradient(circle at 20% 30%, #ba8e86, transparent 20%), linear-gradient(135deg, #38292d, #9b6f6b 42%, #4f373b 60%, #2d2123); filter: drop-shadow(-20px 20px 40px rgba(0,0,0,.18)); transform: rotate(-8deg); opacity: .9; }
.product { position: absolute; display: grid; place-items: center; color: var(--copper); background: linear-gradient(110deg, #241b1d, #543b3e); box-shadow: 20px 35px 50px rgba(0,0,0,.25); }
.product.bottle { right: 18%; bottom: 16%; width: 170px; height: 390px; border-radius: 85px 85px 18px 18px; transform: rotate(7deg); }
.product.bottle::before { content: ""; position: absolute; top: -55px; width: 65px; height: 75px; border-radius: 8px 8px 0 0; background: linear-gradient(90deg,#aa7866,#f0c7a7,#9b695b); }
.product.bottle span { font-family: var(--serif); font-size: 5rem; }
.product.bottle small { position: absolute; bottom: 60px; letter-spacing: .25em; }
.product.compact { right: 46%; bottom: 9%; width: 190px; height: 190px; border: 3px solid #9f7163; border-radius: 50%; font-family: var(--serif); font-size: 3rem; transform: rotate(-13deg); }
.product.tube { right: 7%; bottom: 4%; width: 105px; height: 260px; border-radius: 16px; transform: rotate(18deg); }
.product.tube small { writing-mode: vertical-rl; letter-spacing: .2em; }
.product.tube b { position: absolute; bottom: 25px; }
.seal { position: absolute; top: 15%; left: 5%; display: grid; place-items: center; width: 190px; height: 190px; border: 1px solid rgba(224,173,141,.45); border-radius: 50%; color: var(--copper); background: rgba(36,27,29,.5); backdrop-filter: blur(8px); }
.seal span { font-family: var(--serif); font-size: 4rem; }.seal small { letter-spacing: .24em; font-size: .55rem; }
.hero-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(100px); opacity: .18; }.hero-glow.one { top: -200px; left: 30%; background:#e4b08e; }.hero-glow.two { right:-150px; bottom:-150px; background:#d9a49b; }

.section { padding: clamp(4rem, 6vw, 5.5rem) clamp(1.2rem, 6vw, 6.5rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.section-heading h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 4.5vw, 4.5rem); font-weight: 500; line-height: 1; }
.section-heading > a { border-bottom: 1px solid; font-size: .75rem; }
.category-grid { display: grid; grid-template-columns: 1.25fr 1fr .85fr; gap: 1rem; }
.category-card { min-height: 330px; padding: 2rem; border: 0; color: #fff; text-align: left; overflow: hidden; position: relative; transition: .25s ease; }
.category-card::after { content:""; position:absolute; width:250px; height:250px; right:-80px; bottom:-120px; border:1px solid rgba(255,255,255,.22); border-radius:50%; box-shadow: 0 0 0 35px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.025); }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.category-card > span { font-family: var(--serif); font-size: 1.2rem; opacity: .55; }
.category-card h3 { margin: 7rem 0 0; font-family: var(--serif); font-size: 2.5rem; font-weight: 500; }
.category-card p { margin: 0; opacity: .65; font-size: .75rem; }
.makeup-card { background: linear-gradient(145deg,#3a292c,#755257); }.skincare-card { background: linear-gradient(145deg,#9b7168,#c59b85); }.brand-card { color:var(--ink); background:linear-gradient(145deg,#e6d5c5,#f5ece3); }
.products-section { background: #f2e9df; }
.filter-panel { display: grid; grid-template-columns: repeat(5,1fr) auto auto; gap: .8rem; align-items: end; max-height: 0; margin-bottom: 0; overflow: hidden; opacity: 0; transition: .3s ease; }
.filter-panel.open { max-height: 230px; margin-bottom: 2rem; opacity: 1; }
.filter-panel label { display: grid; gap: .35rem; color: var(--muted); font-size: .67rem; }
.filter-panel select, .filter-panel input[type="range"] { width: 100%; min-height: 42px; padding: .5rem; border: 1px solid var(--line); background: var(--paper); }
.filter-panel .check { display: flex; align-items: center; min-height: 42px; white-space: nowrap; }
.filter-panel output { font-size: .65rem; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; }
.product-card { position: relative; background: var(--paper); transition: .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; display: grid; place-items: center; aspect-ratio: 4/4.8; overflow: hidden; background: linear-gradient(145deg,#eee2d7,#d8c0b2); }
.product-image img { position:relative; z-index:1; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.product-card:hover .product-image img { transform:scale(1.035); }
.product-image::before { content:""; position:absolute; width:62%; height:62%; border-radius:50%; background:rgba(255,255,255,.25); filter:blur(10px); }
.mock-product { z-index: 1; display:grid; place-items:center; width:42%; height:64%; border-radius: 50px 50px 12px 12px; color:var(--copper); background:linear-gradient(100deg,#2b2022,#593d42); box-shadow:15px 20px 30px rgba(40,24,28,.22); font-family:var(--serif); font-size:2rem; }
.product-card:nth-child(3n) .mock-product { width:58%; height:32%; border-radius:50%; }.product-card:nth-child(4n) .mock-product { width:38%; height:70%; border-radius:12px; }
.sale-badge { position:absolute; z-index:2; top:.8rem; left:.8rem; padding:.25rem .55rem; color:white; background:var(--wine); font-size:.62rem; }
.wishlist { position:absolute; z-index:2; top:.65rem; right:.65rem; width:36px; height:36px; border:0; border-radius:50%; background:rgba(255,255,255,.78); }.wishlist.active { color:#a34755; }
.product-info { padding: 1.1rem; }.product-info small { color:var(--rose); text-transform:uppercase; letter-spacing:.1em; }.product-info h3 { min-height:3em; margin:.3rem 0; font-size:.92rem; font-weight:600; }.rating { min-height:1.35rem; color:#a8735f; font-size:.75rem; }.rating-empty span { display:inline-flex; align-items:center; min-height:22px; padding:0 .55rem; border-radius:999px; color:var(--muted); background:#efe7df; font-size:.65rem; }.price { display:flex; gap:.55rem; align-items:center; margin:.7rem 0; }.price strong { font-size:.9rem; }.price del { color:#9f9291; font-size:.7rem; }.add-cart { width:100%; min-height:42px; border:1px solid var(--wine); color:var(--wine); background:transparent; }.add-cart:hover { color:white; background:var(--wine); }
.unavailable-price { color:#8b3b49; font-size:.78rem; font-weight:700; }
.card-actions { display:grid; grid-template-columns:1fr 44px; gap:.45rem; }.compare-action { border:1px solid var(--line); color:var(--wine); background:transparent; }
.empty-state { grid-column:1/-1; padding:4rem; text-align:center; color:var(--muted); }
.brand-strip { background:var(--wine); color:white; }.brand-list { display:grid; grid-template-columns:repeat(6,1fr); gap:1rem; align-items:center; }.brand-list span { padding:2rem .5rem; border:1px solid rgba(255,255,255,.12); text-align:center; font-family:var(--serif); font-size:1.35rem; letter-spacing:.08em; }
.benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); }.benefit-grid article { padding:2rem; border-right:1px solid var(--line); }.benefit-grid article:last-child { border:0; }.benefit-grid b { color:var(--copper); font-family:var(--serif); font-size:2rem; }.benefit-grid h3 { font-family:var(--serif); font-size:1.5rem; }.benefit-grid p { color:var(--muted); font-size:.8rem; }
.journal { background:#eee2d6; }.article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }.article-card { background:var(--paper); transition:transform .25s ease,box-shadow .25s ease; }.article-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }.article-image { position:relative; display:block; aspect-ratio:16/10; background:linear-gradient(140deg,#3d2d30,#b28278); overflow:hidden; }.article-image::before,.article-image::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.25); }.article-image::before { width:220px;height:220px;right:-50px;top:-80px; }.article-image::after { width:130px;height:130px;left:15%;bottom:-65px; background:rgba(255,255,255,.06); }.article-image img { position:relative; z-index:1; width:100%; height:100%; object-fit:contain; padding:1rem; filter:drop-shadow(0 18px 24px rgba(0,0,0,.2)); transition:transform .3s ease; }.article-card:hover .article-image img { transform:scale(1.045); }.article-card:nth-child(2) .article-image { background:linear-gradient(140deg,#b78d7b,#ead5c0); }.article-card:nth-child(3) .article-image { background:linear-gradient(140deg,#2d2526,#745157); }.article-copy { padding:1.3rem; }.article-copy small { color:var(--rose); }.article-copy h3 { margin:.5rem 0; font-family:var(--serif); font-size:1.65rem; line-height:1.15; }.article-copy p { color:var(--muted); font-size:.78rem; }
.newsletter { padding:6rem 1.2rem; color:white; background:linear-gradient(120deg,#261d1f,#51373c); text-align:center; }.newsletter p { color:rgba(255,255,255,.65); }.newsletter form { display:flex; max-width:560px; margin:2rem auto .8rem; border-bottom:1px solid rgba(255,255,255,.35); }.newsletter input { flex:1; padding:.8rem; border:0; outline:0; color:white; background:transparent; }.newsletter .button { border:0; }
.site-footer { display:grid; grid-template-columns:2fr repeat(3,1fr); gap:2rem; padding:5rem clamp(1.2rem,6vw,6.5rem) 2rem; color:#e8dcd3; background:var(--ink); }.site-footer h3 { color:var(--copper); font-family:var(--serif); }.site-footer a { display:block; margin:.5rem 0; color:rgba(255,255,255,.62); font-size:.77rem; }.footer-brand h2 { margin:0; font-family:var(--serif); letter-spacing:.25em; }.footer-brand p { color:rgba(255,255,255,.55); }.copyright { grid-column:1/-1; margin-top:2rem; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.4); font-size:.68rem; }
.toast { position:fixed; z-index:80; right:1rem; bottom:1rem; max-width:320px; padding:.9rem 1.2rem; color:white; background:var(--wine); box-shadow:var(--shadow); opacity:0; pointer-events:none; transform:translateY(15px); transition:.25s; }.toast.show { opacity:1; transform:translateY(0); }
.drawer { position:fixed; z-index:70; top:0; right:0; width:min(420px,92vw); height:100dvh; padding:2rem; background:var(--paper); box-shadow:var(--shadow); transform:translateX(105%); transition:.3s ease; overflow:auto; }.drawer.open { transform:translateX(0); }.drawer-close { float:right; border:0;background:none;font-size:2rem; }.drawer h2 { font-family:var(--serif);font-size:2.6rem; }.drawer-overlay { position:fixed;z-index:60;inset:0;background:rgba(20,14,16,.55); }.cart-line { display:grid;grid-template-columns:1fr auto;align-items:center;gap:.7rem;padding:1rem 0;border-bottom:1px solid var(--line); }.cart-line-copy { display:grid;gap:.4rem; }.cart-line small { color:var(--muted); }.cart-line button { border:0;background:none;color:#a34755; }.quantity-control { display:inline-grid;grid-template-columns:32px 38px 32px;align-items:center;width:max-content;border:1px solid var(--line);border-radius:999px;overflow:hidden; }.quantity-control button { min-height:30px;color:var(--ink);background:var(--paper); }.quantity-control button:hover:not(:disabled) { background:var(--cream); }.quantity-control button:disabled { cursor:not-allowed;opacity:.35; }.quantity-control span { text-align:center;font-size:.75rem; }.cart-remove { font-size:.7rem; }.drawer-total { display:flex;justify-content:space-between;margin:2rem 0; }

.store-dialog { width:min(520px,calc(100% - 2rem)); max-height:90dvh; padding:2rem; border:1px solid var(--line); color:var(--ink); background:var(--paper); box-shadow:var(--shadow); overflow:auto; }.store-dialog::backdrop { background:rgba(25,17,19,.62); backdrop-filter:blur(3px); }.store-dialog h2 { margin:.2rem 0 1.5rem; font-family:var(--serif); font-size:2.5rem; }.dialog-close { float:right; border:0; background:transparent; font-size:1.8rem; }.wide-dialog { width:min(1000px,calc(100% - 2rem)); }.dialog-tabs { display:grid; grid-template-columns:repeat(3,1fr); margin-bottom:1.25rem; border-bottom:1px solid var(--line); }.dialog-tabs button { padding:.75rem .4rem; border:0; border-bottom:2px solid transparent; background:transparent; }.dialog-tabs button.active { border-color:var(--copper); color:var(--rose); }.store-dialog form { display:grid; gap:1rem; }.store-dialog label { display:grid; gap:.35rem; color:var(--muted); font-size:.75rem; }.store-dialog input,.store-dialog select,.store-dialog textarea { width:100%; padding:.75rem; border:1px solid var(--line); color:var(--ink); background:white; }.store-dialog textarea { min-height:95px; resize:vertical; }.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }.account-ready { display:grid; gap:.7rem; padding:1rem; margin-bottom:1rem; background:var(--cream); }.compare-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:1rem; }.compare-grid article { position:relative; padding:1rem; border:1px solid var(--line); }.compare-grid img { width:100%; aspect-ratio:1; object-fit:cover; }.compare-grid article>button { position:absolute; top:1.2rem; right:1.2rem; width:30px; height:30px; border:0; border-radius:50%; background:white; }.compare-grid h3 { min-height:3em; }.compare-grid p { font-size:.72rem; }.order-success { margin-top:1rem; padding:1rem; color:white; background:var(--wine); }.order-success.payment-error { color:#6e2633; border:1px solid #d6a2aa; background:#f8e5e8; }
.account-error { margin:0 0 1rem; padding:.8rem 1rem; border:1px solid #d9a6ad; border-radius:8px; color:#7c2938; background:#f9e7e9; font-size:.78rem; }
.compare-hint { margin:.2rem 0 1.2rem; color:var(--muted); font-size:.8rem; }.compare-scroll { overflow-x:auto; border:1px solid var(--line); background:white; }.compare-matrix { display:grid; grid-template-columns:150px repeat(var(--compare-count),minmax(220px,1fr)); min-width:calc(150px + var(--compare-count) * 220px); }.compare-corner,.compare-row-label,.compare-value,.compare-product-head { padding:1rem; border-inline-end:1px solid var(--line); border-bottom:1px solid var(--line); }.compare-corner,.compare-row-label { position:sticky; inset-inline-start:0; z-index:2; color:var(--rose); background:#f3e8df; font-size:.72rem; font-weight:700; }.compare-corner { display:flex; align-items:end; }.compare-product-head { position:relative; min-height:355px; background:var(--paper); }.compare-product-head>button { position:absolute; z-index:2; top:.7rem; inset-inline-end:.7rem; display:grid; place-items:center; width:32px; height:32px; border:0; border-radius:50%; color:var(--wine); background:rgba(255,255,255,.9); box-shadow:0 4px 16px rgba(35,22,25,.12); font-size:1.2rem; }.compare-product-head img { width:100%; aspect-ratio:1; object-fit:cover; margin-bottom:.8rem; background:var(--cream); }.compare-product-head small { color:var(--rose); }.compare-product-head h3 { min-height:2.8em; margin:.25rem 0 .8rem; font-family:var(--serif); font-size:1.25rem; line-height:1.15; }.compare-head-actions { display:grid; grid-template-columns:1fr 1fr; gap:.4rem; }.compare-value { min-width:0; color:var(--muted); font-size:.76rem; line-height:1.8; }.compare-value p { margin:0; }.compare-value .rating { line-height:1.5; }.compare-price { display:flex; flex-wrap:wrap; gap:.4rem; align-items:center; color:var(--ink); }.compare-price del { color:var(--muted); font-size:.68rem; }.compare-stock { display:inline-flex; padding:.3rem .55rem; border-radius:999px; font-size:.7rem; font-weight:700; }.compare-stock.available { color:#35624c; background:#e3efe8; }.compare-stock.unavailable { color:#8b3b49; background:#f3e0e4; }.compare-features { margin:0; padding-inline-start:1.1rem; }.compare-empty { padding:3rem 1rem; text-align:center; }.compare-empty:first-child { font-size:2rem; }.compare-empty p { color:var(--muted); font-size:.8rem; }
#compare-dialog { width:min(1200px,calc(100% - 2rem)); }

.product-detail { min-height:70vh; background:var(--paper); }.back-link { display:inline-block; margin-bottom:2rem; color:var(--rose); font-size:.8rem; }.product-detail-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr); gap:clamp(2rem,6vw,6rem); align-items:center; }.detail-image { position:relative; aspect-ratio:1/1.05; overflow:hidden; background:var(--cream); }.detail-image img { width:100%; height:100%; object-fit:cover; }.detail-copy h1 { margin:.4rem 0 1rem; font-family:var(--serif); font-size:clamp(2.7rem,5vw,5rem); line-height:.95; }.detail-copy>p { color:var(--muted); }.detail-price { display:flex; gap:1rem; align-items:center; margin:1.5rem 0; }.detail-price strong { font-family:var(--serif); font-size:2rem; }.detail-price del { color:var(--muted); }.stock-state { display:inline-block; margin:1rem 0; padding:.35rem .7rem; font-size:.72rem; }.stock-state.available { color:#35624c; background:#e3efe8; }.stock-state.unavailable { color:#8b3b49; background:#f3e0e4; }.detail-actions { display:flex; flex-wrap:wrap; gap:.6rem; margin:1rem 0 2rem; }.product-facts { display:grid; grid-template-columns:repeat(3,1fr); margin:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.product-facts div { padding:1rem .5rem; border-right:1px solid var(--line); }.product-facts div:last-child { border:0; }.product-facts dt { color:var(--muted); font-size:.65rem; }.product-facts dd { margin:.25rem 0 0; font-size:.82rem; }.detail-sections { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:4rem; }.detail-sections article { padding:1.5rem; border:1px solid var(--line); }.detail-sections h2,.reviews-section h2 { font-family:var(--serif); font-size:2rem; }.detail-sections p { color:var(--muted); font-size:.82rem; }.reviews-section { margin-top:4rem; }.review-list { display:grid; gap:.75rem; }.review-list article { padding:1rem; border-bottom:1px solid var(--line); }.review-list p { margin:.4rem 0; color:var(--muted); }.reviews-section form { display:grid; gap:1rem; max-width:620px; margin-top:2rem; padding:1.5rem; background:var(--cream); }.reviews-section form label { display:grid; gap:.35rem; }.reviews-section select,.reviews-section textarea { padding:.7rem; border:1px solid var(--line); background:white; }.reviews-section textarea { min-height:110px; }

.admin-body { min-height:100vh; background:#eee6de; }.admin-shell { display:grid;grid-template-columns:260px 1fr;min-height:100vh; }.admin-sidebar { padding:2rem 1.5rem;color:white;background:var(--ink); }.admin-sidebar .brand { margin-bottom:3rem; }.admin-sidebar nav { display:grid;gap:.45rem; }.admin-sidebar nav button { padding:.8rem 1rem;border:0;color:rgba(255,255,255,.65);background:transparent;text-align:left; }.admin-sidebar nav button.active,.admin-sidebar nav button:hover { color:white;background:rgba(255,255,255,.08); }.admin-main { padding:2.5rem; }.admin-top { display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem; }.admin-top h1 { margin:0;font-family:var(--serif);font-size:3rem; }.admin-card { padding:1.5rem;background:var(--paper);box-shadow:0 10px 30px rgba(36,27,29,.06); }.admin-form { display:grid;grid-template-columns:repeat(2,1fr);gap:1rem; }.admin-form label { display:grid;gap:.35rem;font-size:.72rem;color:var(--muted); }.admin-form input,.admin-form select,.admin-form textarea { width:100%;padding:.75rem;border:1px solid var(--line);background:white; }.admin-form textarea { min-height:100px;resize:vertical; }.admin-form .span-2 { grid-column:1/-1; }.admin-table-wrap { overflow:auto;margin-top:1.5rem; }.admin-table { width:100%;border-collapse:collapse;white-space:nowrap; }.admin-table th,.admin-table td { padding:.8rem;border-bottom:1px solid var(--line);text-align:left;font-size:.75rem; }.admin-table th { color:var(--muted); }.table-actions button { margin-right:.4rem;border:1px solid var(--line);background:white; }.danger { color:#9a3949!important; }.admin-login { display:grid;place-items:center;min-height:100vh;padding:1rem;background:linear-gradient(130deg,var(--ink),var(--plum)); }.login-card { width:min(430px,100%);padding:2.5rem;background:var(--paper);box-shadow:var(--shadow); }.login-card h1 { font-family:var(--serif);font-size:2.8rem; }.login-card label { display:grid;gap:.35rem;margin:1rem 0;font-size:.78rem; }.login-card input { padding:.8rem;border:1px solid var(--line); }.login-card small { color:var(--muted); }

[dir="rtl"] .category-card { text-align:right; }[dir="rtl"] .wishlist { right:auto;left:.65rem; }[dir="rtl"] .sale-badge { left:auto;right:.8rem; }[dir="rtl"] .drawer { right:auto;left:0;transform:translateX(-105%); }[dir="rtl"] .drawer.open { transform:translateX(0); }[dir="rtl"] .toast { right:auto;left:1rem; }[dir="rtl"] .admin-sidebar nav button,[dir="rtl"] .admin-table th,[dir="rtl"] .admin-table td { text-align:right; }

@media (max-width:1100px) { .main-nav { gap:1rem; }.brand-copy { display:none; }.hero { grid-template-columns:1.1fr .9fr; }.product-grid { grid-template-columns:repeat(3,1fr); }.filter-panel { grid-template-columns:repeat(3,1fr); }.brand-list { grid-template-columns:repeat(3,1fr); }.benefit-grid { grid-template-columns:repeat(2,1fr); }.benefit-grid article:nth-child(2) { border-right:0; }.benefit-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); } }
@media (max-width:760px) { .site-header { grid-template-columns:auto 1fr auto;min-height:72px;padding:0 1rem; }.menu-toggle { display:grid;order:2; }.brand { order:1; }.header-actions { order:3; }.header-actions .icon-button:nth-of-type(1),#wishlist-button { display:none; }.main-nav { position:absolute;top:100%;left:0;right:0;display:none;padding:1rem;background:var(--paper);box-shadow:var(--shadow); }.main-nav.open { display:grid;justify-content:stretch; }.main-nav > a,.nav-dropdown > button { width:100%;padding:.65rem;text-align:left; }.dropdown-panel,.dropdown-panel.wide { position:static;display:none;grid-template-columns:1fr;min-width:0;border:0;box-shadow:none;opacity:1;pointer-events:auto;transform:none; }.nav-dropdown:focus-within .dropdown-panel { display:grid; }.hero { grid-template-columns:1fr;min-height:780px; }.hero-copy { padding:4rem 1.3rem 1rem; }.hero-art { min-height:390px; }.seal { width:120px;height:120px;left:3%;top:6%; }.seal span { font-size:2.5rem; }.product.bottle { width:110px;height:260px;right:18%;bottom:12%; }.product.compact { width:120px;height:120px;right:48%; }.product.tube { width:70px;height:180px; }.section { padding:4rem 1.1rem; }.category-grid,.product-grid,.article-grid { grid-template-columns:1fr 1fr; }.category-card:first-child { grid-column:1/-1; }.category-card { min-height:250px; }.category-card h3 { margin-top:4rem; }.filter-panel,.filter-panel.open { grid-template-columns:1fr 1fr;max-height:600px; }.brand-list { grid-template-columns:1fr 1fr; }.benefit-grid { grid-template-columns:1fr; }.benefit-grid article { border-right:0;border-bottom:1px solid var(--line); }.site-footer { grid-template-columns:1fr 1fr; }.footer-brand { grid-column:1/-1; }.admin-shell { grid-template-columns:1fr; }.admin-sidebar { padding:1rem; }.admin-sidebar nav { grid-template-columns:repeat(3,1fr); }.admin-main { padding:1rem; }.admin-form { grid-template-columns:1fr; }.admin-form .span-2 { grid-column:auto; } }
@media (max-width:480px) { .hero h1 { font-size:3.4rem; }.category-grid,.product-grid,.article-grid { grid-template-columns:1fr; }.category-card:first-child { grid-column:auto; }.filter-panel,.filter-panel.open { grid-template-columns:1fr; }.section-heading { align-items:start; }.section-heading h2 { font-size:2.7rem; }.site-footer { grid-template-columns:1fr; }.admin-sidebar nav { grid-template-columns:1fr 1fr; } }
@media (max-width:760px) { .product-detail-grid,.detail-sections { grid-template-columns:1fr; }.product-facts { grid-template-columns:1fr; }.product-facts div { border-right:0; border-bottom:1px solid var(--line); }.form-row { grid-template-columns:1fr; }.store-dialog { padding:1.2rem; } }
.admin-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin-bottom:1rem; }.admin-stats article { display:grid; padding:1rem; background:var(--paper); }.admin-stats strong { font-family:var(--serif); font-size:2rem; }.admin-stats span { color:var(--muted); text-transform:capitalize; font-size:.7rem; }
@media (max-width:760px) { .admin-stats { grid-template-columns:1fr 1fr; } }
.brand-logo { width:clamp(170px,18vw,255px); height:64px; object-fit:cover; object-position:center; border-radius:3px; }
.hero-brand-logo { position:absolute; z-index:4; top:9%; right:8%; width:min(370px,70%); border-radius:6px; box-shadow:0 18px 45px rgba(20,12,15,.26); }
.footer-logo { width:min(360px,100%); border-radius:5px; }
.admin-brand-logo { width:100%; max-width:215px; border-radius:4px; }
.dialog-tabs { grid-template-columns:repeat(2,1fr); }
.wishlist-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.wishlist-item { display:grid; grid-template-columns:140px 1fr; gap:1rem; padding:1rem; border:1px solid var(--line); background:white; }
.wishlist-item img { width:100%; aspect-ratio:1; object-fit:cover; background:var(--cream); }
.wishlist-item h3 { margin:.35rem 0 .7rem; font-family:var(--serif); font-size:1.45rem; }
.wishlist-item small { color:var(--rose); }
.wishlist-actions { display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1rem; }
.wishlist-empty { display:grid; place-items:center; min-height:280px; font-family:var(--serif); font-size:3rem; text-align:center; }
.wishlist-empty p { max-width:420px; margin:0; color:var(--muted); font-family:var(--sans); font-size:.9rem; }
.detail-actions .button.active { border-color:var(--rose); color:var(--rose); }
@media (max-width:760px) { .brand-logo { width:145px; height:52px; }.hero-brand-logo { width:62%; top:4%; }.admin-brand-logo { max-width:180px; } }

.admin-login-logo { width:min(250px,80%);margin:0 auto 1.5rem;border-radius:6px; }
.login-card > p { color:var(--muted);font-size:.8rem; }.form-message { min-height:1.5em;margin:.65rem 0 0;font-size:.75rem; }.admin-store-link { display:block;margin-top:2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12);color:var(--copper);font-size:.75rem; }
.admin-card-heading { display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem; }.admin-card-heading h2 { margin:0;font-family:var(--serif);font-size:2rem;font-weight:500; }.product-editor { margin-bottom:1.5rem; }.admin-form-actions { display:flex;align-items:center;gap:.7rem;flex-wrap:wrap; }
.admin-image-field { display:grid;grid-template-columns:180px 1fr;gap:1.25rem;align-items:center;padding:1rem;border:1px solid var(--line);background:#f8f3ed; }.admin-image-field > div:last-child { display:grid;gap:.65rem; }.admin-image-field small { color:var(--muted);font-size:.68rem; }.admin-image-preview { display:grid;place-items:center;aspect-ratio:1;border:1px solid var(--line);background:white;overflow:hidden; }.admin-image-preview img { width:100%;height:100%;object-fit:contain; }
.upload-progress { height:4px;overflow:hidden;background:#e2d5ca; }.upload-progress span { display:block;width:45%;height:100%;background:var(--copper);animation:admin-upload 1s ease-in-out infinite alternate; }@keyframes admin-upload { to { transform:translateX(120%); } }
.admin-products-card { margin-top:0; }.admin-search { display:grid;gap:.3rem;color:var(--muted);font-size:.7rem; }.admin-search input { min-width:260px;padding:.65rem;border:1px solid var(--line);background:white; }.admin-product-thumb { width:54px;height:54px;object-fit:contain;border:1px solid var(--line);background:white; }.admin-discount { display:block;color:#9a3949; }.stock-pill { display:inline-flex;padding:.15rem .55rem;border-radius:99px;font-size:.68rem; }.stock-pill.in { color:#27633f;background:#e1f0e7; }.stock-pill.out { color:#913846;background:#f7e3e6; }.table-actions button { padding:.35rem .55rem; }.admin-empty { padding:2rem!important;text-align:center!important;color:var(--muted); }.danger-toast { background:#8b3040!important; }
@media (max-width:760px) { .admin-card-heading { align-items:start;flex-direction:column; }.admin-image-field { grid-template-columns:1fr; }.admin-image-preview { max-width:220px; }.admin-search,.admin-search input { width:100%;min-width:0; } }

/* Helvana admin workspace */
.admin-body { background:#f2ece6; }
.admin-login { position:relative;width:100%;grid-template-columns:minmax(320px,1fr) minmax(360px,500px);gap:clamp(2rem,6vw,6rem);padding:clamp(1.5rem,4vw,4rem);overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(200,154,123,.22),transparent 28%),linear-gradient(135deg,#211719 0%,#38272b 55%,#553b40 100%); }
.admin-login > * { min-width:0; }
.admin-login::before { content:"";position:absolute;width:520px;height:520px;left:-190px;bottom:-270px;border:1px solid rgba(220,177,148,.2);border-radius:50%;box-shadow:0 0 0 70px rgba(220,177,148,.035),0 0 0 140px rgba(220,177,148,.02); }
.admin-login-story { position:relative;z-index:1;max-width:650px;color:#f8eee8; }
.admin-login-monogram { display:grid;place-items:center;width:92px;height:92px;margin-bottom:3rem;border:1px solid rgba(223,181,152,.55);border-radius:50%;color:var(--copper);font-family:var(--serif);font-size:2.1rem;letter-spacing:.08em; }
.admin-login-story h2 { margin:.4rem 0 1.3rem;font-family:var(--serif);font-size:clamp(3.4rem,6.5vw,6.5rem);font-weight:500;line-height:.84; }
.admin-login-story > p:not(.eyebrow) { max-width:520px;color:rgba(255,255,255,.65); }
.admin-login-points { display:flex;gap:1.5rem;margin-top:3rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.7);font-size:.72rem; }
.login-card { position:relative;z-index:1;width:100%;padding:clamp(1.6rem,3vw,2.6rem);border:1px solid rgba(255,255,255,.5);border-radius:22px;background:rgba(251,248,244,.96);box-shadow:0 32px 80px rgba(16,9,11,.3); }
.login-card h1 { margin:.25rem 0 .4rem;font-size:3.1rem;font-weight:500; }.login-card input { min-height:50px;border-radius:8px;outline:none;transition:.2s; }.login-card input:focus { border-color:var(--copper);box-shadow:0 0 0 3px rgba(200,154,123,.16); }.login-card .button { margin-top:.6rem;border-radius:8px; }
.admin-login-logo { width:min(190px,68%);margin:0 0 1.35rem auto; }
.admin-shell { grid-template-columns:272px minmax(0,1fr);background:#f2ece6; }
.admin-sidebar { position:sticky;top:0;height:100vh;padding:2rem 1.2rem;overflow:auto;background:linear-gradient(180deg,#211719,#38282c 68%,#443035);box-shadow:12px 0 40px rgba(31,21,23,.1); }
.admin-sidebar .brand { padding:0 .7rem;margin-bottom:2.2rem; }.admin-sidebar nav { gap:.35rem; }.admin-sidebar nav button { display:flex;align-items:center;gap:.8rem;min-height:48px;padding:.75rem .9rem;border-radius:8px;text-align:right;transition:.18s; }.admin-sidebar nav button span { display:grid;place-items:center;width:24px;color:var(--copper);font-size:.9rem; }.admin-sidebar nav button.active { color:#211719;background:linear-gradient(105deg,#d7ad91,#c49378);box-shadow:0 8px 25px rgba(0,0,0,.15); }
.admin-main { min-width:0;padding:clamp(1.25rem,3vw,3rem); }.admin-top { padding-bottom:1.4rem;border-bottom:1px solid rgba(56,41,44,.1); }.admin-top h1 { font-size:clamp(2.4rem,4vw,4rem);font-weight:500; }.admin-top > div:first-child small { color:var(--rose);font-size:.67rem;letter-spacing:.12em; }
.admin-account { display:flex;align-items:center;gap:.75rem; }.admin-account > span { display:grid;text-align:left;line-height:1.25; }.admin-account b { font-size:.75rem; }.admin-account small { color:var(--muted);font-size:.65rem; }.admin-account i { display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:var(--wine);font-family:var(--serif);font-size:1.35rem;font-style:normal; }
.admin-error-banner { display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid #d9a6ad;border-radius:10px;color:#7c2938;background:#f9e7e9;font-size:.78rem; }.admin-error-banner button { border:0;color:inherit;background:transparent;font-size:1.3rem; }
.admin-stats { grid-template-columns:repeat(4,minmax(130px,1fr));gap:1.1rem;margin:0 0 1.35rem; }.admin-stats article { position:relative;min-height:112px;padding:1.35rem;border:1px solid rgba(56,41,44,.08);border-radius:14px;background:linear-gradient(145deg,#fff,#f8f2ec);box-shadow:0 12px 30px rgba(56,41,44,.055);overflow:hidden; }.admin-stats article::after { content:"";position:absolute;width:70px;height:70px;left:-26px;bottom:-28px;border:1px solid rgba(167,123,114,.2);border-radius:50%; }.admin-stats strong { font-family:var(--serif);font-size:2.5rem;font-weight:500; }.admin-stats span { color:var(--rose);font-size:.7rem; }
.admin-card { border:1px solid rgba(56,41,44,.08);border-radius:16px;background:#fcfaf7;box-shadow:0 14px 36px rgba(44,29,32,.055); }.product-editor { padding:clamp(1.2rem,2.5vw,2rem); }.admin-form { gap:1.15rem; }.admin-form label { color:#66595b;font-size:.72rem;font-weight:600; }.admin-form input,.admin-form select,.admin-form textarea { min-height:47px;border-color:rgba(56,41,44,.16);border-radius:8px;outline:none;transition:.18s; }.admin-form textarea { min-height:110px; }.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus { border-color:var(--copper);box-shadow:0 0 0 3px rgba(200,154,123,.13); }.admin-image-field { border-radius:12px;background:#f6efe8; }.admin-image-preview { border-radius:10px; }.admin-form-actions .button { border-radius:8px; }
.admin-products-card { padding:clamp(1.2rem,2.5vw,2rem); }.admin-search input { border-radius:8px;outline:none; }.admin-table { border-collapse:separate;border-spacing:0; }.admin-table th { padding:.9rem;color:#78696b;background:#f5eee7;font-size:.68rem; }.admin-table th:first-child { border-radius:0 9px 9px 0; }.admin-table th:last-child { border-radius:9px 0 0 9px; }.admin-table td { padding:.85rem .9rem;background:#fcfaf7; }.admin-table tbody tr:hover td { background:#faf4ee; }.table-actions button { border-radius:6px; }
.table-actions .confirm-delete { color:#fff!important;border-color:#8b3040;background:#8b3040;box-shadow:0 4px 12px rgba(139,48,64,.22); }
.admin-sidebar { max-height:100dvh; overflow-y:auto; }
.admin-resource-card { padding:clamp(1.2rem,2.5vw,2rem); }
.resource-form { margin-bottom:1.5rem;padding:1.25rem;border:1px solid rgba(56,41,44,.1);border-radius:12px;background:#f7f0ea; }
.resource-fields { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem; }
.resource-fields label { display:grid;gap:.4rem;color:var(--muted);font-size:.72rem; }
.resource-fields textarea { min-height:100px; }
.resource-fields input,.resource-fields select,.resource-fields textarea { width:100%;padding:.7rem;border:1px solid var(--line);border-radius:8px;background:#fff; }
.resource-fields .admin-check { display:flex;align-items:center;gap:.55rem; }
.resource-fields .admin-check input { width:auto; }
@media (max-width:720px){.resource-fields{grid-template-columns:1fr;}}
@media (max-width:900px) { .admin-login { grid-template-columns:1fr;padding:2rem; }.admin-login-story { display:none; }.login-card { max-width:520px;margin:auto; }.admin-shell { grid-template-columns:220px minmax(0,1fr); }.admin-account > span { display:none; }.admin-stats { grid-template-columns:1fr 1fr; } }
@media (max-width:760px) { .admin-shell { display:block; }.admin-sidebar { position:static;height:auto; }.admin-sidebar nav { grid-template-columns:1fr 1fr; }.admin-sidebar .brand { display:none; }.admin-store-link { margin-top:1rem; }.admin-top { align-items:flex-start; }.admin-account i { display:none; }.admin-account { flex-direction:column;align-items:flex-end; }.admin-main { padding:1rem; }.admin-image-preview { margin:auto; }.admin-login { padding:1rem; }.login-card { padding:1.5rem; }.admin-login-logo { margin-right:auto; }.admin-stats { gap:.7rem; }.admin-stats article { min-height:90px;padding:1rem; } }
@media (max-width:700px) { .wishlist-grid { grid-template-columns:1fr; }.wishlist-item { grid-template-columns:100px 1fr; } }

/* Storefront polish: keep small-screen navigation focused on the core actions. */
@media (max-width:760px) {
  .site-header { padding-inline:.7rem; }
  .header-actions { gap:.1rem; }
  .header-actions #compare-button,.header-actions #wishlist-button { display:none; }
  .header-actions .icon-button,.header-actions .text-button,.menu-toggle { width:34px;height:34px; }
  .benefits.section,.journal.section { padding-block:3.6rem; }
  .search-panel { inset-block-start:102px;max-height:calc(100dvh - 102px);padding:1.2rem; }
  .search-suggestions { grid-template-columns:1fr; }
  .search-result { grid-template-columns:52px minmax(0,1fr); }
  .search-result img { width:52px;height:52px; }
  .search-result b { grid-column:2; }
}

/* Standalone category and journal pages */
.category-card { color:inherit; text-decoration:none; }
.inner-header { grid-template-columns:auto 1fr auto; }
.inner-nav { display:flex; align-items:center; justify-content:center; gap:clamp(1rem,3vw,2.5rem); }
.inner-nav a { color:var(--ink); font-size:.78rem; font-weight:600; }
.page-hero { position:relative; padding:clamp(5rem,10vw,8rem) clamp(1.2rem,8vw,8rem); color:#f8eee7; background:radial-gradient(circle at 78% 20%,rgba(205,156,130,.24),transparent 24%),linear-gradient(125deg,#251c1e,#4a3439 62%,#68484d); overflow:hidden; }
.page-hero::after { content:""; position:absolute; width:430px; height:430px; right:-110px; bottom:-280px; border:1px solid rgba(230,185,154,.22); border-radius:50%; box-shadow:0 0 0 55px rgba(230,185,154,.04),0 0 0 110px rgba(230,185,154,.03); }
.page-hero h1 { position:relative; z-index:1; max-width:960px; margin:.6rem 0 1rem; font-family:var(--serif); font-size:clamp(3.4rem,7vw,6.5rem); font-weight:500; line-height:.95; }
.page-hero > p { position:relative; z-index:1; max-width:650px; color:rgba(255,255,255,.68); }
.breadcrumbs { position:relative; z-index:2; display:flex; flex-wrap:wrap; gap:.45rem; margin-bottom:2.5rem; color:rgba(255,255,255,.52); font-size:.72rem; }
.breadcrumbs a { color:var(--copper); }
.category-catalog { min-height:720px; }
.category-catalog .card-actions { grid-template-columns:minmax(0,1fr) minmax(0,.72fr); }
.category-catalog .compare-action { display:flex; align-items:center; justify-content:center; gap:.35rem; padding:.55rem; font-size:.72rem; }
.category-catalog .compare-action:hover,.category-catalog .compare-action.active { border-color:var(--wine); color:white; background:var(--wine); }
.category-catalog .add-cart:disabled { cursor:not-allowed; opacity:.55; }
.category-compare-tray { position:fixed; z-index:75; inset-inline-start:50%; bottom:1rem; display:flex; align-items:center; gap:1rem; width:min(560px,calc(100% - 2rem)); padding:.75rem .8rem .75rem 1rem; border:1px solid rgba(255,255,255,.18); border-radius:12px; color:white; background:rgba(45,31,34,.96); box-shadow:0 18px 50px rgba(25,15,18,.28); transform:translateX(-50%); backdrop-filter:blur(12px); }
.category-compare-tray[hidden] { display:none; }
.category-compare-tray strong { flex:1; font-size:.78rem; }
.category-compare-tray .button { white-space:nowrap; }
.category-pills { display:flex; gap:.55rem; padding-bottom:1rem; overflow-x:auto; scrollbar-width:thin; }
.category-pills a { flex:0 0 auto; padding:.65rem 1rem; border:1px solid var(--line); border-radius:100px; color:var(--muted); font-size:.72rem; }
.category-pills a:hover,.category-pills a.active { border-color:var(--wine); color:white; background:var(--wine); }
.catalog-toolbar { display:flex; align-items:end; justify-content:space-between; gap:1rem; margin:2rem 0; padding:1rem 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.catalog-toolbar > p { margin:0; color:var(--muted); font-size:.8rem; }
.catalog-controls { display:flex; gap:.8rem; }
.catalog-controls label { display:grid; gap:.3rem; color:var(--muted); font-size:.65rem; }
.catalog-controls select { min-width:170px; padding:.65rem 2rem .65rem .8rem; border:1px solid var(--line); color:var(--ink); background:var(--paper); }
.compact-footer { grid-template-columns:2fr 1fr 1.3fr; }
.page-loading { min-height:60vh; display:grid; place-items:center; color:var(--muted); }
.journal-page-hero { text-align:center; }
.journal-page-hero > p { margin-inline:auto; }
.article-index-grid { grid-template-columns:repeat(3,1fr); }
.article-card .article-image { display:block; }
.article-card .article-image img { position:relative; z-index:1; width:100%; height:100%; object-fit:contain; padding:1rem; filter:drop-shadow(0 18px 24px rgba(0,0,0,.2)); }
.article-copy h3 a { color:inherit; }
.journal-article { background:var(--paper); }
.article-header { padding:clamp(4rem,9vw,8rem) clamp(1.2rem,14vw,14rem) 3rem; color:#f8eee7; background:radial-gradient(circle at 20% 10%,rgba(210,166,143,.2),transparent 30%),linear-gradient(125deg,#251c1e,#52383e); text-align:center; }
.article-header .breadcrumbs { justify-content:center; margin-bottom:3rem; }
.article-header h1 { max-width:1050px; margin:.7rem auto 1.5rem; font-family:var(--serif); font-size:clamp(3rem,6.5vw,6rem); font-weight:500; line-height:1; }
.article-header > p { max-width:720px; margin:0 auto; color:rgba(255,255,255,.7); font-size:1rem; }
.article-meta { display:flex; justify-content:center; gap:1.5rem; margin-top:2rem; color:rgba(255,255,255,.45); font-size:.68rem; }
.article-hero-image { width:min(1050px,88vw); height:min(620px,58vw); margin:-1px auto 0; background:linear-gradient(145deg,#d8b7a3,#5a3b40 68%,#2c2023); overflow:hidden; }
.article-hero-image img { width:100%; height:100%; object-fit:contain; padding:clamp(1rem,5vw,4rem); filter:drop-shadow(0 35px 35px rgba(0,0,0,.28)); }
.article-layout { display:grid; grid-template-columns:minmax(0,760px) 280px; justify-content:center; gap:clamp(2rem,6vw,6rem); padding:clamp(4rem,8vw,8rem) 1.2rem; }
.article-body { font-size:.96rem; line-height:2; }
.article-body .article-lead { color:var(--ink); font-size:1.12rem; }
.article-body h2 { margin:3.5rem 0 1rem; font-family:var(--serif); font-size:2.5rem; line-height:1.1; }
.article-body h3 { margin:2.5rem 0 .7rem; font-size:1.05rem; }
.article-body p,.article-body li { color:var(--muted); }
.article-body ul { padding-inline-start:1.4rem; border-inline-start:3px solid var(--copper); }
.article-body .button { margin-top:2rem; }
.article-aside { align-self:start; position:sticky; top:110px; padding:1.5rem; border:1px solid var(--line); background:#f1e6dc; }
.article-aside > a { display:grid; gap:.35rem; padding:1rem 0; border-bottom:1px solid rgba(62,43,47,.12); }
.article-aside > a:last-child { border-bottom:0; }
.article-aside small { color:var(--rose); }
.article-aside strong { color:var(--ink); font-family:var(--serif); font-size:1.2rem; line-height:1.2; }
@media (max-width:900px) {
  .inner-nav { display:none; }
  .inner-header { grid-template-columns:1fr auto; }
  .article-index-grid { grid-template-columns:repeat(2,1fr); }
  .article-layout { grid-template-columns:1fr; max-width:780px; margin:auto; }
  .article-aside { position:static; }
}
@media (max-width:620px) {
  .page-hero { padding-top:4rem; }
  .catalog-toolbar { align-items:stretch; flex-direction:column; }
  .catalog-controls { display:grid; grid-template-columns:1fr 1fr; }
  .catalog-controls select { min-width:0; width:100%; }
  .article-index-grid { grid-template-columns:1fr; }
  .article-hero-image { width:100%; height:82vw; }
  .compact-footer { grid-template-columns:1fr; }
  .category-catalog .card-actions { grid-template-columns:1fr; }
  .category-compare-tray { gap:.6rem; }
  .category-compare-tray .button { padding:.65rem .8rem; }
}
.campaign-banners { display:grid;gap:1rem;padding:1rem clamp(1.2rem,5vw,5.5rem);background:var(--paper); }
.campaign-banner { position:relative;display:grid;align-content:center;min-height:210px;padding:clamp(1.5rem,5vw,4rem);color:#fff;background:linear-gradient(100deg,rgba(39,25,28,.94),rgba(75,48,55,.72)),var(--banner-image);background-size:cover;background-position:center;overflow:hidden; }
.campaign-banner h2 { max-width:650px;margin:0 0 .5rem;font-size:clamp(2rem,5vw,4.6rem); }
.campaign-banner p { max-width:620px;margin:0 0 1rem;color:rgba(255,255,255,.82); }
.campaign-banner a { width:max-content;color:#2b1c20;background:#ead0bd; }
