/*
 * Al Insaf Mart Premium Saffron Homepage
 * Isolated full-page stylesheet loaded only for the generated homepage.
 */

:root {
  --wine: #5a020b;
  --wine-deep: #390006;
  --wine-soft: #730d17;
  --gold: #d7a233;
  --gold-bright: #efc75f;
  --cream: #fbf7ef;
  --paper: #fffdfa;
  --ink: #431017;
  --muted: #7d6a64;
  --line: #eadfce;
  --shadow: 0 15px 45px rgb(80 31 17 / 10%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans Bengali", "Hind Siliguri", Arial, Helvetica, sans-serif;
}

.aim-home-root {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.aim-home-root .toast[hidden],
.aim-home-root .drawer-backdrop[hidden],
.aim-home-root .cart-drawer[hidden],
.aim-home-root [hidden] {
  display: none !important;
}

body.aim-cart-open {
  overflow: hidden;
}

.aim-home-root :focus-visible {
  outline: 3px solid #d7a83f;
  outline-offset: 3px;
}

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1160px, calc(100% - 44px));
  margin-inline: auto;
}

.top-strip {
  min-height: 38px;
  display: flex;
  align-items: center;
  color: #fff4da;
  background: linear-gradient(90deg, #65020d, #4b0007 60%, #670713);
  font-size: 12px;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  white-space: nowrap;
}

.top-strip a:hover {
  color: var(--gold-bright);
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 82px;
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid #eee3d8;
  box-shadow: 0 4px 20px rgb(74 10 11 / 5%);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: .06em;
  color: #541018;
}

.brand small {
  margin-top: 3px;
  color: #9b6f23;
  font-size: 8px;
  letter-spacing: .21em;
}

.crocus {
  position: relative;
  width: 46px;
  height: 42px;
  display: inline-block;
}

.crocus i {
  position: absolute;
  left: 17px;
  top: 3px;
  width: 15px;
  height: 32px;
  border-radius: 100% 4% 100% 8%;
  background: linear-gradient(145deg, #ad36cf, #5e168f);
  transform-origin: 50% 90%;
}

.crocus i:nth-child(1) { transform: rotate(-42deg); }
.crocus i:nth-child(2) { transform: rotate(-14deg); }
.crocus i:nth-child(3) { transform: rotate(17deg); }
.crocus i:nth-child(4) {
  transform: rotate(47deg);
  background: linear-gradient(145deg, #e1a726, #f1d36a);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 13px;
  color: #4f2425;
}

.nav-links a {
  position: relative;
  padding-block: 12px;
}

.nav-links a::after {
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  bottom: 4px;
  height: 1px;
  background: var(--gold);
  transition: .25s ease;
}

.nav-links a:hover::after {
  left: 0;
  right: 0;
}

.nav-actions {
  display: flex;
  gap: 8px;
}

.icon-button {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--wine);
  font-size: 23px;
  cursor: pointer;
}

.cart-button b {
  position: absolute;
  top: 0;
  right: -1px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border-radius: 20px;
  color: #fff;
  background: var(--gold);
  font: 700 10px Arial, sans-serif;
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 550px;
  display: grid;
  grid-template-columns: 53.5% 46.5%;
  overflow: hidden;
  background: var(--wine-deep);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 58px 0 55px;
  background:
    radial-gradient(circle at 20% 30%, rgb(179 24 34 / 18%), transparent 44%),
    linear-gradient(110deg, #5c040d, #3f0005);
}

.hero-copy::after {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, transparent 0 3px, rgb(255 255 255 / 1.2%) 3px 4px);
  mix-blend-mode: soft-light;
}

.hero-copy-inner {
  width: min(630px, calc(100% - 60px));
  margin-right: 55px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-bright);
  font: 700 13px Arial, sans-serif;
  letter-spacing: .08em;
}

.hero h1 {
  margin: 0;
  max-width: 620px;
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.15vw, 66px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -.02em;
}

.ornament {
  position: relative;
  width: 430px;
  height: 25px;
  margin: 20px 0 15px;
  color: var(--gold);
  text-align: center;
  font-size: 13px;
}

.ornament::before,
.ornament::after {
  position: absolute;
  content: "";
  top: 12px;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.ornament::before { left: 0; }
.ornament::after {
  right: 0;
  transform: rotate(180deg);
}

.hero-lead {
  max-width: 585px;
  margin: 0;
  color: #fff2e7;
  font-size: 16px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  gap: 17px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: #4a070b;
  background: linear-gradient(120deg, #e4b43d, #f4d472);
  box-shadow: 0 9px 24px rgb(235 184 63 / 22%);
}

.button-outline {
  border-color: #b98b46;
  color: #f6dca3;
  background: rgb(255 255 255 / 3%);
}

.button-outline:hover {
  background: rgb(255 255 255 / 8%);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px 18px;
  margin-top: 30px;
  color: #f7e6d0;
  font-size: 11px;
}

.hero-media {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background: #6c121a;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-media::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgb(58 0 7 / 25%), transparent 20% 75%, rgb(52 0 6 / 10%));
  pointer-events: none;
}

.hero-seal {
  position: absolute;
  z-index: 2;
  right: 10%;
  bottom: 17%;
  width: 218px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 6px double #c99b3b;
  border-radius: 50%;
  color: #f7ddb1;
  background: radial-gradient(circle, #680814 0 55%, #360005 56% 100%);
  box-shadow: 0 15px 30px rgb(22 0 0 / 35%), inset 0 0 0 5px #7a4118;
  transform: rotate(-4deg);
}

.hero-seal::before {
  position: absolute;
  content: "";
  inset: 8px;
  border: 1px dotted #d2a044;
  border-radius: inherit;
}

.seal-flower {
  color: #c75bea;
  font-size: 35px;
  line-height: 1;
}

.hero-seal strong {
  margin-top: 8px;
  font: italic 700 21px Georgia, serif;
}

.hero-seal small {
  margin-top: 6px;
  color: #d9a842;
  font: 700 10px Arial, sans-serif;
  letter-spacing: .12em;
}

.hero-seal em {
  margin-top: 12px;
  padding: 3px 8px;
  border: 1px solid #a26e2d;
  font: normal 700 7px Arial, sans-serif;
}

.trust-bar {
  border-bottom: 1px solid var(--line);
  background: #fffdf8;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 26px;
}

.trust-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}

.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.trust-icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 2px solid #a87522;
  border-radius: 50%;
  color: #9d6a1f;
  font: 700 22px Georgia, serif;
}

.trust-grid h2 {
  margin: 0 0 3px;
  color: #3c181a;
  font-size: 15px;
}

.trust-grid p {
  margin: 0;
  color: #6e5650;
  font-size: 12px;
}

.section {
  padding: 62px 0 70px;
}

.section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.section-heading p {
  margin: 0 0 6px;
  color: #a87829;
  font: 700 11px Arial, sans-serif;
  letter-spacing: .08em;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 39px);
  font-weight: 500;
  color: #4f0a12;
}

.section-heading span {
  display: block;
  margin-top: 6px;
  color: #c79438;
}

.products {
  background:
    radial-gradient(circle at 5% 30%, rgb(202 167 91 / 8%), transparent 27%),
    #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  position: relative;
  padding: 15px 18px 16px;
  border: 1px solid #ecdfcf;
  border-radius: 12px;
  background: #fffdfa;
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 55px rgb(73 16 12 / 16%);
}

.discount {
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 14px;
  min-width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  padding: 0 8px;
  border-radius: 50%;
  color: #5e2208;
  background: #e8bd58;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card:nth-child(2) .discount {
  width: auto;
  border-radius: 20px;
}

.product-visual {
  position: relative;
  width: 82%;
  aspect-ratio: 1.22;
  margin: 0 auto 6px;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-label {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 48%;
  color: #f5d892;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-shadow: 0 1px 2px #260002;
}

.product-label b,
.product-label small {
  display: block;
  font-family: Georgia, serif;
}

.product-label b {
  font-size: clamp(7px, .75vw, 11px);
}

.product-label small {
  margin-top: 4px;
  color: #d5a83e;
  font-size: clamp(4px, .42vw, 6px);
  letter-spacing: .08em;
}

.product-card h3 {
  margin: 2px 0 6px;
  font-size: 21px;
}

.price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 14px;
}

.price del {
  color: #9b8a7f;
  font-size: 15px;
}

.price strong {
  color: #66101a;
  font-size: 20px;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.product-actions a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  min-height: 42px;
  border: 0;
  border-radius: 5px;
  color: #fff8e9;
  background: linear-gradient(90deg, #4d0007, #680a13, #4d0007);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.product-actions a:hover {
  background: #780d17;
}

.product-actions .woo-checkout-action {
  color: #4d0007;
  background: #e8bd58;
}

.product-actions .woo-checkout-action:hover {
  background: #f0ca70;
}

.product-actions .whatsapp-order-action {
  grid-column: 1 / -1;
  background: #168b48;
}

.product-actions .whatsapp-order-action:hover {
  background: #10733b;
}

.view-all {
  width: max-content;
  min-height: 40px;
  margin: 24px auto 0;
  padding: 9px 27px;
  color: #fff7e6;
  background: var(--wine);
}

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 25px;
  padding: 13px 22px;
  border-radius: 40px;
  color: #fff;
  background: #411018;
  box-shadow: 0 14px 40px rgb(0 0 0 / 24%);
  transform: translateX(-50%);
  animation: toast-in .25s ease;
}

@keyframes toast-in {
  from { opacity: 0; transform: translate(-50%, 14px); }
}

.drawer-backdrop {
  position: fixed;
  z-index: 89;
  inset: 0;
  border: 0;
  background: rgb(30 0 4 / 55%);
  backdrop-filter: blur(3px);
}

.cart-drawer {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  width: min(430px, 92vw);
  height: 100dvh;
  padding: 28px;
  overflow-y: auto;
  background: #fffdf8;
  box-shadow: -20px 0 55px rgb(35 0 4 / 25%);
  animation: drawer-in .28s ease;
}

@keyframes drawer-in {
  from { transform: translateX(100%); }
}

.drawer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.drawer-title p {
  margin: 0;
  color: #a6792f;
  font: 700 10px Arial, sans-serif;
  letter-spacing: .12em;
}

.drawer-title h2 {
  margin: 3px 0 0;
  font: 500 30px Georgia, serif;
}

.drawer-title button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--wine);
  font-size: 28px;
  cursor: pointer;
}

.empty-cart {
  display: grid;
  place-items: center;
  padding: 90px 0;
  text-align: center;
}

.empty-cart span {
  color: #bd8d36;
  font-size: 58px;
}

.empty-cart button {
  padding: 10px 25px;
  border: 0;
  border-radius: 4px;
  color: white;
  background: var(--wine);
  cursor: pointer;
}

.cart-lines {
  display: grid;
  gap: 18px;
  padding: 22px 0;
}

.cart-line {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: center;
}

.cart-line img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.cart-line h3 {
  margin: 0;
  font-size: 16px;
}

.cart-line p {
  margin: 4px 0 8px;
  color: #8a601b;
  font-weight: 700;
}

.quantity {
  width: max-content;
  display: flex;
  border: 1px solid #d8cab9;
  border-radius: 4px;
  overflow: hidden;
}

.quantity button,
.quantity span {
  width: 33px;
  height: 29px;
  display: grid;
  place-items: center;
}

.quantity button {
  border: 0;
  background: #f6eee3;
  cursor: pointer;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 19px;
}

.cart-total strong {
  color: var(--wine);
  font-size: 23px;
}

.checkout-button {
  min-height: 52px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  background: #14854f;
  font-weight: 800;
}

.cod-note {
  display: block;
  margin-top: 11px;
  color: #786965;
  text-align: center;
}

.quality-band {
  position: relative;
  overflow: hidden;
  padding: 45px 0;
  color: #fff3e1;
  background:
    radial-gradient(circle at 75% 20%, rgb(178 36 44 / 22%), transparent 38%),
    linear-gradient(100deg, #520008, #3b0005 55%, #600611);
}

.quality-band::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: .16;
  background: repeating-linear-gradient(135deg, transparent 0 4px, rgb(255 255 255 / 3%) 4px 5px);
}

.quality-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.55fr;
  gap: 65px;
  align-items: center;
}

.why-copy > p {
  margin: 0 0 5px;
  color: var(--gold-bright);
  font: 700 10px Arial, sans-serif;
  letter-spacing: .09em;
}

.why-copy h2 {
  margin: 0 0 10px;
  font: 500 25px Georgia, serif;
}

.why-copy ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f4e6d7;
  font-size: 13px;
}

.why-copy li::before {
  content: "✓";
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  margin-right: 8px;
  border: 1px solid #ca9737;
  border-radius: 50%;
  color: #efc358;
  font: 700 10px Arial, sans-serif;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.quality-grid article {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  border: 1px solid rgb(218 167 68 / 38%);
  border-radius: 10px;
  background: rgb(255 255 255 / 2.5%);
  text-align: center;
}

.quality-grid article > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 11px;
  border: 1px solid #bb852d;
  border-radius: 50%;
  color: #e1b044;
  font: 700 25px Georgia, serif;
}

.quality-grid h3 {
  margin: 0;
  color: #fff8ed;
  font-size: 13px;
}

.quality-grid p {
  margin: 3px 0 0;
  color: #d8c7ba;
  font-size: 10px;
}

.benefit-use {
  padding: 48px 0 42px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #fffaf2, #fff, #fffaf2);
}

.benefit-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
}

.benefit-column {
  padding-right: 45px;
  border-right: 1px solid #d9c9b7;
}

.use-column {
  padding-left: 50px;
}

.mini-label {
  margin: 0 0 5px;
  color: #a77a2e;
  font: 700 10px Arial, sans-serif;
  letter-spacing: .08em;
}

.benefit-use h2,
.faq-blog h2 {
  margin: 0;
  font: 500 24px Georgia, serif;
  color: #551019;
}

.round-feature-grid {
  display: grid;
  align-items: start;
  gap: 24px;
  margin-top: 21px;
}

.round-feature-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.round-feature-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.round-feature-grid article {
  text-align: center;
}

.round-feature-grid article > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 9px;
  border: 1px solid #d8b66f;
  border-radius: 50%;
  color: #a87523;
  background: #fff9ed;
  font: 700 26px Georgia, serif;
}

.round-feature-grid h3 {
  margin: 0;
  color: #5e3a34;
  font-size: 12px;
  font-weight: 600;
}

.reviews-section {
  padding: 44px 0 50px;
  background: #fff;
}

.section-heading.compact {
  margin-bottom: 21px;
}

.section-heading.compact h2 {
  font-size: 28px;
}

.review-wrap {
  position: relative;
  padding-inline: 22px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.review-card {
  min-height: 140px;
  padding: 19px 22px;
  border: 1px solid #eadfd4;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 7px 24px rgb(74 22 13 / 8%);
}

.stars {
  color: #dfa725;
  font: 18px Arial, sans-serif;
  letter-spacing: 2px;
}

.review-card p {
  margin: 9px 0 12px;
  color: #5d4a46;
  font-size: 12px;
  line-height: 1.65;
}

.review-card strong {
  color: #4e1b1d;
  font-size: 11px;
}

.review-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff7e3;
  background: var(--wine);
  font: 29px Georgia, serif;
  transform: translateY(-50%);
  cursor: pointer;
}

.review-arrow.prev { left: -25px; }
.review-arrow.next { right: -25px; }

.faq-blog {
  padding: 47px 0 50px;
  border-top: 1px solid #f2e8dc;
  background: #fffaf2;
}

.faq-blog-layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 50px;
}

.faq-column {
  padding-right: 48px;
  border-right: 1px solid #d9cbb9;
}

.accordion {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.faq-item {
  border: 1px solid #e2d4c0;
  border-radius: 5px;
  background: #fffdf8;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 15px;
  border: 0;
  color: #4c2d29;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-item button b {
  color: #7a261e;
  font-size: 17px;
}

.faq-item > p {
  margin: 0;
  padding: 0 15px 14px;
  color: #75635c;
  font-size: 11px;
  line-height: 1.65;
  animation: reveal .2s ease;
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(-5px); }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.blog-card {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #eadfd1;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 17px rgb(62 17 10 / 6%);
}

.blog-card:hover h3,
.blog-card:focus-visible h3 {
  color: #9b640d;
}

.blog-image {
  height: 115px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-image.zone-left img { object-position: 4% 50%; }
.blog-image.zone-center img { object-position: 50% 50%; }
.blog-image.zone-right img { object-position: 96% 50%; }

.blog-card > div:last-child {
  padding: 11px 12px 13px;
}

.blog-card h3 {
  min-height: 48px;
  margin: 0;
  color: #4b2926;
  font-size: 11px;
  line-height: 1.45;
}

.blog-card p {
  margin: 7px 0 0;
  color: #a38f83;
  font-size: 9px;
}

.blog-button {
  min-height: 39px;
  width: max-content;
  margin: 18px 0 0 auto;
  padding: 8px 23px;
  color: #fff8ec;
  background: var(--wine);
  font-size: 11px;
}

.final-cta {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 50%, rgb(166 20 33 / 35%), transparent 30%),
    linear-gradient(100deg, #58000a, #400005 62%, #630812);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
}

.final-cta h2 {
  margin: 0 0 4px;
  font: 500 29px Georgia, serif;
  color: #fff7e9;
}

.final-cta p {
  margin: 0 0 15px;
  color: #f0dfd1;
  font-size: 12px;
}

.final-cta .button {
  min-height: 42px;
  width: max-content;
  padding: 8px 23px;
  font-size: 12px;
}

.cta-still-life {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 28%);
}

.cta-still-life img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% 62%;
}

.site-footer {
  color: #d9c9bd;
  background: #270004;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr .7fr 1fr 1fr;
  gap: 55px;
  padding-top: 48px;
  padding-bottom: 44px;
}

.footer-brand .brand strong { color: #fff5e8; }
.footer-brand .brand small { color: #d4a33f; }

.footer-brand > p {
  max-width: 280px;
  margin: 17px 0 0;
  font-size: 12px;
  line-height: 1.75;
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-main h2 {
  margin: 0 0 7px;
  color: #f1c967;
  font-size: 14px;
}

.footer-main a,
.footer-main span {
  font-size: 11px;
}

.footer-main a:hover {
  color: #f1c967;
}

.footer-bottom {
  border-top: 1px solid rgb(212 160 60 / 20%);
  background: #190002;
}

.footer-bottom .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
}

@media (max-width: 1050px) {
  .top-strip-inner {
    gap: 20px;
    justify-content: space-between;
  }

  .top-strip-inner span:last-child {
    display: none;
  }

  .nav-wrap {
    grid-template-columns: 210px 1fr auto;
  }

  .nav-links { gap: 16px; }

  .hero {
    grid-template-columns: 54% 46%;
  }

  .hero-copy-inner {
    margin-right: 30px;
  }

  .hero-seal {
    width: 180px;
  }

  .trust-grid article {
    padding: 0 15px;
  }

  .trust-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 30px, 720px);
  }

  .top-strip {
    min-height: 34px;
  }

  .top-strip-inner span {
    display: none;
  }

  .site-header { height: 72px; }

  .nav-wrap {
    display: flex;
    justify-content: space-between;
  }

  .brand strong { font-size: 15px; }
  .brand small { font-size: 7px; }
  .crocus { transform: scale(.85); transform-origin: left center; }

  .menu-toggle {
    order: 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--wine);
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-actions .icon-button:first-child,
  .nav-actions .icon-button:nth-child(2) {
    display: none;
  }

  .nav-links {
    position: absolute;
    z-index: 42;
    top: calc(100% + 17px);
    left: -15px;
    right: -15px;
    display: grid;
    gap: 0;
    padding: 12px 20px 20px;
    border-top: 1px solid var(--line);
    background: white;
    box-shadow: 0 20px 35px rgb(47 0 4 / 14%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .2s ease;
  }

  .nav-links.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 11px;
    border-bottom: 1px solid #f2e8dc;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 510px;
    justify-content: center;
    padding: 52px 0;
  }

  .hero-copy-inner {
    width: min(100% - 38px, 640px);
    margin: 0;
  }

  .hero-media {
    min-height: 470px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .trust-grid article {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .trust-grid article:nth-child(3),
  .trust-grid article:nth-child(4) {
    border-bottom: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 520px) {
  .top-strip-inner {
    justify-content: center;
    gap: 18px;
    font-size: 10px;
  }

  .top-strip-inner span:nth-child(3) {
    display: none;
  }

  .nav-actions { gap: 0; }

  .hero-copy {
    min-height: 500px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .ornament {
    width: 100%;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 11px;
  }

  .button {
    width: 100%;
  }

  .hero-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-media {
    min-height: 390px;
  }

  .hero-seal {
    right: 6%;
    bottom: 11%;
    width: 150px;
  }

  .hero-seal strong { font-size: 16px; }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line) !important;
  }

  .trust-grid article:last-child {
    border-bottom: 0 !important;
  }

  .section {
    padding: 48px 0;
  }

  .product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
    padding: 8px 0 0;
    overflow: visible;
  }

  .product-card {
    width: 100%;
    padding: 18px;
  }

  .product-visual {
    width: 66%;
  }

  .product-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-actions a {
    min-height: 48px;
    padding: 11px 14px;
    font-size: 15px;
  }

  .product-actions .whatsapp-order-action {
    grid-column: auto;
  }
}

@media (max-width: 1050px) {
  .quality-layout {
    gap: 35px;
  }

  .quality-grid {
    gap: 10px;
  }

  .quality-grid article {
    min-height: 140px;
  }

  .benefit-column { padding-right: 28px; }
  .use-column { padding-left: 32px; }

  .faq-blog-layout {
    gap: 34px;
  }

  .faq-column {
    padding-right: 34px;
  }

  .footer-main {
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .quality-layout {
    grid-template-columns: 1fr;
  }

  .why-copy {
    max-width: 500px;
  }

  .benefit-layout,
  .faq-blog-layout {
    grid-template-columns: 1fr;
  }

  .benefit-column,
  .faq-column {
    padding: 0 0 34px;
    border-right: 0;
    border-bottom: 1px solid #d9cbb9;
  }

  .use-column {
    padding: 0;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card:nth-child(2),
  .review-card:nth-child(3) {
    display: none;
  }

  .review-wrap {
    width: min(600px, 100%);
    margin: auto;
  }

  .review-arrow.prev { left: -7px; }
  .review-arrow.next { right: -7px; }

  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .final-cta-inner > div:first-child {
    position: relative;
    z-index: 2;
    max-width: 70%;
    padding: 36px 0;
  }

  .cta-still-life {
    width: 55%;
    opacity: .72;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .quality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .round-feature-grid.three {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .round-feature-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .round-feature-grid article > span {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .round-feature-grid h3 {
    font-size: 10px;
  }

  .review-wrap {
    padding-inline: 15px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-image {
    height: 160px;
  }

  .blog-card h3 {
    min-height: 0;
    font-size: 13px;
  }

  .final-cta-inner > div:first-child {
    max-width: 100%;
    text-align: center;
  }

  .final-cta h2 {
    font-size: 25px;
  }

  .final-cta .button {
    margin: auto;
  }

  .cta-still-life {
    inset: 0;
    width: 100%;
    opacity: .18;
    mask-image: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding-block: 10px;
    text-align: center;
  }
}
