:root {
  --ink: #241d1b;
  --muted: #726663;
  --cream: #fffaf6;
  --paper: #ffffff;
  --peach: #f7b497;
  --coral: #ed755f;
  --coral-dark: #d95343;
  --rose: #fbe7df;
  --gold: #d6a35e;
  --line: rgba(62, 42, 36, 0.12);
  --shadow: 0 26px 70px rgba(93, 52, 38, 0.14);
  --soft-shadow: 0 14px 38px rgba(93, 52, 38, 0.1);
  --radius-lg: 32px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-style: italic; }
.brand small { margin-top: 4px; color: var(--coral-dark); font-size: 8px; font-weight: 800; letter-spacing: 0.28em; }
.brand-mark { width: 39px; height: 39px; display: inline-grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; fill: var(--coral); }
.brand-mark-smile { fill: none; stroke: white; stroke-linecap: round; stroke-width: 3; }
.brand-mark-eye { fill: white; }

.main-nav { display: flex; align-items: center; gap: 32px; color: #5e5350; font-size: 14px; font-weight: 650; }
.main-nav a { transition: color 160ms ease; }
.main-nav a:hover { color: var(--coral-dark); }

.header-action {
  padding: 11px 21px;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  transition: transform 160ms ease, background 160ms ease;
}
.header-action:hover { background: var(--coral-dark); transform: translateY(-1px); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 640px;
  margin: 8px auto 0;
  padding: 70px 76px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 88% 2%, rgba(255,255,255,.94), transparent 30%),
    linear-gradient(135deg, #fff0e9 0%, #fde7dc 49%, #f9d8c9 100%);
  border: 1px solid rgba(206, 127, 99, 0.12);
  border-radius: 44px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 610px; margin-bottom: 22px; font-size: clamp(52px, 6vw, 78px); line-height: .98; }
h1 em { color: var(--coral-dark); font-weight: 500; }
.hero-description { max-width: 560px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--coral-dark); box-shadow: 0 13px 25px rgba(194, 67, 52, .2); }
.button-secondary { background: rgba(255,255,255,.64); border: 1px solid rgba(71,48,42,.13); }
.hero-benefits { margin: 27px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; list-style: none; color: #685b57; font-size: 12px; font-weight: 700; }
.hero-benefits span { color: var(--coral-dark); }

.hero-art { min-height: 470px; position: relative; }
.glow { position: absolute; border-radius: 999px; filter: blur(2px); }
.glow-one { width: 300px; height: 300px; top: 60px; left: 80px; background: rgba(255,255,255,.68); }
.glow-two { width: 130px; height: 130px; right: 4px; bottom: 40px; background: rgba(244,169,137,.5); }
.print { margin: 0; position: absolute; padding: 12px 12px 17px; background: white; border-radius: 3px; box-shadow: var(--shadow); }
.print p { margin: 10px 0 0; text-align: center; color: #6b5d59; font-family: Georgia, serif; font-size: 11px; font-style: italic; }
.print-main { width: 265px; left: 120px; top: 42px; transform: rotate(4deg); z-index: 3; }
.print-photo { aspect-ratio: 4 / 5; position: relative; overflow: hidden; background: linear-gradient(#f8b597 0 45%, #eb896f 46% 58%, #417587 59%); }
.photo-sun { width: 59px; height: 59px; right: 28px; top: 45px; position: absolute; border-radius: 50%; background: #ffd895; box-shadow: 0 0 35px #ffd4a2; }
.photo-island { width: 310px; height: 145px; left: -30px; bottom: 62px; position: absolute; border-radius: 50% 55% 0 0; background: #4f4d43; clip-path: polygon(0 76%, 17% 53%, 37% 64%, 57% 25%, 72% 51%, 100% 67%, 100% 100%, 0 100%); }
.photo-water { left: 0; right: 0; bottom: 0; height: 65px; position: absolute; background: repeating-linear-gradient(175deg, rgba(255,255,255,.38) 0 2px, transparent 3px 11px); }
.print-left { width: 165px; left: 0; bottom: 27px; transform: rotate(-9deg); z-index: 4; }
.mini-grid { padding: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; background: #f7eee9; }
.mini-photo { aspect-ratio: 1 / 1.17; background: linear-gradient(145deg, #eba98b, #7b827b); }
.mini-two { background: linear-gradient(145deg, #9cbdc1, #eeac90); }
.mini-three { background: linear-gradient(145deg, #d7b081, #685b4a); }
.mini-four { background: linear-gradient(145deg, #e78673, #496f7b); }
.print-right { width: 122px; right: 0; bottom: 5px; transform: rotate(10deg); z-index: 5; }
.strip-grid { padding: 6px; display: grid; gap: 5px; background: #f6e2dc; }
.strip-photo { height: 55px; background: linear-gradient(145deg, #e9a68e, #64777d); }
.strip-two { background: linear-gradient(145deg, #85afb7, #f0c29d); }
.strip-three { background: linear-gradient(145deg, #d97766, #efe0c6); }
.strip-four { background: linear-gradient(145deg, #6e7970, #df9f86); }
.spark { position: absolute; color: white; text-shadow: 0 4px 16px rgba(145, 70, 47, .16); }
.spark-one { top: 27px; right: 49px; font-size: 33px; }
.spark-two { top: 110px; left: 28px; font-size: 18px; }
.spark-three { bottom: 76px; right: 128px; font-size: 23px; }

.product-section, .checkout-callout, .steps-section, .trust-section, footer { width: min(1180px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
.product-section { padding: 118px 0 106px; }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.section-heading h2, .steps-intro h2, .trust-section h2 { margin-bottom: 0; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.05; }
.section-heading > p { max-width: 420px; margin-bottom: 4px; color: var(--muted); line-height: 1.7; }
.catalog-toolbar { margin: -8px 0 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.catalog-filter { padding: 9px 15px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 750; transition: color 160ms ease, background 160ms ease, border-color 160ms ease; }
.catalog-filter:hover { color: var(--coral-dark); border-color: rgba(217,83,67,.3); }
.catalog-filter.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 8px 24px rgba(61, 42, 36, .045); transition: transform 180ms ease, box-shadow 180ms ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--soft-shadow); }
.product-featured { border-color: rgba(221, 104, 83, .32); }
.product-visual { height: 205px; display: grid; place-items: center; overflow: hidden; position: relative; background: #f6ede8; }
.product-visual.has-catalog-image { background: #f6f1ed; }
.product-visual.catalog-image-white { background: #fff; }
.product-catalog-image { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.visual-mini { background: linear-gradient(145deg, #f9ded2, #f5c9b6); }
.visual-sheet { width: 148px; padding: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; background: white; box-shadow: 0 14px 28px rgba(89,55,42,.14); transform: rotate(-4deg); }
.visual-sheet span { aspect-ratio: 1 / 1.17; background: linear-gradient(145deg, #dc7b67, #486d77); }
.visual-sheet span:nth-child(2) { background: linear-gradient(145deg, #efc193, #879d92); }
.visual-sheet span:nth-child(3) { background: linear-gradient(145deg, #688c93, #edab91); }
.visual-sheet span:nth-child(4) { background: linear-gradient(145deg, #d59f78, #635e55); }
.visual-strip { display: flex; gap: 9px; background: linear-gradient(145deg, #ddecef, #c3dde0); }
.visual-strip-paper { width: 52px; padding: 5px 5px 13px; display: grid; gap: 4px; background: white; box-shadow: 0 10px 22px rgba(55,73,76,.15); transform: rotate(-7deg); }
.visual-strip-paper.second { transform: rotate(6deg) translateY(7px); }
.visual-strip-paper span { height: 34px; background: linear-gradient(145deg, #7ba0a4, #eab294); }
.visual-strip-paper span:nth-child(even) { background: linear-gradient(145deg, #eb8d78, #ead7bb); }

.visual-keychain-sheet { width: 126px; height: 176px; padding: 8px; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr); gap: 5px; background: white; box-shadow: 0 12px 24px rgba(55,73,76,.16); transform: rotate(-3deg); }
.visual-keychain-sheet span { display: block; background: linear-gradient(145deg, #7ba0a4, #eab294); border: 1px solid rgba(72,55,49,.12); overflow: hidden; }
.visual-keychain-sheet span:nth-child(even) { background: linear-gradient(145deg, #eb8d78, #ead7bb); }
.visual-keychain-sheet.is-rectangular span { border-radius: 4px; }
.visual-keychain-sheet.is-round span { aspect-ratio: 1; border-radius: 50%; align-self: center; }
.visual-id { background: linear-gradient(145deg, #eae6df, #d9d5cd); }
.visual-id-sheet { width: 165px; padding: 8px; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; background: white; box-shadow: 0 12px 25px rgba(55,51,45,.13); transform: rotate(3deg); }
.visual-id-sheet span { height: 62px; position: relative; overflow: hidden; background: linear-gradient(#dce8ed 0 58%, #b7a296 59%); }
.visual-id-sheet span::before { content: ""; width: 18px; height: 18px; left: calc(50% - 9px); top: 12px; position: absolute; border-radius: 50%; background: #806e65; }
.visual-id-sheet span::after { content: ""; width: 32px; height: 23px; left: calc(50% - 16px); bottom: 5px; position: absolute; border-radius: 50% 50% 0 0; background: #806e65; }
.visual-postal { background: linear-gradient(145deg, #fae3ca, #edb992); }
.visual-postal-paper { width: 180px; padding: 8px; background: white; box-shadow: 0 13px 25px rgba(92,59,38,.16); transform: rotate(-3deg); }
.visual-postal-paper span { aspect-ratio: 3 / 2; display: block; position: relative; overflow: hidden; background: linear-gradient(#f0a278 0 47%, #496f76 48%); }
.visual-postal-paper span::after { content: ""; width: 210px; height: 65px; left: -20px; bottom: 12px; position: absolute; background: #555d4f; clip-path: polygon(0 100%, 0 70%, 20% 40%, 39% 72%, 61% 17%, 78% 58%, 100% 37%, 100% 100%); }
.visual-polaroid { background: linear-gradient(145deg, #f5dfd5, #e9c1b0); }
.visual-polaroid-pair { display: flex; gap: 12px; transform: rotate(-3deg); }
.visual-polaroid-pair span { width: 78px; height: 126px; display: block; background: linear-gradient(145deg, #da8c72 0 72%, white 72%); border: 7px solid white; border-bottom-width: 21px; box-shadow: 0 12px 24px rgba(84,55,45,.14); }
.visual-polaroid-pair span:nth-child(2) { background: linear-gradient(145deg, #75a0a7 0 72%, white 72%); transform: rotate(7deg) translateY(6px); }
.visual-large { background: linear-gradient(145deg, #e7d7c7, #c9aa8d); }
.visual-large-paper { width: 132px; padding: 8px; background: white; box-shadow: 0 14px 27px rgba(77,59,44,.17); transform: rotate(3deg); }
.visual-large-paper span { aspect-ratio: 4 / 5; display: block; position: relative; overflow: hidden; background: linear-gradient(#e7a37f 0 43%, #54727a 44%); }
.visual-large-paper span::after { content: ""; width: 180px; height: 75px; left: -23px; bottom: 20px; position: absolute; background: #595b4e; clip-path: polygon(0 100%, 0 70%, 22% 33%, 42% 67%, 65% 10%, 84% 57%, 100% 35%, 100% 100%); }
.product-content { padding: 24px 22px 22px; }
.product-label { margin-bottom: 10px; display: inline-block; color: var(--coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-content h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.product-content p { min-height: 63px; margin-bottom: 14px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.product-details { min-height: 38px; margin-bottom: 14px; padding-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.product-format { padding: 5px 8px; color: var(--muted); background: #f7f0ec; border-radius: 7px; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.product-price { color: var(--ink); font-size: 12px; }
.product-link { padding: 0; color: var(--coral-dark); background: none; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; }
.catalog-loading, .catalog-empty { min-height: 260px; grid-column: 1 / -1; display: grid; place-items: center; align-content: center; text-align: center; color: var(--muted); background: rgba(255,255,255,.55); border: 1px dashed rgba(78,56,49,.16); border-radius: var(--radius-md); }
.catalog-loading span { width: 29px; height: 29px; border: 3px solid #f2d1c3; border-top-color: var(--coral-dark); border-radius: 50%; animation: catalog-spin .8s linear infinite; }
.catalog-loading p { margin: 12px 0 0; font-size: 12px; font-weight: 700; }
.catalog-empty h3 { margin-bottom: 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.catalog-empty p { margin: 0; font-size: 13px; }
.catalog-error { border-color: rgba(207,88,76,.28); }
@keyframes catalog-spin { to { transform: rotate(360deg); } }

.checkout-callout { margin-bottom: 24px; padding: 34px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #f7e9e2; border: 1px solid rgba(111,70,57,.08); border-radius: 28px; }
.checkout-callout h2 { margin: 0 0 9px; font-family: Georgia, serif; font-size: clamp(28px, 3.2vw, 42px); font-weight: 500; letter-spacing: -.03em; }
.checkout-callout p:last-child { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.6; }
.checkout-callout .button { flex: 0 0 auto; }

.steps-section { padding: 92px 76px; display: grid; grid-template-columns: .84fr 1.16fr; gap: 80px; background: var(--ink); border-radius: 38px; color: white; }
.steps-intro .eyebrow { color: var(--peach); }
.steps-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 32px 40px; list-style: none; }
.steps-list li { display: grid; grid-template-columns: auto 1fr; gap: 16px; }
.steps-list li > span { color: var(--peach); font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.steps-list h3 { margin-bottom: 6px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.steps-list p { margin: 0; color: #c9bfbc; font-size: 13px; line-height: 1.55; }

.trust-section { margin-top: 90px; padding: 52px 60px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; background: #f7e9e2; border: 1px solid rgba(111,70,57,.08); border-radius: 30px; }
.trust-icon { width: 76px; height: 76px; display: grid; place-items: center; background: white; border-radius: 22px; box-shadow: var(--soft-shadow); }
.trust-icon svg { width: 43px; fill: none; stroke: var(--coral-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.trust-section h2 { max-width: 680px; margin-bottom: 12px; font-size: clamp(30px, 3.3vw, 45px); }
.trust-section > div:nth-child(2) > p:last-child { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.65; }
.system-status { padding: 12px 16px; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; background: rgba(255,255,255,.72); border: 1px solid rgba(75,55,48,.08); border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 750; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #d7a44c; box-shadow: 0 0 0 4px rgba(215,164,76,.13); }
.system-status.is-ready .status-dot { background: #4fa56b; box-shadow: 0 0 0 4px rgba(79,165,107,.13); }
.system-status.is-error .status-dot { background: #cf584c; box-shadow: 0 0 0 4px rgba(207,88,76,.13); }

footer { min-height: 145px; padding: 42px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 90px; font-size: 12px; }
.version { color: #a0928d; }
.toast { max-width: min(420px, calc(100% - 32px)); padding: 14px 18px; position: fixed; left: 50%; bottom: 24px; z-index: 20; color: white; background: var(--ink); border-radius: 14px; box-shadow: var(--shadow); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero { padding: 58px 46px; grid-template-columns: 1fr; }
  .hero-art { width: min(480px, 100%); margin: 0 auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .steps-section { grid-template-columns: 1fr; gap: 50px; }
  .trust-section { grid-template-columns: auto 1fr; }
  .system-status { grid-column: 2; justify-self: start; }
}

@media (max-width: 650px) {
  .site-header, .hero, .product-section, .checkout-callout, .steps-section, .trust-section, footer { width: min(100% - 24px, 1180px); }
  .site-header { height: 72px; }
  .header-action { padding: 10px 16px; }
  .hero { min-height: 0; padding: 44px 24px 32px; border-radius: 28px; }
  h1 { font-size: clamp(45px, 14vw, 61px); }
  .hero-description { font-size: 15px; }
  .button { width: 100%; }
  .hero-benefits { gap: 10px 17px; }
  .hero-art { min-height: 375px; transform: scale(.86); transform-origin: top center; margin-bottom: -54px; }
  .print-main { left: 26%; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .product-section { padding: 82px 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-content p { min-height: auto; }
  .checkout-callout { padding: 29px 24px; align-items: stretch; flex-direction: column; }
  .steps-section { padding: 58px 28px; border-radius: 28px; }
  .steps-list { grid-template-columns: 1fr; }
  .trust-section { padding: 36px 25px; grid-template-columns: 1fr; }
  .system-status { grid-column: 1; }
  footer { margin-top: 66px; flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* V0.17.0-R3 — identidad oficial Smile Print Shop y hero con productos reales */
:root {
  --brand-blue: #0b63ce;
  --brand-blue-dark: #084eaa;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--brand-blue-dark);
}

.hero {
  grid-template-columns: .96fr 1.04fr;
  background:
    radial-gradient(circle at 87% 4%, rgba(255,255,255,.96), transparent 29%),
    radial-gradient(circle at 70% 62%, rgba(11,99,206,.055), transparent 31%),
    linear-gradient(135deg, #fff1ea 0%, #fde7dc 52%, #f8d8ca 100%);
}

.hero-art {
  min-height: 510px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-products-image {
  width: 116%;
  max-width: 690px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  transform: translateX(-2%);
  filter: drop-shadow(0 24px 28px rgba(74, 47, 38, .16));
}

.catalog-filter.is-active {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}

.trust-icon svg {
  stroke: var(--brand-blue);
}

@media (max-width: 980px) {
  .hero-art {
    min-height: 0;
    width: min(620px, 100%);
    margin: 18px auto -18px;
  }
  .hero-products-image {
    width: 108%;
    max-width: 650px;
    transform: none;
  }
}

@media (max-width: 650px) {
  .site-header {
    gap: 12px;
  }
  .header-action {
    padding: 10px 13px;
    font-size: 11px;
  }
  .hero {
    padding: 38px 22px 18px;
  }
  .hero-art {
    margin: 20px auto -4px;
    transform: none;
  }
  .hero-products-image {
    width: 114%;
    margin-left: -7%;
    filter: drop-shadow(0 17px 20px rgba(74, 47, 38, .14));
  }
}


/* V0.17.0-R4 — pulido responsive móvil aprobado */
.mobile-order-bar {
  display: none;
}

@media (max-width: 650px) {
  .site-header {
    height: 68px;
    gap: 10px;
  }

  .header-action {
    min-width: 126px;
    padding: 10px 13px;
    text-align: center;
    font-size: 11px;
  }

  .hero {
    min-height: 0;
    padding: 27px 20px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy > .eyebrow {
    grid-row: 1;
    margin-bottom: 11px;
    font-size: 10px;
    letter-spacing: .15em;
  }

  .hero-copy > h1 {
    grid-row: 2;
    margin: 0 0 10px;
    font-size: clamp(39px, 11vw, 48px);
    line-height: .96;
  }

  .hero-art {
    grid-row: 3;
    width: 100%;
    min-height: 0;
    margin: -4px auto -10px;
  }

  .hero-products-image {
    width: min(94%, 360px);
    max-width: 360px;
    margin: 0 auto;
    transform: none;
    filter: drop-shadow(0 15px 18px rgba(74, 47, 38, .13));
  }

  .hero-copy > .hero-description {
    grid-row: 4;
    margin: 0 0 17px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-copy > .hero-actions {
    grid-row: 5;
    gap: 8px;
  }

  .hero-copy > .hero-benefits {
    grid-row: 6;
    margin-top: 17px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    font-size: 9.5px;
    line-height: 1.25;
  }

  .hero-copy > .hero-benefits li {
    white-space: nowrap;
  }

  .button {
    min-height: 47px;
  }

  .product-section {
    padding: 62px 0 76px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .catalog-toolbar {
    margin-bottom: 22px;
    gap: 8px;
  }

  .catalog-filter {
    padding: 9px 14px;
  }

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

  .product-card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
  }

  .product-visual {
    height: 148px;
  }

  .product-content {
    padding: 15px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .product-label {
    margin-bottom: 7px;
    font-size: 7px;
    letter-spacing: .1em;
  }

  .product-content h3 {
    min-height: 42px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.15;
  }

  .product-content p {
    min-height: 35px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
  }

  .product-details {
    min-height: 32px;
    margin-top: auto;
    margin-bottom: 10px;
    padding-top: 8px;
    gap: 7px;
  }

  .product-format {
    padding: 4px 6px;
    font-size: 8px;
  }

  .product-price {
    font-size: 10px;
    text-align: right;
  }

  .product-link {
    font-size: 10.5px;
  }

  .mobile-order-bar {
    min-height: 62px;
    padding: 10px 13px 10px 16px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: white;
    background: var(--coral-dark);
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(78, 37, 31, .27);
    opacity: 0;
    pointer-events: none;
    transform: translateY(86px);
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .mobile-order-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-order-bar-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .mobile-order-bar small {
    overflow: hidden;
    color: rgba(255,255,255,.82);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-order-bar strong {
    font-size: 14px;
    line-height: 1.2;
  }

  .mobile-order-arrow {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: grid;
    place-items: center;
    color: var(--brand-blue-dark);
    background: white;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
  }

  body.has-mobile-order-bar {
    padding-bottom: 84px;
  }
}

@media (max-width: 370px) {
  .site-header {
    gap: 7px;
  }

  .header-action {
    min-width: 116px;
    padding: 9px 10px;
    font-size: 10px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .hero-copy > .hero-benefits {
    grid-template-columns: 1fr;
    gap: 5px;
  }

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

  .product-visual {
    height: 190px;
  }

  .product-content h3 {
    min-height: auto;
    font-size: 21px;
  }

  .product-content p {
    min-height: auto;
    -webkit-line-clamp: 3;
    font-size: 12px;
  }
}
