@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-latin-ext-wght-normal.woff2")
    format("woff2-variations");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-latin-wght-normal.woff2")
    format("woff2-variations");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #171314;
  --ink-soft: #211a1c;
  --ink-raised: #2b2224;
  --ivory: #f2ebdf;
  --ivory-soft: #f8f3ea;
  --paper: #fcfaf5;
  --paper-deep: #e8ddce;
  --burgundy: #701d2d;
  --burgundy-deep: #4c101d;
  --burgundy-light: #9d4354;
  --bronze: #a88655;
  --bronze-light: #c7aa78;
  --bronze-pale: #dbc9aa;
  --white: #fffdf8;
  --muted-dark: #665d57;
  --muted-light: #c9bdb0;
  --line-dark: rgba(255, 248, 235, 0.16);
  --line-light: rgba(33, 26, 28, 0.16);
  --danger: #9a2b31;
  --danger-bg: #fff0ed;
  --success: #21563f;
  --success-bg: #e8f3ec;
  --shadow-soft: 0 18px 50px rgba(23, 19, 20, 0.1);
  --shadow-deep: 0 28px 80px rgba(11, 8, 9, 0.28);
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --shell: 80rem;
  --gutter: clamp(1rem, 4vw, 3.5rem);
  --header-height: 4.5rem;
  --radius-sm: 0.35rem;
  --radius-md: 0.65rem;
  --radius-lg: 1rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  min-width: 20rem;
  scroll-padding-top: calc(var(--header-height) + 1.25rem);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--ivory-soft);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main,
header,
footer,
section,
article,
aside,
nav,
form,
fieldset,
div {
  min-width: 0;
}

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

img {
  height: auto;
}

h1,
h2,
h3,
p,
dl,
dd,
figure,
blockquote {
  margin-block-start: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

p,
li,
dd {
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

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

button,
[type="button"],
[type="submit"],
[role="button"] {
  min-height: 2.75rem;
  cursor: pointer;
  touch-action: manipulation;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  max-width: 1px !important;
  max-height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 1.25rem);
}

:focus-visible {
  outline: 3px solid var(--bronze-light);
  outline-offset: 4px;
}

::selection {
  background: var(--burgundy);
  color: var(--white);
}

.shell {
  width: min(100%, calc(var(--shell) + (2 * var(--gutter))));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: clamp(4.75rem, 11vw, 9rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-block-end: 1.1rem;
  color: var(--bronze-light);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.6rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.eyebrow--dark {
  color: var(--burgundy);
}

.skip-link {
  position: fixed;
  z-index: 10000;
  inset-block-start: 0.65rem;
  inset-inline-start: 0.65rem;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  transform: translateY(-180%);
  border: 2px solid var(--bronze-light);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-progress {
  position: fixed;
  z-index: 1001;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-pale));
  box-shadow: 0 0 1rem rgba(199, 170, 120, 0.42);
}

@supports (animation-timeline: scroll()) {
  .page-progress span {
    width: 100%;
    transform: scaleX(0);
    animation-name: page-scroll-progress;
    animation-duration: 1ms;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: scroll(root block);
  }

  @keyframes page-scroll-progress {
    to {
      transform: scaleX(1);
    }
  }
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  inset-block-start: 0;
  min-height: var(--header-height);
  border-block-end: 1px solid var(--line-dark);
  background: rgba(23, 19, 20, 0.94);
  color: var(--ivory);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  transition: background-color 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled,
.site-header[data-scrolled="true"] {
  background: rgba(18, 14, 15, 0.98);
  box-shadow: 0 12px 36px rgba(10, 7, 8, 0.2);
}

.site-header__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 1 auto;
  align-items: center;
  gap: 0.55rem;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 5.5vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-nav {
  display: none;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.1rem);
}

.site-nav a,
.footer-nav a,
.footer-nav button {
  position: relative;
  min-height: 2.75rem;
  align-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-decoration: none;
}

.site-nav a {
  display: inline-flex;
}

.site-nav a::after,
.footer-nav a::after,
.footer-nav button::after {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0.52rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--bronze-light);
  content: "";
  transition: transform 260ms var(--ease);
}

.header-cta {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(0.75rem, 3vw, 1.15rem);
  border: 1px solid rgba(199, 170, 120, 0.6);
  border-radius: 999px;
  background: rgba(112, 29, 45, 0.28);
  color: var(--white);
  font-size: clamp(0.68rem, 2.8vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  text-decoration: none;
  transition: border-color 220ms ease, background-color 220ms ease,
    transform 220ms var(--ease);
}

/* Native mobile menu: usable even before JavaScript has loaded. */
.mobile-menu {
  position: relative;
  margin-inline-start: auto;
  color: var(--ivory);
}

.mobile-menu summary {
  display: inline-flex;
  min-width: 5.25rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(199, 170, 120, 0.56);
  border-radius: 999px;
  background: rgba(112, 29, 45, 0.34);
  color: var(--white);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary:focus-visible {
  outline: 3px solid var(--bronze-light);
  outline-offset: 3px;
}

.mobile-menu__icon {
  display: grid;
  width: 1rem;
  gap: 0.25rem;
}

.mobile-menu__icon i {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.mobile-menu[open] .mobile-menu__icon i:first-child {
  transform: translateY(0.125rem) rotate(45deg);
}

.mobile-menu[open] .mobile-menu__icon i:last-child {
  transform: translateY(-0.125rem) rotate(-45deg);
}

.mobile-menu__panel {
  position: fixed;
  z-index: 1002;
  inset: var(--header-height) 0 auto;
  display: grid;
  max-height: calc(100vh - var(--header-height));
  max-height: calc(100svh - var(--header-height));
  overflow-y: auto;
  padding: 0.8rem var(--gutter) 1rem;
  padding: 0.8rem var(--gutter) max(1rem, env(safe-area-inset-bottom));
  border-block: 1px solid rgba(199, 170, 120, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 29, 45, 0.3), transparent 18rem),
    rgba(23, 19, 20, 0.99);
  box-shadow: 0 24px 46px rgba(5, 3, 4, 0.36);
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__panel a {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.25rem;
  border-block-end: 1px solid rgba(255, 248, 235, 0.11);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
}

.mobile-menu__panel a::after {
  color: var(--bronze-light);
  font-family: var(--font-body);
  font-size: 0.78rem;
  content: "↗";
}

.mobile-menu__panel a:focus-visible {
  border-radius: var(--radius-sm);
  outline: 3px solid var(--bronze-light);
  outline-offset: -3px;
}

.mobile-menu__panel .mobile-menu__legal {
  margin-block-start: 0.45rem;
  color: var(--bronze-pale);
}

@media (max-width: 41.999rem) {
  .site-header .header-cta {
    display: none;
  }
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: min(54rem, calc(100svh - var(--header-height)));
  overflow: hidden;
  align-items: end;
  isolation: isolate;
  background: var(--ink);
  color: var(--ivory);
}

.hero__picture,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__picture {
  z-index: -2;
  overflow: hidden;
}

.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.73) saturate(0.86);
  transition: transform 1.1s var(--ease), filter 700ms ease;
}

.hero__overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(14, 10, 11, 0.28) 0%, rgba(14, 10, 11, 0.14) 24%, rgba(14, 10, 11, 0.92) 100%),
    linear-gradient(90deg, rgba(14, 10, 11, 0.84) 0%, rgba(14, 10, 11, 0.45) 62%, rgba(14, 10, 11, 0.1) 100%);
}

.hero__content {
  display: grid;
  gap: 2.4rem;
  padding-block: clamp(6.5rem, 18vh, 10.5rem) clamp(2.5rem, 7vw, 4.6rem);
}

.hero__copy {
  max-width: 47rem;
}

.hero h1 {
  max-width: 12ch;
  margin-block-end: 1.35rem;
  color: var(--white);
  font-size: clamp(3.05rem, 14vw, 6.7rem);
  font-weight: 500;
  line-height: 0.87;
  letter-spacing: -0.045em;
}

.is-typewriter {
  position: relative;
}

.typewriter__sizer {
  display: block;
  visibility: hidden;
}

.typewriter__sizer::after {
  display: inline-block;
  width: 0.125em;
  content: "";
}

.typewriter__visual {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  pointer-events: none;
}

.typewriter__caret {
  display: inline-block;
  width: 0.055em;
  height: 0.74em;
  margin-inline-start: 0.07em;
  transform: translateY(0.055em);
  background: var(--bronze-light);
  box-shadow: 0 0 0.32em rgba(199, 170, 120, 0.2);
  animation: typewriter-caret 760ms steps(1, end) infinite;
}

.is-typewriter.is-typing .typewriter__output {
  text-shadow: 0 0 0.012em rgba(255, 255, 255, 0.72);
}

.is-typewriter.is-settled .typewriter__caret {
  opacity: 0;
  animation: none;
  transition: opacity 420ms ease;
}

@keyframes typewriter-caret {
  0%,
  46% {
    opacity: 1;
  }

  47%,
  100% {
    opacity: 0;
  }
}

.hero__lead {
  max-width: 43rem;
  margin-block-end: 1.8rem;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(0.98rem, 2.4vw, 1.15rem);
  line-height: 1.78;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.4rem;
}

.button,
.text-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
}

.button {
  padding: 0.85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background-color 220ms ease, color 220ms ease,
    transform 220ms var(--ease);
}

.button--light {
  background: var(--ivory);
  color: var(--ink);
}

.button--dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.text-link {
  padding-inline: 0.35rem;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(199, 170, 120, 0.7);
  text-underline-offset: 0.42rem;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid var(--line-dark);
}

.hero__facts div {
  padding: 0.85rem 0.65rem;
}

.hero__facts div + div {
  border-inline-start: 1px solid var(--line-dark);
}

.hero__facts dt {
  margin-block-end: 0.22rem;
  color: var(--muted-light);
  font-size: clamp(0.55rem, 2vw, 0.65rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.hero__facts dd {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1rem, 4.2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.12;
}

/* Trust strip */
.trust-strip {
  border-block: 1px solid rgba(199, 170, 120, 0.16);
  background: var(--burgundy-deep);
  color: var(--ivory);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-strip p {
  display: grid;
  min-height: 5.1rem;
  align-content: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0.9rem 0.7rem;
  border-block-end: 1px solid rgba(255, 248, 235, 0.1);
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(0.7rem, 2.8vw, 0.82rem);
  font-weight: 600;
  line-height: 1.4;
}

.trust-strip p:nth-child(odd) {
  border-inline-end: 1px solid rgba(255, 248, 235, 0.1);
}

.trust-strip p span {
  color: var(--bronze-light);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

/* Shared section heading */
.section-heading,
.measurement__heading {
  display: grid;
  gap: 1.5rem;
  margin-block-end: clamp(2.4rem, 6vw, 4rem);
}

.section-heading h2,
.measurement__heading h2,
.craft__content > h2,
.contact h2,
.status-note h2,
.legal-hero h1,
.privacy-hero h1 {
  margin-block-end: 0;
  font-size: clamp(2.75rem, 10vw, 5.35rem);
}

.section-heading > p,
.section-heading > div + p,
.measurement__heading > div + div > p {
  max-width: 39rem;
  margin-block-end: 0;
  color: var(--muted-dark);
}

/* Collection */
.collection {
  background:
    radial-gradient(circle at 90% 12%, rgba(168, 134, 85, 0.08), transparent 28rem),
    var(--ivory-soft);
}

.product-grid {
  display: grid;
  gap: 1.25rem;
}

.product-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(112, 29, 45, 0.42);
  border-radius: var(--radius-md);
  background: var(--burgundy-deep);
  box-shadow: 0 18px 42px rgba(23, 19, 20, 0.13);
}

.product-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 4.65;
  background: var(--ink-soft);
}

.product-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) saturate(0.9);
  transition: transform 650ms var(--ease), filter 500ms ease;
}

.product-card__number {
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.4);
  border-radius: 50%;
  background: rgba(23, 19, 20, 0.64);
  color: var(--white);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.25rem, 5vw, 2rem);
  border-block-start: 1px solid rgba(199, 170, 120, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 67, 84, 0.22), transparent 18rem),
    linear-gradient(145deg, var(--burgundy), var(--burgundy-deep));
  color: var(--white);
  transition: filter 220ms ease;
}

.product-card__for {
  margin-block-end: 0.65rem;
  color: var(--bronze-pale);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-card h3 {
  margin-block-end: 1rem;
  color: var(--white);
  font-size: clamp(2.05rem, 7vw, 2.8rem);
}

.product-card__body > p:not(.product-card__for) {
  margin-block-end: 1.15rem;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.9rem;
}

.product-card ul {
  display: grid;
  gap: 0.38rem;
  margin: 0 0 1.45rem;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-inline-start: 1rem;
  color: rgba(255, 253, 248, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
}

.product-card li::before {
  position: absolute;
  inset-block-start: 0.75em;
  inset-inline-start: 0;
  width: 0.35rem;
  height: 1px;
  background: var(--bronze);
  content: "";
}

.product-card__footer {
  display: flex;
  margin-block-start: auto;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
  padding-block-start: 1.15rem;
  border-block-start: 1px solid rgba(199, 170, 120, 0.28);
}

.product-card__footer p {
  margin: 0;
  line-height: 1;
}

.product-card__footer strong {
  display: block;
  margin-block-end: 0.35rem;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 7vw, 2.35rem);
  font-weight: 600;
}

.product-card__footer p span {
  color: var(--muted-light);
  font-size: 0.67rem;
  font-weight: 600;
}

.product-card__footer a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.45rem;
  color: var(--bronze-pale);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

/* Craft */
.craft {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 20%, rgba(112, 29, 45, 0.28), transparent 30rem),
    var(--ink);
  color: var(--ivory);
}

.craft::after {
  position: absolute;
  inset: auto -12rem -16rem auto;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(199, 170, 120, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.craft__grid {
  display: grid;
  gap: clamp(2.75rem, 8vw, 6rem);
}

.craft__visual {
  position: relative;
  overflow: hidden;
  min-height: 29rem;
  border-radius: var(--radius-md);
  background: var(--ink-raised);
  box-shadow: var(--shadow-deep);
}

.craft__visual img {
  width: 100%;
  height: 100%;
  min-height: 29rem;
  object-fit: cover;
  filter: brightness(0.85) saturate(0.88);
  transition: transform 700ms var(--ease), filter 520ms ease;
}

.craft__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(14, 10, 11, 0.78));
  content: "";
  pointer-events: none;
}

.craft__visual > p {
  position: absolute;
  z-index: 1;
  inset: auto 1.25rem 1.2rem;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 6vw, 2.1rem);
  line-height: 1.05;
}

.craft__content > h2 {
  max-width: 11ch;
  margin-block-end: 1.35rem;
}

.craft__lead {
  margin-block-end: 2.1rem;
  color: rgba(255, 253, 248, 0.75);
}

.craft-list {
  display: grid;
  gap: 0;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.craft-list > li {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr);
  gap: 0.85rem;
  padding-block: 1.15rem;
  border-block-start: 1px solid var(--line-dark);
}

.craft-list > li:last-child {
  border-block-end: 1px solid var(--line-dark);
}

.craft-list > li > span {
  padding-block-start: 0.2rem;
  color: var(--bronze-light);
  font-size: 0.63rem;
  letter-spacing: 0.1em;
}

.craft-list h3 {
  margin-block-end: 0.35rem;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.4;
}

.craft-list p {
  margin: 0;
  color: var(--muted-light);
  font-size: 0.82rem;
}

.warranty-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  align-items: end;
  gap: 1rem;
  padding: clamp(1.25rem, 5vw, 2rem);
  border: 1px solid rgba(199, 170, 120, 0.24);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(112, 29, 45, 0.86), rgba(76, 16, 29, 0.86));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.17);
}

.warranty-card p {
  margin: 0;
}

.warranty-card p:first-child {
  line-height: 0.9;
}

.warranty-card strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 15vw, 5.4rem);
  font-weight: 500;
  white-space: nowrap;
}

.warranty-card p:first-child span {
  color: var(--bronze-pale);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.warranty-card p:last-child {
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.76rem;
}

/* Process */
.process {
  background:
    radial-gradient(circle at 88% 4%, rgba(199, 170, 120, 0.15), transparent 31rem),
    linear-gradient(145deg, var(--burgundy) 0%, #5b1625 58%, var(--burgundy-deep) 100%);
  color: var(--ivory);
}

.section-heading--dark > p,
.section-heading--dark > div + p {
  color: rgba(255, 253, 248, 0.8);
}

.process-grid {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  padding: clamp(1.4rem, 5vw, 2.2rem);
  border: 1px solid rgba(199, 170, 120, 0.34);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 29, 45, 0.22), transparent 13rem),
    linear-gradient(145deg, var(--ink), var(--ink-soft));
  box-shadow: 0 18px 42px rgba(15, 7, 9, 0.27);
  transition: transform 220ms var(--ease), border-color 220ms ease,
    background-color 220ms ease, box-shadow 220ms ease;
}

.process-grid li > span {
  display: inline-block;
  margin-block-end: 1.5rem;
  color: var(--bronze-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.process-grid h3 {
  margin-block-end: 0.7rem;
  color: var(--white);
  font-size: clamp(1.85rem, 7vw, 2.5rem);
}

.process-grid p {
  max-width: 30rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.84rem;
}

/* Measurement introduction */
.measurement {
  background:
    radial-gradient(circle at 8% 8%, rgba(168, 134, 85, 0.1), transparent 25rem),
    var(--ivory-soft);
}

.measurement__heading ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.measurement__heading li {
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(112, 29, 45, 0.2);
  border-radius: 999px;
  color: var(--burgundy-deep);
  font-size: 0.65rem;
  font-weight: 700;
}

.wizard-host {
  min-height: 13rem;
}

.wizard-loading,
.form-fallback {
  margin: 0;
  padding: 2rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--muted-dark);
  text-align: center;
}

.form-fallback a,
.measurement__disclaimer a {
  color: var(--burgundy);
  font-weight: 700;
}

.measurement__disclaimer {
  max-width: 64rem;
  margin: 1.15rem auto 0;
  color: var(--muted-dark);
  font-size: 0.72rem;
  line-height: 1.7;
}

/* Measurement wizard */
.wizard {
  overflow: hidden;
  border: 1px solid rgba(33, 26, 28, 0.17);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  color-scheme: light;
}

.wizard__header {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 5vw, 2.25rem);
  border-block-end: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 90% 20%, rgba(112, 29, 45, 0.4), transparent 19rem),
    var(--ink);
  color: var(--ivory);
}

.wizard__header h2,
.wizard__header h3 {
  margin-block-end: 0.45rem;
  color: var(--white);
  font-size: clamp(2rem, 8vw, 3.4rem);
}

.wizard__header p {
  max-width: 52rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.82rem;
}

.wizard__progress {
  display: grid;
  gap: 0.55rem;
  color: var(--bronze-pale);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.wizard__progress progress {
  width: 100%;
  height: 0.35rem;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  appearance: none;
}

.wizard__progress progress::-webkit-progress-bar {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.wizard__progress progress::-webkit-progress-value {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-pale));
}

.wizard__progress progress::-moz-progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-pale));
}

.wizard__progress-track {
  height: 0.35rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.wizard__progress-bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-pale));
  transition: width 320ms var(--ease);
}

.wizard__steps {
  display: block;
  margin: 0;
  padding: 0;
  background: var(--paper);
}

.wizard__step {
  min-inline-size: 0;
  margin: 0;
  padding: clamp(1.25rem, 5vw, 2.5rem);
  border: 0;
}

.wizard__panel,
.wizard__step[role="group"],
.wizard__step[role="tabpanel"] {
  min-inline-size: 0;
  margin: 0;
  padding: clamp(1.25rem, 5vw, 2.5rem);
  border: 0;
}

.wizard__step[role="group"],
.wizard__step[role="tabpanel"] {
  padding: clamp(1.25rem, 5vw, 2.5rem);
}

.wizard__panel > legend,
.wizard__step > legend {
  max-width: 100%;
  margin-block-end: 0.55rem;
  padding: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 3.15rem);
  font-weight: 600;
  line-height: 1;
}

.wizard__panel > h2,
.wizard__panel > h3,
.wizard__step > h2,
.wizard__step > h3 {
  margin-block-end: 0.65rem;
  font-size: clamp(2rem, 8vw, 3.15rem);
}

.wizard__panel > p,
.wizard__step > p {
  max-width: 50rem;
  margin-block-end: 1.5rem;
  color: var(--muted-dark);
  font-size: 0.85rem;
}

.wizard__grid,
.measurement-grid,
.review-grid {
  display: grid;
  gap: 1rem;
}

.form-field,
.field {
  display: grid;
  align-content: start;
  gap: 0.42rem;
  min-width: 0;
}

.field--measurement {
  min-width: 0;
}

.form-field--wide,
.field--wide {
  grid-column: 1 / -1;
}

.form-field > label,
.field > label,
.field__label {
  color: #352d2b;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.45;
}

.field__hint,
.form-field small,
.field small {
  color: var(--muted-dark);
  font-size: 0.68rem;
  line-height: 1.55;
}

.form-field input,
.form-field select,
.form-field textarea,
.field input,
.field select,
.field textarea,
.field__control {
  width: 100%;
  min-width: 0;
  min-height: 3.15rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #b9aea3;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  font-size: max(1rem, 16px);
  line-height: 1.35;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
  transition: border-color 180ms ease, box-shadow 180ms ease,
    background-color 180ms ease;
}

.form-field textarea,
.field textarea,
textarea.field__control {
  min-height: 8rem;
  resize: vertical;
}

.form-field select,
.field select,
select.field__control {
  padding-inline-end: 2.6rem;
}

.form-field input::placeholder,
.form-field textarea::placeholder,
.field input::placeholder,
.field textarea::placeholder,
.field__control::placeholder {
  color: #756a63;
  opacity: 1;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.field input:focus,
.field select:focus,
.field textarea:focus,
.field__control:focus {
  border-color: var(--burgundy-light);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(112, 29, 45, 0.16);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"],
.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.field__control[aria-invalid="true"] {
  border-color: var(--danger);
  background: #fff9f7;
  box-shadow: 0 0 0 2px rgba(154, 43, 49, 0.12);
}

.form-field input[type="checkbox"],
.form-field input[type="radio"],
.field input[type="checkbox"],
.field input[type="radio"] {
  width: 1.2rem;
  min-height: 1.2rem;
  padding: 0;
  accent-color: var(--burgundy);
}

.choice-grid {
  display: grid;
  gap: 0.75rem;
  margin-block: 1.25rem;
}

.choice-card {
  position: relative;
  display: grid;
  min-height: 5.5rem;
  align-content: center;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid rgba(33, 26, 28, 0.2);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease,
    box-shadow 180ms ease, transform 180ms var(--ease);
}

.choice-card input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0 0.35rem;
  accent-color: var(--burgundy);
}

.choice-card strong,
.choice-card__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.05;
}

.choice-card span,
.choice-card p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.72rem;
}

.choice-card:has(input:checked),
.choice-card.is-selected,
.choice-card[aria-checked="true"] {
  border-color: var(--burgundy);
  background: #fbf2f1;
  box-shadow: 0 0 0 2px rgba(112, 29, 45, 0.12);
}

.measure-help {
  display: grid;
  gap: 1rem;
  margin-block: 1.3rem;
  padding: 1rem;
  border-inline-start: 3px solid var(--bronze);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: #eee4d5;
}

.measure-help img,
.measure-help svg {
  width: min(100%, 18rem);
  margin-inline: auto;
  border-radius: var(--radius-sm);
}

.measure-help h3,
.measure-help h4 {
  margin-block-end: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
}

.measure-help p,
.measure-help li {
  margin-block-end: 0.35rem;
  color: #544944;
  font-size: 0.75rem;
}

.measure-help ul,
.measure-help ol {
  margin: 0;
  padding-inline-start: 1.2rem;
}

.error-summary,
.wizard__error-summary,
.wizard__send-error {
  margin-block: 0 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(154, 43, 49, 0.42);
  border-inline-start-width: 4px;
  border-radius: var(--radius-sm);
  background: var(--danger-bg);
  color: #681b20;
  font-size: 0.78rem;
}

.error-summary h3,
.wizard__error-summary h3,
.wizard__send-error h3 {
  margin-block-end: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
}

.error-summary ul,
.wizard__error-summary ul,
.wizard__send-error ul {
  margin-block: 0.35rem 0;
  padding-inline-start: 1.2rem;
}

.field-error,
.field__error {
  margin: 0;
  color: var(--danger);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.45;
}

.wizard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
  padding: 1rem clamp(1.25rem, 5vw, 2.5rem) clamp(1.25rem, 5vw, 2.25rem);
  border-block-start: 1px solid rgba(199, 170, 120, 0.28);
  background:
    radial-gradient(circle at 92% 0%, rgba(112, 29, 45, 0.24), transparent 18rem),
    var(--ink);
}

.wizard__actions button,
.wizard__back,
.wizard__next,
.wizard__submit {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.15rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  transition: background-color 180ms ease, border-color 180ms ease,
    color 180ms ease, transform 180ms var(--ease);
}

.wizard__actions .wizard__back,
.wizard__back {
  margin-inline-end: auto;
  border-color: rgba(199, 170, 120, 0.58);
  background: transparent;
  color: var(--white);
}

.wizard__submit {
  border-color: var(--burgundy);
  background: var(--burgundy);
}

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

.review-card {
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: var(--white);
}

.review-card h3,
.review-card h4 {
  margin-block-end: 0.75rem;
  color: var(--burgundy-deep);
  font-family: var(--font-body);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.4;
  text-transform: uppercase;
}

.review-card dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 0.4rem 0.7rem;
  margin: 0;
}

.review-card dt,
.review-card dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 0.7rem;
  line-height: 1.55;
}

.review-card dt {
  color: var(--muted-dark);
}

.review-card dd {
  color: var(--ink);
  font-weight: 650;
}

.success-card,
.wizard__success {
  margin: clamp(1.25rem, 5vw, 2.5rem);
  padding: clamp(1.4rem, 6vw, 2.5rem);
  border: 1px solid rgba(33, 86, 63, 0.3);
  border-radius: var(--radius-md);
  background: var(--success-bg);
  color: #173d2d;
}

.success-card h2,
.success-card h3,
.wizard__success h2,
.wizard__success h3 {
  margin-block-end: 0.7rem;
  color: #173d2d;
  font-size: clamp(2rem, 8vw, 3.2rem);
}

.success-card p,
.wizard__success p {
  margin-block-end: 0.7rem;
}

.success-card a,
.wizard__success a {
  color: #0e4f34;
  font-weight: 750;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.wizard__status {
  min-height: 1.4rem;
  margin: 0;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
  color: var(--muted-dark);
  font-size: 0.7rem;
  font-weight: 650;
}

/* Exact contract for the generated measurement assistant. */
.wizard__form {
  margin: 0;
  background: var(--paper);
}

.wizard__progress {
  display: block;
  overflow: hidden;
  padding: 0.8rem clamp(0.75rem, 4vw, 1.5rem);
  border-block-end: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 92% 0%, rgba(112, 29, 45, 0.38), transparent 20rem),
    var(--ink);
  color: var(--ivory);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
}

.wizard__progress ol {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  gap: 0.45rem;
  margin: 0;
  padding: 0 0 0.35rem;
  list-style: none;
  scroll-padding-inline: 0.15rem;
  scrollbar-width: thin;
  scrollbar-color: var(--bronze) rgba(255, 255, 255, 0.08);
}

.wizard__progress li {
  position: relative;
  min-width: 7rem;
  flex: 1 0 7rem;
  scroll-snap-align: start;
}

.wizard__progress button {
  display: grid;
  width: 100%;
  min-height: 3.35rem;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(255, 248, 235, 0.15);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.62rem;
  font-weight: 650;
  line-height: 1.25;
  text-align: start;
  transition: border-color 180ms ease, background-color 180ms ease,
    color 180ms ease;
}

.wizard__progress button:disabled {
  cursor: default;
  opacity: 1;
}

.wizard__progress button > span:first-child {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid rgba(255, 248, 235, 0.22);
  border-radius: 50%;
  color: var(--bronze-pale);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wizard__progress li.is-current button {
  border-color: rgba(199, 170, 120, 0.72);
  background: rgba(112, 29, 45, 0.44);
  color: var(--white);
}

.wizard__progress li.is-current button > span:first-child {
  border-color: var(--bronze-light);
  background: var(--bronze-light);
  color: var(--ink);
}

.wizard__progress li.is-complete button {
  border-color: rgba(199, 170, 120, 0.3);
  background: rgba(199, 170, 120, 0.09);
  color: rgba(255, 253, 248, 0.84);
}

.wizard__progress li.is-complete button > span:first-child {
  border-color: rgba(199, 170, 120, 0.65);
  color: var(--bronze-pale);
}

.wizard__step {
  min-width: 0;
  min-inline-size: 0;
  margin: 0;
  padding: clamp(1.35rem, 5vw, 2.65rem);
  border: 0;
}

.wizard__step > legend.sr-only {
  margin: -1px !important;
}

.wizard__intro {
  max-width: 52rem;
  margin-block-end: clamp(1.5rem, 5vw, 2.25rem);
}

.wizard__kicker {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-block-end: 0.65rem !important;
  color: var(--burgundy) !important;
  font-size: 0.63rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wizard__kicker::before {
  width: 1.35rem;
  height: 1px;
  flex: 0 0 auto;
  background: var(--bronze);
  content: "";
}

.wizard__intro h3 {
  max-width: 18ch;
  margin-block-end: 0.75rem;
  font-size: clamp(2.2rem, 9vw, 3.75rem);
  line-height: 0.98;
}

.wizard__intro h3:focus {
  outline: 0;
}

.wizard__intro h3:focus-visible {
  border-radius: 0.15rem;
  outline: 3px solid var(--bronze);
  outline-offset: 5px;
}

.wizard__intro > p:last-child {
  max-width: 46rem;
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.83rem;
}

.wizard__notice {
  display: grid;
  gap: 0.2rem;
  margin-block-end: 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(168, 134, 85, 0.35);
  border-inline-start: 3px solid var(--bronze);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: #eee4d5;
}

.wizard__notice strong {
  color: var(--burgundy-deep);
  font-size: 0.76rem;
}

.wizard__notice p {
  margin: 0;
  color: #5c514b;
  font-size: 0.72rem;
}

.choice-group {
  min-width: 0;
}

.choice-group.has-error .choice-grid {
  padding: 0.4rem;
  border: 1px solid rgba(154, 43, 49, 0.35);
  border-radius: var(--radius-md);
  background: var(--danger-bg);
}

.choice-card {
  grid-template-columns: 1.35rem minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 0.8rem;
  min-height: 7rem;
  padding: 1rem;
}

.choice-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.choice-card__marker {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  align-self: start;
  margin-block-start: 0.15rem !important;
  border: 1px solid #8c8077;
  border-radius: 50%;
  background: var(--white);
}

.choice-card__marker::after {
  width: 0.55rem;
  height: 0.55rem;
  transform: scale(0);
  border-radius: 50%;
  background: var(--burgundy);
  content: "";
  transition: transform 160ms var(--ease);
}

.choice-card > input:checked + .choice-card__marker {
  border-color: var(--burgundy);
}

.choice-card > input:checked + .choice-card__marker::after {
  transform: scale(1);
}

.choice-card:has(input:focus-visible) {
  outline: 3px solid var(--bronze);
  outline-offset: 3px;
}

.choice-card:focus-within {
  outline: 3px solid var(--bronze);
  outline-offset: 3px;
}

.choice-card__copy {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.choice-card__copy strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5.5vw, 1.7rem);
  font-weight: 600;
  line-height: 1.05;
}

.choice-card__copy > span {
  color: var(--burgundy);
  font-size: 0.75rem;
  font-weight: 800;
}

.choice-card__copy small {
  color: var(--muted-dark);
  font-size: 0.64rem;
  line-height: 1.45;
}

.measurement-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-block: 0 1rem;
}

.field__required {
  color: var(--danger);
  font-size: 0.78rem;
  font-weight: 800;
}

.field__optional {
  margin-inline-start: 0.25rem;
  color: #756a63;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.field__control {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 3.15rem;
  overflow: hidden;
  align-items: stretch;
  padding: 0;
  border: 1px solid #b9aea3;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
  transition: border-color 180ms ease, box-shadow 180ms ease,
    background-color 180ms ease;
}

.field__control > input,
.field__control > select,
.field__control > textarea {
  width: 100%;
  min-width: 0;
  min-height: 3.05rem;
  flex: 1 1 auto;
  margin: 0;
  padding: 0.78rem 0.85rem;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: max(1rem, 16px);
  line-height: 1.4;
  box-shadow: none;
}

.field__control > select {
  padding-inline-end: 2.4rem;
}

.field__control > textarea {
  min-height: 8rem;
  resize: vertical;
}

.field__control:focus-within {
  border-color: var(--burgundy-light);
  box-shadow: 0 0 0 3px rgba(112, 29, 45, 0.16);
}

.field__control > input:focus,
.field__control > select:focus,
.field__control > textarea:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.field__control > input[aria-invalid="true"],
.field__control > select[aria-invalid="true"],
.field__control > textarea[aria-invalid="true"] {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.field.has-error .field__control {
  border-color: var(--danger);
  background: #fff9f7;
  box-shadow: 0 0 0 2px rgba(154, 43, 49, 0.12);
}

.field.has-error .field__label {
  color: #6f1d23;
}

.field__unit {
  display: inline-flex;
  min-width: 3.1rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding-inline: 0.65rem;
  border-inline-start: 1px solid #d0c5ba;
  background: #eee6db;
  color: #5b504b;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.confirmation-list {
  display: grid;
  gap: 0.75rem;
  margin-block-start: 1.25rem;
}

.field--checkbox {
  padding: 0.9rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-sm);
  background: #f5efe6;
}

.field--checkbox > label {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  cursor: pointer;
}

.field--checkbox input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin: 0.12rem 0 0;
  padding: 0;
  accent-color: var(--burgundy);
}

.field--checkbox input[type="checkbox"][aria-invalid="true"] {
  background: initial;
  box-shadow: none;
}

.field--checkbox label > span {
  color: #443b37;
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1.6;
}

.field--checkbox a {
  color: var(--burgundy);
  font-weight: 800;
}

.field--checkbox.has-error {
  border-color: rgba(154, 43, 49, 0.5);
  background: var(--danger-bg);
}

.wizard__calculation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.25rem 0.8rem;
  margin-block-start: 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(199, 170, 120, 0.26);
  border-radius: var(--radius-md);
  background: var(--ink-soft);
  color: var(--ivory);
}

.wizard__calculation > span {
  color: var(--bronze-pale);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wizard__calculation > strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 7vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.wizard__calculation > p {
  max-width: 40rem;
  margin: 0;
  color: var(--muted-light);
  font-size: 0.68rem;
}

.wizard__error-summary {
  margin: clamp(1rem, 4vw, 1.5rem) clamp(1.35rem, 5vw, 2.65rem) 0;
}

.wizard__error-summary button {
  min-height: 2.75rem;
  padding: 0.25rem 0;
  border: 0;
  background: transparent;
  color: #681b20;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: start;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.review-grid > section {
  min-width: 0;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: var(--white);
}

.review-grid > section > div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-block-end: 0.8rem;
  padding-block-end: 0.65rem;
  border-block-end: 1px solid var(--line-light);
}

.review-grid > section > div > p {
  margin: 0;
  color: var(--burgundy-deep);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.review-grid > section button {
  min-height: 2.75rem;
  flex: 0 0 auto;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(112, 29, 45, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--burgundy);
  font-size: 0.65rem;
  font-weight: 800;
}

.review-grid > section > strong {
  display: block;
  margin-block-end: 0.35rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.05;
}

.review-grid > section > p {
  margin: 0;
  color: #514742;
  font-size: 0.71rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.wizard__review-warnings {
  margin-block-start: 1rem;
  padding: 1rem;
  border: 1px solid #c99a49;
  border-inline-start-width: 4px;
  border-radius: var(--radius-sm);
  background: #fff7e7;
  color: #62420e;
}

.wizard__review-warnings > strong {
  font-size: 0.75rem;
}

.wizard__review-warnings ul {
  margin: 0.5rem 0 0;
  padding-inline-start: 1.15rem;
}

.wizard__review-warnings li {
  margin-block: 0.25rem;
  font-size: 0.71rem;
}

.wizard__nonbinding {
  display: grid;
  gap: 0.18rem;
  margin-block-start: 1rem;
  padding: 1rem;
  border: 1px solid rgba(112, 29, 45, 0.25);
  border-radius: var(--radius-sm);
  background: #f4e8e8;
}

.wizard__nonbinding > strong {
  color: var(--burgundy-deep);
  font-size: 0.75rem;
}

.wizard__nonbinding > p {
  margin: 0;
  color: #5a4547;
  font-size: 0.7rem;
}

.wizard__send-error {
  margin-block: 1rem 0;
}

.wizard__send-error > strong {
  display: block;
  margin-block-end: 0.3rem;
  font-size: 0.78rem;
}

.wizard__send-error > p {
  margin-block-end: 0.65rem;
}

.wizard__send-error > a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: #681b20;
  font-weight: 800;
}

.wizard__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
  justify-content: stretch;
}

.wizard__actions > p {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0;
  color: var(--bronze-pale);
  font-size: 0.66rem;
  font-weight: 750;
  text-align: center;
}

.wizard__actions .wizard__back,
.wizard__actions .wizard__next,
.wizard__actions .wizard__submit {
  width: 100%;
  margin: 0;
}

.wizard__actions .wizard__back {
  grid-column: 1;
}

.wizard__actions .wizard__next,
.wizard__actions .wizard__submit {
  grid-column: 2;
  border-color: var(--bronze-light);
  background: var(--burgundy);
  color: var(--white);
}

.wizard__actions .wizard__submit {
  grid-column: 1 / -1;
}

.wizard__success {
  margin: clamp(1.25rem, 5vw, 2.65rem);
}

.wizard__success:focus {
  outline: 0;
}

.wizard__success:focus-visible {
  outline: 3px solid var(--success);
  outline-offset: 4px;
}

.wizard__success > p,
.wizard__success > p strong {
  overflow-wrap: anywhere;
}

.wizard__reference {
  width: fit-content;
  max-width: 100%;
  margin-block: 1rem !important;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(33, 86, 63, 0.25);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
}

.wizard__reference strong {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
}

.wizard__success > a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.wizard__trap {
  display: none !important;
}

/* Requested dark-burgundy treatment for the first measurement step. */
.wizard__step[data-wizard-step="0"] {
  background:
    radial-gradient(circle at 94% 0%, rgba(157, 67, 84, 0.25), transparent 25rem),
    linear-gradient(145deg, var(--burgundy), var(--burgundy-deep));
  color: var(--white);
}

.wizard__step[data-wizard-step="0"] .wizard__kicker {
  color: var(--bronze-pale) !important;
}

.wizard__step[data-wizard-step="0"] .wizard__intro h3 {
  color: var(--white);
}

.wizard__step[data-wizard-step="0"] .wizard__intro > p:last-child,
.wizard__step[data-wizard-step="0"] .field__hint {
  color: rgba(255, 253, 248, 0.82);
}

.wizard__step[data-wizard-step="0"] .field__error {
  color: #ffe0dc;
}

.wizard__step[data-wizard-step="0"] .choice-group.has-error .choice-grid {
  border-color: rgba(255, 224, 220, 0.72);
  background: rgba(23, 19, 20, 0.46);
}

.wizard__step[data-wizard-step="0"] .choice-card {
  border-color: rgba(199, 170, 120, 0.38);
  background: var(--ink-soft);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.wizard__step[data-wizard-step="0"] .choice-card__copy strong {
  color: var(--white);
}

.wizard__step[data-wizard-step="0"] .choice-card__copy > span {
  color: var(--bronze-pale);
}

.wizard__step[data-wizard-step="0"] .choice-card__copy small {
  color: var(--muted-light);
}

.wizard__step[data-wizard-step="0"] .choice-card:has(input:checked),
.wizard__step[data-wizard-step="0"] .choice-card.is-selected,
.wizard__step[data-wizard-step="0"] .choice-card[aria-checked="true"] {
  border-color: var(--bronze-light);
  background: var(--ink-raised);
  box-shadow: 0 0 0 2px rgba(199, 170, 120, 0.2),
    0 16px 34px rgba(0, 0, 0, 0.2);
}

.wizard__step[data-wizard-step="0"] .choice-card__marker {
  border-color: var(--bronze-light);
  background: var(--ivory-soft);
}

/* Alternating dark and light rhythm throughout the measurement assistant. */
.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="3"],
    [data-wizard-step="5"]
  ) {
  background:
    radial-gradient(circle at 94% 0%, rgba(112, 29, 45, 0.28), transparent 25rem),
    linear-gradient(145deg, var(--ink), var(--ink-soft));
  color: var(--white);
}

.wizard__step:is([data-wizard-step="2"], [data-wizard-step="4"]) {
  background:
    radial-gradient(circle at 94% 0%, rgba(168, 134, 85, 0.11), transparent 24rem),
    var(--ivory-soft);
  color: var(--ink);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="3"],
    [data-wizard-step="5"]
  ) .wizard__kicker {
  color: var(--bronze-pale) !important;
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="3"],
    [data-wizard-step="5"]
  ) .wizard__intro h3 {
  color: var(--white);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="3"],
    [data-wizard-step="5"]
  ) .wizard__intro > p:last-child {
  color: var(--muted-light);
}

.wizard__step:is([data-wizard-step="2"], [data-wizard-step="4"]) .wizard__intro h3 {
  color: var(--ink);
}

.wizard__step:is([data-wizard-step="2"], [data-wizard-step="4"]) .wizard__intro > p:last-child {
  color: var(--muted-dark);
}

/* Burgundy field cards remain consistent on both alternating backgrounds. */
.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field {
  gap: 0.48rem;
  padding: 0.9rem;
  border: 1px solid rgba(219, 201, 170, 0.38);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 67, 84, 0.22), transparent 12rem),
    linear-gradient(145deg, #762333, #551420);
  box-shadow: 0 12px 28px rgba(20, 8, 11, 0.14);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) :is(.field__label, .field > label) {
  color: var(--white);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) :is(.field__hint, .field small, .field__optional) {
  color: var(--bronze-pale);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__required {
  color: #ffe0dc;
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__control {
  border-color: rgba(255, 248, 235, 0.3);
  background: rgba(23, 19, 20, 0.62);
  color: var(--white);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__control > :is(input, select, textarea) {
  background: transparent;
  color: var(--white);
  caret-color: var(--white);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__control > :is(input, textarea)::placeholder {
  color: var(--muted-light);
  opacity: 1;
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__control > select {
  color-scheme: dark;
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__control > select option {
  background: var(--ink-soft);
  color: var(--white);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__control:focus-within {
  border-color: var(--bronze-pale);
  box-shadow: 0 0 0 3px rgba(219, 201, 170, 0.34);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__unit {
  border-inline-start-color: rgba(219, 201, 170, 0.34);
  background: var(--ink-raised);
  color: var(--bronze-pale);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field.has-error .field__control {
  border: 2px solid #ffb8b1;
  background: #2b171b;
  box-shadow: 0 0 0 3px rgba(255, 184, 177, 0.18);
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) :is(.field.has-error .field__label, .field__error) {
  color: #ffe0dc;
}

.wizard__step:is(
    [data-wizard-step="1"],
    [data-wizard-step="2"],
    [data-wizard-step="3"],
    [data-wizard-step="4"]
  ) .field__control > :is(input, select, textarea):-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--burgundy-deep) inset;
  -webkit-text-fill-color: var(--white);
  caret-color: var(--white);
}

.wizard__step[data-wizard-step="1"] .wizard__notice,
.wizard__step[data-wizard-step="3"] .wizard__calculation {
  border-color: rgba(199, 170, 120, 0.45);
  border-inline-start-color: var(--bronze-light);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 67, 84, 0.2), transparent 14rem),
    linear-gradient(145deg, var(--burgundy), var(--burgundy-deep));
  color: var(--white);
  box-shadow: 0 12px 28px rgba(9, 4, 5, 0.2);
}

.wizard__step[data-wizard-step="1"] .wizard__notice strong,
.wizard__step[data-wizard-step="3"] .wizard__calculation > strong {
  color: var(--white);
}

.wizard__step[data-wizard-step="1"] .wizard__notice p,
.wizard__step[data-wizard-step="3"] .wizard__calculation > p {
  color: rgba(255, 253, 248, 0.84);
}

.wizard__step[data-wizard-step="3"] .wizard__calculation > span {
  color: var(--bronze-pale);
}

.wizard__step[data-wizard-step="4"] .field--checkbox {
  border-color: rgba(219, 201, 170, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 67, 84, 0.2), transparent 12rem),
    linear-gradient(145deg, #762333, #551420);
}

.wizard__step[data-wizard-step="4"] .field--checkbox label > span {
  color: var(--white);
}

.wizard__step[data-wizard-step="4"] .field--checkbox a {
  color: var(--bronze-pale);
  text-decoration-color: currentColor;
}

.wizard__step[data-wizard-step="4"] .field--checkbox input[type="checkbox"] {
  accent-color: var(--bronze-light);
}

.wizard__step[data-wizard-step="5"] .review-grid > section {
  border-color: rgba(199, 170, 120, 0.4);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 67, 84, 0.22), transparent 14rem),
    linear-gradient(145deg, var(--burgundy), var(--burgundy-deep));
  box-shadow: 0 14px 32px rgba(7, 3, 4, 0.24);
}

.wizard__step[data-wizard-step="5"] .review-grid > section > div {
  border-block-end-color: rgba(219, 201, 170, 0.34);
}

.wizard__step[data-wizard-step="5"] .review-grid > section > div > p {
  color: var(--bronze-pale);
}

.wizard__step[data-wizard-step="5"] .review-grid > section button {
  border-color: rgba(199, 170, 120, 0.62);
  background: rgba(23, 19, 20, 0.54);
  color: var(--white);
}

.wizard__step[data-wizard-step="5"] .review-grid > section > strong {
  color: var(--white);
}

.wizard__step[data-wizard-step="5"] .review-grid > section > p {
  color: rgba(255, 253, 248, 0.84);
}

.wizard__step[data-wizard-step="5"] .wizard__nonbinding {
  border-color: rgba(199, 170, 120, 0.42);
  background: var(--burgundy-deep);
}

.wizard__step[data-wizard-step="5"] .wizard__nonbinding > strong {
  color: var(--bronze-pale);
}

.wizard__step[data-wizard-step="5"] .wizard__nonbinding > p {
  color: rgba(255, 253, 248, 0.84);
}

/* Contact and status */
.contact {
  background:
    radial-gradient(circle at 80% 0%, rgba(168, 134, 85, 0.2), transparent 30rem),
    var(--ink-soft);
  color: var(--ivory);
}

.contact__panel {
  display: grid;
  gap: 2rem;
  align-items: end;
}

.contact h2 {
  max-width: 11ch;
  margin-block-end: 1rem;
}

.contact p:not(.eyebrow) {
  margin: 0;
  color: var(--muted-light);
}

.contact__email {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-block: 1rem;
  border-block: 1px solid var(--line-dark);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 6.3vw, 2.8rem);
  line-height: 1.05;
  text-decoration: none;
}

.contact__email span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact__email span:last-child {
  flex: 0 0 auto;
  color: var(--bronze-light);
}

.status-note {
  padding-block: clamp(3.75rem, 9vw, 6.5rem);
  border-block-start: 1px solid var(--line-light);
  background: var(--ivory);
}

.status-note__grid {
  display: grid;
  gap: 1.75rem;
}

.status-note h2 {
  max-width: 12ch;
  color: var(--ink);
  font-size: clamp(2.55rem, 9vw, 4.8rem);
}

.status-note__grid > div:last-child {
  max-width: 43rem;
}

.status-note__grid > div:last-child p {
  color: var(--muted-dark);
  font-size: 0.84rem;
}

.status-note__grid a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--burgundy);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

/* Footer */
.site-footer {
  padding-block: 2rem;
  border-block-start: 1px solid var(--line-dark);
  background: #100d0e;
  color: var(--ivory);
}

.site-footer__grid {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}

.brand--footer {
  width: fit-content;
}

.site-footer__grid > p {
  margin: 0;
  color: var(--muted-light);
  font-size: 0.7rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
}

.footer-nav a,
.footer-nav button {
  display: inline-flex;
  padding: 0;
  color: var(--ivory);
  cursor: pointer;
}

/* Consent banner */
.consent-banner {
  position: fixed;
  z-index: 5000;
  right: 0.65rem;
  bottom: 0.65rem;
  left: 0.65rem;
  inset: auto max(0.65rem, env(safe-area-inset-right))
    max(0.65rem, env(safe-area-inset-bottom))
    max(0.65rem, env(safe-area-inset-left));
  overflow: auto;
  max-height: calc(100vh - 1.3rem);
  max-height: calc(100svh - 1.3rem);
  border: 1px solid rgba(199, 170, 120, 0.42);
  border-radius: var(--radius-md);
  background: rgba(23, 19, 20, 0.985);
  color: var(--ivory);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  animation: consent-in 360ms var(--ease) both;
}

.consent-banner:target {
  display: block !important;
}

.consent-banner__inner {
  display: grid;
  gap: 1.2rem;
  max-width: var(--shell);
  margin-inline: auto;
  padding: clamp(1rem, 4vw, 1.6rem);
}

.consent-banner__label {
  margin-block-end: 0.25rem;
  color: var(--bronze-light);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.consent-banner h2 {
  margin-block-end: 0.45rem;
  color: var(--white);
  font-size: clamp(1.8rem, 7vw, 2.55rem);
}

.consent-banner p:not(.consent-banner__label) {
  max-width: 52rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.72rem;
  line-height: 1.65;
}

.consent-banner .consent-banner__noscript {
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(199, 170, 120, 0.34);
  border-radius: var(--radius-sm);
  background: rgba(112, 29, 45, 0.3);
  color: var(--white);
}

.consent-banner a {
  color: var(--bronze-pale);
  font-weight: 700;
}

.consent-banner__actions {
  display: grid;
  gap: 0.55rem;
  align-content: center;
}

.consent-banner__actions button {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--bronze-light);
  border-radius: 999px;
  background: rgba(199, 170, 120, 0.13);
  color: var(--ivory);
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.35;
  transition: background-color 180ms ease, color 180ms ease,
    transform 180ms var(--ease);
}

.consent-banner__actions button[aria-pressed="true"] {
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px var(--bronze-light);
}

@keyframes consent-in {
  from {
    transform: translateY(1rem);
  }

  to {
    transform: translateY(0);
  }
}

/* Privacy, legal and text pages */
.privacy-page,
.legal-page {
  background: var(--ivory-soft);
}

.legal-hero,
.privacy-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 14vw, 9rem) clamp(3.5rem, 9vw, 6rem);
  background:
    radial-gradient(circle at 82% 12%, rgba(112, 29, 45, 0.38), transparent 28rem),
    var(--ink);
  color: var(--ivory);
}

.legal-hero::after,
.privacy-hero::after {
  position: absolute;
  inset: auto -7rem -10rem auto;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(199, 170, 120, 0.14);
  border-radius: 50%;
  content: "";
}

.legal-hero__inner,
.privacy-hero__inner {
  position: relative;
  z-index: 1;
}

.legal-hero h1,
.privacy-hero h1 {
  max-width: 13ch;
  margin-block-end: 1rem;
  color: var(--white);
}

.legal-hero p:not(.eyebrow),
.privacy-hero p:not(.eyebrow) {
  max-width: 45rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
}

.legal-shell,
.legal-layout,
.privacy-layout {
  width: min(100%, calc(68rem + (2 * var(--gutter))));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.legal-layout,
.privacy-layout {
  display: grid;
  gap: 2rem;
  padding-block: clamp(3.5rem, 9vw, 7rem);
}

.legal-aside,
.privacy-aside {
  align-self: start;
  padding: 1rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.legal-nav,
.privacy-nav,
.legal-toc {
  display: grid;
  gap: 0.25rem;
}

.legal-toc {
  align-self: start;
  padding: 1rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.legal-toc > p {
  margin-block-end: 0.55rem;
  color: var(--burgundy-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-toc ol {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: legal-toc;
}

.legal-toc li {
  counter-increment: legal-toc;
}

.legal-nav a,
.privacy-nav a,
.legal-toc a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: var(--radius-sm);
  color: #4e4540;
  font-size: 0.72rem;
  font-weight: 650;
  text-decoration: none;
}

.legal-toc a::before {
  color: var(--burgundy);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  content: counter(legal-toc, decimal-leading-zero);
}

.legal-content,
.privacy-content,
.policy-content,
.prose {
  min-width: 0;
}

.legal-content > :first-child,
.privacy-content > :first-child,
.policy-content > :first-child,
.prose > :first-child {
  margin-block-start: 0;
}

.legal-section,
.privacy-section,
.policy-section,
.prose section,
.legal-content > section {
  padding-block: 0 2.5rem;
  border-block-end: 1px solid var(--line-light);
}

.legal-section + .legal-section,
.privacy-section + .privacy-section,
.policy-section + .policy-section,
.prose section + section,
.legal-content > section + section {
  padding-block-start: 2.5rem;
}

.legal-hero__updated {
  margin-block-start: 1.15rem !important;
  color: var(--bronze-pale) !important;
  font-size: 0.7rem !important;
  font-weight: 700;
}

.legal-cookie-button {
  margin-block-start: 0.65rem;
}

.legal-content h2,
.privacy-content h2,
.policy-content h2,
.prose h2 {
  margin-block-end: 0.9rem;
  font-size: clamp(2rem, 7vw, 3rem);
}

.legal-content h3,
.privacy-content h3,
.policy-content h3,
.prose h3 {
  margin-block: 1.7rem 0.6rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

.legal-content p,
.legal-content li,
.privacy-content p,
.privacy-content li,
.policy-content p,
.policy-content li,
.prose p,
.prose li {
  color: #554b46;
  font-size: 0.85rem;
}

.legal-content a,
.privacy-content a,
.policy-content a,
.prose a {
  color: var(--burgundy);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.legal-card,
.privacy-card,
.notice-card {
  margin-block: 1.3rem;
  padding: clamp(1rem, 4vw, 1.5rem);
  border: 1px solid rgba(112, 29, 45, 0.18);
  border-inline-start: 3px solid var(--burgundy);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--paper);
}

.table-wrap,
.legal-table-wrap,
.cookie-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-block: 1.25rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.cookie-table,
.legal-table,
.privacy-table,
.prose table,
.legal-table-wrap table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 0.72rem;
}

.cookie-table th,
.cookie-table td,
.legal-table th,
.legal-table td,
.privacy-table th,
.privacy-table td,
.prose th,
.prose td,
.legal-table-wrap th,
.legal-table-wrap td {
  padding: 0.8rem;
  border-block-end: 1px solid var(--line-light);
  text-align: start;
  vertical-align: top;
}

.cookie-table th,
.legal-table th,
.privacy-table th,
.prose th,
.legal-table-wrap th {
  background: #e9dfd2;
  color: var(--burgundy-deep);
  font-weight: 800;
}

.cookie-table tr:last-child td,
.legal-table tr:last-child td,
.privacy-table tr:last-child td,
.prose tr:last-child td,
.legal-table-wrap tr:last-child td,
.legal-table-wrap tr:last-child th {
  border-block-end: 0;
}

/* Privacy page follows the same burgundy, black and light visual rhythm. */
.privacy-page .legal-content {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

.privacy-page .legal-content > section,
.privacy-page .legal-content > section + section {
  margin: 0;
  padding: clamp(1.35rem, 4vw, 2.25rem);
  border: 1px solid rgba(112, 29, 45, 0.22);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 40px rgba(23, 19, 20, 0.08);
}

.privacy-page .legal-content > section:first-child {
  border-color: rgba(199, 170, 120, 0.4);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 67, 84, 0.2), transparent 18rem),
    linear-gradient(145deg, var(--burgundy), var(--burgundy-deep));
  color: var(--white);
}

.privacy-page .legal-content > section:nth-of-type(even) {
  border-color: rgba(199, 170, 120, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 29, 45, 0.22), transparent 18rem),
    linear-gradient(145deg, var(--ink), var(--ink-soft));
  color: var(--white);
}

.privacy-page .legal-content > section:nth-of-type(odd):not(:first-child) {
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 134, 85, 0.08), transparent 18rem),
    var(--paper);
  color: var(--ink);
}

.privacy-page .legal-content > section:first-child h2,
.privacy-page .legal-content > section:nth-of-type(even) h2 {
  color: var(--white);
}

.privacy-page .legal-content > section:first-child :is(p, li),
.privacy-page .legal-content > section:nth-of-type(even) :is(p, li) {
  color: rgba(255, 253, 248, 0.86);
}

.privacy-page .legal-content > section:first-child .eyebrow,
.privacy-page .legal-content > section:nth-of-type(even) .eyebrow {
  color: var(--bronze-light);
}

.privacy-page .legal-content > section:first-child a,
.privacy-page .legal-content > section:nth-of-type(even) a {
  color: var(--bronze-pale);
}

.privacy-page .legal-content > section:first-child code,
.privacy-page .legal-content > section:nth-of-type(even) code {
  color: var(--white);
}

.privacy-page #analytics .legal-cookie-button {
  border-color: var(--bronze-light);
  background: var(--burgundy);
  color: var(--white);
}

.privacy-page .legal-toc {
  border-color: rgba(199, 170, 120, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 29, 45, 0.22), transparent 14rem),
    linear-gradient(145deg, var(--ink), var(--ink-soft));
  box-shadow: 0 16px 38px rgba(23, 19, 20, 0.16);
}

.privacy-page .legal-toc > p {
  color: var(--white);
}

.privacy-page .legal-toc a {
  color: var(--muted-light);
}

.privacy-page .legal-toc a::before {
  color: var(--bronze-light);
}

.privacy-page #cookies .legal-table-wrap {
  border-color: rgba(112, 29, 45, 0.28);
  background: var(--paper);
}

.privacy-page #cookies .legal-table thead th {
  background: var(--burgundy);
  color: var(--white);
}

.privacy-page #cookies .legal-table tbody th {
  background: #e9dfd2;
  color: var(--burgundy-deep);
}

.privacy-page #cookies .legal-table tbody tr:nth-child(even) td {
  background: #f4ede4;
}

.privacy-page :is(
    .legal-content a,
    .legal-cookie-button,
    .legal-toc a,
    .legal-table-wrap
  ):focus-visible {
  border-radius: var(--radius-sm);
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

/* 404 and generic error pages */
.error-page,
.not-found-page {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  background: var(--ink);
  color: var(--ivory);
}

.not-found-page main.error-page {
  display: grid;
  min-height: 0;
  flex: 1;
  align-items: center;
}

.error-page__inner {
  position: relative;
  padding-block: clamp(5rem, 16vw, 10rem);
  text-align: center;
}

.error-page__inner::before {
  position: absolute;
  z-index: -1;
  inset: 50% auto auto 50%;
  width: min(78vw, 40rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(199, 170, 120, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(112, 29, 45, 0.04),
    0 0 0 10rem rgba(112, 29, 45, 0.025);
  content: "";
  pointer-events: none;
}

.error-page__code {
  display: block;
  margin-block-end: 0.55rem;
  color: var(--bronze-light);
  font-family: var(--font-display);
  font-size: clamp(5rem, 30vw, 13rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.72;
}

.error-page__inner h1 {
  max-width: 13ch;
  margin-inline: auto;
  margin-block-end: 1rem;
  color: var(--white);
  font-size: clamp(2.5rem, 10vw, 5rem);
}

.error-page__inner > p:not(.eyebrow):not(.error-page__code) {
  max-width: 38rem;
  margin-inline: auto;
  color: var(--muted-light);
}

.error-page__inner .eyebrow {
  justify-content: center;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.2rem;
  margin-block-start: 1.6rem;
}

.error-page main,
.not-found-page main {
  display: grid;
  flex: 1;
  align-items: center;
}

.error-hero,
.not-found {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 16vw, 10rem);
  isolation: isolate;
}

.error-hero::before,
.not-found::before {
  position: absolute;
  z-index: -1;
  inset: 50% auto auto 50%;
  width: min(78vw, 40rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(199, 170, 120, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(112, 29, 45, 0.04),
    0 0 0 10rem rgba(112, 29, 45, 0.025);
  content: "";
}

.error-hero__inner,
.not-found__inner {
  max-width: 50rem;
  text-align: center;
}

.error-code,
.not-found__code {
  display: block;
  margin-block-end: 0.4rem;
  color: var(--bronze-light);
  font-family: var(--font-display);
  font-size: clamp(5rem, 30vw, 13rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.72;
}

.error-hero h1,
.not-found h1 {
  margin-block-end: 1rem;
  color: var(--white);
  font-size: clamp(2.5rem, 10vw, 5rem);
}

.error-hero p,
.not-found p {
  max-width: 38rem;
  margin-inline: auto;
  color: var(--muted-light);
}

.error-actions,
.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-block-start: 1.6rem;
}

.error-actions a,
.not-found__actions a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--bronze-light);
  border-radius: 999px;
  color: var(--ivory);
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: none;
}

.error-actions a:first-child,
.not-found__actions a:first-child {
  background: var(--bronze-light);
  color: var(--ink);
}

/* Pointer-specific polish: never required for understanding or navigation. */
@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover::after,
  .footer-nav a:hover::after,
  .footer-nav button:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .header-cta:hover {
    transform: translateY(-1px);
    border-color: var(--bronze-light);
    background: rgba(112, 29, 45, 0.6);
  }

  .button:hover,
  .wizard__actions button:hover,
  .wizard__back:hover,
  .wizard__next:hover,
  .wizard__submit:hover,
  .consent-banner__actions button:hover,
  .error-actions a:hover,
  .not-found__actions a:hover {
    transform: translateY(-2px);
  }

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

  .hero:hover .hero__image {
    transform: scale(1.035);
    filter: brightness(0.78) saturate(0.9);
  }

  .product-card__visual:hover img,
  .product-card__visual:focus-visible img {
    transform: scale(1.035);
    filter: brightness(0.96) saturate(0.96);
  }

  .craft__visual:hover img {
    transform: scale(1.035);
    filter: brightness(0.91) saturate(0.94);
  }

  .product-card:hover {
    border-color: rgba(199, 170, 120, 0.62);
    box-shadow: 0 24px 54px rgba(23, 19, 20, 0.17);
  }

  .product-card:hover .product-card__body {
    filter: brightness(1.07);
  }

  .process-grid > li:hover {
    transform: translateY(-3px);
    border-color: rgba(199, 170, 120, 0.64);
    background:
      radial-gradient(circle at 100% 0%, rgba(157, 67, 84, 0.25), transparent 13rem),
      linear-gradient(145deg, #1d1718, var(--ink-raised));
    box-shadow: 0 24px 52px rgba(15, 7, 9, 0.34);
  }

  .choice-card:hover {
    transform: translateY(-2px);
    border-color: rgba(112, 29, 45, 0.55);
    box-shadow: 0 10px 26px rgba(23, 19, 20, 0.08);
  }

  .wizard__step[data-wizard-step="0"] .choice-card:hover {
    border-color: var(--bronze-light);
    background: var(--ink-raised);
    box-shadow: 0 16px 34px rgba(8, 5, 6, 0.26);
  }

  .wizard__actions .wizard__next:hover,
  .wizard__actions .wizard__submit:hover {
    background: #762333;
  }

  .legal-nav a:hover,
  .privacy-nav a:hover,
  .legal-toc a:hover {
    background: #eee4d7;
    color: var(--burgundy);
  }

  .privacy-page .legal-toc a:hover {
    background: var(--burgundy);
    color: var(--white);
  }

  .consent-banner__actions button:hover {
    background: rgba(199, 170, 120, 0.24);
  }
}

@media (max-width: 41.999rem) {
  /* Keep all three robes fully visible in the dedicated portrait crop on phones. */
  .hero {
    display: block;
    min-height: auto;
    padding-block-start: clamp(23rem, 112vw, 29rem);
  }

  .hero__picture,
  .hero__overlay {
    height: clamp(23rem, 112vw, 29rem);
    inset-block-end: auto;
  }

  .hero__image {
    object-position: center;
    transform: none;
    filter: brightness(0.94) saturate(0.9) contrast(1.05);
  }

  .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(14, 10, 11, 0.03) 0%,
      rgba(14, 10, 11, 0.02) 68%,
      rgba(14, 10, 11, 0.72) 100%
    );
  }

  .hero__content {
    position: relative;
    gap: 2rem;
    padding-block: 2.75rem 2.6rem;
    background: var(--ink);
  }

  #advocatentoga .product-card__visual img {
    transform: scale(1.1);
    transform-origin: center 28%;
    filter: brightness(0.98) saturate(0.9) contrast(1.05);
  }
}

@media (max-width: 29.999rem) {
  .hero__facts {
    grid-template-columns: 1fr;
  }

  .hero__facts div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 1rem;
  }

  .hero__facts div + div {
    border-block-start: 1px solid var(--line-dark);
    border-inline-start: 0;
  }

  .hero__facts dt {
    margin: 0;
  }

  .hero__facts dd {
    text-align: end;
  }
}

@media (min-width: 30rem) {
  .hero__actions {
    column-gap: 1.6rem;
  }

  .hero__facts div {
    padding-block: 1rem;
    padding-inline: 0.75rem;
  }

  .consent-banner__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .wizard__grid,
  .measurement-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 42rem) {
  :root {
    --header-height: 5rem;
  }

  .brand img {
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero__content {
    padding-block-end: 3.5rem;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-strip p {
    min-height: 6rem;
    padding-inline: 1rem;
    border-block-end: 0;
    border-inline-end: 1px solid rgba(255, 248, 235, 0.1);
  }

  .trust-strip p:last-child {
    border-inline-end: 0;
  }

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

  .process-grid li {
    padding-inline: 1.5rem;
  }

  .contact__email {
    min-height: 5.6rem;
  }

  .site-footer__grid {
    grid-template-columns: 1fr auto;
  }

  .site-footer__grid > p {
    grid-column: 1 / -1;
  }

  .footer-nav {
    justify-content: flex-end;
  }

  .measure-help {
    grid-template-columns: minmax(9rem, 0.65fr) minmax(0, 1.35fr);
    align-items: center;
  }

  .wizard__actions {
    grid-template-columns: auto minmax(5.5rem, 1fr) auto;
  }

  .wizard__actions > p {
    grid-column: 2;
    grid-row: 1;
  }

  .wizard__actions .wizard__back {
    width: auto;
    min-width: 7rem;
    grid-column: 1;
    grid-row: 1;
  }

  .wizard__actions .wizard__next,
  .wizard__actions .wizard__submit {
    width: auto;
    min-width: 9rem;
    grid-column: 3;
    grid-row: 1;
  }
}

@media (min-width: 58rem) {
  .mobile-menu {
    display: none;
  }

  .site-nav {
    display: flex;
  }

  .wizard__progress ol {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
    gap: 0.4rem;
    padding-block-end: 0;
  }

  .wizard__progress li {
    min-width: 0;
  }

  .wizard__progress button {
    min-height: 4rem;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.25rem;
    text-align: center;
  }

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

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

  .section-heading,
  .measurement__heading {
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.65fr);
    align-items: end;
  }

  .section-heading > p,
  .section-heading > div + p,
  .measurement__heading > div + div {
    justify-self: end;
  }

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

  .product-card:nth-child(2) {
    transform: translateY(1.5rem);
  }

  .craft__grid {
    grid-template-columns: minmax(18rem, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
  }

  .craft__visual,
  .craft__visual img {
    min-height: 44rem;
  }

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

  .process-grid li,
  .process-grid li:nth-child(odd) {
    min-height: 16rem;
    padding: clamp(1.5rem, 2.5vw, 2rem);
    border: 1px solid rgba(199, 170, 120, 0.24);
  }

  .process-grid li:first-child {
    padding-inline-start: clamp(1.5rem, 2.5vw, 2rem);
  }

  .process-grid li:last-child {
    padding-inline-end: clamp(1.5rem, 2.5vw, 2rem);
    border-inline-end: 1px solid rgba(199, 170, 120, 0.24);
  }

  .contact__panel {
    grid-template-columns: minmax(0, 0.85fr) minmax(28rem, 1.15fr);
  }

  .status-note__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
    align-items: start;
  }

  .site-footer__grid {
    grid-template-columns: 1fr auto 1fr;
  }

  .site-footer__grid > p {
    grid-column: auto;
    text-align: center;
  }

  .consent-banner {
    inset-inline: 50%;
    width: min(calc(100% - 2rem), 75rem);
    transform: translateX(-50%);
    animation-name: consent-in-desktop;
  }

  .consent-banner__inner {
    grid-template-columns: minmax(0, 1.45fr) minmax(24rem, 0.8fr);
    align-items: center;
  }

  @keyframes consent-in-desktop {
    from {
      transform: translate(-50%, 1rem);
    }

    to {
      transform: translate(-50%, 0);
    }
  }

  .legal-layout,
  .privacy-layout {
    grid-template-columns: 14rem minmax(0, 1fr);
    gap: clamp(2.5rem, 6vw, 5rem);
  }

  .legal-aside,
  .privacy-aside,
  .legal-toc {
    position: sticky;
    inset-block-start: calc(var(--header-height) + 1.25rem);
  }

  .privacy-page .legal-toc {
    max-height: calc(100svh - var(--header-height) - 2.5rem);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
}

@media (min-width: 76rem) {
  .hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(30rem, 0.8fr);
    align-items: end;
  }

  .hero__facts {
    align-self: end;
  }

  .hero__facts div {
    padding-inline: 0.75rem;
  }

  .wizard__header {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    align-items: end;
  }

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

  .choice-grid--three,
  .choice-grid[data-columns="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

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

  .page-progress {
    display: none;
  }

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

@media print {
  .typewriter__sizer {
    visibility: visible !important;
  }

  .typewriter__visual {
    display: none !important;
  }

  .site-header,
  .page-progress,
  .hero__actions,
  .header-cta,
  .consent-banner,
  .footer-nav,
  .wizard__actions {
    display: none !important;
  }

  body,
  .craft,
  .process,
  .contact,
  .site-footer,
  .legal-hero,
  .privacy-hero {
    background: #fff !important;
    color: #000 !important;
  }

  .hero {
    min-height: auto;
    background: #fff;
    color: #000;
  }

  .hero__picture,
  .hero__overlay {
    display: none;
  }

  .hero h1,
  .craft h2,
  .process h2,
  .contact h2,
  .legal-hero h1,
  .privacy-hero h1 {
    color: #000 !important;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  .privacy-page .legal-content > section {
    border-color: #aaa !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
  }

  .privacy-page .legal-content > section :is(h2, p, li, a, .eyebrow, code) {
    color: #000 !important;
  }
}
