:root {
  --navy: #051d59;
  --navy-deep: #001b43;
  --blue: #064d9b;
  --blue-bright: #0670c9;
  --cream: #fff3da;
  --cream-light: #fffaf0;
  --red: #d91c13;
  --red-dark: #a90b05;
  --yellow: #ffd10b;
  --green: #19832f;
  --ink: #111111;
  --panel-border: #4e82b6;
  --soft-shadow: 0 2px 7px rgba(45, 31, 0, 0.18);
  --font-body: Arial, Helvetica, sans-serif;
  --font-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-logo: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy-deep);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: linear-gradient(90deg, #063568, #0b4d82 50%, #063568);
  font-family: var(--font-body);
  font-size: 16px;
}

button,
input {
  font: inherit;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.site-frame {
  width: min(100%, 1536px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 17%, rgba(255, 255, 255, 0.85), transparent 31%),
    repeating-linear-gradient(0deg, rgba(120, 76, 9, 0.015) 0, rgba(120, 76, 9, 0.015) 1px, transparent 1px, transparent 4px),
    var(--cream);
  border: 6px solid var(--navy-deep);
  box-shadow: inset 0 0 0 2px #16568f, 0 0 18px rgba(0, 0, 0, 0.32);
}

.site-header {
  height: 145px;
  display: grid;
  grid-template-columns: 35% 29% 13% 23%;
  align-items: center;
  gap: 8px;
  padding: 8px 28px 6px 38px;
  background:
    radial-gradient(circle at 48% 35%, rgba(255, 255, 255, 0.94), transparent 42%),
    linear-gradient(90deg, #fff0ce, #fffaf0 51%, #ffefd1);
}

.brand-logo {
  display: inline-block;
  color: var(--red);
  font-family: var(--font-logo);
  font-size: clamp(54px, 5.1vw, 79px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -5px;
  text-decoration: none;
  text-shadow: 1px 2px 0 #fff, 3px 3px 0 rgba(128, 0, 0, 0.12);
}

.brand-logo span {
  margin-left: 4px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0;
}

.brand-block p {
  margin: 13px 0 0 8px;
  color: #073982;
  font-size: clamp(15px, 1.42vw, 21px);
  font-style: italic;
  font-weight: 800;
  white-space: nowrap;
}

.header-slogan {
  margin: 0;
  font-size: clamp(16px, 1.3vw, 20px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.header-slogan strong {
  color: #cf120b;
}

.starburst {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  clip-path: polygon(50% 0, 57% 13%, 68% 3%, 72% 18%, 87% 12%, 86% 29%, 100% 30%, 91% 43%, 100% 51%, 88% 59%, 95% 73%, 79% 73%, 79% 90%, 64% 83%, 56% 100%, 48% 86%, 36% 98%, 31% 81%, 15% 87%, 17% 70%, 1% 68%, 11% 54%, 0 44%, 15% 38%, 8% 23%, 24% 23%, 25% 6%, 42% 15%);
  color: var(--red-dark);
  filter: drop-shadow(0 2px 1px rgba(116, 72, 0, 0.3));
  text-align: center;
}

.price-burst {
  width: 145px;
  height: 145px;
  justify-self: center;
  padding: 16px;
  transform: rotate(-2deg);
}

.price-burst span,
.price-burst b {
  color: #111;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.2px;
}

.price-burst strong {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 54px;
  line-height: 0.88;
  letter-spacing: -5px;
}

.price-burst strong sup {
  top: -0.9em;
  margin-right: 1px;
  font-size: 21px;
  letter-spacing: 0;
}

.price-burst strong small {
  display: inline-block;
  margin-left: 4px;
  font-size: 26px;
  letter-spacing: -2px;
  vertical-align: top;
}

.header-testimonial {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  margin: 0;
}

.portrait-crop {
  position: relative;
  display: block;
  overflow: hidden;
  background: #d5aa78;
}

.portrait-crop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.portrait-lupita {
  width: 100%;
  height: 135px;
  align-self: end;
  background: transparent;
  clip-path: polygon(4% 10%, 95% 0, 100% 100%, 0 100%);
}

.portrait-lupita img {
  transform: translateX(0);
}

.header-testimonial figcaption {
  padding-left: 7px;
  color: var(--navy);
  font-size: clamp(13px, 1.16vw, 18px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.32;
  text-align: center;
}

.header-testimonial q {
  quotes: "“" "”";
}

.header-testimonial cite {
  display: block;
  margin-top: 6px;
  color: #171717;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.main-nav {
  height: 64px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.8vw, 48px);
  padding: 0 27px 0 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 16%),
    linear-gradient(#0871c7 0, #075ca9 34%, #003b80 66%, #00285e 100%);
  border-top: 2px solid #3fa0de;
  border-bottom: 5px solid var(--navy-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 3px 6px rgba(0, 0, 0, 0.2);
}

.main-nav a {
  flex: 0 0 auto;
  padding: 11px 2px;
  color: #fff;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(14px, 1.28vw, 19px);
  font-stretch: condensed;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.65);
}

.main-nav a:hover {
  color: #ffec65;
}

.main-nav a.active {
  min-width: 101px;
  padding: 10px 20px;
  border: 1px solid #940900;
  border-radius: 6px;
  background: linear-gradient(#ff4a30, #d6190d 50%, #b90a04 51%, #d51a11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 2px 2px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.order-button {
  border: 1px solid #9f0b03;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(#ff5237, #e32618 50%, #bc0c05 51%, #dc1e14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56), 0 2px 0 #810701, 0 3px 7px rgba(0, 0, 0, 0.22);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.order-button:hover,
.newsletter-form button:hover {
  filter: brightness(1.1) saturate(1.08);
  transform: translateY(-1px);
}

.order-button:active,
.newsletter-form button:active {
  box-shadow: inset 0 2px 4px rgba(80, 0, 0, 0.35);
  transform: translateY(1px);
}

.nav-order {
  min-width: 192px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: auto;
  font-size: 19px;
}

.nav-order svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

main {
  padding: 17px 30px 11px;
}

.hero-grid {
  height: 384px;
  display: grid;
  grid-template-columns: minmax(0, 2.17fr) minmax(352px, 0.95fr);
  gap: 18px;
}

.hero-promo {
  min-width: 0;
  display: grid;
  grid-template-columns: 34% 66%;
}

.pitch-copy {
  position: relative;
  z-index: 2;
  padding: 0 0 0 1px;
}

.pitch-copy h1 {
  margin: 0 0 9px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(30px, 2.4vw, 38px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1;
  white-space: nowrap;
  transform: scaleX(0.92);
  transform-origin: left center;
}

.pitch-copy > p:first-of-type {
  max-width: 410px;
  margin: 0 0 11px;
  font-size: clamp(15px, 1.22vw, 18px);
  font-weight: 600;
  line-height: 1.22;
}

.pitch-copy > p:first-of-type strong {
  font-weight: 900;
}

.checklist,
.comparison-list,
.as-seen-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  margin: 5px 0;
  padding-left: 29px;
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.08;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 3px;
  top: -3px;
  color: #df0d0d;
  font-size: 24px;
  font-weight: 900;
}

.hero-order {
  min-width: 207px;
  margin-top: 8px;
  padding: 10px 22px;
  font-size: 23px;
}

.guarantee-line {
  margin: 13px 0 0 !important;
  color: #053e91;
  font-size: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap;
}

.product-stage {
  position: relative;
  min-width: 0;
  height: 100%;
}

.hero-product {
  position: absolute;
  top: 0;
  left: -5%;
  width: 97%;
  height: 315px;
  object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 72% 72% at 50% 48%, #000 63%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 72% at 50% 48%, #000 63%, transparent 100%);
  filter: saturate(1.04) contrast(1.02) drop-shadow(0 8px 9px rgba(27, 13, 0, 0.13));
}

.new-burst {
  position: absolute;
  z-index: 3;
  top: 137px;
  right: -2px;
  width: 130px;
  height: 145px;
  padding: 22px 16px;
  color: #111;
  transform: rotate(2deg);
}

.new-burst strong {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 31px;
  line-height: 1;
}

.new-burst span {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
}

.perfect-for {
  position: absolute;
  right: 78px;
  bottom: 0;
  left: -7px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: clamp(9px, 1.2vw, 18px);
}

.perfect-for > strong {
  align-self: center;
  margin-right: 1px;
  color: var(--red);
  font-size: 16px;
  font-style: italic;
}

.perfect-for > div {
  display: grid;
  justify-items: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 700;
}

.food-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 3px ridge #e29b00;
  border-radius: 50%;
  background: radial-gradient(circle, #fff6c8, #d58a12 76%, #8d3000);
  box-shadow: var(--soft-shadow);
  font-size: 21px;
}

.comparison-card,
.content-card {
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 249, 235, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), var(--soft-shadow);
}

.comparison-card {
  border: 1.5px solid #f2a000;
}

.comparison-card > h2 {
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: #080808;
  background: linear-gradient(#ffdf19, #ffc400);
  border-bottom: 1px solid #e99b00;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.65vw, 25px);
  font-style: italic;
  letter-spacing: 0.3px;
}

.comparison-card > h2 span {
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.comparison-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 18px 0;
}

.comparison-columns section {
  min-width: 0;
}

.comparison-columns section:first-child {
  padding-right: 18px;
  border-right: 1px solid #d6b888;
}

.comparison-columns section:last-child {
  padding-left: 18px;
}

.comparison-columns h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: clamp(16px, 1.2vw, 19px);
  text-align: center;
}

.comparison-columns section:last-child h3 {
  color: #073b8f;
}

.comparison-photo {
  width: 100%;
  height: 112px;
  margin-bottom: 8px;
  border-radius: 8px;
  background-image: url("../assets/images/olla-comparison.png");
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position-y: 58%;
  box-shadow: inset 0 0 0 1px rgba(124, 76, 24, 0.2);
}

.regular-photo {
  background-position-x: left;
}

.ollaware-photo {
  background-position-x: right;
}

.comparison-list li {
  position: relative;
  min-height: 19px;
  margin: 2px 0;
  padding-left: 23px;
  font-size: clamp(13px, 0.98vw, 15px);
  line-height: 1.08;
}

.comparison-list li::before {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 19px;
  font-weight: 900;
}

.bad-list li::before {
  content: "×";
  color: #df0c08;
}

.good-list li::before {
  content: "✓";
  color: var(--green);
}

.smart-choice {
  margin: 9px 0 0;
  color: #063f91;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.lower-grid {
  height: 238px;
  display: grid;
  grid-template-columns: 27% 29% 44%;
  gap: 10px;
  margin-top: 15px;
}

.content-card {
  padding: 9px 12px;
  border: 1.5px solid var(--panel-border);
}

.content-card > h2 {
  margin: 0 0 7px;
  color: #073c8d;
  font-size: clamp(17px, 1.32vw, 20px);
  font-weight: 900;
  text-align: center;
}

.as-seen-card {
  position: relative;
  padding-top: 8px;
}

.as-seen-card > h2 {
  width: 141px;
  margin: -1px auto 7px;
  padding: 3px 9px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(#0e6fc3, #064494 65%, #002e76);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.as-seen-body {
  height: 184px;
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 7px;
}

.as-seen-body li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.1;
}

.as-seen-body li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  top: -4px;
  color: #073c8d;
  font-size: 21px;
  font-weight: 900;
}

.as-seen-body img {
  width: 100%;
  height: 174px;
  object-fit: cover;
  object-position: 52% center;
  border: 1px solid #905313;
  border-radius: 10px;
  box-shadow: var(--soft-shadow);
}

.testimonials-card {
  padding: 10px 16px 8px;
}

.review {
  height: 84px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 11px;
  margin: 4px 0 6px;
}

.review .portrait-crop {
  width: 86px;
  height: 84px;
  border: 1px solid #9f875e;
  border-radius: 9px;
  box-shadow: var(--soft-shadow);
}

.portrait-rosa img {
  transform: translateX(-33.333%);
}

.portrait-carlos img {
  transform: translateX(-66.666%);
}

.review figcaption {
  min-width: 0;
  font-size: clamp(12px, 0.91vw, 14px);
  font-weight: 700;
  line-height: 1.08;
}

.stars {
  height: 20px;
  color: #e61b12;
  font-size: 19px;
  letter-spacing: 0.5px;
}

.review q {
  display: block;
  quotes: "“" "”";
}

.review cite {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-align: right;
}

.sizes-card {
  padding: 10px 10px 7px;
}

.size-row {
  height: 191px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.size-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 40px 102px 23px 28px;
  align-items: center;
  justify-items: center;
  padding: 0 10px;
}

.size-card + .size-card {
  border-left: 1px solid #d7b98e;
}

.size-card h3 {
  margin: 0;
  color: #0a6920;
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.05;
  text-align: center;
}

.size-card h3 small {
  display: block;
  margin-top: 4px;
  font-size: inherit;
}

.family-size h3 {
  color: #074899;
}

.fiesta-size h3 {
  color: #c51611;
}

.size-photo {
  width: 100%;
  height: 102px;
  background-image: url("../assets/images/ollaware-sizes.png");
  background-repeat: no-repeat;
  background-size: 340% auto;
  background-position-y: 60%;
  mix-blend-mode: multiply;
}

.ollita .size-photo {
  background-position-x: left;
}

.family-size .size-photo {
  background-position-x: center;
}

.fiesta-size .size-photo {
  background-position-x: right;
}

.size-card > strong {
  color: #0a6920;
  font-size: 20px;
  line-height: 1;
}

.family-size > strong {
  color: #074899;
}

.fiesta-size > strong {
  color: #c51611;
}

.product-order {
  min-width: 122px;
  height: 28px;
  padding: 3px 12px;
  border-radius: 6px;
  background: linear-gradient(#239943, #0d7a2c 50%, #08601e 51%, #138233);
  font-size: 14px;
}

.family-size .product-order {
  border-color: #003d86;
  background: linear-gradient(#1681df, #0860bc 50%, #00448f 51%, #0757ac);
}

.fiesta-size .product-order {
  border-color: #990b05;
  background: linear-gradient(#ff4933, #d91e15 50%, #b10904 51%, #d31810);
}

.faq-strip {
  height: 0;
  overflow: hidden;
  color: var(--navy);
  text-align: center;
}

.footer-main {
  min-height: 113px;
  display: grid;
  grid-template-columns: 1.25fr 0.55fr 0.84fr 0.71fr 1.7fr 0.58fr;
  gap: 18px;
  align-items: center;
  padding: 9px 44px 7px;
  border-top: 2px solid #2267a5;
  background: linear-gradient(#fff5de, #ffedc8);
}

.footer-brand .brand-logo {
  font-size: 42px;
  letter-spacing: -3px;
}

.footer-brand p {
  margin: 4px 0 0 42px;
  color: #073c87;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

.footer-column h2 {
  margin: 0 0 5px;
  color: #073c87;
  font-size: 12px;
}

.footer-column a {
  display: block;
  margin: 4px 0;
  color: #003b82;
  font-size: 12px;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--red);
  text-decoration: underline;
}

.newsletter-form {
  min-width: 0;
  padding: 9px 12px 8px;
  border: 1px solid #a8926e;
  border-radius: 11px;
  background: rgba(255, 250, 239, 0.75);
  text-align: center;
}

.newsletter-form label {
  font-size: 16px;
  font-weight: 900;
}

.newsletter-form p {
  margin: 2px 0 6px;
  font-size: 12px;
}

.newsletter-form > div {
  display: flex;
}

.newsletter-form input {
  min-width: 0;
  flex: 1;
  height: 30px;
  padding: 5px 9px;
  border: 1px solid #b9ae99;
  border-radius: 5px 0 0 5px;
  background: #fff;
  font-size: 12px;
}

.newsletter-form button {
  width: 96px;
  height: 30px;
  border: 1px solid #9d0904;
  border-radius: 0 6px 6px 0;
  color: #fff;
  background: linear-gradient(#f5442f, #ba0c05);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.form-message {
  display: block;
  min-height: 0;
  color: #08752a;
  font-size: 11px;
  font-weight: 700;
}

.guarantee-seal {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border: 2px solid #a67a20;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8df 0 49%, #ead59b 50% 66%, #fff5cf 67%);
  box-shadow: inset 0 0 0 3px #fff4c8, 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.guarantee-seal::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -9px;
  background: #ecd794;
  clip-path: polygon(50% 0, 57% 8%, 67% 2%, 72% 12%, 83% 8%, 86% 20%, 98% 21%, 94% 33%, 100% 42%, 91% 50%, 100% 59%, 92% 67%, 97% 79%, 84% 81%, 81% 93%, 69% 88%, 60% 100%, 51% 91%, 42% 100%, 34% 90%, 21% 96%, 20% 83%, 7% 81%, 12% 68%, 0 60%, 9% 51%, 0 42%, 9% 33%, 4% 21%, 18% 19%, 20% 7%, 33% 12%, 41% 1%);
}

.guarantee-seal strong {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1;
}

.guarantee-seal small {
  margin: 4px 0;
  font-family: var(--font-display);
  font-size: 8px;
}

.guarantee-seal b {
  font-size: 11px;
}

.footer-bottom {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 29px;
  color: #fff;
  background: linear-gradient(#063974, #00275a);
  font-size: 11px;
}

.footer-bottom span:last-child {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-right: 43%;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom i {
  width: 1px;
  height: 12px;
  background: #fff;
}

.gag-dialog {
  width: min(430px, calc(100% - 32px));
  padding: 28px 30px 24px;
  border: 5px solid var(--navy);
  border-radius: 14px;
  color: var(--navy);
  background: var(--cream-light);
  box-shadow: 0 10px 0 #b88b24, 0 22px 50px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.gag-dialog::backdrop {
  background: rgba(0, 24, 60, 0.7);
}

.gag-dialog h2 {
  margin: 0;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 42px;
  font-style: italic;
}

.gag-dialog p {
  margin: 10px 0 20px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.dialog-close {
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}

.dialog-ok {
  padding: 10px 20px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 38% 31% 15% 16%;
    padding-inline: 24px;
  }

  .header-testimonial {
    grid-template-columns: 1fr;
  }

  .header-testimonial figcaption {
    display: none;
  }

  .main-nav {
    gap: 18px;
    padding-inline: 18px;
  }

  .main-nav a {
    font-size: 14px;
  }

  .nav-order {
    min-width: 155px;
    font-size: 16px;
  }

  main {
    padding-inline: 18px;
  }

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

  .hero-promo {
    min-height: 400px;
  }

  .comparison-card {
    min-height: 385px;
  }

  .comparison-photo {
    height: 190px;
  }

  .lower-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .sizes-card {
    grid-column: 1 / -1;
  }

  .as-seen-card,
  .testimonials-card {
    min-height: 238px;
  }

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr 1fr 0.9fr;
  }

  .newsletter-form {
    grid-column: 1 / 4;
  }

  .footer-bottom span:last-child {
    margin-right: 0;
  }
}

@media (max-width: 760px) {
  .site-frame {
    border-width: 4px;
  }

  .site-header {
    height: auto;
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 10px;
    padding: 21px 16px 16px;
  }

  .brand-logo {
    font-size: 48px;
    letter-spacing: -4px;
  }

  .brand-block {
    min-width: 0;
  }

  .brand-block p {
    max-width: 280px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
  }

  .header-slogan {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 16px;
  }

  .price-burst {
    grid-column: 2;
    grid-row: 1;
    width: 100px;
    height: 100px;
    padding: 12px;
  }

  .price-burst strong {
    font-size: 36px;
  }

  .price-burst span,
  .price-burst b {
    font-size: 11px;
  }

  .header-testimonial {
    display: none;
  }

  .main-nav {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 10px;
    border-bottom-width: 4px;
  }

  .main-nav a,
  .main-nav a.active {
    min-width: 0;
    padding: 9px 4px;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
  }

  .nav-order {
    width: 100%;
    min-width: 0;
    grid-column: span 2;
    margin: 0;
    font-size: 14px;
  }

  main {
    padding: 14px 10px 10px;
  }

  .hero-promo {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .pitch-copy {
    width: 100%;
    min-width: 0;
  }

  .pitch-copy h1 {
    max-width: 100%;
    font-size: clamp(29px, 8.6vw, 36px);
    line-height: 1.02;
    white-space: normal;
    transform: none;
  }

  .pitch-copy > p:first-of-type {
    max-width: none;
  }

  .product-stage {
    height: 385px;
    margin-top: 10px;
  }

  .hero-product {
    top: 0;
    left: -4%;
    width: 108%;
    height: 300px;
  }

  .new-burst {
    top: 150px;
    right: -5px;
    width: 116px;
    height: 128px;
  }

  .perfect-for {
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
    gap: 8px;
  }

  .perfect-for > strong {
    flex-basis: 100%;
    text-align: center;
  }

  .comparison-columns {
    padding-inline: 10px;
  }

  .comparison-columns section:first-child {
    padding-right: 10px;
  }

  .comparison-columns section:last-child {
    padding-left: 10px;
  }

  .comparison-photo {
    height: 132px;
  }

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

  .sizes-card {
    grid-column: auto;
  }

  .as-seen-body {
    grid-template-columns: 43% 57%;
  }

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

  .size-row {
    height: auto;
    grid-template-columns: 1fr;
  }

  .size-card {
    grid-template-rows: 45px 170px 27px 34px;
    padding: 12px;
  }

  .size-card + .size-card {
    border-top: 1px solid #d7b98e;
    border-left: 0;
  }

  .size-photo {
    height: 170px;
  }

  .product-order {
    min-width: 160px;
  }

  .faq-strip {
    height: auto;
    margin-top: 10px;
    padding: 10px;
    border: 1px dashed #b58827;
    background: #fff4bc;
    font-size: 13px;
  }

  .faq-strip span {
    display: block;
    margin-top: 3px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    padding: 20px 16px;
  }

  .footer-brand,
  .newsletter-form {
    grid-column: 1 / -1;
  }

  .guarantee-seal {
    grid-column: 2;
  }

  .footer-bottom {
    height: auto;
    flex-direction: column;
    gap: 7px;
    padding: 9px 12px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Shared inner-page system ------------------------------------------------ */
.single-portrait img {
  width: 100%;
  transform: none;
  object-fit: cover;
}

.portrait-lupita.single-portrait img,
.portrait-lupita-img { object-position: 54% 34%; }
.portrait-rosa.single-portrait img,
.portrait-rosa-img { object-position: 58% 31%; }
.portrait-carlos.single-portrait img,
.portrait-carlos-img { object-position: 50% 34%; }
.portrait-marta-img { object-position: 50% 37%; }
.portrait-jorge-img { object-position: 52% 34%; }
.portrait-elena-img { object-position: 55% 39%; }

.portrait-lupita.single-portrait img {
  transform: scale(1.42);
  transform-origin: 54% 34%;
}

.portrait-rosa.single-portrait img {
  transform: scale(1.85);
  transform-origin: 58% 31%;
}

.inner-main {
  min-height: 560px;
  padding: 18px 30px 28px;
}

.page-hero {
  position: relative;
  min-height: 126px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  padding: 18px 28px;
  overflow: hidden;
  border: 2px solid var(--panel-border);
  border-radius: 13px;
  background:
    radial-gradient(circle at 60% 10%, rgba(255,255,255,.95), transparent 38%),
    linear-gradient(90deg, #fff7e8, #ffefc9);
  box-shadow: inset 0 0 0 2px #fff, var(--soft-shadow);
}

.page-hero::after {
  content: "AS SEEN ON TV!";
  position: absolute;
  top: 12px;
  right: -39px;
  width: 155px;
  padding: 6px 0;
  color: #fff;
  background: var(--red);
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .6px;
  text-align: center;
  transform: rotate(36deg);
  box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.page-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 60px);
  font-style: italic;
  line-height: .98;
  letter-spacing: .3px;
}

.page-hero p {
  max-width: 900px;
  margin: 9px 0 0;
  color: #222;
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 700;
  line-height: 1.3;
}

.page-hero .mini-burst {
  width: 148px;
  height: 112px;
  display: grid;
  place-items: center;
  justify-self: center;
  padding: 22px;
  color: var(--red-dark);
  background: var(--yellow);
  clip-path: polygon(50% 0,59% 15%,73% 5%,77% 23%,95% 20%,87% 40%,100% 50%,85% 59%,94% 77%,75% 76%,72% 96%,58% 84%,48% 100%,40% 84%,24% 94%,25% 75%,5% 78%,15% 59%,0 49%,16% 40%,6% 23%,25% 24%,27% 5%,41% 16%);
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1;
  text-align: center;
  transform: rotate(-4deg);
}

.section-heading {
  margin: 18px 0 11px;
  padding: 8px 14px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(#0872c7, #0756a0 45%, #003471 55%, #05295b);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 2px 4px rgba(0,0,0,.2);
  font-family: var(--font-display);
  font-size: clamp(23px, 2vw, 31px);
  font-style: italic;
  letter-spacing: .5px;
  text-align: center;
  text-shadow: 0 2px 1px #001537;
}

.retro-card {
  border: 1.5px solid var(--panel-border);
  border-radius: 12px;
  background: rgba(255, 249, 235, .92);
  box-shadow: inset 0 0 0 1px #fff, var(--soft-shadow);
}

.rating {
  color: #e31b12;
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.catalog-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 15px 15px;
  text-align: center;
}

.catalog-card h2,
.bundle-card h3,
.feature-panel h2,
.policy-card h2,
.story-card h2 {
  margin: 0;
  color: #073d8c;
  font-size: 22px;
  line-height: 1.05;
}

.catalog-card h2 small {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
}

.catalog-card.ollita-card h2,
.catalog-card.ollita-card .price {
  color: #126c20;
}

.catalog-card.fiesta-card h2,
.catalog-card.fiesta-card .price {
  color: #c31b15;
}

.catalog-image {
  width: 100%;
  height: 205px;
  margin: 8px 0;
  background-repeat: no-repeat;
  background-size: 340% auto;
  background-position-y: 59%;
  mix-blend-mode: multiply;
}

.catalog-ollita { background-image: url("../assets/images/product-ollita-green.png"); background-position-x: left; }
.catalog-family { background-image: url("../assets/images/product-family-blue.png"); background-position-x: center; }
.catalog-fiesta { background-image: url("../assets/images/product-fiesta-red.png"); background-position-x: right; }

.catalog-card p,
.bundle-card p,
.feature-panel p,
.policy-card p,
.story-card p {
  margin: 8px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.32;
}

.price {
  display: block;
  margin: 4px 0 8px;
  color: #084a9d;
  font-size: 28px;
  font-weight: 900;
}

.catalog-card .order-button,
.bundle-card .order-button {
  min-width: 150px;
  padding: 9px 18px;
  font-size: 16px;
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bundle-card {
  position: relative;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  overflow: hidden;
  text-align: center;
}

.bundle-card::before {
  content: "BUNDLE DEAL!";
  width: calc(100% + 30px);
  margin: -15px -15px 12px;
  padding: 5px;
  color: #111;
  background: linear-gradient(#ffe755, #ffc400);
  border-bottom: 1px solid #e69b00;
  font-weight: 900;
}

.bundle-card .price {
  margin-top: auto;
}

.bundle-tubs {
  height: 66px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  margin: 4px 0;
}

.bundle-tubs span {
  width: 54px;
  height: 36px;
  border: 4px solid rgba(233,240,252,.75);
  border-radius: 8px 8px 19px 19px;
  background: #1652a7;
  box-shadow: inset 7px 0 10px rgba(255,255,255,.24), 0 4px 5px rgba(0,0,0,.2);
}

.bundle-tubs span:nth-child(2) { height: 48px; background: #71952d; }
.bundle-tubs span:nth-child(3) { height: 58px; background: #cf2d21; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-panel {
  position: relative;
  min-height: 205px;
  padding: 18px 18px 16px 86px;
}

.feature-icon {
  position: absolute;
  top: 18px;
  left: 17px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 3px ridge #e7a800;
  border-radius: 50%;
  background: radial-gradient(circle, #fff9b8, #ffc900);
  box-shadow: var(--soft-shadow);
  font-size: 28px;
}

.feature-panel strong {
  display: block;
  margin-top: 12px;
  color: var(--red);
  font-style: italic;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 86px 1fr;
  align-items: stretch;
  gap: 14px;
}

.drama-panel {
  padding: 18px;
}

.drama-panel h2 {
  margin: -18px -18px 13px;
  padding: 8px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(#ef4c37, #ae0c06);
  font-family: var(--font-display);
  font-size: 27px;
  text-align: center;
}

.drama-panel.after h2 {
  background: linear-gradient(#30aa4e, #126d25);
}

.drama-panel ul,
.care-list,
.safety-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drama-panel li,
.care-list li,
.safety-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 700;
}

.drama-panel li::before {
  content: "×";
  position: absolute;
  left: 3px;
  color: var(--red);
  font-size: 23px;
  font-weight: 900;
}

.drama-panel.after li::before {
  content: "✓";
  color: var(--green);
}

.versus-badge {
  display: grid;
  place-items: center;
  align-self: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  border: 6px double var(--yellow);
  font-family: var(--font-display);
  font-size: 29px;
  font-style: italic;
  transform: rotate(-7deg);
}

.comparison-table-wrap {
  padding: 15px;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 15px;
}

.comparison-table th,
.comparison-table td {
  padding: 9px 12px;
  border: 1px solid #c3a879;
  text-align: center;
}

.comparison-table thead th {
  color: #fff;
  background: var(--navy);
  font-size: 17px;
}

.comparison-table tbody tr:nth-child(even) { background: #fff3cb; }
.table-bad { color: var(--red); font-weight: 900; }
.table-good { color: var(--green); font-weight: 900; }

.peace-chart {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.chart-row {
  display: grid;
  grid-template-columns: 190px 1fr 55px;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.chart-track {
  height: 24px;
  overflow: hidden;
  border: 1px solid #94713a;
  border-radius: 5px;
  background: #ead9b9;
}

.chart-bar {
  height: 100%;
  background: linear-gradient(#28b04d, #117024);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.chart-bar.danger { background: linear-gradient(#f14a35, #b40c06); }

.testimonial-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.testimonial-page-card {
  min-height: 225px;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 13px;
  padding: 15px;
}

.testimonial-page-card .testimonial-avatar {
  width: 95px;
  height: 108px;
  display: block;
  overflow: hidden;
  object-fit: cover;
  border: 2px solid #a47835;
  border-radius: 9px;
  box-shadow: var(--soft-shadow);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.avatar-rosa img { object-position: 58% 31%; transform: scale(1.85); transform-origin: 58% 31%; }
.avatar-carlos img { object-position: 50% 34%; }
.avatar-lupita img { object-position: 54% 34%; transform: scale(1.42); transform-origin: 54% 34%; }
.avatar-marta img { object-position: 50% 37%; transform: scale(1.12); transform-origin: 50% 37%; }
.avatar-jorge img { object-position: 52% 34%; transform: scale(1.28); transform-origin: 52% 34%; }
.avatar-elena img { object-position: 55% 39%; transform: scale(1.18); transform-origin: 55% 39%; }

.testimonial-page-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
}

.testimonial-page-card q {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.verified-badge {
  grid-column: 1 / -1;
  align-self: end;
  padding: 5px 8px;
  border: 1px solid #18712e;
  border-radius: 5px;
  color: #07581c;
  background: #dcf2cf;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 0;
  color: #fff;
  background: linear-gradient(#0a6dbd, #034184);
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 3;
  transition: transform .2s ease;
}

.faq-question[aria-expanded="true"] svg { transform: rotate(180deg); }

.faq-answer {
  margin: 0;
  padding: 16px 20px;
  border-top: 2px solid var(--yellow);
  color: #222;
  background: #fff7df;
  font-size: 17px;
  font-weight: 700;
}

.tracking-layout {
  display: grid;
  grid-template-columns: minmax(310px, .75fr) minmax(0, 1.25fr);
  gap: 16px;
}

.tracking-form-card,
.tracking-result {
  padding: 20px;
}

.tracking-form-card h2,
.tracking-result h2 {
  margin: 0 0 11px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 29px;
  font-style: italic;
}

.tracking-form label {
  display: block;
  margin-bottom: 7px;
  color: #073d8c;
  font-weight: 900;
}

.tracking-controls {
  display: flex;
}

.tracking-controls input {
  min-width: 0;
  flex: 1;
  padding: 11px;
  border: 2px inset #c6ad82;
  border-radius: 6px 0 0 6px;
}

.tracking-controls button {
  min-width: 118px;
  border-radius: 0 6px 6px 0;
}

.tracking-map {
  width: 100%;
  height: 210px;
  margin-top: 15px;
  object-fit: cover;
  border: 2px solid #a47a36;
  border-radius: 8px;
  filter: sepia(.15) saturate(.9);
}

.tracking-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0;
}

.tracking-stats div {
  padding: 10px;
  border: 1px solid #d4b47d;
  background: #fff5d3;
}

.tracking-stats dt {
  color: #073d8c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tracking-stats dd {
  margin: 3px 0 0;
  font-weight: 800;
}

.risk-low { color: var(--red); }

.tracking-update {
  margin: 10px 0 0;
  padding: 10px;
  border: 2px dashed #cf9000;
  background: #fff2a8;
  font-style: italic;
  font-weight: 800;
}

.tracking-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 16px;
  padding: 18px 10px;
}

.timeline-step {
  position: relative;
  padding: 38px 8px 0;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.timeline-step::before {
  content: "✓";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 2px var(--green);
  transform: translateX(-50%);
}

.timeline-step::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 100%;
  height: 4px;
  background: var(--green);
}

.timeline-step:last-child::before { content: "?"; background: var(--red); box-shadow: 0 0 0 2px var(--red); }
.timeline-step:last-child::after { display: none; }

.care-layout,
.story-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 16px;
}

.care-visual,
.story-visual {
  min-height: 410px;
  overflow: hidden;
}

.care-visual img,
.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.care-copy,
.story-card {
  padding: 20px;
}

.care-list li::before,
.safety-list li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--green);
  font-size: 21px;
  font-weight: 900;
}

.care-list li:last-child::before,
.safety-list li::before {
  content: "!";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 14px;
}

.warning-banner {
  margin-top: 15px;
  padding: 12px 15px;
  border: 3px double #bd160f;
  color: #8d0803;
  background: repeating-linear-gradient(-45deg, #ffe45f 0 12px, #fff19a 12px 24px);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.founder-quote {
  margin: 0 0 16px;
  padding: 18px;
  border-left: 8px solid var(--red);
  color: var(--navy);
  background: #fff0b9;
  font-family: Georgia, serif;
  font-size: clamp(22px, 2vw, 30px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.28;
}

.story-values,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.story-card,
.policy-card {
  padding: 18px;
}

.policy-card .policy-icon {
  display: block;
  margin-bottom: 8px;
  font-size: 38px;
}

.policy-legalese {
  margin-top: 16px;
  padding: 15px 18px;
  border: 2px dashed #b18943;
  background: #fff4c9;
  font-size: 13px;
  line-height: 1.35;
}

.safety-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.safety-panel {
  padding: 20px;
}

.safety-panel h2 {
  margin: 0 0 13px;
  color: var(--red-dark);
  font-family: var(--font-display);
  font-size: 28px;
  font-style: italic;
}

.safety-list li::before { top: 0; }

@media (max-width: 1000px) {
  .product-grid,
  .feature-grid,
  .testimonial-page-grid,
  .story-values,
  .policy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bundle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tracking-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .inner-main { padding: 12px 10px 20px; }
  .page-hero { grid-template-columns: 1fr; padding: 18px 15px; }
  .page-hero h1 { font-size: clamp(34px, 10vw, 47px); }
  .page-hero .mini-burst { display: none; }
  .product-grid,
  .bundle-grid,
  .feature-grid,
  .testimonial-page-grid,
  .story-values,
  .policy-grid,
  .care-layout,
  .story-layout,
  .safety-layout { grid-template-columns: 1fr; }
  .before-after { grid-template-columns: 1fr; }
  .versus-badge { margin: -4px auto; }
  .catalog-image { height: 180px; }
  .feature-panel { min-height: 0; }
  .testimonial-page-card { grid-template-columns: 82px 1fr; }
  .testimonial-page-card .testimonial-avatar { width: 82px; height: 98px; }
  .chart-row { grid-template-columns: 115px 1fr 40px; font-size: 13px; }
  .tracking-controls { display: grid; gap: 7px; }
  .tracking-controls input,
  .tracking-controls button { width: 100%; border-radius: 6px; }
  .tracking-stats { grid-template-columns: 1fr; }
  .tracking-timeline { grid-template-columns: 1fr; gap: 0; padding-left: 30px; }
  .timeline-step { min-height: 78px; padding: 8px 8px 8px 55px; text-align: left; }
  .timeline-step::before { top: 0; left: 16px; }
  .timeline-step::after { top: 15px; left: 14px; width: 4px; height: 100%; }
  .care-visual,
  .story-visual { min-height: 260px; }
}
