:root {
  --bg: #f3ede3;
  --bg-soft: #fbf8f2;
  --ink: #100f0f;
  --ink-2: #1f1b1a;
  --muted: #6c635a;
  --muted-2: #978b7e;
  --line: rgba(16,15,15,.1);
  --line-light: rgba(255,255,255,.12);
  --white: #fffdf8;
  --red: #a61f25;
  --red-2: #cf474b;
  --red-soft: #d87572;
  --shadow: 0 28px 76px rgba(21,18,14,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, "Segoe UI", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { padding: 0; border: 0; background: none; cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(100% - 64px, 1440px); margin: 0 auto; }
.section-light { position: relative; background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }
.section-dark { position: relative; color: var(--white); background: var(--ink); }

.page-progress { position: fixed; inset: 0 auto auto 0; z-index: 130; width: 100%; height: 2px; background: rgba(255,255,255,.06); }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--red), #da5759); transition: width .15s linear; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 90; width: 100%;
  border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-solid {
  background: rgba(14,13,13,.9);
  backdrop-filter: blur(16px);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 10px 32px rgba(0,0,0,.14);
}
.header-inner {
  width: min(100% - 64px, 1440px); margin: 0 auto; min-height: 86px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: auto; height: 62px; object-fit: contain; }

.nav {
  display: flex; align-items: center; gap: clamp(16px, 1.7vw, 28px);
  color: rgba(255,255,255,.86); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.nav > a { position: relative; padding: 8px 0; }
.nav > a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--white); transition: width .28s ease; }
.nav > a:hover::after, .nav > a:focus-visible::after { width: 100%; }

.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 50px; padding: 0 22px; border-radius: 999px;
  font-size: 13px; letter-spacing: .06em; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.nav-cta, .button-primary {
  color: var(--white); background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 16px 40px rgba(102,16,18,.24);
}
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.button-ghost { color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.07); }
.button-large { min-width: 210px; }

.menu-button { display: none; width: 42px; height: 42px; color: var(--white); }
.menu-button span { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; }

.hero {
  width: 100vw; max-width: none; min-height: 100svh; padding: 136px 0 88px; overflow: hidden; background: #100f0f;
}
.hero-media {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); overflow: hidden;
}
.hero-media img, .hero-overlay { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%; min-width: 100%; min-height: 100%; object-fit: cover; object-position: center center;
  transform: scale(1.035);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10,9,9,.88) 0%, rgba(10,9,9,.74) 34%, rgba(10,9,9,.32) 58%, rgba(10,9,9,.58) 100%),
    linear-gradient(180deg, rgba(10,9,9,.12), rgba(10,9,9,.5));
}
.hero-grid {
  position: relative; z-index: 2; min-height: calc(100vh - 224px); display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.42fr); gap: clamp(32px,5vw,84px); align-items: end;
}
.eyebrow, .section-index, .hero-card-kicker, .model-kicker, .contact-note span, .dialog-kicker, .site-footer {
  text-transform: uppercase; letter-spacing: .18em;
}
.eyebrow { margin: 0 0 24px; display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); font-size: 11px; }
.eyebrow span { width: 32px; height: 1px; background: var(--red); }
.hero h1, .hero-card h2, .story-head h2, .section-head h2, .quote-card blockquote, .product-meta h3, .product-wide-copy h3, .model-copy h3, .support-card h3, .process-card h3, .finale h2, .dialog h2 {
  margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", "Noto Serif SC", "Songti SC", "STSong", serif; font-weight: 500; letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(58px, 6vw, 100px); line-height: 1.02; }
.hero h1 em, .story-head h2 em, .finale h2 em { color: var(--red-soft); font-style: normal; }
.hero-intro, .story-copy p, .section-copy, .quote-card p, .product-meta p, .product-wide-copy p, .model-copy p, .support-card p, .process-card p, .finale p, .contact-note p, .dialog-copy, .success-state > p:last-of-type {
  font-size: 16px; line-height: 1.95;
}
.hero-intro { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.76); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-codes { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-codes span { padding: 11px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.74); font-size: 11px; letter-spacing: .16em; }

.hero-card {
  padding: 28px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px); box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.hero-card-kicker { color: #d6b8b6; font-size: 10px; }
.hero-card h2 { margin-top: 14px; font-size: 38px; line-height: 1.14; }
.hero-card > p:nth-of-type(2) { margin: 14px 0 20px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }
.quick-form { display: grid; gap: 16px; }
.quick-form label span, .dialog label > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.72); font-size: 12px; }
.quick-form input, .dialog input, .dialog select, .dialog textarea {
  width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; background: transparent; color: var(--white);
}
.quick-form input::placeholder, .dialog input::placeholder, .dialog textarea::placeholder { color: rgba(255,255,255,.38); }
.quick-form input:focus, .dialog input:focus, .dialog select:focus, .dialog textarea:focus { border-color: rgba(255,255,255,.78); }
.quick-form small { color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.7; }

.marquee-band { width: 100%; overflow: hidden; background: #141111; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.marquee-track {
  display: flex; width: max-content; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .24em; text-transform: uppercase;
  animation: marquee-right-to-left 24s linear infinite; will-change: transform;
}
.marquee-group { display: flex; flex-shrink: 0; align-items: center; gap: 34px; min-width: max-content; padding: 16px 17px; }
.marquee-group span { white-space: nowrap; }
.marquee-group span::after { content: "•"; margin-left: 34px; color: var(--red-soft); }
@keyframes marquee-right-to-left { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

.story-section, .products-section, .model-section, .support-section, .process-section, .faq-section, .finale { padding: 126px 0; }
.story-head, .section-head, .finale-grid {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.72fr); gap: clamp(28px,4vw,72px); align-items: end;
}
.section-index { margin: 0 0 20px; color: var(--red); font-size: 11px; }
.section-index.light { color: #d79c99; }
.story-head h2, .section-head h2, .finale h2 { font-size: clamp(40px, 4.5vw, 74px); line-height: 1.15; }
.story-copy, .section-copy { color: var(--muted); }
.light-copy { color: rgba(255,255,255,.68); }

.story-grid {
  margin-top: 38px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 18px; align-items: stretch;
}
.story-image, .quote-card, .product-card, .product-wide, .model-photo, .model-copy, .support-card, .process-card, .faq-item, .contact-note {
  box-shadow: var(--shadow);
}
.story-image { min-height: 520px; overflow: hidden; }
.story-image img, .product-card img, .product-wide-image img, .model-photo img { width: 100%; height: 100%; object-fit: cover; }
.quote-card {
  padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.92); display: flex; flex-direction: column; justify-content: center;
}
.quote-card span, .product-meta span, .product-wide-copy span, .support-card span, .process-card span, .contact-note span, .dialog-kicker {
  display: inline-block; color: var(--red); font-size: 10px;
}
.quote-card blockquote { margin: 18px 0 16px; font-size: clamp(32px, 3vw, 48px); line-height: 1.22; }
.quote-card p { margin: 0; color: var(--muted); }

.product-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.92); }
.product-card img { aspect-ratio: 4 / 5; }
.product-meta { padding: 24px; }
.product-meta h3 { margin-top: 14px; font-size: 34px; line-height: 1.16; }
.product-meta p { margin: 12px 0 0; color: var(--muted); }
.product-wide {
  grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.92);
}
.product-wide-image { min-height: 360px; }
.product-wide-copy { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.product-wide-copy h3 { margin-top: 14px; font-size: clamp(34px, 3vw, 46px); line-height: 1.15; }
.product-wide-copy p { margin: 16px 0 0; color: var(--muted); }

.model-section { background: radial-gradient(circle at 14% 18%, rgba(166,31,37,.2), transparent 24%), linear-gradient(180deg, #111010, #151212); }
.model-grid { margin-top: 36px; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(320px,.94fr); gap: 18px; align-items: stretch; }
.model-photo { min-height: 620px; overflow: hidden; }
.model-copy { padding: 30px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.model-kicker { color: #d5a29e; font-size: 10px; }
.model-copy h3 { margin-top: 14px; font-size: clamp(36px, 3.4vw, 50px); line-height: 1.12; }
.model-copy p { margin: 16px 0 0; color: rgba(255,255,255,.72); }
.model-copy ul { margin: 20px 0 0; padding: 0; list-style: none; }
.model-copy li { position: relative; padding: 12px 0 12px 18px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); font-size: 14px; }
.model-copy li::before { content: ""; position: absolute; left: 0; top: 1.35em; width: 7px; height: 7px; border-radius: 50%; background: var(--red); transform: translateY(-50%); }
.model-note {
  margin-top: 20px; padding: 20px 22px; display: flex; gap: 16px; align-items: baseline; border-top: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.02); color: rgba(255,255,255,.72);
}
.model-note strong { color: #e2b3b0; font-size: 14px; letter-spacing: .08em; }
.model-note p { margin: 0; font-size: 14px; line-height: 1.8; }

.support-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-card { padding: 28px 24px; border: 1px solid var(--line); background: rgba(255,255,255,.92); }
.support-card h3, .process-card h3 { margin-top: 14px; font-size: 30px; line-height: 1.18; }
.support-card p { margin: 12px 0 0; color: var(--muted); }

.process-section { background: linear-gradient(180deg, #100f0f, #171313); }
.process-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { padding: 26px 24px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.process-card h3 { color: var(--white); }
.process-card p { margin: 12px 0 0; color: rgba(255,255,255,.64); }

.faq-list { margin-top: 36px; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); background: rgba(255,255,255,.92); overflow: hidden; }
.faq-item > button { width: 100%; min-height: 80px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; }
.faq-item > button span { font-family: "Iowan Old Style", "Palatino Linotype", "Noto Serif SC", "Songti SC", "STSong", serif; font-size: 24px; line-height: 1.25; }
.faq-item > button i { font-style: normal; color: var(--red); font-size: 26px; transition: transform .22s ease; }
.faq-item.open > button i { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 15px; line-height: 1.9; }

.finale { padding-bottom: 38px; background: radial-gradient(circle at 16% 18%, rgba(166,31,37,.22), transparent 25%), linear-gradient(180deg,#0f0d0d,#151212); }
.finale p { max-width: 620px; margin-top: 18px; color: rgba(255,255,255,.68); }
.finale-actions { display: grid; gap: 18px; justify-items: start; }
.contact-note { padding: 22px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.contact-note p { margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.7; }
.site-footer { margin-top: 72px; padding-top: 22px; display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.48); font-size: 10px; }
.footer-logo { height: 44px; }

.floating-cta {
  position: fixed; right: 20px; bottom: 22px; z-index: 70; min-width: 132px; height: 52px; padding: 0 18px;
  display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; color: var(--white);
  background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 16px 40px rgba(85,9,12,.28);
}
.floating-cta i { font-style: normal; }

.dialog-backdrop { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 20px; background: rgba(7,7,7,.74); backdrop-filter: blur(14px); animation: fade-in .2s ease both; }
.dialog { position: relative; width: min(100%, 650px); max-height: calc(100vh - 40px); overflow: auto; padding: 44px 38px 32px; background: linear-gradient(180deg, #faf6f0, #efe5d7); box-shadow: 0 40px 120px rgba(0,0,0,.34); }
.dialog-close { position: absolute; right: 14px; top: 12px; width: 40px; height: 40px; color: #746b61; font-size: 28px; }
.dialog-kicker { color: var(--red); font-size: 10px; }
.dialog h2 { margin-top: 12px; font-size: 38px; }
.dialog-copy { margin: 14px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.dialog label > span { color: #6f675e; }
.dialog input, .dialog select, .dialog textarea { color: var(--ink); border-bottom: 1px solid #c9bdad; }
.dialog select { min-height: 45px; }
.dialog textarea { resize: vertical; }
.full { grid-column: 1 / -1; }
.form-submit { width: 100%; margin-top: 8px; }
.dialog small { color: #92877b; }
.success-state { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state > span { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); }
.success-state > p:first-of-type { margin: 0 0 10px; color: var(--red); font-size: 10px; letter-spacing: .18em; }
.success-state > p:last-of-type { max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
@keyframes fade-in { from { opacity: 0; } }


/* Premium hover interactions: images, brand card, support cards and process cards */
.story-image,
.quote-card,
.product-card,
.product-wide,
.model-photo,
.support-card,
.process-card {
  position: relative;
  isolation: isolate;
  transition:
    opacity .8s ease,
    transform .62s cubic-bezier(.22,.61,.36,1),
    box-shadow .62s ease,
    border-color .48s ease,
    background-color .48s ease;
  will-change: transform;
}

.story-image img,
.product-card img,
.product-wide-image img,
.model-photo img {
  transition:
    transform 1s cubic-bezier(.22,.61,.36,1),
    filter .8s ease;
  transform-origin: center center;
  will-change: transform;
}

.story-image::after,
.product-wide-image::after,
.model-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255,255,255,.08) 48%, transparent 76%);
  transform: translateX(-28%);
  transition: opacity .55s ease, transform 1s cubic-bezier(.22,.61,.36,1);
}

.product-wide-image {
  position: relative;
  overflow: hidden;
}

.quote-card blockquote,
.quote-card > span,
.support-card > span,
.support-card h3,
.process-card > span,
.process-card h3 {
  transition:
    transform .48s cubic-bezier(.22,.61,.36,1),
    color .35s ease,
    letter-spacing .35s ease;
}

.support-card,
.process-card {
  overflow: hidden;
}

.support-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--red), var(--red-2));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}

.process-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 22% 20%, rgba(207,71,75,.2), transparent 42%);
  transform: scale(.86);
  transition: opacity .55s ease, transform .7s cubic-bezier(.22,.61,.36,1);
}

@media (hover: hover) and (pointer: fine) {
  .story-image:hover,
  .product-card:hover,
  .product-wide:hover,
  .model-photo:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 86px rgba(21,18,14,.18);
  }

  .story-image:hover img,
  .product-card:hover img,
  .product-wide:hover .product-wide-image img,
  .model-photo:hover img {
    transform: scale(1.045);
    filter: brightness(1.045) contrast(1.025) saturate(1.025);
  }

  .story-image:hover::after,
  .product-wide:hover .product-wide-image::after,
  .model-photo:hover::after {
    opacity: 1;
    transform: translateX(28%);
  }

  .quote-card:hover {
    transform: translateY(-6px);
    border-color: rgba(166,31,37,.18);
    background: rgba(255,253,248,.98);
    box-shadow: 0 34px 82px rgba(34,24,20,.14);
  }

  .quote-card:hover blockquote {
    transform: translateX(6px);
  }

  .quote-card:hover > span {
    color: var(--red-2);
    letter-spacing: .08em;
  }

  .support-card:hover {
    transform: translateY(-8px);
    border-color: rgba(166,31,37,.16);
    background: #fffdfa;
    box-shadow: 0 28px 64px rgba(31,24,20,.13);
  }

  .support-card:hover::after {
    transform: scaleX(1);
  }

  .support-card:hover > span {
    color: var(--red-2);
    transform: translateY(-2px);
  }

  .support-card:hover h3 {
    transform: translateX(4px);
  }

  .process-card:hover {
    transform: translateY(-7px);
    border-color: rgba(207,71,75,.42);
    background: rgba(255,255,255,.065);
    box-shadow: 0 28px 72px rgba(0,0,0,.34);
  }

  .process-card:hover::before {
    opacity: 1;
    transform: scale(1);
  }

  .process-card:hover > span {
    color: #e36a6d;
    transform: translateY(-2px);
  }

  .process-card:hover h3 {
    color: #fffdf8;
    transform: translateX(4px);
  }
}
[hidden] { display: none !important; }

@media (max-width: 1180px) {
  .hero-grid, .story-head, .section-head, .story-grid, .model-grid, .finale-grid { grid-template-columns: 1fr; }
  .support-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .product-wide { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
}

@media (max-width: 900px) {
  .header-inner { width: calc(100% - 32px); min-height: 74px; }
  .brand-logo { height: 54px; }
  .menu-button { display: block; z-index: 3; }
  .nav { display: none; position: absolute; top: 100%; left: 16px; right: 16px; padding: 18px; flex-direction: column; align-items: stretch; gap: 10px; border: 1px solid rgba(255,255,255,.08); background: rgba(13,12,12,.97); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
  .nav.nav-open { display: flex; }
  .hero { padding-top: 114px; }
  .hero-media img { object-position: 66% center; }
  .product-grid, .support-grid, .process-grid, .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .header-inner { width: calc(100% - 32px); }
  .hero, .story-section, .products-section, .model-section, .support-section, .process-section, .faq-section, .finale { padding-top: 88px; padding-bottom: 88px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(42px,12vw,62px); }
  .hero-intro, .story-copy p, .section-copy, .quote-card p, .product-meta p, .product-wide-copy p, .model-copy p, .support-card p, .process-card p, .finale p, .contact-note p, .dialog-copy, .success-state > p:last-of-type { font-size: 15px; }
  .story-head h2, .section-head h2, .finale h2, .dialog h2 { font-size: clamp(34px,9vw,48px); }
  .story-image, .model-photo { min-height: 420px; }
  .hero-card, .quote-card, .product-meta, .product-wide-copy, .model-copy, .support-card, .process-card, .dialog { padding: 22px; }
  .product-meta h3, .product-wide-copy h3, .model-copy h3 { font-size: 30px; }
  .faq-item > button span { font-size: 20px; }
  .floating-cta { left: 16px; right: 16px; bottom: 14px; width: auto; }
  .site-footer { margin-bottom: 54px; }
}

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

/* CMS cooperation pause state */
.hero-paused-line {
  height: 1px;
  margin: 20px 0;
  background: rgba(255,255,255,.12);
}
.paused-card-button { width: 100%; }
.paused-dialog { width: min(100%, 620px); }
.paused-symbol {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(166,31,37,.18);
  border-radius: 50%;
  color: var(--red);
  background: rgba(166,31,37,.08);
  font-size: 27px;
}
.paused-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0 18px;
}
.paused-grid article {
  padding: 17px;
  border: 1px solid rgba(16,15,15,.07);
  background: rgba(255,255,255,.58);
}
.paused-grid span {
  color: var(--red);
  font-size: 11px;
  letter-spacing: .12em;
}
.paused-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.paused-note {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.paused-confirm { min-width: 150px; }
#footer-contact:empty { display: none; }

@media (max-width: 640px) {
  .paused-grid { grid-template-columns: 1fr; }
}


/* Privacy and resilient form details */
.privacy-consent { display:flex; align-items:flex-start; gap:10px; font-size:12px; line-height:1.6; color:rgba(255,255,255,.68); }
.privacy-consent input { width:16px; height:16px; margin-top:2px; accent-color:#c92e37; flex:0 0 auto; }
.privacy-consent a, .footer-privacy { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.dialog-consent { color:#6f6460; margin-top:16px; }
.footer-privacy { opacity:.72; }
.privacy-page { min-height:100vh; background:#f4efe7; color:#171414; padding:100px 24px; }
.privacy-document { width:min(860px,100%); margin:0 auto; background:#fff; padding:clamp(32px,6vw,72px); box-shadow:0 24px 80px rgba(45,31,24,.09); }
.privacy-document h1 { font-size:clamp(38px,6vw,72px); margin:0 0 24px; }
.privacy-document h2 { font-size:24px; margin:38px 0 12px; }
.privacy-document p,.privacy-document li { color:#625752; line-height:1.9; }
.privacy-back { display:inline-block; margin-bottom:38px; color:#a61f25; }
