:root {
  --bg: #f7f8fb;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --text: #141a26;
  --muted: #667085;
  --line: rgba(20, 26, 38, 0.08);
  --accent: #d6a654;
  --accent-dark: #a6772c;
  --blue: #2f7df6;
  --wb-pink: #d31996;
  --wb-purple: #7d2ae8;
  --shadow: 0 20px 50px -32px rgba(31, 41, 55, 0.22);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(214, 166, 84, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(47, 125, 246, 0.1), transparent 28%),
    var(--bg);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.container,
.hero,
.hero__content,
.hero__copy,
.hero-calculator,
.calculator-shell,
.calculator,
.request-form {
  min-width: 0;
  max-width: 100%;
}

.site-switch-banner {
  position: relative;
  z-index: 4;
  padding: 12px 0;
  background: linear-gradient(90deg, rgba(20, 26, 38, 0.96), rgba(48, 33, 84, 0.96));
  color: #f8fafc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-switch-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-switch-banner p {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(248, 250, 252, 0.9);
}

.site-switch-banner strong {
  color: #ffffff;
}

.site-switch-banner__link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #efc76d);
  color: #1b2230;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 30px -22px rgba(214, 166, 84, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-switch-banner__link:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 18px 34px -22px rgba(214, 166, 84, 0.92);
}

.section {
  padding: 88px 0;
}

.section--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(243, 246, 251, 0.92));
}

.section__head {
  max-width: 760px;
  margin-bottom: 32px;
}

.section__head--left {
  margin-bottom: 0;
}

.section__eyebrow,
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(214, 166, 84, 0.22);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  letter-spacing: -0.04em;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 24px 0 40px;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

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

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(247, 248, 251, 0.96) 0%, rgba(247, 248, 251, 0.9) 36%, rgba(247, 248, 251, 0.56) 62%, rgba(247, 248, 251, 0.74) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.2));
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
}

.hero__content--split {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.84fr);
  align-items: start;
  gap: 28px;
}

.hero__copy {
  position: relative;
  display: grid;
  gap: 20px;
  min-width: 0;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 6.2vw, 72px);
  line-height: 0.96;
}

.hero__lead,
.section__head p,
.info-card p,
.size-card p,
.step-card p,
.faq-item p,
.total-box__label,
.request-form__note,
.field span {
  color: var(--muted);
}

.hero__lead {
  max-width: 660px;
  font-size: 19px;
  line-height: 1.75;
}

.hero__marketplace-badge {
  display: grid;
  gap: 8px;
  width: fit-content;
  max-width: 540px;
  margin-top: 10px;
  padding: 16px 18px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, var(--wb-pink), var(--wb-purple));
  box-shadow: 0 18px 48px -28px rgba(125, 42, 232, 0.48);
}

.hero__marketplace-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
}

.hero__marketplace-badge strong {
  font-size: 18px;
  line-height: 1.32;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 18px;
}

.hero__gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 40px -28px rgba(31, 41, 55, 0.28);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

.hero__gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.gallery-lightbox.is-hidden {
  display: none;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 14, 22, 0.92);
}

.gallery-lightbox__stage {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
}

.gallery-lightbox__stage img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 36px);
  border-radius: 8px;
  box-shadow: 0 28px 60px -30px rgba(0, 0, 0, 0.55);
  user-select: none;
  -webkit-user-drag: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, #182234, #d6a654);
  box-shadow: 0 18px 44px -24px rgba(214, 166, 84, 0.45);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(20, 26, 38, 0.08);
  box-shadow: var(--shadow);
}

.hero__mirror {
  display: none;
}

.sizes-grid,
.steps-grid {
  display: grid;
  gap: 12px;
}

.sizes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.size-card,
.step-card,
.calculator-shell,
.faq-item,
.cta-section__inner {
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.info-card,
.size-card,
.step-card {
  padding: 24px;
}

.info-card h3,
.size-card__diameter,
.step-card h3,
.request-form h3 {
  font-size: 22px;
  line-height: 1.08;
}

.info-card p,
.size-card p,
.step-card p,
.faq-item p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
}

.benefits-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 16px;
  align-items: start;
}

.benefit-row,
.benefit-highlight {
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.benefit-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
}

.benefit-row__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(211, 25, 150, 0.1), rgba(125, 42, 232, 0.14));
  color: var(--wb-purple);
  font-size: 16px;
  font-weight: 800;
}

.benefit-row__content h3,
.benefit-highlight strong {
  font-size: 22px;
  line-height: 1.08;
}

.benefit-row__content p,
.benefit-highlight p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.benefit-highlight {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(28, 39, 61, 0.98));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 50px -32px rgba(9, 12, 19, 0.8);
}

.benefit-highlight span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(47, 125, 246, 0.12), rgba(214, 166, 84, 0.14));
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefit-highlight strong {
  display: block;
  margin-top: 0;
  text-align: center;
  align-self: center;
  max-width: 260px;
  color: #ffffff;
}

.benefit-highlight p {
  margin-top: 12px;
  text-align: center;
  color: rgba(226, 232, 240, 0.82);
}

.benefit-highlight__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  margin-left: 0;
  padding: 0 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.18));
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.benefit-highlight__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px -22px rgba(7, 10, 18, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.24));
}

.size-card__diameter {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(214, 166, 84, 0.12);
  color: var(--accent-dark);
  font-weight: 800;
}

.showcase-photo {
  margin: 28px 0 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.showcase-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.showcase-photo--compact {
  margin-top: 28px;
}

.showcase-photo--compact img {
  height: 280px;
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.96fr);
  gap: 26px;
  align-items: start;
}

.calculator-shell {
  padding: 24px;
}

.hero-calculator {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.calculator,
.request-form {
  display: grid;
  gap: 18px;
}

.calculator__label,
.field span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.range-box {
  display: grid;
  gap: 12px;
}

.custom-size-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.custom-size-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.range-box input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.range-box__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: fit-content;
  padding: 0 16px;
  border-radius: 8px;
  background: rgba(214, 166, 84, 0.12);
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
}

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

.field select,
.field input,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(20, 26, 38, 0.12);
  background: var(--surface-strong);
  color: var(--text);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(214, 166, 84, 0.12), rgba(47, 125, 246, 0.09));
}

.total-box strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
}

.total-box__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

#priceSummary {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.request-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.request-form.is-hidden {
  display: none;
}

.field.is-hidden {
  display: none;
}

.request-form__head {
  display: grid;
  gap: 10px;
}

.request-form__note {
  min-height: 24px;
  font-size: 14px;
}

.steps-grid {
  align-items: stretch;
}

.step-card {
  padding: 18px 16px;
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(47, 125, 246, 0.12);
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 14px;
}

.step-card h3 {
  font-size: 18px;
  line-height: 1.16;
}

.step-card p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

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

.faq-item {
  padding: 20px 22px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 12px;
  max-width: 760px;
}

.cta-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
}

.form-disclaimer {
  margin-top: -4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.form-disclaimer a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer {
  padding: 0 0 28px;
}

.site-footer__inner {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.site-footer__line,
.site-footer__copy {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer__line strong {
  color: var(--text);
}

.site-footer__line span {
  margin-left: 10px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.site-footer__links a {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__copy {
  margin-top: 2px;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(214, 166, 84, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(47, 125, 246, 0.08), transparent 22%),
    var(--bg);
}

.legal-main {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 48px;
}

.legal-document {
  padding: 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.legal-back {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(214, 166, 84, 0.22);
  background: rgba(255, 255, 255, 0.78);
}

.legal-header {
  margin-top: 18px;
}

.legal-header h1 {
  margin-top: 10px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.legal-header p,
.legal-document section p,
.legal-document li,
.legal-document dd {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.legal-document section + section {
  margin-top: 22px;
}

.legal-document h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.legal-document ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.legal-document li + li {
  margin-top: 6px;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.legal-list div {
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(20, 26, 38, 0.04);
}

.legal-list dt {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.legal-list dd {
  margin: 0;
}

.legal-footer-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .sizes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .calculator-layout {
    grid-template-columns: 1fr;
  }

  .hero__content--split {
    grid-template-columns: 1fr;
  }

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

  .benefit-highlight {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .site-switch-banner {
    padding: 10px 0;
  }

  .site-switch-banner__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .site-switch-banner p {
    font-size: 13px;
    text-align: center;
  }

  .site-switch-banner__link {
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .section {
    padding: 48px 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero {
    min-height: auto;
    padding: 18px 0 36px;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(247, 248, 251, 0.98), rgba(247, 248, 251, 0.84) 52%, rgba(247, 248, 251, 0.92));
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1;
  }

  .hero__lead {
    font-size: 14px;
    line-height: 1.55;
  }

  .hero__actions,
  .sizes-grid,
  .steps-grid,
  .cta-section__inner {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    display: grid;
    gap: 8px;
  }

  .hero__actions .button,
  .total-box .button,
  .cta-section__inner .button {
    width: 100%;
  }

  .hero__gallery {
    order: 4;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    max-width: 100%;
  }

  .hero__gallery-card img {
    height: 100%;
  }

  .gallery-lightbox {
    padding: 10px;
  }

  .gallery-lightbox__stage img {
    max-height: calc(100vh - 20px);
  }

  .hero__content {
    gap: 12px;
  }

  .hero__content--split {
    gap: 16px;
  }

  .hero__marketplace-badge {
    order: 5;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 12px 14px;
  }

  .hero__marketplace-kicker {
    font-size: 10px;
  }

  .hero__marketplace-badge strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .hero__eyebrow,
  .section__eyebrow {
    min-height: 28px;
    padding: 0 10px;
    font-size: 10px;
  }

  .calculator-shell {
    padding: 14px;
  }

  .hero-calculator {
    margin-top: 4px;
  }

  .section__head {
    margin-bottom: 22px;
  }

  .section__head p,
  .info-card p,
  .size-card p,
  .step-card p,
  .faq-item p,
  #priceSummary {
    font-size: 13px;
    line-height: 1.55;
  }

  .size-card,
  .step-card {
    padding: 14px;
  }

  .benefits-list {
    gap: 10px;
  }

  .benefit-row {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    padding: 14px;
  }

  .benefit-row__icon {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .benefit-row__content h3,
  .benefit-highlight strong {
    font-size: 17px;
  }

  .benefit-row__content p,
  .benefit-highlight p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
  }

  .benefit-highlight {
    padding: 16px;
  }

  .benefit-highlight span {
    align-self: center;
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .benefit-highlight__link {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .info-card h3,
  .size-card__diameter,
  .step-card h3,
  .request-form h3,
  .faq-item summary {
    font-size: 18px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
  }

  .steps-grid .step-card:last-child {
    grid-column: 1 / -1;
  }

  .step-card {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 6px 10px;
    align-content: start;
    padding: 12px;
  }

  .step-card span {
    grid-row: 1 / span 2;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    font-size: 11px;
  }

  .step-card h3 {
    font-size: 14px;
    line-height: 1.18;
  }

  .step-card p {
    margin-top: 0;
    font-size: 11px;
    line-height: 1.32;
  }

  .size-card__diameter {
    min-height: 34px;
    padding: 0 12px;
  }

  .showcase-photo {
    margin-top: 18px;
  }

  .total-box {
    flex-direction: column;
    align-items: start;
    gap: 14px;
    padding: 16px;
  }

  .total-box strong {
    font-size: 30px;
  }

  .showcase-photo img,
  .showcase-photo--compact img {
    height: 180px;
  }

  .calculator,
  .request-form {
    gap: 14px;
  }

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

  .field span {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .calculator__label {
    margin-bottom: 10px;
    color: var(--text);
    font-size: 24px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .range-box {
    gap: 8px;
  }

  .custom-size-toggle {
    margin-top: 8px;
    gap: 8px;
    font-size: 13px;
  }

  .range-box__value {
    min-height: 40px;
    padding: 0 14px;
    font-size: 18px;
  }

  .field select,
  .field input,
  .field textarea,
  .button {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .field textarea {
    min-height: 92px;
  }

  .cta-section__inner {
    align-items: start;
    padding: 20px;
  }

  .form-disclaimer,
  .site-footer__line,
  .site-footer__links a,
  .site-footer__copy {
    font-size: 12px;
  }

  .site-footer__inner {
    padding: 16px 14px;
  }

  .site-footer__line span {
    display: block;
    margin-left: 0;
    margin-top: 2px;
  }

  .legal-main {
    width: min(100%, calc(100% - 20px));
    padding: 18px 0 28px;
  }

  .legal-document {
    padding: 18px 16px;
  }

  .legal-header h1 {
    font-size: 30px;
    line-height: 1;
  }

  .legal-document h2 {
    font-size: 18px;
  }

  .legal-header p,
  .legal-document section p,
  .legal-document li,
  .legal-document dd,
  .legal-footer-note {
    font-size: 13px;
    line-height: 1.55;
  }

  .faq-item {
    padding: 16px 18px;
  }
}
