:root {
  --navy: #0b2c48;
  --navy-deep: #06233c;
  --blue: #1e67d8;
  --blue-soft: #eaf3ff;
  --orange: #f07537;
  --ink: #172f43;
  --muted: #5f7180;
  --line: #d7e1e8;
  --line-dark: #beced9;
  --white: #ffffff;
  --soft: #f7fafc;
  --shadow: 0 16px 42px rgba(11, 44, 72, 0.1);
  --shadow-small: 0 8px 20px rgba(11, 44, 72, 0.09);
  --page-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2 {
  color: var(--navy-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 4.7vw, 4.2rem);
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.95rem, 3.8vw, 3.3rem);
}

h3 {
  color: var(--navy-deep);
  font-size: 1.2rem;
  line-height: 1.2;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.7rem;
  left: 50%;
  padding: 0.58rem 1rem;
  transform: translate(-50%, -180%);
  border-radius: 0.45rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

.section-shell,
.site-header,
.product-purchase,
.reassurance-strip {
  width: min(calc(100% - 3rem), var(--page-width));
  margin-inline: auto;
}

.announcement-bar {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 8vw, 6rem);
  padding: 0.66rem 1rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.15rem;
  gap: 1rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--navy-deep);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-decoration: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  color: #466074;
  font-size: 0.86rem;
  font-weight: 700;
}

.main-nav a,
.header-order-link {
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--blue);
}

.header-order-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.65rem 1.05rem;
  border-radius: 0.65rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.header-order-link:hover {
  background: var(--blue);
  transform: translateY(-1px);
}

.product-purchase {
  display: grid;
  grid-template-columns: minmax(330px, 1.05fr) minmax(390px, 0.95fr);
  align-items: start;
  gap: clamp(2.3rem, 5vw, 5rem);
  padding: 1.8rem 0 3.7rem;
}

.product-gallery {
  position: sticky;
  top: 1.1rem;
}

.product-main-image {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-main-image figcaption {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  margin: 0;
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
  font-size: 0.64rem;
  font-weight: 700;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.62rem;
  margin-top: 0.75rem;
}

.gallery-thumb {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fff;
}

.gallery-thumb.is-active {
  border: 2px solid var(--blue);
}

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

.purchase-card {
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid var(--line-dark);
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: var(--shadow-small);
  scroll-margin-top: 5.5rem;
}

.product-proof {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
  color: #5a7386;
  font-size: 0.74rem;
  font-weight: 700;
}

.product-proof span {
  color: var(--orange);
  font-size: 0.68rem;
}

.eyebrow {
  margin-bottom: 0.56rem;
  color: var(--blue);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-intro {
  max-width: 570px;
  margin-bottom: 1.18rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.price-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem 1rem;
  margin: 0 0 1.2rem;
  padding: 0.95rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-value {
  display: grid;
  gap: 0.1rem;
}

.price-value span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.price-value strong {
  color: var(--navy-deep);
  font-size: 2rem;
  letter-spacing: -0.06em;
  line-height: 1;
}

.rating-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.3rem;
  max-width: 190px;
  color: #4f6b7f;
  font-size: 0.74rem;
  line-height: 1.25;
}

.rating-line > span {
  color: var(--orange);
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.rating-line b {
  color: var(--navy);
  font-size: 0.87rem;
}

.rating-line small {
  color: #4f6b7f;
  font-size: 0.7rem;
  font-weight: 600;
}

.delivery-price-note {
  grid-column: 1 / -1;
  color: #4f6b7f;
  font-size: 0.71rem;
  font-weight: 600;
}

.purchase-step {
  margin: 0 0 0.68rem;
}

.purchase-step p {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  margin: 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
}

.purchase-step p span {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.68rem;
}

.offer-grid {
  display: grid;
  gap: 0.55rem;
}

.offer-option {
  position: relative;
}

.offer-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.offer-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  min-height: 4.35rem;
  padding: 0.75rem 0.82rem;
  border: 1px solid var(--line-dark);
  border-radius: 0.58rem;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.offer-card:hover {
  border-color: #79a6df;
  box-shadow: 0 6px 16px rgba(11, 44, 72, 0.08);
  transform: translateY(-1px);
}

.offer-input:focus-visible + .offer-card {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.offer-input:checked + .offer-card {
  padding: calc(0.75rem - 1px) calc(0.82rem - 1px);
  border: 2px solid var(--blue);
  background: #fbfdff;
}

.offer-radio {
  display: grid;
  width: 1.18rem;
  height: 1.18rem;
  place-items: center;
  border: 1px solid #9eb2c1;
  border-radius: 50%;
}

.offer-input:checked + .offer-card .offer-radio {
  border: 4px solid var(--blue);
}

.offer-card > span:nth-child(2) {
  display: grid;
  gap: 0.06rem;
}

.offer-card strong {
  color: var(--navy-deep);
  font-size: 0.91rem;
  line-height: 1.2;
}

.offer-card small {
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.25;
}

.offer-card b {
  color: var(--navy-deep);
  font-size: 1.04rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.offer-badge {
  position: absolute;
  z-index: 2;
  top: -0.42rem;
  right: 0.65rem;
  padding: 0.16rem 0.45rem;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.2;
}

.selected-offer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.9rem 0 1.25rem;
  padding: 0.75rem 0.82rem;
  border: 1px solid #cddbe6;
  border-radius: 0.58rem;
  background: var(--blue-soft);
}

.selected-offer-summary > span {
  display: grid;
  gap: 0.06rem;
}

.selected-offer-summary span strong {
  color: var(--navy);
  font-size: 0.86rem;
}

.selected-offer-summary small {
  color: #5b7184;
  font-size: 0.65rem;
  font-weight: 600;
}

.selected-offer-summary > strong {
  color: var(--navy-deep);
  font-size: 1.18rem;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.purchase-step-second {
  padding-top: 0.15rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.field {
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 0.35rem;
  color: #3d566b;
  font-size: 0.76rem;
  font-weight: 700;
}

.field input,
.field textarea {
  display: block;
  width: 100%;
  padding: 0.74rem 0.78rem;
  border: 1px solid #bdcdd8;
  border-radius: 0.52rem;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

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

.field input::placeholder,
.field textarea::placeholder {
  color: #96a8b6;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(30, 103, 216, 0.13);
}

.field small {
  display: block;
  margin-top: 0.32rem;
  color: #748897;
  font-size: 0.66rem;
  line-height: 1.28;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-note {
  margin: 0.9rem 0 0.78rem;
  color: #778995;
  font-size: 0.67rem;
  line-height: 1.42;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.62rem;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

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

.button-primary,
.button-submit {
  background: var(--navy);
  box-shadow: 0 10px 22px rgba(11, 44, 72, 0.19);
  color: #fff;
}

.button-primary:hover,
.button-submit:hover {
  background: var(--blue);
}

.button-submit {
  width: 100%;
  border: 0;
}

.button-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  min-height: 1.25rem;
  margin: 0.65rem 0 0;
  font-size: 0.76rem;
  font-weight: 600;
}

.form-status[data-state="error"] { color: #af3045; }
.form-status[data-state="pending"] { color: #557186; }

.order-details {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
}

.order-details details {
  border-bottom: 1px solid var(--line);
}

.order-details summary,
.faq-list summary {
  position: relative;
  min-height: 3rem;
  padding: 0.84rem 1.65rem 0.78rem 0;
  color: var(--navy);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.order-details summary {
  font-size: 0.75rem;
}

.order-details summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.order-details summary::after,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--blue);
  content: "+";
  font-size: 1.18rem;
  font-weight: 400;
  transform: translateY(-52%);
}

.order-details details[open] summary::after,
.faq-list details[open] summary::after {
  content: "−";
}

.order-details p {
  margin: -0.15rem 0 0.8rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.reassurance-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 5.6rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reassurance-strip > div {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  column-gap: 0.55rem;
  align-items: center;
  min-height: 5.2rem;
  padding: 0.75rem 0.85rem;
}

.reassurance-strip > div + div {
  border-left: 1px solid var(--line);
}

.reassurance-strip span {
  display: grid;
  grid-row: span 2;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
}

.reassurance-strip strong {
  color: var(--navy);
  font-size: 0.71rem;
  line-height: 1.2;
}

.reassurance-strip small {
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.25;
}

.color-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(270px, 0.75fr);
  align-items: center;
  gap: clamp(2.4rem, 7vw, 7rem);
  padding: 0 0 6rem;
}

.color-image-wrap {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
}

.color-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.color-copy {
  max-width: 470px;
}

.color-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.color-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1rem;
  margin: 1.35rem 0 1.55rem;
  padding: 0;
  color: #496073;
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

.color-list li {
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.swatch {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(11, 44, 72, 0.18);
  border-radius: 50%;
}

.swatch-white { background: #fafafa; }
.swatch-grey { background: #a5a6a6; }
.swatch-beige { background: #e2c8ad; }
.swatch-rose { background: #e9a5b5; }

.section-heading {
  max-width: 690px;
}

.centered-heading {
  margin: 0 auto 2rem;
  text-align: center;
}

.centered-heading > p:last-child {
  max-width: 620px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-sequence {
  padding: 5.7rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(260px, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  max-width: 960px;
  margin-bottom: 4.2rem;
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-row-reverse {
  grid-template-columns: minmax(260px, 0.78fr) minmax(250px, 0.9fr);
}

.feature-row-reverse figure {
  order: 2;
}

.feature-row figure {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
}

.feature-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-number {
  margin-bottom: 0.7rem;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.feature-row h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.feature-row div > p:last-child {
  max-width: 400px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.usage-section {
  padding: 5.8rem 0;
  background: #fff;
}

.usage-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 0.75rem;
}

.usage-grid figure {
  aspect-ratio: 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
}

.usage-grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.usage-grid .usage-large,
.usage-grid .usage-large img {
  min-height: 0;
}

.cta-band {
  padding: 3.2rem 0;
  background: var(--navy);
  color: #fff;
}

.cta-band > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-band p {
  margin-bottom: 0.35rem;
  color: #9bc6ed;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-band h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.4vw, 2.7rem);
}

.button-light {
  flex: 0 0 auto;
  background: #fff;
  color: var(--navy);
}

.button-light:hover {
  background: var(--blue-soft);
}

.real-photos {
  padding: 5.8rem 0;
}

.real-photo-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  grid-auto-flow: dense;
  gap: 0.72rem;
}

.real-photo-grid figure,
.drive-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: #fff;
}

.real-photo-grid figure {
  aspect-ratio: 1;
  min-height: 0;
}

.real-photo-grid img,
.drive-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.real-photo-grid .real-photo-tall {
  grid-row: auto;
  min-height: 0;
}

.real-photo-grid .real-photo-tall img {
  min-height: 0;
}

.drive-gallery-section {
  padding: 5.6rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.drive-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.72rem;
}

.drive-gallery figure,
.drive-gallery img {
  aspect-ratio: 1;
  min-height: 0;
}

.reviews-section {
  padding: 5.6rem 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.reviews-overview {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0;
  color: #4c6478;
  font-size: 0.85rem;
  font-weight: 600;
}

.reviews-overview span {
  color: var(--orange);
  font-size: 1.12rem;
  letter-spacing: 0.05em;
}

.reviews-list {
  display: grid;
  gap: 0.78rem;
  max-width: 1020px;
  margin-inline: auto;
}

.review-card {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
  padding: 1.15rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: #fff;
}

.review-card header {
  display: grid;
  gap: 0.3rem;
  padding-right: 1.4rem;
  border-right: 1px solid var(--line);
}

.review-card header strong {
  color: var(--navy-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.review-card header span {
  color: #486479;
  font-size: 0.72rem;
  font-weight: 600;
}

.review-card > div {
  min-width: 0;
}

.review-stars {
  margin-bottom: 0.42rem;
  color: var(--orange);
  font-size: 1.12rem;
  letter-spacing: 0.07em;
  line-height: 1;
}

.review-stars span {
  color: #b9c9d6;
}

.review-card > div > p:last-child {
  margin-bottom: 0;
  color: #3e586d;
  font-size: 0.86rem;
  line-height: 1.48;
}

.faq-section {
  padding: 5.6rem 0 6rem;
}

.faq-list {
  max-width: 820px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 3.65rem;
  font-size: 0.88rem;
}

.faq-list p {
  max-width: 735px;
  margin: -0.15rem 0 1.15rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 1.5rem 4rem;
  border-top: 1px solid var(--line);
  background: #fff;
  color: #64798a;
  text-align: center;
}

.wordmark-footer {
  margin-bottom: 0.75rem;
}

.site-footer p {
  max-width: 560px;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
}

.site-footer .footer-note {
  color: #80909d;
  font-size: 0.68rem;
}

.footer-actions,
.thank-you-links {
  margin-top: 0.55rem;
}

.footer-actions a,
.thank-you-links a {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.mobile-order-cta {
  display: none;
}

/* Thank-you and privacy pages */
.thank-you-page,
.privacy-page {
  min-height: 100vh;
  background: #fff;
}

.thank-you-main {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  align-content: center;
  place-items: center;
  padding: 2rem 1.25rem;
}

.thank-you-wordmark {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.thank-you-card {
  width: min(100%, 680px);
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.thank-you-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
}

.thank-you-icon svg {
  width: 1.85rem;
  height: 1.85rem;
}

.thank-you-card h1 {
  max-width: none;
  font-size: clamp(2.2rem, 5.5vw, 4rem);
}

.thank-you-intro {
  max-width: 500px;
  margin-inline: auto;
  color: var(--muted);
}

.thank-you-steps {
  display: grid;
  gap: 0.68rem;
  margin: 2rem 0;
  text-align: left;
}

.thank-you-steps > div {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.78rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
}

.thank-you-steps span {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 700;
}

.thank-you-steps p {
  display: grid;
  gap: 0.08rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.thank-you-steps strong {
  color: var(--navy);
  font-size: 0.83rem;
}

.thank-you-note {
  margin: 1.4rem 0 0;
  color: #758897;
  font-size: 0.75rem;
}

.privacy-main {
  width: min(100% - 2rem, 820px);
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.privacy-wordmark {
  display: inline-flex;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.privacy-card {
  padding: clamp(1.5rem, 5vw, 3.4rem);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: var(--shadow-small);
}

.privacy-card h2 {
  margin: 2rem 0 0.5rem;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.privacy-card > p,
.privacy-list {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.privacy-list {
  display: grid;
  gap: 0.35rem;
  padding-left: 1.15rem;
}

.privacy-list a,
.privacy-back a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.privacy-back {
  margin: 1.4rem 0 0;
  text-align: center;
}

@media (max-width: 960px) {
  .product-purchase {
    gap: 2.3rem;
  }

  .reassurance-strip > div {
    padding-inline: 0.6rem;
  }

  .reassurance-strip strong {
    font-size: 0.66rem;
  }

  .reassurance-strip small {
    font-size: 0.58rem;
  }

  .drive-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 760px) {
  .landing-page {
    padding-bottom: calc(5.3rem + env(safe-area-inset-bottom));
  }

  .section-shell,
  .site-header,
  .product-purchase,
  .reassurance-strip {
    width: min(calc(100% - 2rem), var(--page-width));
  }

  .announcement-bar {
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.58rem 0.65rem;
    font-size: 0.63rem;
  }

  .site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    width: 100%;
    min-height: 4.45rem;
    margin: 0;
    padding-inline: 1rem;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
  }

  .wordmark {
    font-size: 1.04rem;
  }

  .main-nav {
    display: none;
  }

  .header-order-link {
    min-height: 2.45rem;
    padding-inline: 0.82rem;
  }

  .product-purchase {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 1rem 0 3.8rem;
  }

  .product-gallery {
    position: static;
  }

  .product-main-image {
    border-radius: 0.72rem;
  }

  .product-thumbnails {
    gap: 0.42rem;
    margin-top: 0.55rem;
  }

  .purchase-card {
    padding: 1.05rem;
    border-radius: 0.72rem;
  }

  .product-proof {
    margin-bottom: 0.72rem;
    font-size: 0.67rem;
  }

  .product-intro {
    font-size: 0.87rem;
  }

  .price-intro {
    margin-bottom: 1rem;
  }

  .price-value strong {
    font-size: 1.75rem;
  }

  .offer-card {
    min-height: 4rem;
    gap: 0.55rem;
    padding: 0.64rem 0.67rem;
  }

  .offer-input:checked + .offer-card {
    padding: calc(0.64rem - 1px) calc(0.67rem - 1px);
  }

  .offer-card strong {
    font-size: 0.82rem;
  }

  .offer-card small {
    font-size: 0.61rem;
  }

  .offer-card b {
    font-size: 0.91rem;
  }

  .selected-offer-summary {
    margin-bottom: 1rem;
  }

  .field input,
  .field textarea {
    min-height: 3rem;
    font-size: 1rem;
  }

  .field textarea {
    min-height: 6.85rem;
  }

  .field small,
  .privacy-note {
    font-size: 0.72rem;
  }

  .reassurance-strip {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4.3rem;
  }

  .reassurance-strip > div {
    min-height: 4.5rem;
    padding: 0.58rem;
  }

  .reassurance-strip > div + div {
    border-left: 0;
  }

  .reassurance-strip > div:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .reassurance-strip > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .color-section,
  .feature-row,
  .feature-row-reverse {
    grid-template-columns: 1fr;
  }

  .color-section {
    gap: 2rem;
    padding-bottom: 4.4rem;
  }

  .color-image-wrap {
    min-height: 0;
  }

  .color-image-wrap img {
    max-height: none;
  }

  .feature-sequence,
  .usage-section,
  .real-photos,
  .drive-gallery-section {
    padding: 4.4rem 0;
  }

  .feature-row {
    gap: 1.4rem;
    margin-bottom: 3.2rem;
  }

  .feature-row-reverse figure {
    order: 0;
  }

  .feature-row figure {
    width: min(100%, 440px);
  }

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

  .usage-grid .usage-large {
    grid-column: 1 / -1;
  }

  .cta-band {
    padding: 2.6rem 0;
  }

  .cta-band > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-band .button {
    width: 100%;
  }

  .real-photo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.58rem;
  }

  .drive-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 0.58rem;
  }

  .reviews-section {
    padding: 4.4rem 0;
  }

  .review-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem;
  }

  .review-card header {
    padding: 0 0 0.8rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .faq-section {
    padding: 4.5rem 0 4.8rem;
  }

  .mobile-order-cta {
    position: fixed;
    z-index: 30;
    right: 0.65rem;
    bottom: max(0.6rem, env(safe-area-inset-bottom));
    left: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    min-height: 3.75rem;
    padding: 0.68rem 0.9rem calc(0.68rem + env(safe-area-inset-bottom));
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 0.75rem;
    background: var(--navy);
    box-shadow: 0 12px 28px rgba(11, 44, 72, 0.28);
    color: #fff;
    font-size: 0.73rem;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .mobile-order-cta.is-hidden {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(calc(100% + 1.2rem));
  }

  .mobile-order-cta strong {
    font-size: 0.82rem;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: clamp(2.1rem, 10vw, 2.55rem);
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.25rem);
  }

  .announcement-bar {
    font-size: 0.58rem;
  }

  .product-main-image figcaption {
    font-size: 0.64rem;
  }

  .price-intro {
    gap: 0.25rem 0.5rem;
  }

  .rating-line {
    gap: 0.22rem;
    font-size: 0.67rem;
  }

  .rating-line > span {
    font-size: 0.95rem;
  }

  .rating-line small,
  .delivery-price-note {
    font-size: 0.67rem;
  }

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

  .field-full {
    grid-column: auto;
  }

  .reassurance-strip strong {
    font-size: 0.62rem;
  }

  .reassurance-strip small {
    font-size: 0.55rem;
  }

  .reassurance-strip span {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.7rem;
  }

  .color-list {
    font-size: 0.76rem;
  }

  .feature-row div > p:last-child,
  .centered-heading > p:last-child {
    font-size: 0.84rem;
  }

  .thank-you-main {
    padding-inline: 1rem;
  }

  .thank-you-card {
    border-radius: 0.9rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
