@font-face {
  font-family: "Noto Bengali Local";
  src: url("../fonts/noto-sans-bengali.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

@font-face {
  font-family: "Manrope Local";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Local";
  src: url("../fonts/playfair-display-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Italic Local";
  src: url("../fonts/playfair-display-500-i-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Noto Serif Bengali Local";
  src: url("../fonts/noto-serif-bengali.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

:root {
  --paper: #f5f0e5;
  --paper-deep: #ebe3d4;
  --paper-soft: #fbf8f1;
  --ink: #17251e;
  --ink-2: #263b30;
  --ink-soft: #55615a;
  --sage: #6e806f;
  --sage-pale: #cbd2c3;
  --sage-wash: #dfe3d8;
  --terracotta: #bc675d;
  --terracotta-deep: #9c4f46;
  --terracotta-pale: #efd3c9;
  --gold: #c49a52;
  --gold-pale: #e8d5ac;
  --line: #d8d0c2;
  --line-dark: rgba(245, 240, 229, .22);
  --muted: #6f786f;
  --ok: #4d7c5f;
  --warn: #b07a2e;
  --bad: #b05648;
  --serif: "Playfair Local", "Noto Serif Bengali Local", "Iowan Old Style", Georgia, serif;
  --serif-i: "Playfair Italic Local", "Playfair Local", "Noto Serif Bengali Local", Georgia, serif;
  --sans: "Manrope Local", "Noto Bengali Local", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --shadow: 0 30px 70px rgba(23, 37, 30, .14);
  --shadow-sm: 0 12px 30px rgba(23, 37, 30, .1);
  --radius: 22px;
  --ease: cubic-bezier(.22, .8, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
p, h1, h2, h3, h4 { overflow-wrap: break-word; }
::selection { background: var(--sage); color: var(--paper-soft); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; border-radius: 6px; }
.container { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.serif { font-family: var(--serif); }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; padding: 10px 16px; background: var(--ink); color: var(--paper-soft); }
.skip-link:focus { left: 12px; top: 12px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sage);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--terracotta); }
.eyebrow.no-line::before { display: none; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 40px; align-items: end; margin-bottom: 54px; }
.section-heading h2 {
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.02;
}
.section-heading h2 i { color: var(--terracotta); }
.section-heading > p { margin: 0 0 6px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.85; }

.buttons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  padding: 0 22px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.button svg { flex: none; width: 15px; height: 15px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper-soft); }
.button-primary:hover { background: var(--terracotta); box-shadow: 0 14px 30px rgba(156, 79, 70, .28); }
.button-quiet { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-quiet:hover { border-color: var(--terracotta); color: var(--terracotta); }
.button-light { background: var(--paper-soft); color: var(--ink); }
.button-light:hover { background: var(--gold-pale); }
.button-wa { background: #1f7a4d; color: #f6fbf8; }
.button-wa:hover { background: #17643e; box-shadow: 0 14px 30px rgba(23, 100, 62, .3); }
.button-block { width: 100%; }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(245, 240, 229, .88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 208, 194, .7);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-logo {
  width: 48px; height: 48px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
  border: 1px solid rgba(196, 154, 82, .55);
  background: var(--paper-soft);
  box-shadow: 0 0 0 3px rgba(196, 154, 82, .12), var(--shadow-sm);
}
.brand-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.brand-copy { display: grid; align-content: center; line-height: 1.2; min-width: 0; }
.brand-copy strong { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: .1em; color: var(--ink); white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; white-space: nowrap; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  position: relative;
  padding: 12px 0;
  color: var(--ink-2);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-links a::after {
  content: "";
  position: absolute;
  right: 0; bottom: 4px; left: 0;
  height: 1.5px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.header-tools { display: flex; align-items: center; gap: 12px; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 9px 15px;
  background: rgba(255, 255, 255, .35);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--ink-2);
  white-space: nowrap;
  transition: border-color .25s ease, background .25s ease;
}
.lang-switch svg { width: 14px; height: 14px; color: var(--sage); }
.lang-switch:hover { border-color: var(--sage); background: var(--paper-soft); }
.header-order { display: inline-flex; }
.menu-toggle {
  display: none;
  width: 46px; height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, .4);
}
.menu-toggle svg { width: 20px; height: 20px; }

.hero { position: relative; overflow: clip; }
.hero::before {
  content: "";
  position: absolute;
  top: -300px; right: -200px;
  width: 620px; height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223, 227, 216, .9), rgba(223, 227, 216, 0) 68%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(380px, .95fr) minmax(460px, 1.05fr); gap: 34px; align-items: center; min-height: 660px; }
.hero-copy { position: relative; z-index: 2; padding: 80px 26px 70px 0; }
.hero-copy h1 {
  margin: 22px 0 18px;
  font-family: var(--serif);
  font-size: clamp(58px, 6.4vw, 104px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .9;
  color: var(--ink);
}
.hero-copy h1 em { display: block; color: var(--terracotta); }
.hero-copy h1 .hero-line-bn { display: block; margin-top: 20px; color: var(--ink-2); font-family: var(--sans); font-size: clamp(16px, 1.7vw, 22px); font-weight: 600; letter-spacing: 0; line-height: 1.45; }
.hero-copy > p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.9; }
.hero-price-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, .4);
}
.hero-price-chip small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-price-chip b { font-family: var(--serif); font-size: 25px; font-weight: 600; color: var(--ink); }
.hero-price-chip s { color: var(--muted); font-size: 13.5px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-copy p.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 44px; color: var(--ink-soft); font-size: 11.5px; line-height: 1.7; }
.hero-note svg { width: 16px; height: 16px; color: var(--terracotta); flex: none; }
.hero-note b { color: var(--ink-2); font-weight: 700; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 560px; }
.hero-visual::before {
  content: "";
  position: absolute;
  top: 6%; right: 4%;
  width: 72%; aspect-ratio: 1;
  border-radius: 50%;
  background: var(--terracotta-pale);
  opacity: .85;
}
.hero-visual::after {
  content: "";
  position: absolute;
  bottom: 2%; left: -4%;
  width: 44%; aspect-ratio: 1;
  border: 1px solid rgba(23, 37, 30, .2);
  border-radius: 50%;
}
.hero-portrait {
  position: relative;
  z-index: 2;
  width: min(76%, 440px);
  aspect-ratio: 3 / 4;
  border-radius: 230px 230px 26px 26px;
  overflow: hidden;
  background: var(--sage-wash);
  box-shadow: var(--shadow);
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.hero-portrait:hover img { transform: scale(1.045); }
.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 220px 220px 18px 18px;
  pointer-events: none;
}
.hero-badge {
  position: absolute;
  z-index: 3;
  top: 34px; right: -6px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--paper-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
  animation: floaty 5s ease-in-out infinite;
}
.hero-badge svg { width: 15px; height: 15px; color: var(--gold-pale); }
.hero-tagcard {
  position: absolute;
  z-index: 3;
  left: -8px; bottom: 44px;
  display: grid;
  gap: 3px;
  border-radius: 16px;
  padding: 14px 18px;
  background: rgba(251, 248, 241, .94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px);
  animation: floaty 6s ease-in-out infinite reverse;
}
.hero-tagcard small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-tagcard b { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--ink); }
.hero-tagcard span { color: var(--terracotta); font-size: 12.5px; font-weight: 800; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.hero-word {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8px;
  font-family: var(--serif);
  font-size: clamp(64px, 8vw, 120px);
  color: rgba(23, 37, 30, .12);
  letter-spacing: -.05em;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
  user-select: none;
}

.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
  overflow: hidden;
  padding: 15px 0;
}
.marquee-track { display: flex; gap: 46px; width: max-content; animation: marquee 26s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 46px; color: var(--ink-2); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; }
.marquee-track svg { width: 14px; height: 14px; color: var(--terracotta); flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

.trust-rail { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; gap: 14px; align-items: center; padding: 28px 24px; border-right: 1px solid var(--line); min-width: 0; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item > div { min-width: 0; }
.trust-ico {
  flex: none;
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--sage-wash);
  color: var(--ink-2);
  transition: background .3s ease, color .3s ease, transform .3s var(--ease);
}
.trust-item:hover .trust-ico { background: var(--terracotta); color: var(--paper-soft); transform: translateY(-3px) rotate(-4deg); }
.trust-ico svg { width: 21px; height: 21px; }
.trust-item b { display: block; margin: 1px 0 4px; font-size: 13px; font-weight: 800; color: var(--ink); letter-spacing: .01em; }
.trust-item small { color: var(--muted); font-size: 11.5px; line-height: 1.55; }

.section { padding: 100px 0; }
.products-band { background: var(--paper); position: relative; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 40px 28px; }
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s ease, border-color .4s ease;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(188, 103, 93, .5); }
.card-media { position: relative; aspect-ratio: 3 / 3.4; overflow: hidden; background: var(--sage-wash); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.product-card:hover .card-media img { transform: scale(1.07); }
.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 37, 30, .18), transparent 34%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.product-card:hover .card-media::after { opacity: 1; }
.card-badge {
  position: absolute;
  z-index: 2;
  top: 16px; left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  padding: 7px 12px;
  background: var(--terracotta);
  color: #fff8f2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  box-shadow: 0 8px 18px rgba(156, 79, 70, .3);
}
.card-badge svg { width: 12px; height: 12px; }
.card-body { display: flex; flex-direction: column; flex: 1; gap: 9px; padding: 22px 22px 24px; }
.card-tag { color: var(--sage); font-size: 9.5px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.card-name { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -.01em; line-height: 1.2; color: var(--ink); }
.card-desc { margin: 0; color: var(--ink-soft); font-size: 12.5px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-top: auto; padding-top: 8px; }
.card-price { font-family: var(--serif); font-size: 25px; font-weight: 600; color: var(--terracotta-deep); letter-spacing: -.01em; }
.card-old { color: var(--muted); font-size: 13px; text-decoration: line-through; }
.card-save { margin-left: auto; color: var(--ok); font-size: 10.5px; font-weight: 800; white-space: nowrap; }
.card-foot { display: flex; gap: 10px; margin-top: 6px; }
.card-foot .button { flex: 1; min-height: 44px; padding: 0 14px; font-size: 10px; }
.empty-state { text-align: center; padding: 70px 20px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); }
.empty-state svg { width: 44px; height: 44px; margin: 0 auto 14px; color: var(--sage); }
.empty-state p { margin: 0; font-size: 14px; }

.how-band { background: var(--paper-deep); position: relative; overflow: hidden; }
.how-band::before { content: ""; position: absolute; top: -160px; left: -120px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(110, 128, 111, .35); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
  padding: 36px 28px 32px;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.step-num {
  position: absolute;
  top: -22px; right: 8px;
  font-family: var(--serif);
  font-size: 104px;
  color: rgba(188, 103, 93, .13);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.step-ico {
  width: 52px; height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--ink);
  color: var(--gold-pale);
  margin-bottom: 18px;
  transition: background .35s ease, transform .35s var(--ease);
}
.step-card:hover .step-ico { background: var(--terracotta); transform: rotate(-6deg) scale(1.05); color: #fff8f2; }
.step-ico svg { width: 24px; height: 24px; }
.step-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--ink); line-height: 1.25; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }

.cta-band { position: relative; overflow: hidden; background: var(--ink); color: var(--paper-soft); }
.cta-band::before { content: ""; position: absolute; top: -220px; right: -120px; width: 560px; height: 560px; border-radius: 50%; border: 1px solid var(--line-dark); }
.cta-band::after { content: ""; position: absolute; bottom: -260px; left: 30%; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(188, 103, 93, .24), transparent 66%); }
.cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 44px; align-items: center; padding: 88px 0; }
.cta-grid .eyebrow { color: var(--gold-pale); }
.cta-grid .eyebrow::before { background: var(--gold); }
.cta-grid h2 { margin: 18px 0 12px; font-family: var(--serif); font-size: clamp(36px, 4.2vw, 64px); font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
.cta-grid h2 i { color: var(--gold-pale); }
.cta-grid p { margin: 0 0 24px; color: rgba(245, 240, 229, .74); font-size: 14px; line-height: 1.85; }
.cta-aside { display: grid; justify-items: center; text-align: center; gap: 12px; border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 36px 26px; background: rgba(251, 248, 241, .04); }
.cta-aside .eyebrow { color: var(--gold-pale); }
.cta-phone { font-family: var(--serif); font-weight: 600; font-size: clamp(26px, 2.6vw, 36px); letter-spacing: .01em; color: var(--paper-soft); }
.cta-time { margin: 0; color: rgba(245, 240, 229, .66); font-size: 12.5px; line-height: 1.8; }

.site-footer { background: var(--paper-deep); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 44px; padding: 68px 0 44px; }
.footer-brand p { max-width: 320px; margin: 18px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.85; }
.footer-col h4 { margin: 4px 0 18px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-col a, .footer-col li { color: var(--ink-2); font-size: 13.5px; line-height: 1.5; }
.footer-col li { display: flex; align-items: center; gap: 9px; }
.footer-col a { display: inline-flex; align-items: center; gap: 9px; transition: color .25s ease; }
.footer-col li > svg, .footer-col a svg { width: 15px; height: 15px; color: var(--terracotta); flex: none; }
.footer-col a:hover { color: var(--terracotta); }
.footer-col li > span { min-width: 0; }
.footer-bottom { display: flex; align-items: center; justify-content: center; text-align: center; gap: 16px; border-top: 1px solid var(--line); padding: 20px 0 26px; color: var(--muted); font-size: 12px; flex-wrap: wrap; }


.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.animate-up { opacity: 0; animation: heroUp .9s var(--ease) forwards; }
.delay-a { animation-delay: .05s; }
.delay-b { animation-delay: .18s; }
.delay-c { animation-delay: .32s; }
.delay-d { animation-delay: .46s; }
.delay-e { animation-delay: .6s; }

.product-page { padding: 60px 0 110px; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; margin-bottom: 34px; }
.breadcrumb a { display: inline-flex; align-items: center; gap: 7px; color: var(--sage); font-weight: 700; transition: color .25s ease; }
.breadcrumb a:hover { color: var(--terracotta); }
.breadcrumb a svg { width: 13px; height: 13px; }
.breadcrumb span { color: var(--muted); }

.product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 64px; align-items: start; }
.gallery-shell { position: sticky; top: 108px; }
.gallery-main {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 240px 240px 26px 26px;
  overflow: hidden;
  background: var(--sage-wash);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .45s ease, transform .8s var(--ease); }
.gallery-main img.swap { opacity: 0; }
.gallery-main .card-badge { top: 24px; left: 24px; }
.gallery-thumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; padding: 0 6px; }
.thumb {
  width: 74px; height: 88px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  opacity: .7;
  transition: opacity .3s ease, border-color .3s ease, transform .3s var(--ease);
  background: var(--sage-wash);
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb:hover { opacity: 1; transform: translateY(-3px); }
.thumb.on { border-color: var(--terracotta); opacity: 1; }

.product-info h1 { margin: 6px 0 6px; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 500; letter-spacing: -.03em; line-height: 1.04; }
.product-info .p-tag { color: var(--sage); }
.price-block { display: flex; align-items: baseline; flex-wrap: wrap; gap: 14px; margin: 24px 0 6px; }
.price-now { font-family: var(--serif); font-size: clamp(36px, 3.4vw, 48px); font-weight: 600; color: var(--terracotta-deep); }
.price-old { color: var(--muted); font-size: 18px; text-decoration: line-through; }
.price-off {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  padding: 6px 12px;
  background: var(--ok);
  color: #f2faf4;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.price-off svg { width: 13px; height: 13px; }
.save-line { color: var(--ok); font-size: 12.5px; font-weight: 700; margin: 10px 0 0; }
.p-desc { margin: 20px 0 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.95; }
.p-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.p-trust div { display: flex; gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 14px; padding: 12px; background: rgba(255, 255, 255, .35); min-width: 0; }
.p-trust svg { width: 17px; height: 17px; color: var(--sage); flex: none; }
.p-trust small { font-size: 11px; font-weight: 700; color: var(--ink-2); line-height: 1.45; }

.order-card {
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.order-card-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 24px 28px 0; }
.order-card-head h2 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.25; }
.order-card-head .mini-note { color: var(--sage); display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.order-card-head .mini-note svg { width: 14px; height: 14px; }
.order-note { margin: 6px 28px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.form-body { display: grid; gap: 17px; padding: 24px 28px 28px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field label { font-size: 10.5px; font-weight: 800; letter-spacing: .09em; color: var(--ink-2); text-transform: uppercase; }
.field label i { color: var(--terracotta); font-style: normal; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .6);
  padding: 13px 15px;
  font-size: 14.5px;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.field textarea { resize: vertical; min-height: 84px; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--terracotta); background: #fff; box-shadow: 0 0 0 4px rgba(188, 103, 93, .12); }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--bad); }
.select-shell { position: relative; display: block; }
.select-shell select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.select-shell svg { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; pointer-events: none; color: var(--ink-2); opacity: .8; }
.field .error-msg { color: var(--bad); font-size: 11.5px; font-weight: 600; }
.field-hint { color: var(--muted); font-size: 11px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.qty-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 100px; background: rgba(255, 255, 255, .6); overflow: hidden; }
.qty-stepper button { width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink-2); transition: background .25s ease, color .25s ease; }
.qty-stepper button:hover { background: var(--ink); color: var(--paper-soft); }
.qty-stepper button:disabled { opacity: .4; pointer-events: none; }
.qty-stepper svg { width: 15px; height: 15px; }
.qty-stepper input[type="number"] {
  width: 52px;
  min-width: 0;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
.qty-stepper input[type="number"]::-webkit-outer-spin-button,
.qty-stepper input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.total-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px dashed var(--line); padding-top: 18px; }
.total-line span { color: var(--ink-2); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.total-line b { font-family: var(--serif); font-size: 28px; color: var(--terracotta-deep); white-space: nowrap; }
.form-foot-note { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.form-foot-note svg { width: 15px; height: 15px; color: var(--sage); flex: none; }
.inline-alert { display: flex; gap: 10px; align-items: flex-start; border-radius: 13px; padding: 13px 15px; font-size: 12.5px; line-height: 1.7; }
.inline-alert svg { width: 17px; height: 17px; flex: none; margin-top: 1px; }
.inline-alert.err { background: rgba(176, 86, 72, .1); color: #8d453a; border: 1px solid rgba(176, 86, 72, .25); }
.inline-alert.ok { background: rgba(77, 124, 95, .1); color: #35684a; border: 1px solid rgba(77, 124, 95, .28); }

.related { padding: 0 0 100px; }
.related h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.02em; line-height: 1.15; margin: 0 0 38px; }
.related h2 i { color: var(--terracotta); }

.success-page { min-height: calc(100vh - 80px); display: grid; place-items: center; padding: 70px 0; }
.success-card { position: relative; width: min(680px, calc(100% - 32px)); border: 1px solid var(--line); border-radius: 30px; background: var(--paper-soft); box-shadow: var(--shadow); overflow: hidden; text-align: center; }
.success-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--sage), var(--terracotta), var(--gold)); }
.success-top { padding: 56px 40px 0; }
.success-ico { position: relative; width: 100px; height: 100px; margin: 0 auto 24px; }
.success-ico svg { width: 100%; height: 100%; }
.success-ico .ring { fill: none; stroke: var(--sage-wash); stroke-width: 3; }
.success-ico .ring-arc { fill: none; stroke: var(--ok); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 283; stroke-dashoffset: 283; animation: ringDraw .8s var(--ease) forwards; }
.success-ico .tick { fill: none; stroke: var(--ok); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; animation: tickDraw .5s var(--ease) .7s forwards; }
@keyframes ringDraw { to { stroke-dashoffset: 0; } }
@keyframes tickDraw { to { stroke-dashoffset: 0; } }
.success-card h1 { margin: 8px 0 10px; font-family: var(--serif); font-size: clamp(32px, 4vw, 46px); font-weight: 500; letter-spacing: -.02em; line-height: 1.12; }
.success-card h1 em { color: var(--ok); }
.success-card > p { margin: 0 auto; max-width: 460px; color: var(--ink-soft); font-size: 13.5px; line-height: 1.85; }
.success-order-no {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 24px auto 0;
  border: 1px dashed var(--terracotta);
  border-radius: 100px;
  padding: 11px 22px;
  background: rgba(188, 103, 93, .06);
  color: var(--terracotta-deep);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .05em;
  white-space: nowrap;
}
.success-order-no svg { width: 16px; height: 16px; flex: none; }
.summary-list { margin: 34px 30px 0; border-top: 1px solid var(--line); text-align: left; }
.summary-row { display: flex; justify-content: space-between; gap: 18px; padding: 15px 2px; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.summary-row span { color: var(--muted); flex: none; }
.summary-row b { color: var(--ink); font-weight: 700; text-align: right; min-width: 0; overflow-wrap: break-word; }
.summary-row.grand span { color: var(--ink-2); font-weight: 800; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.summary-row.grand b { font-family: var(--serif); font-size: 26px; color: var(--terracotta-deep); }
.success-foot { padding: 32px 40px 42px; display: grid; gap: 12px; justify-items: center; }
.success-tip { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 11.5px; line-height: 1.6; text-align: left; }
.success-tip svg { width: 14px; height: 14px; color: var(--sage); flex: none; }

.site-footer.success-footer { margin-top: 0; }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(23, 37, 30, .55);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.mobile-nav.open { opacity: 1; pointer-events: auto; }
.mobile-nav-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(86vw, 380px);
  background: var(--paper-soft);
  display: flex;
  flex-direction: column;
  padding: 28px 30px;
  transform: translateX(100%);
  transition: transform .45s var(--ease);
  overflow-y: auto;
  box-shadow: -30px 0 80px rgba(23, 37, 30, .25);
}
.mobile-nav.open .mobile-nav-panel { transform: none; }
.mnav-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.mnav-head .brand { gap: 11px; }
.mnav-head .brand-logo { width: 42px; height: 42px; }
.mnav-close { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background .25s ease, transform .25s var(--ease); }
.mnav-close:hover { background: var(--ink); color: var(--paper-soft); transform: rotate(90deg); }
.mnav-close svg { width: 17px; height: 17px; }
.mnav-links { display: grid; gap: 2px; margin-top: 22px; }
.mnav-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 6px;
  border-bottom: 1px solid rgba(216, 208, 194, .75);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink);
  transition: color .25s ease, padding .25s var(--ease);
}
.mnav-links a svg { width: 16px; height: 16px; color: var(--terracotta); flex: none; }
.mnav-links a:hover { color: var(--terracotta); padding-left: 12px; }
.mnav-foot { margin-top: auto; padding-top: 26px; display: grid; gap: 12px; }

.toast-wrap { position: fixed; z-index: 300; top: 96px; left: 50%; transform: translateX(-50%); display: grid; gap: 10px; width: min(420px, calc(100% - 32px)); }
.toast {
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 14px;
  padding: 14px 18px;
  background: var(--ink);
  color: var(--paper-soft);
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow);
  animation: toastIn .5s var(--ease) forwards;
}
.toast svg { width: 18px; height: 18px; flex: none; color: var(--gold-pale); }
.toast.out { animation: toastOut .4s ease forwards; }
.toast.ok { background: #24563c; }
.toast.ok svg { color: #bfe3cb; }
.toast.err { background: #7c352c; }
.toast.err svg { color: #f2c9c2; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: none; } }
@keyframes toastOut { to { opacity: 0; transform: translateY(-12px); } }

.page-404 { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 60px 20px; }
.page-404 h1 { font-family: var(--serif); font-size: clamp(64px, 12vw, 130px); margin: 0; color: var(--terracotta); letter-spacing: -.05em; }
.page-404 p { color: var(--muted); }

:lang(bn) h1, :lang(bn) h2, :lang(bn) h3, :lang(bn) .brand-copy strong { letter-spacing: 0; }
:lang(bn) .hero-copy h1 { line-height: 1.05; }
:lang(bn) .section-heading h2 { line-height: 1.14; }
:lang(bn) .product-info h1 { line-height: 1.2; }
:lang(bn) .success-card h1 { line-height: 1.25; }
:lang(bn) .card-name { line-height: 1.45; }
:lang(bn) .step-card h3 { line-height: 1.4; }
:lang(bn) .cta-grid h2 { line-height: 1.2; }
:lang(bn) .related h2 { line-height: 1.3; }
:lang(bn) .eyebrow { letter-spacing: .05em; }
:lang(bn) .mnav-links a { font-family: var(--sans); font-weight: 700; font-size: 17.5px; line-height: 1.4; }
:lang(bn) .button { letter-spacing: .02em; }
:lang(bn) .footer-col h4 { letter-spacing: .08em; }
:lang(bn) i, :lang(bn) em { font-style: normal; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-copy { padding-right: 10px; }
  .nav-links { gap: 18px; }
  .product-layout { gap: 44px; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 44px; }
  .footer-col h4 { margin-top: 8px; }
}

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 44px; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; padding: 0 0 40px; min-height: 0; }
  .hero-copy { padding: 56px 0 8px; }
  .hero-visual { min-height: 430px; }
  .hero-portrait { width: min(70%, 320px); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-rail { padding: 38px 0 30px; }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(odd) { padding-left: 0; }
  .trust-item:nth-child(even) { border-right: 0; padding-left: 22px; }
  .trust-item:nth-child(n+3) { border-bottom: 0; }
  .trust-item small { min-height: 34px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .steps { grid-template-columns: 1fr; }
  .product-layout { grid-template-columns: 1fr; }
  .gallery-shell { position: static; }
  .cta-grid { grid-template-columns: 1fr; padding: 68px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .menu-toggle { display: grid; }
  .header-order { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1320px); }
  .section { padding: 60px 0; }
  .section-heading { gap: 12px; margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(30px, 9.5vw, 46px); line-height: 1.12; }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand { gap: 10px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { display: none; }
  .lang-switch { padding: 8px 11px; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero-copy { padding: 36px 0 2px; }
  .hero-copy h1 { font-size: clamp(40px, 12.4vw, 66px); margin: 16px 0 12px; line-height: 1; }
  .hero-copy h1 .hero-line-bn { margin-top: 14px; font-size: clamp(14.5px, 4vw, 17px); line-height: 1.6; }
  .hero-copy > p { font-size: 13.5px; line-height: 1.8; }
  .hero-price-chip { margin-top: 20px; padding: 10px 15px; }
  .hero-price-chip b { font-size: 21px; }
  .hero-actions { margin-top: 20px; gap: 10px; }
  .hero-actions .button { min-height: 46px; padding: 0 18px; }
  .hero-copy p.hero-note { margin-top: 34px; font-size: 11px; gap: 9px; }
  .hero-grid { gap: 6px; padding-bottom: 30px; }
  .hero-visual { min-height: 300px; }
  .hero-portrait { width: min(64%, 280px); }
  .hero-badge { top: 14px; right: 0; padding: 8px 13px; }
  .hero-tagcard { left: 0; bottom: 18px; padding: 12px 15px; }
  .hero-tagcard b { font-size: 17px; }
  .marquee { padding: 12px 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-rail { padding: 38px 0 30px; }
  .trust-item { border-right: 0; padding: 12px 0; min-height: 58px; }
  .trust-item:first-child { padding-top: 2px; }
  .trust-item:nth-child(even) { padding-left: 0; }
  .trust-ico { width: 42px; height: 42px; border-radius: 14px; }
  .product-grid { grid-template-columns: 1fr; gap: 34px 0; }
  .product-card { max-width: 540px; width: 100%; margin: 0 auto; border-radius: 20px; }
  .card-body { padding: 18px 20px 20px; gap: 8px; }
  .card-tag { font-size: 9px; }
  .card-name { font-size: 21px; line-height: 1.25; }
  .card-price-row { gap: 8px; padding-top: 6px; }
  .card-price { font-size: 24px; }
  .card-old { font-size: 12.5px; }
  .card-save { font-size: 10px; }
  .card-foot { gap: 10px; margin-top: 8px; }
  .card-foot .button { min-height: 46px; padding: 0 12px; font-size: 10.5px; }
  .card-badge { top: 13px; left: 13px; padding: 7px 12px; font-size: 9.5px; }
  .steps { gap: 16px; }
  .step-card { padding: 26px 22px 24px; }
  .step-ico { width: 46px; height: 46px; border-radius: 14px; margin-bottom: 14px; }
  .step-card h3 { font-size: 19px; }
  .cta-grid { padding: 52px 0; gap: 26px; }
  .cta-grid h2 { margin: 14px 0 10px; font-size: clamp(28px, 8.6vw, 42px); }
  .cta-grid p { margin-bottom: 18px; font-size: 13px; }
  .cta-aside { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; padding: 46px 0 34px; }
  .footer-col h4 { margin: 0 0 13px; }
  .footer-col ul { gap: 9px; }
  .footer-bottom { padding: 16px 0 22px; font-size: 11px; }

  .brand-logo.footer-logo { width: 46px; height: 46px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .p-trust { grid-template-columns: 1fr; gap: 8px; }
  .product-page { padding: 30px 0 70px; }
  .breadcrumb { margin-bottom: 22px; font-size: 11px; }
  .product-layout { gap: 40px; }
  .gallery-main { border-radius: 200px 200px 22px 22px; }
  .gallery-thumbs { gap: 10px; margin-top: 14px; padding: 0 2px; }
  .thumb { width: 64px; height: 78px; border-radius: 15px; }
  .product-info h1 { font-size: clamp(27px, 8.6vw, 38px); }
  .price-block { gap: 11px; margin: 18px 0 4px; }
  .price-now { font-size: clamp(28px, 9vw, 36px); }
  .price-old { font-size: 15px; }
  .p-desc { font-size: 13.5px; margin-top: 16px; }
  .order-card { margin-top: 26px; border-radius: 18px; }
  .order-card-head { padding: 20px 18px 0; }
  .order-card-head h2 { font-size: 21px; }
  .order-note { margin: 6px 18px 0; }
  .form-body { padding: 18px 18px 22px; gap: 15px; }
  .field input, .field textarea, .field select { font-size: 16px; padding: 12px 14px; }
  .qty-stepper button { width: 40px; height: 40px; }
  .qty-stepper output { min-width: 40px; }
  .total-line b { font-size: 24px; }
  .success-page { padding: 40px 0; }
  .success-card { width: min(100% - 24px, 680px); border-radius: 24px; }
  .success-top { padding: 44px 22px 0; }
  .success-ico { width: 84px; height: 84px; margin-bottom: 20px; }
  .success-card h1 { font-size: clamp(26px, 8.4vw, 36px); }
  .success-order-no { margin-top: 20px; padding: 9px 16px; font-size: 12px; max-width: 100%; }
  .summary-list { margin: 28px 16px 0; }
  .summary-row { font-size: 12.5px; gap: 12px; }
  .summary-row.grand b { font-size: 22px; }
  .success-foot { padding: 26px 20px 32px; }
  .success-foot .button { width: 100%; }
  .toast-wrap { top: 84px; }
}

@media (min-width: 621px) and (max-width: 700px) {
  .product-grid { grid-template-columns: 1fr; gap: 34px 0; }
  .product-card { max-width: 560px; width: 100%; margin: 0 auto; border-radius: 20px; }
  .card-body { padding: 18px 20px 20px; gap: 8px; }
  .card-name { font-size: 21px; line-height: 1.25; }
  .card-price { font-size: 24px; }
  .card-foot { gap: 10px; margin-top: 8px; }
  .card-foot .button { min-height: 46px; padding: 0 12px; font-size: 10.5px; }
}

@media (max-width: 380px) {
  .lang-switch span { display: none; }
  .lang-switch { padding: 10px 12px; }
  .hero-copy h1 { font-size: clamp(34px, 12vw, 58px); }
  .hero-actions .button { padding: 0 14px; font-size: 10px; }
  .product-grid { gap: 26px 12px; }
}


.price-now,
.card-price,
.hero-price-chip b,
.hero-tagcard b,
.price-old,
.card-old,
#order-total,
.summary-row b.amnt-num,
.summary-row.grand b {
  font-family: var(--serif);
  font-variant-numeric: lining-nums tabular-nums;
}
#order-total { font-weight: 600; color: var(--ink); }


/* Delivery area + cost summary (order form) */
.delivery-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.del-opt { position: relative; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 14px; padding: 11px 12px; background: var(--paper-soft); cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.del-opt svg { width: 17px; height: 17px; color: var(--sage); flex: none; }
.del-opt .del-txt { min-width: 0; display: grid; gap: 1px; }
.del-opt b { font-size: 12.5px; color: var(--ink); }
.del-opt small { color: var(--muted); font-size: 10.5px; font-weight: 600; }
.del-opt input { position: absolute; opacity: 0; pointer-events: none; }
.del-opt.on { border-color: var(--sage); background: #f0f6ef; box-shadow: 0 0 0 3px rgba(110, 128, 111, .12); }
.cost-box { margin-top: 4px; border: 1px solid var(--line); border-radius: 16px; background: rgba(251, 248, 241, .72); padding: 2px 16px; }
.cost-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed rgba(23, 37, 30, .1); font-size: 12.5px; color: var(--ink-soft); }
.cost-row:last-child { border-bottom: 0; }
.cost-row b { font-weight: 700; color: var(--ink); }
.cost-grand { padding: 12px 0; }
.cost-grand span { font-weight: 800; text-transform: uppercase; font-size: 10.5px; letter-spacing: .08em; color: var(--ink-2); }
.cost-grand b { font-family: var(--serif); font-size: 21px; color: var(--terracotta-deep); }
#cost-del[data-free] { color: var(--sage); font-weight: 800; }
.free-del-note { display: flex; align-items: center; gap: 10px; border: 1px solid rgba(110, 128, 111, .35); background: #f0f5ef; color: #3f5a49; border-radius: 14px; padding: 10px 14px; font-size: 12px; line-height: 1.5; }
.free-del-note svg { width: 18px; height: 18px; flex: none; color: var(--sage); }
.free-del-note b { font-weight: 800; }
@media (max-width: 900px) {
  .delivery-opts { grid-template-columns: 1fr; }
  .cost-row { font-size: 12px; }
  .cost-grand b { font-size: 19px; }
}
