:root {
  --ink: #17120f;
  --black: #070706;
  --black-soft: #11100e;
  --cream: #f3ece2;
  --cream-2: #fbf5ec;
  --gold: #c89235;
  --gold-soft: #e8bf73;
  --maroon: #751c24;
  --green: #15994b;
  --muted: #746b61;
  --line: rgba(143, 99, 43, 0.22);
  --shadow: 0 28px 70px rgba(36, 20, 10, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.desktop-poster {
  display: none;
}

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

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

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.site-shell {
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(201, 148, 68, 0.1), transparent 26rem),
    linear-gradient(180deg, #050505 0, #050505 12%, var(--cream-2) 12%, var(--cream) 100%);
}

.section-pad {
  padding: clamp(4.2rem, 8vw, 8rem) clamp(1.2rem, 5vw, 5.5rem);
}

.hero {
  position: relative;
  min-height: 47rem;
  padding: 0 clamp(1rem, 5vw, 5rem) 2.2rem;
  color: #fff7e9;
  background:
    radial-gradient(circle at 76% 38%, rgba(188, 135, 64, 0.22), transparent 22rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(10, 9, 8, 0.94) 46%, rgba(10, 9, 8, 0.83) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 36%, rgba(215, 169, 89, 0.12), transparent 14rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.28) 56%, rgba(0, 0, 0, 0.76)),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, 0.025) 39px 40px);
  opacity: 1;
  pointer-events: none;
}

.hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

.topbar {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 2.2rem 0 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  color: var(--gold-soft);
  text-transform: uppercase;
}

.brand__logo {
  display: block;
  width: 5.2rem;
  height: auto;
  object-fit: contain;
}

.brand__text {
  display: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid rgba(232, 191, 115, 0.6);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 0.28rem rgba(201, 146, 53, 0.08);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
}

.brand small {
  margin-top: 0.22rem;
  color: rgba(232, 191, 115, 0.74);
  font-size: 0.58rem;
  letter-spacing: 0.32em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 2.5vw, 2.5rem);
  font-size: 0.86rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  color: rgba(255, 247, 233, 0.86);
  padding: 0.45rem 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--gold-soft);
}

.whatsapp-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.8rem;
  padding: 0.72rem 1rem;
  border-radius: 5px;
  background: linear-gradient(180deg, #28ba5d, var(--green));
  color: white;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(21, 153, 75, 0.28);
}

.whatsapp-btn {
  justify-self: end;
}

.whatsapp-btn svg,
.primary-btn svg {
  font-size: 1.1rem;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(20rem, 0.95fr) minmax(22rem, 1fr) minmax(9rem, 0.3fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 4.5rem);
  width: min(100%, 1280px);
  margin: 2.7rem auto 0;
}

.hero__copy {
  align-self: center;
  padding-top: 1rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.choice-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 31rem;
  font-size: clamp(3.45rem, 6vw, 6.3rem);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.7);
}

.hero h1 span,
.section-heading h2 span,
.choice-copy h2 span {
  display: block;
  color: var(--gold);
}

.hero__subcopy {
  margin: 1rem 0 2rem;
  color: rgba(255, 247, 233, 0.86);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 600;
}

.mini-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  max-width: 35rem;
  margin-bottom: 2rem;
}

.mini-features span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.48rem;
  color: rgba(255, 247, 233, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
}

.mini-features svg {
  width: 1.45rem;
  height: 1.45rem;
  color: var(--gold);
}

.hero__visual {
  position: relative;
  justify-self: center;
  width: min(100%, 34rem);
}

.hero__visual::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 6%;
  bottom: -1.3rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(18px);
}

.hero__visual img {
  position: relative;
  width: 100%;
  border-radius: 2px;
  mix-blend-mode: screen;
  filter: drop-shadow(0 34px 50px rgba(0, 0, 0, 0.5));
}

.hero-card {
  align-self: center;
  justify-self: end;
  width: min(100%, 12rem);
  padding: 1.45rem 1.2rem;
  border: 1px solid rgba(201, 146, 53, 0.48);
  border-radius: 4px;
  background: rgba(7, 7, 6, 0.52);
  color: var(--gold-soft);
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.hero-card svg {
  width: 1.55rem;
  height: 1.55rem;
  margin: 0 auto 0.8rem;
}

.hero-card span,
.hero-card strong {
  display: block;
}

.hero-card span {
  color: rgba(255, 247, 233, 0.72);
  font-size: 0.64rem;
  font-weight: 700;
}

.hero-card strong {
  margin-top: 0.28rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  line-height: 1.15;
}

.benefit-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
  width: min(calc(100% - 2rem), 1320px);
  margin: -1.6rem auto 0;
  padding: 1rem;
  border: 1px solid rgba(232, 191, 115, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #141311, #090909);
  color: #fff7e9;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.benefit-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 0.8rem;
  padding: 1.2rem clamp(0.8rem, 1.8vw, 1.6rem);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit-strip article:last-child {
  border-right: 0;
}

.benefit-strip svg {
  grid-row: span 2;
  width: 1.7rem;
  height: 1.7rem;
  color: var(--gold);
}

.benefit-strip span {
  color: #fff7e9;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.benefit-strip small {
  margin-top: 0.18rem;
  color: rgba(255, 247, 233, 0.68);
  font-size: 0.72rem;
}

.about-section {
  position: relative;
  background:
    radial-gradient(circle at 2% 22%, rgba(58, 102, 49, 0.12), transparent 15rem),
    linear-gradient(180deg, var(--cream-2), #efe5d9);
}

.about-section::before,
.choice-section::before,
.colors-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 30%, rgba(47, 84, 43, 0.13), transparent 9rem),
    radial-gradient(circle at 98% 22%, rgba(142, 103, 45, 0.08), transparent 11rem);
}

.section-heading {
  position: relative;
  z-index: 1;
}

.centered {
  text-align: center;
}

.section-heading h2,
.choice-copy h2 {
  color: #261810;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.section-heading p:last-child {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 600;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(13rem, 0.75fr) minmax(20rem, 1.1fr) minmax(13rem, 0.75fr);
  align-items: center;
  gap: clamp(1.4rem, 5vw, 5rem);
  width: min(100%, 1120px);
  margin: 3rem auto 0;
}

.story-card {
  color: #3a3029;
}

.icon-ring {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.95rem;
  border-radius: 50%;
  color: var(--gold);
  background: rgba(201, 146, 53, 0.12);
}

.icon-ring svg {
  width: 1.18rem;
  height: 1.18rem;
}

.story-card h3 {
  margin: 0 0 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.story-card p,
.choice-copy p {
  margin: 0;
  color: #6f655d;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.78;
}

.story-stack {
  display: grid;
  gap: 2.3rem;
}

.about-product {
  justify-self: center;
  width: min(100%, 27rem);
  filter: drop-shadow(0 25px 24px rgba(30, 20, 14, 0.16));
}

.about-product img {
  width: 100%;
  border-radius: 6px;
  mix-blend-mode: multiply;
}

.choice-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(20rem, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 100% 18%, rgba(54, 100, 51, 0.13), transparent 15rem),
    linear-gradient(180deg, #eee3d6, #e9ded2);
}

.choice-copy {
  position: relative;
  z-index: 1;
  max-width: 35rem;
  justify-self: end;
}

.choice-copy h2 span {
  color: var(--maroon);
}

.choice-copy p {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.choice-visual {
  position: relative;
  z-index: 1;
  justify-self: start;
  width: min(100%, 29rem);
}

.choice-visual::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -1.6rem;
  height: 2.8rem;
  border-radius: 50%;
  background: rgba(80, 40, 38, 0.22);
  filter: blur(18px);
}

.choice-visual img {
  position: relative;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 26px 56px rgba(83, 35, 35, 0.2);
}

.colors-section,
.fit-section,
.style-section {
  background: var(--cream-2);
}

.title-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
  width: min(100%, 860px);
  margin: 0 auto 2.2rem;
  color: #26201c;
  text-align: center;
  text-transform: uppercase;
}

.title-rule span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--maroon), transparent);
}

.title-rule h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: 0.22em;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: clamp(0.6rem, 2vw, 1.4rem);
  width: min(100%, 1260px);
  margin: 0 auto;
}

.color-item {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.color-label {
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  color: #2c2723;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.color-label span {
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 50%;
  background: var(--dot);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28), 0 5px 12px rgba(0, 0, 0, 0.12);
}

.color-item img {
  width: 100%;
  border-radius: 3px;
  filter: drop-shadow(0 18px 22px rgba(42, 25, 16, 0.18));
}

.fit-section {
  padding-top: clamp(3.8rem, 7vw, 6.5rem);
}

.script-heading {
  text-align: center;
}

.script-heading p,
.script-heading h2 {
  margin: 0;
}

.script-heading p {
  color: var(--maroon);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(2.2rem, 4.2vw, 4.4rem);
  line-height: 0.8;
}

.script-heading h2 {
  color: var(--maroon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  line-height: 0.9;
}

.script-heading strong,
.script-heading span {
  display: block;
}

.script-heading strong {
  margin-top: 0.8rem;
  color: #302923;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.script-heading span {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.6rem);
  width: min(100%, 1350px);
  margin: 2rem auto 0;
}

.price-card {
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow);
}

.price-card--main {
  box-shadow: 0 30px 80px rgba(85, 15, 22, 0.24);
}

.price-card img {
  width: 100%;
}

.style-section {
  padding-top: clamp(3.4rem, 6vw, 5.5rem);
}

.script-heading.compact h2 {
  color: var(--maroon);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3.5vw, 3.6rem);
  width: min(100%, 1370px);
  margin: 2rem auto 0;
}

.style-card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.style-card img {
  width: 100%;
}

.material-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 0;
  align-items: stretch;
  width: 100%;
  padding: 2rem clamp(1rem, 5vw, 5.5rem);
  background: #060606;
  color: #fff8ec;
}

.material-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 9.2rem;
  padding: 0 2rem;
  border-right: 1px solid rgba(232, 191, 115, 0.22);
}

.material-strip article:first-child {
  padding-left: 0;
}

.material-strip article:last-child {
  border-right: 0;
}

.material-strip img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.material-strip h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.material-strip p {
  margin: 0.35rem 0 0;
  color: rgba(255, 248, 236, 0.7);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

.material-strip .material-copy {
  display: flex;
  align-items: center;
}

.material-copy p {
  max-width: 31rem;
  margin: 0;
  font-size: 1rem;
}

.footer {
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 5vw, 5.5rem) 1.5rem;
  background:
    radial-gradient(circle at 89% 24%, rgba(201, 146, 53, 0.14), transparent 20rem),
    linear-gradient(180deg, #0d0c0b, #050505);
  color: #fff8ec;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 1.15fr) minmax(9rem, 0.6fr) minmax(15rem, 1fr) minmax(12rem, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  width: min(100%, 1280px);
  margin: 0 auto;
}

.footer h3 {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer p,
.footer a,
.footer span {
  color: rgba(255, 248, 236, 0.72);
}

.footer-brand p {
  max-width: 19rem;
  margin: 1.3rem 0 1.2rem;
  font-size: 0.86rem;
  line-height: 1.7;
}

.brand--footer .brand__mark {
  width: 3.4rem;
  height: 3.4rem;
}

.footer-btn {
  min-height: 2.5rem;
  padding-inline: 1.2rem;
  font-size: 0.78rem;
}

.social-row {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid rgba(232, 191, 115, 0.32);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer-links a,
.footer-contact p {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.55;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.footer-product {
  align-self: end;
}

.footer-product img {
  width: 100%;
  max-height: 22rem;
  object-fit: contain;
  border-radius: 4px;
  mix-blend-mode: screen;
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(100%, 1280px);
  margin: 3rem auto 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-benefits span {
  display: grid;
  gap: 0.18rem;
  padding: 0.4rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-benefits span:last-child {
  border-right: 0;
}

.footer-benefits small {
  color: rgba(255, 248, 236, 0.6);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: none;
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 1280px);
  margin: 0 auto;
  font-size: 0.74rem;
}

.mobile-order {
  display: none;
}

@media (min-width: 900px) {
  body {
    background: #050505;
  }

  .desktop-poster {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100vh;
    aspect-ratio: 1536 / 7063;
    overflow: hidden;
    background: #050505;
  }

  .desktop-poster img {
    width: 100%;
    height: auto;
  }

  .desktop-hotspot {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 5px;
    outline-offset: 3px;
  }

  .desktop-anchor {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    scroll-margin-top: 0;
  }

  .desktop-anchor--home {
    top: 0;
  }

  .desktop-anchor--about {
    top: 13.7%;
  }

  .desktop-anchor--products {
    top: 41.8%;
  }

  .desktop-anchor--contact {
    top: 88.6%;
  }

  .desktop-hotspot:focus-visible {
    outline: 3px solid #e8bf73;
  }

  .desktop-hotspot--nav-home,
  .desktop-hotspot--nav-products,
  .desktop-hotspot--nav-about,
  .desktop-hotspot--nav-contact {
    top: 0.45%;
    height: 0.4%;
  }

  .desktop-hotspot--nav-home {
    left: 31.2%;
    width: 4.7%;
  }

  .desktop-hotspot--nav-products {
    left: 38.2%;
    width: 6%;
  }

  .desktop-hotspot--nav-about {
    left: 46.4%;
    width: 6.2%;
  }

  .desktop-hotspot--nav-contact {
    left: 54.7%;
    width: 5.7%;
  }

  .desktop-hotspot--top {
    top: 0.56%;
    left: 80.7%;
    width: 13.5%;
    height: 0.68%;
  }

  .desktop-hotspot--hero {
    top: 9.45%;
    left: 5.4%;
    width: 18%;
    height: 0.85%;
  }

  .desktop-hotspot--footer {
    top: 92.25%;
    left: 5.5%;
    width: 19.1%;
    height: 0.66%;
  }

  .site-shell,
  .mobile-order {
    display: none !important;
  }
}

@media (max-width: 1050px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.86fr);
  }

  .hero-card {
    grid-column: 1 / -1;
    justify-self: start;
    width: auto;
    max-width: 18rem;
  }

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

  .benefit-strip article:nth-child(2),
  .footer-benefits span:nth-child(2) {
    border-right: 0;
  }

  .about-grid,
  .choice-section,
  .material-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-card--left,
  .story-stack,
  .choice-copy,
  .choice-visual {
    justify-self: center;
  }

  .story-card {
    max-width: 33rem;
  }

  .material-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(232, 191, 115, 0.18);
    padding: 1.2rem 0;
  }

  .material-strip article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  body {
    background: #100f0e;
  }

  .site-shell {
    background: #100f0e;
  }

  .section-pad {
    padding: 3rem 1rem;
  }

  .hero {
    min-height: auto;
    padding: 0 1rem 1.2rem;
    background:
      radial-gradient(circle at 70% 23%, rgba(201, 146, 53, 0.24), transparent 14rem),
      linear-gradient(180deg, #050505, #11100e);
  }

  .hero::before {
    opacity: 0.24;
    background-size: auto 50rem;
  }

  .topbar {
    grid-template-columns: 1fr auto;
    gap: 0.9rem;
    padding: 1rem 0 0.85rem;
  }

  .brand__mark {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 0.85rem;
  }

  .brand__logo {
    width: 5.45rem;
    max-width: 28vw;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.5rem;
  }

  .whatsapp-btn {
    min-height: 2.5rem;
    padding: 0.58rem 0.8rem;
    font-size: 0.7rem;
  }

  .nav-links {
    gap: 0.55rem;
    padding: 0.6rem 0 0.1rem;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 0.55rem 0.82rem;
    border: 1px solid rgba(232, 191, 115, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.72rem;
  }

  .nav-links a::after {
    display: none;
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1rem;
  }

  .hero__copy {
    padding: 1.25rem;
    border: 1px solid rgba(232, 191, 115, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  }

  .hero h1 {
    font-size: clamp(2.95rem, 15vw, 4.8rem);
  }

  .hero__subcopy {
    margin-bottom: 1.3rem;
  }

  .mini-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .mini-features span {
    min-height: 3.8rem;
    padding: 0.7rem;
    border: 1px solid rgba(232, 191, 115, 0.14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    font-size: 0.66rem;
  }

  .primary-btn {
    width: 100%;
  }

  .hero__visual {
    width: min(100%, 22rem);
    order: -1;
  }

  .hero__visual img {
    mix-blend-mode: normal;
    border-radius: 8px;
  }

  .hero-card {
    display: none;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 2rem);
    margin-top: 0;
    padding: 0.6rem;
    border-radius: 8px;
  }

  .benefit-strip article,
  .benefit-strip article:nth-child(2) {
    min-height: 4.8rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .benefit-strip article:last-child {
    border-bottom: 0;
  }

  .about-section,
  .choice-section,
  .colors-section,
  .fit-section,
  .style-section {
    margin: 0.75rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff8ef, #efe3d5);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  }

  .section-heading h2,
  .choice-copy h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .section-heading p:last-child,
  .script-heading span {
    font-size: 0.84rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    margin-top: 2rem;
  }

  .story-card {
    padding: 1rem;
    border: 1px solid rgba(143, 99, 43, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
  }

  .about-product {
    width: min(100%, 21rem);
    order: -1;
  }

  .choice-section {
    gap: 1.7rem;
  }

  .choice-copy {
    order: 2;
  }

  .choice-copy p {
    font-size: 0.9rem;
  }

  .choice-visual {
    width: min(100%, 20rem);
  }

  .title-rule {
    gap: 0.7rem;
    margin-bottom: 1.3rem;
  }

  .title-rule h2 {
    font-size: 1rem;
    letter-spacing: 0.14em;
  }

  .color-grid {
    display: flex;
    gap: 0.85rem;
    margin-inline: -1rem;
    padding: 0 1rem 0.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .color-grid::-webkit-scrollbar {
    display: none;
  }

  .color-item {
    flex: 0 0 42%;
    scroll-snap-align: center;
    padding: 0.9rem 0.7rem 0.4rem;
    border: 1px solid rgba(143, 99, 43, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.45);
  }

  .script-heading p {
    font-size: 2.4rem;
  }

  .script-heading h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .pricing-grid {
    display: flex;
    gap: 0.9rem;
    margin-inline: -1rem;
    padding: 0 1rem 0.6rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pricing-grid::-webkit-scrollbar {
    display: none;
  }

  .price-card {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }

  .price-card--main {
    flex-basis: 84%;
  }

  .style-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .material-strip {
    margin-top: 0.75rem;
    padding: 0.85rem 1rem;
  }

  .material-strip article {
    grid-template-columns: 5rem 1fr;
    min-height: 6.4rem;
  }

  .material-strip img {
    width: 4.6rem;
    height: 4.6rem;
  }

  .footer {
    margin-top: 0.75rem;
    padding: 2.5rem 1rem 5.6rem;
  }

  .footer-grid {
    gap: 1.8rem;
  }

  .footer-product {
    order: -1;
    justify-self: center;
    width: min(100%, 18rem);
  }

  .footer-benefits {
    grid-template-columns: 1fr;
  }

  .footer-benefits span,
  .footer-benefits span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-benefits span:last-child {
    border-bottom: 0;
  }

  .copyright {
    flex-direction: column;
    font-size: 0.7rem;
  }

  .mobile-order {
    position: fixed;
    z-index: 20;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #29bd60, #118e42);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.36);
  }
}

@media (max-width: 420px) {
  .whatsapp-btn {
    min-width: 6.6rem;
    padding-inline: 0.65rem;
    font-size: 0.64rem;
  }

  .hero__copy {
    padding: 1rem;
  }

  .mini-features {
    grid-template-columns: 1fr;
  }

  .color-item {
    flex-basis: 58%;
  }

  .price-card,
  .price-card--main {
    flex-basis: 88%;
  }
}
