:root {
  --ivory: #fbf7ef;
  --porcelain: #fffdf8;
  --ink: #211917;
  --muted: #756862;
  --burgundy: #7c1f2c;
  --burgundy-dark: #491117;
  --gold: #c99a3d;
  --wood: #56372a;
  --line: rgba(33, 25, 23, 0.12);
  --shadow: 0 24px 70px rgba(33, 25, 23, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #180f0d;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
}

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

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

:focus-visible {
  outline: 3px solid rgba(201, 154, 61, 0.9);
  outline-offset: 3px;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 80;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy), var(--gold));
}

.animated-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #180f0d;
}

.background-canvas,
.background-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.background-canvas {
  background: url("assets/frames30/frame_0001.jpg") center / cover no-repeat;
  transform: translateZ(0);
  filter: saturate(1.15) contrast(1.08);
}

.background-shade {
  background:
    linear-gradient(90deg, rgba(20, 12, 10, 0.46), rgba(251, 247, 239, 0.14) 48%, rgba(20, 12, 10, 0.34)),
    linear-gradient(0deg, rgba(20, 12, 10, 0.36), rgba(251, 247, 239, 0.08) 45%, rgba(20, 12, 10, 0.28));
}

main,
footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 70;
  width: min(1120px, calc(100% - 32px));
  height: 68px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 12px 10px 16px;
  color: #fff;
  background: rgba(33, 25, 23, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.92);
  border-color: rgba(33, 25, 23, 0.12);
  box-shadow: 0 12px 36px rgba(33, 25, 23, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--burgundy);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: currentColor;
  opacity: 0.74;
  font-size: 12px;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a {
  opacity: 0.82;
}

.desktop-nav a:hover {
  opacity: 1;
}

.nav-action,
.primary-button,
.secondary-button,
.appointment-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
}

.nav-action,
.primary-button,
.appointment-form button {
  color: #fff;
  background: var(--burgundy);
}

.secondary-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

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

.hero {
  position: relative;
  min-height: 100vh;
  color: #fff;
}

.hero-stage {
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px max(24px, calc((100vw - 1120px) / 2)) 78px;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow,
.section-kicker,
.collection-card span,
.step span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(58px, 9vw, 118px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.hero-copy {
  width: min(620px, 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-badges span,
.scroll-cue {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 253, 248, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.scroll-cue {
  margin-top: 16px;
}

.hero-panel {
  position: absolute;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 52px;
  z-index: 1;
  width: min(310px, calc(100% - 48px));
  padding: 22px;
  background: rgba(255, 253, 248, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.hero-panel span,
.hero-panel strong {
  display: block;
}

.hero-panel strong {
  margin: 6px 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.section-pad {
  padding: 110px max(24px, calc((100vw - 1120px) / 2));
}

.intro,
.collections,
.bridal,
.product-panel,
.faq {
  position: relative;
  isolation: isolate;
}

.intro::before,
.collections::before,
.bridal::before,
.product-panel::before,
.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.62), rgba(251, 247, 239, 0.28)),
    rgba(251, 247, 239, 0.2);
}

.intro {
  color: var(--ink);
}

.intro-grid,
.showroom,
.visit {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.intro-grid p,
.showroom-copy p,
.visit-content p {
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 42px;
}

.section-support {
  color: var(--muted);
  font-size: 18px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.collection-card {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(33, 25, 23, 0.14);
  backdrop-filter: blur(6px);
}

.collection-card img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.collection-card div {
  padding: 22px;
}

.collection-card p,
.step p,
.product-card p,
.faq-item p {
  color: var(--muted);
}

.product-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.product-toolbar select,
.product-toolbar button {
  min-height: 40px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

.product-toolbar select {
  min-width: 160px;
}

.price-filter {
  display: inline-grid;
  grid-template-columns: auto minmax(130px, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

.price-filter input {
  accent-color: var(--burgundy);
}

.empty-state,
.form-note,
.price-disclaimer {
  padding: 14px 16px;
  color: var(--muted);
  background: rgba(255, 253, 248, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  font-weight: 700;
}

.product-toolbar button.is-active {
  color: #fff;
  background: var(--burgundy);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(33, 25, 23, 0.14);
  backdrop-filter: blur(6px);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.product-card div {
  padding: 22px;
}

.product-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.product-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 0;
}

.product-card dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-card dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.product-card a,
.card-actions button,
.card-actions a,
.helper-card button,
.tool-result a,
.tool-result button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  color: #fff;
  background: var(--burgundy);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.product-card > div > a {
  width: 100%;
}

.card-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -16px 0 28px;
}

.store-actions a {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--burgundy);
  border-radius: 6px;
  font-weight: 800;
}

.showroom {
  position: relative;
  isolation: isolate;
  padding: 110px max(24px, calc((100vw - 1120px) / 2));
  color: #fff;
}

.showroom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(73, 17, 23, 0.78), rgba(37, 22, 19, 0.58) 52%, rgba(86, 55, 42, 0.48));
}

.showroom-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.showroom-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.showroom-image img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
}

.bridal {
  color: var(--ink);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step {
  min-height: 230px;
  padding: 28px;
  background: rgba(251, 247, 239, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(33, 25, 23, 0.1);
  backdrop-filter: blur(5px);
}

.step span {
  display: inline-block;
  margin-bottom: 48px;
}

.visit {
  position: relative;
  isolation: isolate;
  padding: 110px max(24px, calc((100vw - 1120px) / 2));
  color: var(--ink);
}

.visit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.68), rgba(251, 247, 239, 0.3)),
    rgba(251, 247, 239, 0.24);
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-row a {
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.58);
  font-weight: 700;
  backdrop-filter: blur(5px);
}

.appointment-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: rgba(255, 253, 248, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.appointment-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  text-transform: none;
}

.appointment-form textarea {
  resize: vertical;
  min-height: 92px;
}

.appointment-form button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.tools,
.trust {
  position: relative;
  isolation: isolate;
}

.tools::before,
.trust::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.62), rgba(251, 247, 239, 0.28)),
    rgba(251, 247, 239, 0.2);
}

.tool-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

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

.helper-card,
.trust-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(33, 25, 23, 0.1);
  backdrop-filter: blur(5px);
}

.helper-card label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.helper-card input,
.helper-card select {
  height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.bridal-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.bridal-checklist label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.56);
  border-radius: 6px;
  text-transform: none;
}

.tool-result {
  display: grid;
  gap: 8px;
}

.shortlist-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 65;
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  background: var(--burgundy);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.shortlist-fab span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
  color: var(--burgundy);
  background: #fff;
  border-radius: 50%;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(420px, 100%);
  height: 100vh;
  padding: 24px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
  transform: translateX(105%);
  transition: transform 260ms ease;
  overflow-y: auto;
}

.drawer label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.drawer input {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer > div:first-child,
.drawer-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.drawer-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.drawer-item img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 6px;
  object-fit: cover;
}

.drawer-item span {
  display: grid;
  flex: 1;
  font-weight: 800;
}

.drawer-item small {
  color: var(--muted);
  font-weight: 600;
}

.drawer button,
.modal-close,
.compare-bar button {
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.product-modal {
  width: min(780px, calc(100% - 28px));
  max-height: calc(100vh - 32px);
  padding: 24px;
  overflow-y: auto;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-modal::backdrop {
  background: rgba(20, 12, 10, 0.56);
}

.product-modal img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.modal-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0;
}

.modal-gallery img {
  aspect-ratio: 1.2;
  max-height: none;
}

.modal-specs,
.compare-table {
  display: grid;
  gap: 10px;
}

.modal-specs div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.compare-bar {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 64;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(820px, calc(100% - 120px));
  padding: 12px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.compare-bar[hidden] {
  display: none;
}

.compare-table {
  grid-template-columns: repeat(3, 1fr);
}

.compare-table article {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.compare-table article a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: #fff;
  background: var(--burgundy);
  border-radius: 6px;
  font-weight: 800;
}

.mobile-action-bar {
  display: none;
}

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

.faq-item {
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(33, 25, 23, 0.1);
  backdrop-filter: blur(5px);
}

.faq-item summary {
  padding: 20px 22px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 30px max(24px, calc((100vw - 1120px) / 2));
  color: rgba(255, 255, 255, 0.7);
  background: var(--ink);
}

footer strong {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .desktop-nav,
  .nav-action {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 13px;
    color: currentColor;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 6px;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .mobile-nav {
    position: fixed;
    top: 86px;
    left: 10px;
    right: 10px;
    z-index: 68;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(255, 253, 248, 0.96);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    padding: 12px;
    border-radius: 6px;
    background: var(--ivory);
    font-weight: 700;
    text-align: center;
  }

  .hero-stage {
    padding: 128px 20px 36px;
  }

  h1 {
    font-size: clamp(46px, 15vw, 72px);
  }

  h2 {
    font-size: clamp(32px, 11vw, 48px);
  }

  .hero-actions,
  .trust-badges,
  .store-actions,
  .product-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .price-filter {
    grid-template-columns: 1fr;
    border-radius: 8px;
    padding: 12px;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 36px;
  }

  .section-pad,
  .showroom,
  .visit {
    padding: 76px 20px;
  }

  .intro-grid,
  .showroom,
  .visit,
  .collection-grid,
  .steps,
  .product-grid,
  .tool-grid,
  .trust-grid,
  .compare-table {
    grid-template-columns: 1fr;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .bridal-checklist,
  .modal-gallery {
    grid-template-columns: 1fr;
  }

  .shortlist-fab {
    display: none;
  }

  .mobile-action-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 85;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    background: rgba(255, 253, 248, 0.94);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    display: grid;
    place-items: center;
    min-height: 42px;
    color: #fff;
    background: var(--burgundy);
    border: 0;
    border-radius: 6px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
  }

  footer {
    padding-bottom: 92px;
  }

  .compare-bar {
    left: 10px;
    right: 10px;
    bottom: 72px;
    width: auto;
    transform: none;
    flex-wrap: wrap;
  }

  .collection-card img {
    aspect-ratio: 1.45;
  }

  .step {
    min-height: auto;
  }

  .step span {
    margin-bottom: 24px;
  }
}
