@font-face {
  font-family: "Miruu Larsseit";
  src: url("./assets/fonts/Larsseit.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Miruu Belgiano";
  src: url("./assets/fonts/Belgiano-Serif-2.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: only light;
  --ivory: #f7f1e8;
  --paper: #fffaf3;
  --ink: #241816;
  --muted: #705d57;
  --red: #8f1d22;
  --red-dark: #611215;
  --gold: #b9904d;
  --sage: #6f7c69;
  --charcoal: #211918;
  --line: rgba(36, 24, 22, 0.16);
  --shadow: 0 18px 44px rgba(36, 24, 22, 0.14);
  --font-body: "Miruu Larsseit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-heading: "Miruu Belgiano", "Iowan Old Style", serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

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

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
}

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

.responsive-image {
  display: block;
  width: 100%;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
li,
a,
button,
span,
label {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-heading);
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  font-size: 58px;
  line-height: 1.08;
}

h2 {
  max-width: 760px;
  font-size: 52px;
  line-height: 1.05;
}

h3 {
  font-size: 20px;
  line-height: 1.18;
}

p {
  margin: 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 66px;
  padding: 14px 32px;
  background: rgba(247, 241, 232, 0.9);
  border-bottom: 1px solid rgba(36, 24, 22, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 118px;
  min-height: 38px;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--red);
}

.nav .nav-cta {
  min-height: 40px;
  padding: 0 16px;
  color: var(--paper);
}

.nav .nav-cta:hover,
.nav .nav-cta:focus-visible {
  color: var(--paper);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--red);
  cursor: pointer;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  width: 18px;
  height: 2.5px;
  flex: 0 0 2.5px;
  background: currentColor;
}

.section {
  padding: 96px 0;
  scroll-margin-top: 76px;
}

.hero,
.messenger-band {
  scroll-margin-top: 76px;
}

.section-inner,
.hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  min-height: 86vh;
  display: grid;
  align-items: end;
  padding: 128px 0 68px;
  background-image:
    linear-gradient(90deg, rgba(36, 24, 22, 0.8), rgba(36, 24, 22, 0.38), rgba(36, 24, 22, 0.04)),
    url("./assets/optimized/miruu-round-cathedral-sidestone-hero-1600.webp");
  background-image:
    linear-gradient(90deg, rgba(36, 24, 22, 0.8), rgba(36, 24, 22, 0.38), rgba(36, 24, 22, 0.04)),
    url("./assets/optimized/miruu-round-cathedral-sidestone-hero-1280.webp");
  background-size: cover, 100% auto;
  background-position: center, right 47%;
  background-repeat: no-repeat, no-repeat;
  color: var(--paper);
}

@media (min-width: 1400px) {
  .hero {
    background-image:
      linear-gradient(90deg, rgba(36, 24, 22, 0.8), rgba(36, 24, 22, 0.38), rgba(36, 24, 22, 0.04)),
      url("./assets/optimized/miruu-round-cathedral-sidestone-hero-1600.webp");
  }
}

.hero-inner {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.hero-copy {
  display: grid;
  gap: 12px;
}

.hero-eyebrow,
.section-kicker {
  color: #f7d78d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 420px;
  color: rgba(255, 250, 243, 0.88);
  font-size: 19px;
}

.hero-trust,
.hero-microcopy {
  color: #f7d78d;
  font-weight: 850;
}

.hero-action {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.hero-trust {
  max-width: 620px;
  color: rgba(255, 250, 243, 0.82);
  font-size: 13px;
}

.rating-star {
  color: #f7d78d;
}

.hero-microcopy {
  max-width: 520px;
  font-size: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--red);
  color: var(--paper);
  box-shadow: 0 14px 34px rgba(97, 18, 21, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
}

.js-messenger-cta::before {
  content: "";
  flex: 0 0 auto;
  width: 1.08em;
  height: 1.08em;
  background: currentColor;
  -webkit-mask: url("./assets/messenger-glyph.svg") center / contain no-repeat;
  mask: url("./assets/messenger-glyph.svg") center / contain no-repeat;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading > p,
.split-heading > p,
.store-copy p,
.form-copy p,
.payment-inner p,
.messenger-inner p,
.trust-heading > p {
  max-width: 640px;
  color: var(--muted);
  font-size: 17px;
}

.assembly-section,
.reviews-section,
.form-section {
  background: var(--paper);
}

.assembly-scene {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 42px;
  align-items: center;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 42px;
  background: linear-gradient(135deg, #fffdf8 0%, #f4eadf 54%, #e9dccf 100%);
  box-shadow: var(--shadow);
}

.assembly-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(36, 24, 22, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 250, 243, 0.98), rgba(238, 224, 209, 0.88)),
    linear-gradient(90deg, rgba(143, 29, 34, 0.04), rgba(185, 144, 77, 0.12));
}

.assembly-line {
  position: absolute;
  width: 62%;
  height: 1px;
  background: rgba(143, 29, 34, 0.28);
  transform-origin: center;
}

.assembly-line-one {
  top: 29%;
  left: 11%;
  transform: rotate(-13deg);
}

.assembly-line-two {
  right: 8%;
  bottom: 31%;
  transform: rotate(16deg);
}

.assembly-ring {
  position: relative;
  z-index: 2;
  width: min(76%, 360px);
}

.assembly-detail {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  width: 130px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 26px rgba(36, 24, 22, 0.16);
}

.assembly-steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.assembly-steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 58px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(36, 24, 22, 0.14);
  color: var(--ink);
  font-weight: 800;
}

.assembly-steps li > div {
  min-width: 0;
}

.assembly-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.assembly-steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.assembly-steps span {
  color: var(--red);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1;
}

.process-callout {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(143, 29, 34, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.62);
}

.process-callout h3 {
  color: var(--red);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 950;
  text-transform: none;
}

.process-callout p {
  max-width: 680px;
  color: var(--muted);
  font-weight: 700;
}

.finished-section,
.faq-section {
  background: var(--ivory);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 0.65fr));
  gap: 16px;
  align-items: end;
  max-width: none;
  margin-bottom: 30px;
}

.split-heading > p {
  grid-column: 3;
  max-width: none;
  justify-self: stretch;
  text-align: right;
}

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

.rings-grid figure {
  position: relative;
  min-height: 258px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.rings-grid img {
  width: 100%;
  height: 100%;
  min-height: 258px;
  object-fit: cover;
}

.ring-feature {
  grid-row: span 2;
}

.ring-feature,
.ring-feature img {
  min-height: 532px;
}

.experiment-gallery-reviews .split-heading {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.experiment-gallery-reviews .split-heading > p {
  grid-column: 2;
}

.experiment-gallery-reviews .hero,
.experiment-gallery-reviews .section:not(.payment-section):not(.messenger-band) {
  min-height: calc(100svh - 66px);
}

.experiment-gallery-reviews .section:not(.payment-section):not(.messenger-band) {
  display: grid;
  align-items: center;
}

.experiment-gallery-reviews .payment-section,
.experiment-gallery-reviews .messenger-band {
  padding: 58px 0;
}

.experiment-gallery-reviews .payment-inner,
.experiment-gallery-reviews .messenger-inner {
  min-height: 220px;
}

.experiment-gallery-reviews .section-inner,
.experiment-gallery-reviews .section-heading,
.experiment-gallery-reviews .rings-grid-experiment,
.experiment-gallery-reviews .review-panel-experiment,
.experiment-gallery-reviews .payment-panel {
  min-width: 0;
  max-width: 100%;
}

.experiment-gallery-reviews .rings-grid-experiment {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.86fr) repeat(3, minmax(0, 0.68fr));
  grid-auto-rows: 292px;
  width: 100%;
}

.experiment-gallery-reviews .rings-grid-experiment .ring-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.experiment-gallery-reviews .rings-grid-experiment figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.experiment-gallery-reviews .rings-grid-experiment img {
  display: block;
  grid-area: auto;
  height: 252px;
  min-height: 252px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.experiment-gallery-reviews .rings-grid-experiment .responsive-image {
  height: 252px;
  min-height: 252px;
}

.experiment-gallery-reviews .rings-grid-experiment .ring-feature,
.experiment-gallery-reviews .rings-grid-experiment .ring-feature .responsive-image,
.experiment-gallery-reviews .rings-grid-experiment .ring-feature img {
  min-height: 560px;
}

.experiment-gallery-reviews .rings-grid-experiment .ring-feature .responsive-image,
.experiment-gallery-reviews .rings-grid-experiment .ring-feature img {
  height: 560px;
}

.rings-grid-experiment figcaption {
  grid-area: auto;
  align-self: start;
  justify-self: start;
  max-width: 100%;
  min-height: 34px;
  margin: 0;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  backdrop-filter: none;
}

.review-heading {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 250px);
  align-items: end;
  max-width: none;
}

.review-summary {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.review-summary strong {
  color: var(--red);
  font-family: var(--font-heading);
  font-size: 46px;
  line-height: 0.9;
}

.review-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.review-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
}

.review-panel article {
  position: relative;
  display: grid;
  grid-template-rows: minmax(150px, 1fr) auto auto;
  justify-items: center;
  gap: 18px;
  min-height: 300px;
  padding: 34px 28px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 28px rgba(36, 24, 22, 0.07);
  text-align: center;
}

.review-panel article + article {
  border-left: 1px solid var(--line);
}

.stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 0;
}

.review-panel p {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.28;
  align-self: center;
}

.review-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.experiment-gallery-reviews .review-panel-experiment {
  --review-peek-fade: 132px;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4.35);
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - var(--review-peek-fade)), rgba(0, 0, 0, 0.38) calc(100% - 46px), transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - var(--review-peek-fade)), rgba(0, 0, 0, 0.38) calc(100% - 46px), transparent 100%);
}

.experiment-gallery-reviews .review-panel-experiment article {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.experiment-gallery-reviews .payment-panel article {
  grid-template-rows: auto minmax(104px, 1fr);
  min-height: 218px;
  scroll-snap-stop: always;
}

.review-more {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.review-more-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.review-more-heading h3 {
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1;
}

.review-more-heading p {
  max-width: 360px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-align: right;
}

.review-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 0.24fr);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 0 14px;
}

.review-rail article {
  display: grid;
  grid-template-rows: minmax(84px, 1fr) auto auto;
  gap: 12px;
  min-height: 190px;
  padding: 22px 20px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 241, 232, 0.78);
  scroll-snap-align: start;
}

.review-rail p {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.24;
}

.review-rail span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
}

.store-section {
  background: var(--paper);
}

.certifications-section,
.trust-section {
  background: #f2e4d2;
}

.certifications-inner,
.trust-inner {
  display: grid;
  gap: 36px;
}

.certifications-heading,
.trust-heading {
  max-width: none;
  margin-bottom: 0;
}

.certifications-heading h2,
.trust-heading h2 {
  color: var(--red);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.certifications-heading p,
.trust-heading p {
  max-width: 620px;
  color: #5f4942;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.trust-grid .certification-grid,
.trust-grid .store-list {
  grid-column: auto;
}

.trust-grid .store-intro {
  grid-column: 2;
  grid-row: 1;
}

.trust-grid .store-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 26px 58px;
}

.trust-grid .store-list article {
  min-width: 0;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid rgba(97, 18, 21, 0.36);
  background: transparent;
}

.trust-grid .store-list article:last-child {
  border-bottom: 0;
}

.certification-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
}

.certification-grid article {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 112px;
  padding: 22px 0;
  border-top: 1px solid rgba(97, 18, 21, 0.38);
  background: transparent;
}

.certification-grid article:last-child {
  border-bottom: 1px solid rgba(97, 18, 21, 0.38);
}

.certification-logo {
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.certification-logo img {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.certification-grid h3 {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.certification-grid p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

@media (min-width: 861px) {
  .experiment-gallery-reviews .split-heading > p {
    max-width: 250px;
    justify-self: end;
  }

  .experiment-gallery-reviews .section.reviews-section:not(.payment-section):not(.messenger-band) {
    min-height: calc((100svh - 66px) * 0.58);
    padding: clamp(58px, 6svh, 78px) 0 clamp(18px, 2.5svh, 28px);
  }

  .experiment-gallery-reviews .section.certifications-section:not(.payment-section):not(.messenger-band) {
    min-height: calc((100svh - 66px) * 0.42);
    padding: clamp(18px, 2.5svh, 28px) 0 clamp(58px, 6svh, 78px);
  }

  .experiment-gallery-reviews .section.store-section:not(.payment-section):not(.messenger-band) {
    min-height: calc((100svh - 66px) * 0.52);
    padding: clamp(46px, 5svh, 64px) 0 clamp(18px, 2.5svh, 30px);
  }

  .experiment-gallery-reviews .payment-section {
    display: grid;
    align-items: center;
    min-height: calc((100svh - 66px) * 0.48);
    padding: clamp(18px, 2.5svh, 30px) 0 clamp(46px, 5svh, 64px);
  }

  .experiment-gallery-reviews .messenger-band {
    display: grid;
    align-items: center;
    min-height: calc(100svh - 66px);
    padding: clamp(96px, 12svh, 152px) 0;
  }

  .experiment-gallery-reviews .reviews-section .section-inner,
  .experiment-gallery-reviews .certifications-section .section-inner,
  .experiment-gallery-reviews .store-section .section-inner,
  .experiment-gallery-reviews .payment-section .section-inner,
  .experiment-gallery-reviews .messenger-band .section-inner {
    align-self: center;
  }

  .experiment-gallery-reviews .review-heading {
    margin-bottom: 18px;
  }

  .experiment-gallery-reviews .review-panel article {
    grid-template-rows: minmax(120px, 1fr) auto auto;
    min-height: 260px;
    padding: 26px 24px 22px;
  }

  .experiment-gallery-reviews .certifications-inner {
    gap: 20px;
  }

  .experiment-gallery-reviews .certification-grid {
    gap: 20px;
  }

  .experiment-gallery-reviews .certification-grid article {
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 116px;
    padding: 18px;
  }

  .experiment-gallery-reviews .certification-logo {
    min-height: 72px;
    padding: 10px 14px;
  }

  .experiment-gallery-reviews .certification-logo img {
    max-height: 48px;
  }

  .experiment-gallery-reviews .certification-grid h3 {
    font-size: 18px;
  }

  .experiment-gallery-reviews .certification-grid p {
    font-size: 13px;
  }

  .experiment-gallery-reviews .store-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
    gap: 36px;
    align-items: center;
  }

  .experiment-gallery-reviews .store-intro {
    gap: 18px;
  }

  .experiment-gallery-reviews .store-photo {
    aspect-ratio: 16 / 7;
  }

  .experiment-gallery-reviews .store-copy {
    gap: 12px;
  }

  .experiment-gallery-reviews .store-list article {
    padding: 10px 0;
  }

  .experiment-gallery-reviews .payment-panel {
    margin-top: 8px;
  }

  .experiment-gallery-reviews .payment-panel article {
    min-height: 184px;
    padding: 24px 22px 20px;
  }

  .experiment-gallery-reviews .payment-panel h3 {
    font-size: 22px;
  }

  .experiment-gallery-reviews .payment-panel p {
    font-size: 15px;
  }

  .experiment-gallery-reviews .messenger-inner {
    grid-template-columns: minmax(0, 0.92fr) auto;
    gap: clamp(28px, 7vw, 96px);
    min-height: auto;
  }

  .experiment-gallery-reviews .messenger-band h2 {
    max-width: 10ch;
    font-size: clamp(56px, 7vw, 92px);
    line-height: 0.95;
  }

  .experiment-gallery-reviews .messenger-band p {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.5;
  }

  .experiment-gallery-reviews .messenger-band .button-primary {
    min-height: 64px;
    padding-inline: 32px;
    font-size: 16px;
  }
}

.store-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: start;
}

.store-intro {
  display: grid;
  gap: 24px;
}

.store-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  background: var(--ivory);
  box-shadow: 0 18px 42px rgba(36, 24, 22, 0.1);
}

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

.store-photo .responsive-image {
  height: 100%;
}

.store-copy {
  display: grid;
  gap: 16px;
}

.store-list article {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.store-list h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.store-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.store-list p {
  color: var(--muted);
}

.payment-section {
  padding: 96px 0;
  background: var(--charcoal);
  color: var(--paper);
}

.payment-inner {
  display: grid;
  align-items: center;
  min-height: 260px;
}

.payment-inner > div {
  display: grid;
  gap: 16px;
}

.payment-inner p {
  color: rgba(255, 250, 243, 0.78);
}

.payment-inner > div > p {
  max-width: 820px;
}

.payment-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  margin: 10px 0 0;
}

.payment-panel article {
  display: grid;
  grid-template-rows: auto minmax(104px, 1fr) auto;
  justify-items: center;
  gap: 16px;
  min-height: 250px;
  padding: 30px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.payment-panel h3 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 0.98;
}

.payment-panel p {
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.28;
  align-self: center;
}

.payment-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: none;
}

.messenger-band {
  padding: 96px 0;
  background: var(--red-dark);
  color: var(--paper);
}

.messenger-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 260px;
}

.messenger-inner > div {
  display: grid;
  gap: 16px;
}

.messenger-inner p {
  color: rgba(255, 250, 243, 0.82);
}

.alternate-contact-line a {
  color: var(--paper);
  font-weight: 900;
}

.messenger-band .button-primary {
  background: var(--paper);
  color: var(--red);
  box-shadow: none;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: start;
}

.form-section-demoted {
  padding: 42px 0;
}

.form-disclosure {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.form-disclosure summary {
  cursor: pointer;
  padding: 20px 0;
  color: var(--red);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.05;
}

.form-disclosure[open] summary {
  margin-bottom: 22px;
}

.form-copy {
  display: grid;
  gap: 14px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.inquiry-form input,
.inquiry-form select {
  padding: 0 12px;
}

.inquiry-form textarea {
  padding: 12px;
  resize: vertical;
}

.full-field,
.form-button,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  margin: 0;
  color: var(--sage);
  font-weight: 850;
}

.site-footer {
  border-top: 1px solid rgba(97, 18, 21, 0.18);
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--paper);
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 34px;
  align-items: start;
  padding: 46px 0 34px;
}

.footer-brand {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.footer-logo {
  display: inline-flex;
  width: 112px;
  padding: 6px 0;
}

.footer-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 430px;
  color: rgba(255, 250, 243, 0.78);
}

.footer-brand .button-primary {
  min-height: 46px;
  background: var(--paper);
  color: var(--red);
  box-shadow: none;
}

.footer-links,
.footer-social {
  display: grid;
  gap: 12px;
  font-weight: 850;
}

.footer-links a,
.footer-social a {
  color: rgba(255, 250, 243, 0.82);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--paper);
}

.footer-social a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.social-icon {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-fineprint {
  grid-column: 1 / -1;
  max-width: 780px;
  margin: 6px 0 0;
  color: rgba(255, 250, 243, 0.58);
  font-size: 12px;
}

.privacy-section {
  min-height: calc(100svh - 66px);
  background: var(--paper);
}

.privacy-inner {
  max-width: 860px;
}

.privacy-content {
  display: grid;
  gap: 16px;
  color: var(--muted);
}

.privacy-content h2 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 28px;
}

.privacy-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.faq-list {
  display: grid;
}

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

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

.faq-list summary {
  position: relative;
  display: block;
  padding: 20px 42px 20px 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  cursor: pointer;
}

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

.faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--red);
  content: "+";
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1;
}

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

.faq-list p {
  max-width: 760px;
  padding: 0 42px 20px 0;
  color: var(--muted);
}

.mobile-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 30;
  display: none;
  width: fit-content;
  min-width: min(248px, calc(100% - 72px));
  max-width: calc(100% - 72px);
  min-height: 52px;
  padding-inline: 18px;
  transform: translate(-50%, 22px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-sticky-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 860px) {
  .site-header {
    padding: 12px 16px;
    align-items: center;
  }

  .nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 14px;
    padding: 18px 16px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(247, 241, 232, 0.98);
    box-shadow: 0 18px 34px rgba(36, 24, 22, 0.12);
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a:not(.button) {
    color: var(--muted);
    font-weight: 850;
    text-decoration: none;
  }

  .section {
    padding: 64px 0;
    scroll-margin-top: 82px;
  }

  .hero,
  .messenger-band {
    scroll-margin-top: 82px;
  }

  .hero {
    --hero-mobile-image-x: 56%;
    --hero-mobile-image-y: 50%;
    --hero-mobile-copy-top: clamp(382px, 49svh, 456px);
    --hero-mobile-copy-left: clamp(20px, 5vw, 34px);
    --hero-mobile-copy-width: clamp(260px, 68vw, 312px);
    position: relative;
    min-height: 100svh;
    align-items: start;
    padding: 92px 0 32px;
    background-image:
      linear-gradient(90deg, rgba(36, 24, 22, 0.8), rgba(36, 24, 22, 0.38), rgba(36, 24, 22, 0.04)),
      url("./assets/optimized/miruu-round-cathedral-sidestone-hero-960.webp");
    background-size: cover, cover;
    background-position: center, var(--hero-mobile-image-x) var(--hero-mobile-image-y);
  }

  .experiment-gallery-reviews .hero {
    min-height: 100svh;
  }

  .hero-inner {
    position: absolute;
    top: var(--hero-mobile-copy-top);
    left: var(--hero-mobile-copy-left);
    width: min(var(--hero-mobile-copy-width), calc(100% - 40px));
    margin-inline: 0;
    gap: 12px;
  }

  .hero-copy {
    position: static;
    width: auto;
    gap: 11px;
  }

  h1 {
    max-width: 10.2ch;
    font-size: 42px;
    line-height: 1;
  }

  h2 {
    font-size: 38px;
  }

  .hero-lead {
    max-width: 31ch;
    font-size: 15px;
    line-height: 1.46;
  }

  .hero-microcopy,
  .hero-trust {
    font-size: 12px;
    line-height: 1.25;
  }

  .budget-line {
    font-size: 15px;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .hero-action {
    position: static;
    width: 100%;
  }

  .hero .button {
    position: static;
    width: min(232px, 100%);
    min-height: 44px;
    padding-inline: 14px;
  }

	  .assembly-scene,
	  .split-heading,
	  .review-heading,
	  .certification-grid,
	  .trust-grid,
	  .trust-grid .store-list,
	  .store-grid,
  .payment-inner,
  .messenger-inner,
  .form-grid,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .assembly-scene {
    min-height: 0;
    padding: 20px;
    gap: 26px;
  }

  .process-callout {
    display: grid;
    gap: 16px;
    padding: 20px;
  }

  .process-callout .button {
    width: 100%;
  }

  .assembly-visual {
    min-height: 380px;
  }

  .assembly-detail {
    width: 98px;
  }

  .assembly-steps li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .review-summary {
    justify-items: start;
    text-align: left;
  }

  .split-heading,
  .review-heading {
    gap: 14px;
    margin-bottom: 22px;
  }

  .split-heading > p {
    grid-column: auto;
    justify-self: start;
    max-width: 640px;
    text-align: left;
  }

  .experiment-gallery-reviews .split-heading {
    grid-template-columns: 1fr;
  }

  .experiment-gallery-reviews .split-heading > p {
    grid-column: auto;
  }

  .review-heading h2,
  .split-heading h2 {
    max-width: 12ch;
  }

  .certification-grid {
    gap: 16px;
  }

  .certification-grid article {
    grid-template-columns: 146px minmax(0, 1fr);
    min-height: 118px;
    padding: 18px;
  }

  .certification-logo {
    min-height: 74px;
    padding: 12px 14px;
  }

  .certification-logo img {
    max-height: 54px;
  }

  .certification-grid h3 {
    font-size: 17px;
  }

  .trust-grid .certification-grid,
  .trust-grid .store-intro,
  .trust-grid .store-list {
    grid-column: 1;
  }

  .trust-grid .store-intro {
    grid-row: auto;
  }

  .trust-grid .store-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-grid .store-list article {
    padding: 16px 0;
    border-top: 1px solid rgba(97, 18, 21, 0.26);
    border-bottom: 0;
  }

  .trust-grid .store-list article:last-child {
    border-bottom: 1px solid rgba(97, 18, 21, 0.26);
  }

  .payment-panel,
  .review-panel {
    grid-auto-flow: column;
    grid-auto-columns: 66%;
    grid-template-columns: none;
    grid-auto-rows: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding: 0 0 10px;
  }

  .payment-panel article,
  .review-panel article {
    min-height: 238px;
    padding: 24px 18px 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--ivory);
    scroll-snap-align: start;
  }

  .review-panel article + article {
    border-left: 1px solid var(--line);
  }

  .payment-panel h3 {
    font-size: 22px;
  }

  .payment-panel p {
    font-size: 15px;
    line-height: 1.22;
  }

  .payment-panel span {
    font-size: 11px;
    line-height: 1.25;
  }

  .review-panel p {
    font-size: 15px;
    line-height: 1.22;
  }

  .review-panel span {
    font-size: 11px;
    line-height: 1.25;
  }

  .stars {
    font-size: 13px;
  }

  .review-more {
    margin-top: 18px;
  }

  .review-more-heading {
    display: grid;
    gap: 8px;
  }

  .review-more-heading h3 {
    font-size: 24px;
  }

  .review-more-heading p {
    max-width: 100%;
    text-align: left;
  }

  .review-rail {
    grid-auto-columns: 72%;
  }

  .experiment-gallery-reviews .review-panel-experiment {
    grid-auto-columns: 64%;
  }

  .experiment-gallery-reviews .rings-grid-experiment,
  .experiment-gallery-reviews .review-panel-experiment,
  .experiment-gallery-reviews .payment-panel {
    --mobile-rail-fade: 96px;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - var(--mobile-rail-fade)), rgba(0, 0, 0, 0.36) calc(100% - 38px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - var(--mobile-rail-fade)), rgba(0, 0, 0, 0.36) calc(100% - 38px), transparent 100%);
  }

  .experiment-gallery-reviews .review-panel-experiment article {
    grid-template-rows: minmax(150px, 1fr) auto auto;
    aspect-ratio: 0.82 / 1;
    min-height: 318px;
    padding: 30px 22px 24px;
  }

  .experiment-gallery-reviews .review-panel-experiment p {
    max-width: clamp(188px, 60%, 198px);
    margin-inline: auto;
  }

  .experiment-gallery-reviews .section:not(.payment-section):not(.messenger-band) {
    min-height: calc(100svh - 66px);
  }

  .experiment-gallery-reviews .section.reviews-section:not(.payment-section):not(.messenger-band),
  .experiment-gallery-reviews .section.certifications-section:not(.payment-section):not(.messenger-band),
  .experiment-gallery-reviews .section.store-section:not(.payment-section):not(.messenger-band) {
    min-height: auto;
  }

  .experiment-gallery-reviews .reviews-section {
    padding: 76px 0 56px;
  }

  .experiment-gallery-reviews .certifications-section {
    padding: 64px 0 78px;
  }

  .experiment-gallery-reviews .store-section {
    padding: 82px 0 54px;
  }

  .payment-section,
  .messenger-band {
    padding: 72px 0;
  }

  .payment-inner,
  .messenger-inner {
    min-height: 0;
  }

  .experiment-gallery-reviews .payment-section {
    padding: 76px 0 82px;
  }

  .experiment-gallery-reviews .form-section {
    padding: 82px 0 88px;
  }

  .experiment-gallery-reviews .faq-section {
    padding: 82px 0 92px;
  }

  .experiment-gallery-reviews .messenger-band {
    display: grid;
    align-items: center;
    min-height: calc(100svh - 66px);
    padding: 72px 0;
  }

  .experiment-gallery-reviews .messenger-inner {
    align-content: center;
    gap: 22px;
  }

  .experiment-gallery-reviews .messenger-band h2 {
    max-width: 10ch;
    font-size: 44px;
    line-height: 0.98;
  }

  .experiment-gallery-reviews .messenger-band .button-primary {
    min-height: 56px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 0 88px;
  }

  .footer-links,
  .footer-social {
    gap: 14px;
  }

  .mobile-sticky-cta {
    display: inline-flex;
  }
}

@media (max-width: 1100px) and (min-width: 701px) {
  .experiment-gallery-reviews .rings-grid-experiment {
    grid-auto-flow: column;
    grid-auto-columns: clamp(190px, 25vw, 240px);
    grid-template-columns: none;
    grid-auto-rows: auto;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .experiment-gallery-reviews .rings-grid-experiment .ring-feature {
    grid-column: auto;
    grid-row: auto;
  }

  .experiment-gallery-reviews .rings-grid-experiment .ring-feature,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature img,
  .experiment-gallery-reviews .rings-grid-experiment figure,
  .experiment-gallery-reviews .rings-grid-experiment .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment img {
    min-height: 0;
  }

  .experiment-gallery-reviews .rings-grid-experiment figure {
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
    align-content: start;
    align-self: start;
    min-height: 0;
    order: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .experiment-gallery-reviews .rings-grid-experiment img,
  .experiment-gallery-reviews .rings-grid-experiment .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature img {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
  }

  .rings-grid-experiment figcaption {
    justify-self: center;
    min-height: 38px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .rings-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 66%;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .rings-grid figure {
    scroll-snap-align: start;
  }

  .rings-grid figure:nth-child(1) {
    order: 1;
  }

  .rings-grid figure:nth-child(2) {
    order: 2;
  }

  .rings-grid figure:nth-child(5) {
    order: 4;
  }

  .rings-grid figure:nth-child(3) {
    order: 3;
  }

  .rings-grid figure:nth-child(4) {
    order: 5;
  }

  .ring-feature {
    grid-row: auto;
  }

  .ring-feature,
  .ring-feature img,
  .rings-grid .responsive-image,
  .rings-grid figure,
  .rings-grid img {
    min-height: 240px;
  }

  .experiment-gallery-reviews .rings-grid-experiment {
    grid-auto-flow: column;
    grid-auto-columns: 72%;
    grid-template-columns: none;
    grid-auto-rows: auto;
  }

  .experiment-gallery-reviews .rings-grid-experiment .ring-feature {
    grid-column: auto;
    grid-row: auto;
  }

  .experiment-gallery-reviews .rings-grid-experiment .ring-feature,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature img,
  .experiment-gallery-reviews .rings-grid-experiment figure,
  .experiment-gallery-reviews .rings-grid-experiment .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment img {
    min-height: 0;
  }

  .experiment-gallery-reviews .rings-grid-experiment figure {
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
    align-content: start;
    align-self: start;
    min-height: 0;
    order: 0;
    scroll-snap-stop: always;
  }

  .experiment-gallery-reviews .rings-grid-experiment img,
  .experiment-gallery-reviews .rings-grid-experiment .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature img {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
  }

  .rings-grid-experiment figcaption {
    min-height: 38px;
    font-size: 13px;
    justify-self: center;
    text-align: center;
  }

}

@media (max-width: 420px) {
  .brand {
    width: 102px;
  }

  .section {
    padding: 58px 0;
  }

  .hero {
    --hero-mobile-copy-width: min(316px, calc(100vw - 56px));
    --hero-mobile-copy-top: clamp(392px, 48svh, 408px);
    min-height: 100svh;
    padding-bottom: 30px;
    background-image:
      linear-gradient(90deg, rgba(36, 24, 22, 0.8), rgba(36, 24, 22, 0.38), rgba(36, 24, 22, 0.04)),
      url("./assets/optimized/miruu-round-cathedral-sidestone-hero-640.webp");
  }

  .hero-inner {
    width: min(var(--hero-mobile-copy-width), calc(100% - 40px));
  }

  h1 {
    font-size: 42px;
    line-height: 0.98;
  }

  .hero-lead {
    font-size: 13px;
    line-height: 1.42;
  }

  .hero-microcopy,
  .hero-trust {
    font-size: 11px;
    line-height: 1.22;
  }

  .certification-grid article {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .certification-logo {
    width: 100%;
  }

  .review-panel p {
    font-size: 14px;
  }

  .review-heading h2 {
    font-size: 36px;
    line-height: 1.03;
  }

  .review-summary strong {
    font-size: 42px;
  }

  .experiment-gallery-reviews .review-panel-experiment {
    grid-auto-columns: min(318px, calc(100vw - 48px));
  }

  .experiment-gallery-reviews .review-panel-experiment article {
    aspect-ratio: auto;
    min-height: 318px;
  }

  .experiment-gallery-reviews .review-panel-experiment p {
    max-width: min(220px, calc(100% - 24px));
  }

  .experiment-gallery-reviews .rings-grid-experiment img,
  .experiment-gallery-reviews .rings-grid-experiment .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature .responsive-image,
  .experiment-gallery-reviews .rings-grid-experiment .ring-feature img {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
  }

  .faq-list summary {
    padding: 17px 38px 17px 0;
    font-size: 20px;
  }

  .faq-list summary::after {
    top: 15px;
  }

  .faq-list p {
    padding: 0 38px 17px 0;
  }

  .mobile-sticky-cta {
    bottom: 12px;
    min-width: min(238px, calc(100% - 72px));
    max-width: calc(100% - 72px);
  }

  .experiment-gallery-reviews .reviews-section {
    padding: 70px 0 52px;
  }

  .experiment-gallery-reviews .certifications-section {
    padding: 60px 0 72px;
  }

  .experiment-gallery-reviews .store-section {
    padding: 78px 0 52px;
  }

  .experiment-gallery-reviews .payment-section {
    padding: 72px 0 78px;
  }

  .experiment-gallery-reviews .messenger-band {
    padding: 72px 0;
  }

  .experiment-gallery-reviews .form-section {
    padding: 78px 0 84px;
  }

  .experiment-gallery-reviews .faq-section {
    padding: 76px 0 88px;
  }

  .experiment-gallery-reviews .payment-inner > div,
  .experiment-gallery-reviews .messenger-inner > div {
    gap: 10px;
  }

  .experiment-gallery-reviews .payment-panel {
    grid-auto-columns: 64%;
    gap: 14px;
    margin-top: 0;
  }

  .experiment-gallery-reviews .payment-panel article {
    min-height: 198px;
    padding: 20px 16px 18px;
  }

  .experiment-gallery-reviews .messenger-inner {
    gap: 16px;
  }
}

.kester-comments-next .assembly-visual-placeholder {
  min-height: min(520px, 58vw);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.96), rgba(244, 235, 225, 0.72) 54%, rgba(116, 24, 24, 0.08) 100%);
  overflow: hidden;
}

.kester-comments-next .assembly-scene {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 30px;
  padding: 32px;
  background: #FCF5EE;
}

.kester-comments-next .assembly-visual-video {
  --assembly-video-width: clamp(420px, 36vw, 500px);
  --assembly-video-focus-y: 58%;
  min-height: calc(var(--assembly-video-width) * 1.5);
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  overflow: visible;
}

.kester-comments-next .brand {
  width: 86px;
  min-height: 38px;
}

.kester-comments-next .brand img {
  max-height: 42px;
  width: auto;
  object-fit: contain;
}

.kester-comments-next .footer-logo {
  width: 82px;
}

.kester-comments-next .assembly-placeholder-ring {
  width: min(92%, 560px);
  max-height: 520px;
  object-fit: contain;
  display: block;
  filter: saturate(0.45) contrast(1.03) brightness(1.03);
}

.kester-comments-next .assembly-ring-video {
  width: var(--assembly-video-width);
  height: calc(var(--assembly-video-width) * 1.5);
  aspect-ratio: 2 / 3;
  display: block;
  object-fit: cover;
  object-position: 50% var(--assembly-video-focus-y);
  border-radius: 4px;
  background: #FCF5EE;
  box-shadow: 0 18px 46px rgba(36, 24, 22, 0.12);
}

.kester-comments-next .store-phone {
  display: inline-flex;
  width: fit-content;
  margin-top: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.kester-comments-next .store-phone:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 861px) {
  .kester-comments-next.experiment-gallery-reviews .section.assembly-section:not(.payment-section):not(.messenger-band),
  .kester-comments-next.experiment-gallery-reviews .section.reviews-section:not(.payment-section):not(.messenger-band),
  .kester-comments-next.experiment-gallery-reviews .section.certifications-section:not(.payment-section):not(.messenger-band),
  .kester-comments-next.experiment-gallery-reviews .section.store-section:not(.payment-section):not(.messenger-band),
  .kester-comments-next.experiment-gallery-reviews .payment-section {
    min-height: auto;
    padding-block: clamp(64px, 7svh, 88px);
    align-items: stretch;
  }

  .kester-comments-next.experiment-gallery-reviews .reviews-section .section-inner,
  .kester-comments-next.experiment-gallery-reviews .certifications-section .section-inner,
  .kester-comments-next.experiment-gallery-reviews .store-section .section-inner,
  .kester-comments-next.experiment-gallery-reviews .payment-section .section-inner {
    align-self: auto;
  }
}

.kester-comments-next .button-secondary,
.ring-inspirations-page .button-secondary {
  border: 1px solid rgba(118, 26, 26, 0.28);
  color: var(--red);
  background: rgba(255, 255, 255, 0.56);
}

.ring-inspirations-page .inspirations-hero {
  padding-top: 132px;
  background: #fbf6f1;
}

.ring-inspirations-page .inspirations-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.96;
  color: var(--ink);
}

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

.ring-inspirations-page .inspirations-grid article {
  display: grid;
  gap: 14px;
  align-content: start;
}

.ring-inspirations-page .inspirations-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  background: #eee3da;
}

.ring-inspirations-page .inspirations-grid h2 {
  margin: 0;
  min-height: 2.7em;
  font-size: 1rem;
  line-height: 1.35;
}

.ring-inspirations-page .inspirations-grid .button {
  width: fit-content;
}

@media (max-width: 900px) {
  .ring-inspirations-page .inspirations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .kester-comments-next .assembly-scene {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    overflow: hidden;
  }

  .kester-comments-next .assembly-visual-video {
    --assembly-video-width: min(72vw, 420px);
    min-height: calc(var(--assembly-video-width) * 1.5);
    justify-self: center;
    width: 100%;
    max-width: 100%;
  }

  .kester-comments-next .assembly-steps {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .kester-comments-next .assembly-ring-video {
    width: var(--assembly-video-width);
    height: calc(var(--assembly-video-width) * 1.5);
  }
}

@media (max-width: 760px) {
  .kester-comments-next .brand {
    width: 76px;
  }

  .kester-comments-next .brand img {
    max-height: 38px;
  }

  .kester-comments-next .footer-logo {
    width: 72px;
  }

  .kester-comments-next .assembly-visual-placeholder {
    min-height: 360px;
  }

  .kester-comments-next .assembly-visual-video {
    --assembly-video-width: min(76vw, 330px);
    min-height: calc(var(--assembly-video-width) * 1.5);
  }

  .kester-comments-next .assembly-placeholder-ring {
    width: min(94%, 420px);
    max-height: 360px;
  }

  .kester-comments-next .assembly-ring-video {
    width: var(--assembly-video-width);
    height: calc(var(--assembly-video-width) * 1.5);
  }

}

@media (max-width: 620px) {
  .ring-inspirations-page .inspirations-grid {
    grid-template-columns: 1fr;
  }
}
