/* ===== Rupanshi Foods ===== */
:root {
  --turmeric: #e0a428;
  --turmeric-dark: #bd8410;
  --turmeric-light: #f2ca70;
  --chilli: #c0392b;
  --chilli-dark: #9d2b1f;
  --chilli-deep: #7d2018;
  --leaf: #4f7942;
  --leaf-dark: #3c5e32;
  --clove: #4a3728;
  --clove2: #5c4636;
  --ink: #2e2418;
  --ink-soft: #6b5c4c;
  --ink-faint: #9d9082;
  --sand: #f7f0e2;
  --sand2: #efe3cd;
  --sand3: #dfceb0;
  --cream: #fdf9f1;
  --white: #ffffff;
  --bg: #fdf9f1;
  --bg-dark: #241b12;
  --card: #ffffff;
  --border: #ece0cb;
  --line: #d8c6a8;
  --shadow: 0 10px 30px rgba(46, 36, 24, 0.10);
  --shadow-lg: 0 22px 54px rgba(46, 36, 24, 0.22);
  --radius: 12px;
  --radius-sm: 7px;
  --maxw: 1180px;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: var(--chilli-dark); text-decoration: none; transition: color .15s; }
a:hover { color: var(--chilli-deep); }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 26px; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.18; color: var(--clove); font-weight: 700; letter-spacing: -0.01em; }
section { scroll-margin-top: 96px; }

/* Utility */
.eyebrow { font-size: 0.76rem; letter-spacing: .22em; text-transform: uppercase; color: var(--turmeric-dark); font-weight: 800; display: inline-block; }
.eyebrow.chilli { color: var(--chilli); }
.eyebrow.light { color: var(--turmeric-light); }

/* Topbar */
.topbar { background: var(--chilli); color: #fff; font-size: 0.84rem; padding: 8px 0; font-weight: 600; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--turmeric-light); font-weight: 800; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(253,249,241,.97); backdrop-filter: blur(10px); border-bottom: 3px solid var(--turmeric); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 16px; }
.brand { font-family: var(--serif); font-weight: 700; font-size: 1.36rem; color: var(--clove); display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand .logo { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(145deg, var(--turmeric), var(--chilli)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; border: 2px solid var(--clove); }
.brand .b-text { line-height: 1.04; }
.brand .b-text b { color: var(--chilli); font-style: italic; }
.brand .b-text small { display: block; font-family: var(--sans); font-size: 0.54rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-faint); font-weight: 800; margin-top: 2px; }
.nav-links { display: flex; gap: 2px; list-style: none; align-items: center; }
.nav-links a { color: var(--ink); font-size: 0.9rem; padding: 9px 13px; font-weight: 700; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 5px; height: 2px; background: var(--chilli); transform: scaleX(0); transition: transform .18s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--chilli); }
.nav-links .cta { background: var(--chilli); color: #fff; border-radius: 40px; padding: 10px 22px; margin-left: 8px; }
.nav-links .cta::after { display: none; }
.nav-links .cta:hover { background: var(--chilli-dark); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; color: var(--clove); font-size: 1.7rem; cursor: pointer; }

/* Buttons */
.btn { font-family: var(--sans); font-size: 0.84rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 13px 30px; border-radius: 40px; border: 2px solid transparent; cursor: pointer; display: inline-block; transition: all .16s; text-align: center; }
.btn-chilli { background: var(--chilli); color: #fff; }
.btn-chilli:hover { background: var(--chilli-dark); color: #fff; transform: translateY(-2px); }
.btn-turmeric { background: var(--turmeric); color: var(--clove); }
.btn-turmeric:hover { background: var(--turmeric-dark); color: #fff; transform: translateY(-2px); }
.btn-leaf { background: var(--leaf); color: #fff; }
.btn-leaf:hover { background: var(--leaf-dark); color: #fff; transform: translateY(-2px); }
.btn-cream { background: #fff; color: var(--chilli-dark); }
.btn-cream:hover { background: var(--sand); color: var(--chilli-deep); transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--clove); border-color: var(--line); }
.btn-line:hover { background: var(--clove); color: #fff; border-color: var(--clove); }
.btn-line-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-line-light:hover { background: #fff; color: var(--clove); }
.btn-lg { font-size: 0.94rem; padding: 16px 38px; }
.btn-sm { font-size: 0.74rem; padding: 9px 18px; }
.btn-block { width: 100%; display: block; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(140deg, var(--sand) 0%, var(--cream) 52%, var(--sand2) 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--turmeric), var(--chilli), var(--leaf), var(--turmeric)); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 44px; padding: 80px 0 88px; }
.hero-text .eyebrow { margin-bottom: 18px; }
.hero-text h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); line-height: 1.05; margin-bottom: 20px; }
.hero-text h1 em { font-style: italic; color: var(--chilli); }
.hero-text .lede { font-size: 1.18rem; color: var(--ink-soft); max-width: 500px; margin-bottom: 30px; }
.hero-text .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-visual .jar { width: min(360px, 82vw); aspect-ratio: 3/4; border-radius: 20px 20px 14px 14px; background: linear-gradient(160deg, #fff 0%, var(--sand2) 40%, var(--sand3) 100%); box-shadow: var(--shadow-lg); border: 6px solid #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.hero-visual .jar::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 22%; background: linear-gradient(180deg, var(--chilli), var(--chilli-dark)); }
.hero-visual .jar .emo { font-size: 6.5rem; margin-top: 18%; }
.hero-visual .jar .lbl { font-family: var(--serif); font-style: italic; color: var(--clove); font-size: 1.15rem; margin-top: 10px; }
.hero-visual .chip { position: absolute; background: #fff; border-radius: 40px; padding: 10px 20px; box-shadow: var(--shadow); font-weight: 800; font-size: 0.8rem; display: flex; align-items: center; gap: 8px; }
.hero-visual .chip.c1 { top: 6%; left: -4%; color: var(--chilli); }
.hero-visual .chip.c2 { bottom: 18%; right: -5%; color: var(--leaf-dark); }
.hero-visual .chip.c3 { bottom: 2%; left: 6%; color: var(--turmeric-dark); }

/* Marquee */
.strip { background: var(--clove); color: var(--sand2); padding: 13px 0; overflow: hidden; white-space: nowrap; }
.strip .track { display: inline-block; animation: marquee 30s linear infinite; }
.strip .track span { margin: 0 24px; font-family: var(--serif); font-style: italic; font-size: 1.08rem; }
.strip .track span.dot { color: var(--turmeric); font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Trustbar */
.trustbar { background: var(--clove); color: #fff; }
.trustbar .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustbar .t { display: flex; align-items: center; gap: 12px; padding: 20px 18px; border-right: 1px solid rgba(255,255,255,.09); }
.trustbar .t:last-child { border-right: 0; }
.trustbar .t .ico { font-size: 1.5rem; }
.trustbar .t h4 { font-size: 0.94rem; color: #fff; margin-bottom: 1px; }
.trustbar .t p { font-size: 0.8rem; color: #bfae99; }
.trustbar .t p .fill { background: rgba(224,164,40,.2); border-bottom: 1px dashed var(--turmeric-light); border-radius: 3px; padding: 0 5px; color: #fff; }

/* Page head */
.page-head { background: linear-gradient(140deg, var(--sand), var(--cream)); border-bottom: 1px solid var(--border); padding: 56px 0 46px; position: relative; }
.page-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--turmeric), var(--chilli), var(--leaf)); }
.page-head .breadcrumb { font-size: 0.8rem; letter-spacing: .04em; color: var(--ink-faint); margin-bottom: 12px; font-weight: 700; }
.page-head .breadcrumb a { color: var(--chilli-dark); }
.page-head h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); max-width: 880px; }
.page-head h1 em { font-style: italic; color: var(--chilli); }
.page-head .sub { margin-top: 14px; font-size: 1.1rem; color: var(--ink-soft); max-width: 640px; }

/* Sections */
section.block { padding: 76px 0; }
section.block.sand { background: var(--sand); }
section.block.sand2 { background: var(--sand2); }
section.block.dark { background: var(--bg-dark); color: #bfae99; }
section.block.clove { background: var(--clove); color: #bfae99; }
.block.dark h1, .block.dark h2, .block.dark h3, .block.clove h1, .block.clove h2, .block.clove h3 { color: #fff; }
.block.dark .eyebrow, .block.clove .eyebrow { color: var(--turmeric-light); }

/* Section head */
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.sec-head .eyebrow { margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(2rem, 4.4vw, 3rem); }
.sec-head h2 em { font-style: italic; color: var(--chilli); }
.sec-head p { color: var(--ink-soft); font-size: 1.04rem; margin-top: 12px; }
.block.dark .sec-head p, .block.clove .sec-head p { color: #bfae99; }
.block.dark .sec-head h2 em, .block.clove .sec-head h2 em { color: var(--turmeric-light); }
.sec-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; border-bottom: 2px solid var(--line); padding-bottom: 14px; flex-wrap: wrap; gap: 12px; }
.sec-bar h2 { font-size: 1.7rem; }
.sec-bar h2 em { font-style: italic; color: var(--chilli); }
.sec-bar .count { font-size: 0.88rem; color: var(--ink-soft); font-weight: 700; }

/* Grids */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Product cards */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.prod-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .16s, box-shadow .16s, border-color .16s; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--turmeric); }
.prod-card .p-img { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 3.6rem; position: relative; }
.prod-card .p-img.i1 { background: linear-gradient(150deg, #f7e3b8, #e0a428); }
.prod-card .p-img.i2 { background: linear-gradient(150deg, #f3cdc7, #c0392b); }
.prod-card .p-img.i3 { background: linear-gradient(150deg, #d9e6d3, #4f7942); }
.prod-card .p-img.i4 { background: linear-gradient(150deg, #ecdcc6, #8a6a45); }
.prod-card .p-tag { position: absolute; top: 12px; left: 12px; background: var(--chilli); color: #fff; font-size: 0.64rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 800; padding: 4px 11px; border-radius: 40px; }
.prod-card .p-tag.leaf { background: var(--leaf); }
.prod-card .p-tag.turmeric { background: var(--turmeric-dark); }
.prod-card .p-sale { position: absolute; top: 12px; right: 12px; background: var(--clove); color: var(--turmeric-light); font-size: 0.64rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 800; padding: 4px 11px; border-radius: 40px; }
.prod-card .body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.prod-card .p-cat { font-size: 0.7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); font-weight: 800; margin-bottom: 5px; }
.prod-card h3 { font-size: 1.06rem; margin-bottom: 8px; line-height: 1.32; }
.prod-card h3 a { color: var(--clove); }
.prod-card h3 a:hover { color: var(--chilli); }
.prod-card .p-price { font-size: 1.16rem; font-weight: 800; color: var(--chilli); margin-top: auto; margin-bottom: 12px; font-family: var(--serif); }
.prod-card .p-price .fill { background: var(--sand2); border-bottom: 1px dashed var(--chilli); border-radius: 3px; padding: 0 6px; }
.prod-card .p-price .was { color: var(--ink-faint); text-decoration: line-through; font-size: 0.9rem; margin-right: 6px; font-weight: 400; }
.prod-card .p-foot { margin-top: auto; }

/* Product detail */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.pdp .p-gallery .main { aspect-ratio: 1; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 8rem; box-shadow: var(--shadow); margin-bottom: 14px; }
.pdp .p-gallery .thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pdp .p-gallery .thumb { aspect-ratio: 1; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; background: var(--sand2); border: 1px solid var(--border); cursor: pointer; transition: border-color .15s; }
.pdp .p-gallery .thumb:hover { border-color: var(--turmeric); }
.pdp-info .p-cat { font-size: 0.76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--turmeric-dark); font-weight: 800; margin-bottom: 8px; }
.pdp-info h1 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 12px; }
.pdp-info .p-price { font-family: var(--serif); font-size: 2rem; font-weight: 800; color: var(--chilli); margin-bottom: 6px; }
.pdp-info .p-price .fill { background: var(--sand2); border-bottom: 1px dashed var(--chilli); border-radius: 4px; padding: 0 8px; }
.pdp-info .p-price .was { color: var(--ink-faint); text-decoration: line-through; font-size: 1.3rem; margin-right: 10px; font-weight: 400; }
.pdp-info .p-stock { font-size: 0.88rem; color: var(--leaf-dark); font-weight: 700; margin-bottom: 20px; }
.pdp-info .p-desc { color: var(--ink-soft); margin-bottom: 22px; }
.pdp-info .p-desc .fill { background: var(--sand2); border-bottom: 1px dashed var(--turmeric); border-radius: 3px; padding: 0 5px; color: var(--ink); font-weight: 600; }
.opt-group { margin-bottom: 18px; }
.opt-group label { display: block; font-size: 0.74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); font-weight: 800; margin-bottom: 8px; }
.opt-group select, .opt-group input { width: 100%; max-width: 240px; padding: 12px 15px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--cream); font-family: var(--sans); font-size: 1rem; color: var(--ink); outline: none; }
.opt-group select:focus, .opt-group input:focus { border-color: var(--turmeric); }
.qty-row { display: flex; gap: 12px; align-items: flex-end; margin-bottom: 22px; flex-wrap: wrap; }
.qty-row .opt-group { margin-bottom: 0; }
.qty-row .opt-group input { max-width: 110px; }
.pdp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.meta-list { list-style: none; font-size: 0.88rem; color: var(--ink-soft); border-top: 1px solid var(--border); padding-top: 16px; }
.meta-list li { margin-bottom: 6px; }
.meta-list li b { color: var(--clove); }
.meta-list a { font-weight: 600; }

/* Spec table */
.spec-table { width: 100%; border-collapse: collapse; margin: 8px 0 18px; }
.spec-table td { padding: 12px 15px; border: 1px solid var(--line); font-size: 0.94rem; }
.spec-table td:first-child { background: var(--sand); font-weight: 800; width: 38%; font-size: 0.8rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-soft); }
.spec-table td .fill { background: var(--sand2); border-bottom: 1px dashed var(--turmeric); border-radius: 2px; padding: 0 5px; }

/* Tabs */
.tabs { display: flex; gap: 4px; border-bottom: 2px solid var(--border); margin-bottom: 24px; flex-wrap: wrap; }
.tab-btn { background: none; border: 0; padding: 12px 22px; font-family: var(--sans); font-size: 0.9rem; font-weight: 800; color: var(--ink-faint); cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .15s; }
.tab-btn:hover { color: var(--clove); }
.tab-btn.active { color: var(--chilli); border-bottom-color: var(--chilli); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* Notes */
.food-note { background: #fdf3e3; border: 1px solid #f0dcb4; border-radius: var(--radius-sm); padding: 17px 22px; margin: 22px 0; font-size: 0.9rem; color: #7a5a15; line-height: 1.7; }
.food-note strong { color: #5e440a; }
.safety-note { background: #fbeceb; border: 1px solid #f2cdc9; border-radius: var(--radius-sm); padding: 17px 22px; margin: 22px 0; font-size: 0.9rem; color: #8a3228; line-height: 1.7; }
.safety-note strong { color: #6c241c; }

/* Filter bar */
.filter-bar { display: flex; gap: 8px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.filter-btn { background: var(--card); border: 1px solid var(--border); border-radius: 40px; padding: 9px 22px; font-size: 0.83rem; font-weight: 800; color: var(--ink-soft); cursor: pointer; transition: all .15s; }
.filter-btn:hover { border-color: var(--chilli); color: var(--clove); }
.filter-btn.active { background: var(--chilli); border-color: var(--chilli); color: #fff; }

/* Category chips */
.cat-chips { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 34px; }
.cat-chip { background: var(--card); border: 1px solid var(--border); border-radius: 40px; padding: 9px 20px; font-size: 0.84rem; font-weight: 700; color: var(--clove); box-shadow: var(--shadow); transition: all .15s; }
.cat-chip:hover { border-color: var(--turmeric); color: var(--chilli); transform: translateY(-2px); }
.cat-chip.active { background: var(--clove); color: #fff; border-color: var(--clove); }

/* Feature icons */
.feat-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat-ico { text-align: center; }
.feat-ico .ico { width: 76px; height: 76px; margin: 0 auto 14px; border-radius: 50%; background: var(--card); display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: var(--shadow); }
.block.dark .feat-ico .ico, .block.clove .feat-ico .ico { background: var(--clove2); }
.feat-ico h3 { font-size: 1.1rem; margin-bottom: 6px; }
.feat-ico p { color: var(--ink-soft); font-size: 0.9rem; }
.block.dark .feat-ico p, .block.clove .feat-ico p { color: #bfae99; }

/* Feature split */
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feat .f-visual { border-radius: var(--radius); min-height: 400px; display: flex; align-items: center; justify-content: center; font-size: 7.5rem; box-shadow: var(--shadow); background: linear-gradient(150deg, var(--sand2), var(--sand3)); color: var(--chilli-dark); }
.feat .f-visual.chilli { background: linear-gradient(150deg, var(--turmeric), var(--chilli)); color: #fff; }
.feat.flip .f-visual { order: 2; }
.feat h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); margin-bottom: 16px; }
.feat h2 em { font-style: italic; color: var(--chilli); }
.feat p { color: var(--ink-soft); margin-bottom: 16px; }
.feat .lede { font-family: var(--serif); font-style: italic; font-size: 1.28rem; color: var(--clove); line-height: 1.5; margin-bottom: 16px; }
.feat .fill { background: var(--sand2); border-bottom: 1px dashed var(--turmeric); border-radius: 3px; padding: 0 5px; color: var(--ink); font-weight: 600; }
.dot-list { list-style: none; margin: 8px 0 22px; }
.dot-list li { padding-left: 30px; position: relative; margin-bottom: 11px; color: var(--ink-soft); }
.dot-list li::before { content: "\1F33F"; position: absolute; left: 0; top: 0; font-size: 0.9rem; }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border-top: 3px solid var(--turmeric); }
.review .stars { color: var(--turmeric-dark); margin-bottom: 12px; letter-spacing: 2px; }
.review p { color: var(--ink-soft); font-style: italic; font-family: var(--serif); font-size: 1.02rem; margin-bottom: 14px; }
.review .who { font-weight: 800; font-size: 0.9rem; color: var(--clove); }
.review .r-meta { font-size: 0.78rem; color: var(--ink-faint); font-weight: 400; font-style: normal; margin-top: 2px; }
.review .r-meta .fill { background: var(--sand2); border-bottom: 1px dashed var(--turmeric); border-radius: 3px; padding: 0 5px; }

/* Forms */
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 40px; }
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.contact-split .c-info { background: var(--clove); color: #bfae99; padding: 50px 44px; }
.contact-split .c-info h2 { color: #fff; font-size: 1.9rem; margin-bottom: 14px; }
.contact-split .c-info h2 em { font-style: italic; color: var(--turmeric-light); }
.contact-split .c-info p { color: #bfae99; margin-bottom: 24px; }
.info-row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.info-row .ico { font-size: 1.05rem; width: 44px; height: 44px; flex-shrink: 0; background: rgba(224,164,40,.16); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.info-row .k { font-size: 0.74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--turmeric-light); font-weight: 800; }
.info-row .v { color: #fff; font-size: 1rem; }
.info-row .v .fill { background: rgba(224,164,40,.18); border-bottom: 1px dashed var(--turmeric-light); border-radius: 3px; padding: 0 6px; }
.contact-split .c-form { background: var(--card); padding: 50px 44px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 0.74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); font-weight: 800; margin-bottom: 8px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--cream); font-family: var(--sans); font-size: 1rem; color: var(--ink); outline: none;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--turmeric); }
.form-note { font-size: 0.8rem; color: var(--ink-faint); margin-top: 10px; }
.form-msg { padding: 14px 18px; border-radius: var(--radius-sm); margin-top: 16px; display: none; background: var(--sand2); color: var(--chilli-deep); border: 1px solid var(--chilli); font-size: 0.94rem; }
.form-msg.ok { display: block; }

/* Prose */
.prose { font-size: 1.04rem; line-height: 1.85; }
.prose p { color: #4d4234; margin-bottom: 16px; }
.prose h2 { font-size: 1.75rem; margin: 30px 0 12px; }
.prose h2 em { font-style: italic; color: var(--chilli); }
.prose h3 { font-size: 1.24rem; margin: 24px 0 10px; color: var(--chilli-dark); }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 16px; color: #4d4234; }
.prose li { margin-bottom: 8px; }
.prose .fill { background: var(--sand2); border-bottom: 1px dashed var(--turmeric); padding: 0 5px; border-radius: 2px; font-weight: 600; }
.prose .note { background: var(--sand); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 20px; margin: 22px 0; font-size: 0.95rem; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li { padding-left: 32px; position: relative; margin-bottom: 11px; color: #4d4234; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; background: var(--leaf); color: #fff; border-radius: 50%; font-size: 0.76rem; display: flex; align-items: center; justify-content: center; font-weight: 800; }

/* CTA band */
.cta-band { padding: 80px 0; text-align: center; background: linear-gradient(140deg, var(--chilli), var(--chilli-deep)); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: "\1F336\FE0F"; position: absolute; font-size: 13rem; opacity: .12; top: -8px; left: 5%; }
.cta-band::after { content: "\1F96D"; position: absolute; font-size: 10rem; opacity: .12; bottom: -12px; right: 6%; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 4.6vw, 3rem); margin-bottom: 14px; }
.cta-band p { max-width: 540px; margin: 0 auto 28px; opacity: .96; font-size: 1.08rem; }

/* Footer */
.site-footer { background: var(--bg-dark); color: #a3937f; padding: 58px 0 26px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid #3b2e21; }
.footer-brand .fb-name { font-family: var(--serif); font-size: 1.4rem; color: #fff; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.footer-brand .fb-name .logo { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(145deg, var(--turmeric), var(--chilli)); }
.footer-brand p { font-size: 0.9rem; max-width: 300px; }
.footer-col h4 { color: #fff; font-size: 0.84rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 15px; font-weight: 800; font-family: var(--sans); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #a3937f; font-size: 0.9rem; }
.footer-col a:hover { color: var(--turmeric-light); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.82rem; color: #7a6b58; }
.footer-bottom a { color: #a3937f; }
.footer-legal { font-size: 0.78rem; color: #7a6b58; margin-top: 12px; line-height: 1.6; max-width: 780px; }

/* Responsive */
@media (max-width: 1000px) {
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .trustbar .container { grid-template-columns: repeat(2, 1fr); }
  .trustbar .t:nth-child(2) { border-right: 0; }
  .trustbar .t:nth-child(1), .trustbar .t:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.09); }
}
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; padding: 54px 0 64px; }
  .hero-text .lede { margin-left: auto; margin-right: auto; }
  .hero-text .cta-row { justify-content: center; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .feat-icons { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .pdp { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 740px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .feat, .feat.flip { grid-template-columns: 1fr; gap: 32px; }
  .feat .f-visual, .feat.flip .f-visual { order: 0; min-height: 230px; font-size: 4.5rem; }
  .contact-split { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; background: var(--cream); border-bottom: 1px solid var(--border); padding: 14px 26px; gap: 2px; display: none; align-items: stretch; }
  .nav-links.show { display: flex; }
  .nav-links a { width: 100%; padding: 12px 0; }
  .nav-links .cta { text-align: center; margin-left: 0; margin-top: 8px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 470px) {
  .prod-grid, .grid-4, .feat-icons { grid-template-columns: 1fr; }
  .trustbar .container { grid-template-columns: 1fr; }
  .trustbar .t { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .footer-top { grid-template-columns: 1fr; }
  .contact-split .c-info, .contact-split .c-form { padding: 34px 24px; }
  .form-card { padding: 26px 20px; }
}
