:root {
  --paper: #f3eadc;
  --paper-soft: #fbf6ee;
  --paper-warm: #ead9c6;
  --ink: #241913;
  --muted: #756052;
  --line: rgba(36, 25, 19, 0.15);
  --clay: #a95637;
  --wine: #5c2d2d;
  --shadow: 0 28px 80px rgba(44, 29, 20, 0.16);
  --serif: "Bodoni Moda", "Didot", "Bodoni 72", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", Avenir, "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  min-width: 0;
}

html {
  overflow-x: hidden;
  scrollbar-gutter: stable;
  scroll-padding-top: 112px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #f4ede3;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  font-optical-sizing: auto;
}

body::before {
  display: none;
}

@keyframes editorialPan {
  from {
    background-position: center 12%;
    transform: scale(1.02);
  }

  to {
    background-position: center 24%;
    transform: scale(1.06);
  }
}

.products-page::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  background: url("assets/liora-fashion-editorial.jpg") center 18% / cover no-repeat;
  content: "";
  filter: saturate(0.88) contrast(0.98);
  transform-origin: center;
  animation: editorialPan 24s ease-in-out infinite alternate;
  pointer-events: none;
}

.products-page::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(244, 237, 227, 0.9) 0%, rgba(244, 237, 227, 0.58) 42%, rgba(244, 237, 227, 0.9) 100%),
    linear-gradient(90deg, rgba(244, 237, 227, 0.84) 0%, rgba(244, 237, 227, 0.38) 50%, rgba(244, 237, 227, 0.78) 100%);
  content: "";
  pointer-events: none;
}

.products-page .product-card {
  background: rgba(251, 246, 238, 0.94);
  backdrop-filter: blur(8px);
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes quietGlow {
  0%,
  100% {
    opacity: 0.36;
  }

  50% {
    opacity: 0.62;
  }
}

@keyframes lineReveal {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  width: 100%;
  height: 72px;
  min-height: 72px;
  margin: 0;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(36, 25, 19, 0.12);
  background: rgba(244, 237, 227, 0.84);
  box-shadow: 0 14px 40px rgba(44, 29, 20, 0.04);
  backdrop-filter: blur(18px) saturate(1.06);
  flex-shrink: 0;
}

.brand-link {
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 1.7vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: color 180ms ease;
}

.brand-link:hover {
  color: var(--clay);
}

.site-nav {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-footer {
  display: flex;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 34px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px clamp(16px, 2vw, 30px);
  border-top: 1px solid rgba(36, 25, 19, 0.12);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer a:hover {
  color: var(--ink);
}

.products-section {
  position: relative;
  z-index: 0;
  display: grid;
  width: min(1680px, calc(100% - 48px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: clamp(24px, 3.6vw, 56px) 0 clamp(38px, 4vw, 62px);
  align-content: start;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.6vw, 48px);
}

.products-section::before {
  display: none;
}

.intro-column {
  position: relative;
  display: grid;
  grid-column: 1;
  width: min(1380px, 100%);
  min-height: auto;
  justify-self: center;
  align-self: start;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 38px);
  align-items: center;
  text-align: center;
  animation: revealUp 700ms ease both;
  isolation: isolate;
}

.intro-column::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36, 25, 19, 0.18), transparent);
  content: "";
  transform-origin: center;
  animation: lineReveal 900ms 180ms ease both;
}

.intro-column::after {
  display: none;
}

.section-heading {
  position: relative;
  display: grid;
  min-width: 0;
  grid-column: auto;
  grid-row: auto;
  justify-items: center;
  align-self: center;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.4vw, 18px);
  width: min(100%, 1120px);
  justify-self: center;
  min-height: clamp(360px, 54vh, 560px);
  padding: clamp(56px, 7vw, 96px) clamp(18px, 3vw, 42px);
  align-content: center;
  border-top: 1px solid rgba(36, 25, 19, 0.1);
  border-bottom: 1px solid rgba(36, 25, 19, 0.1);
  background:
    radial-gradient(circle at 50% 44%, rgba(251, 246, 238, 0.62), transparent 62%),
    linear-gradient(90deg, transparent, rgba(251, 246, 238, 0.34), transparent);
  text-align: center;
  animation: revealUp 760ms ease both;
  z-index: 1;
}

.section-heading::before {
  width: fit-content;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(169, 86, 55, 0.42);
  color: var(--clay);
  content: "LIORA STYLE EDIT";
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow,
.product-type,
.choice-label {
  margin: 0;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
p,
li,
a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

h1 {
  max-width: 13ch;
  margin: 14px auto 22px;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.3vw, 8.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.86;
}

.section-heading h1 {
  max-width: 14ch;
  margin: 0;
  text-wrap: balance;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.04vw, 1.12rem);
  line-height: 1.58;
}

.section-heading p:not(.eyebrow) {
  max-width: 690px;
  padding: 0;
  border-left: 0;
  background: transparent;
  color: rgba(117, 96, 82, 0.94);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.hero-primary {
  width: auto;
  min-width: 180px;
  margin-top: 0;
  padding-right: 22px;
  padding-left: 22px;
}

.hero-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid rgba(36, 25, 19, 0.2);
  background: rgba(251, 246, 238, 0.42);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.hero-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(36, 25, 19, 0.4);
  background: rgba(251, 246, 238, 0.72);
}

.fit-check {
  position: relative;
  display: grid;
  grid-column: auto;
  grid-row: auto;
  width: min(100%, 1080px);
  max-width: 100%;
  justify-self: center;
  align-self: center;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(18px, 3vw, 40px);
  margin-top: 0;
  padding: clamp(20px, 2.5vw, 32px) clamp(18px, 2.4vw, 30px);
  border-top: 1px solid rgba(36, 25, 19, 0.16);
  border-right: 0;
  border-bottom: 1px solid rgba(36, 25, 19, 0.16);
  border-left: 0;
  background:
    linear-gradient(90deg, rgba(251, 246, 238, 0.72), rgba(251, 246, 238, 0.34)),
    rgba(251, 246, 238, 0.28);
  box-shadow: none;
  text-align: left;
  backdrop-filter: blur(8px);
  animation: revealUp 760ms 90ms ease both;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
  z-index: 2;
}

.fit-check:hover {
  transform: none;
  border-color: rgba(36, 25, 19, 0.18);
  box-shadow: none;
}

.fit-check::before {
  grid-column: 1;
  align-self: start;
  width: fit-content;
  margin: 0 0 14px;
  padding: 6px 8px;
  border: 1px solid rgba(169, 86, 55, 0.28);
  color: var(--clay);
  content: "Style audit";
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fit-check::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(180px, 24%);
  height: 1px;
  background: rgba(169, 86, 55, 0.52);
  content: "";
}

.fit-check h2 {
  grid-column: 1;
  max-width: 13ch;
  margin: 30px 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.4vw, 3.1rem);
  font-weight: 500;
  line-height: 0.96;
}

.fit-check ul {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  padding: 0;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.fit-check li {
  position: relative;
  min-width: 0;
  padding-left: 32px;
  color: rgba(117, 96, 82, 0.94);
  font-size: 0.82rem;
  line-height: 1.4;
}

.fit-check li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid rgba(169, 86, 55, 0.46);
  background: rgba(251, 246, 238, 0.62);
  color: var(--clay);
  content: "";
}

.fit-check li::after {
  position: absolute;
  top: -0.04em;
  left: 4px;
  color: var(--clay);
  font-size: 0.9rem;
  font-weight: 900;
  content: "✓";
}

.fit-check p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(36, 25, 19, 0.1);
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.94rem;
  font-style: italic;
  line-height: 1.45;
}

.proof-line {
  max-width: 680px;
  margin-top: 20px;
  padding: 16px 22px;
  border-top: 1px solid rgba(169, 86, 55, 0.28);
  border-bottom: 1px solid rgba(169, 86, 55, 0.28);
  background: rgba(251, 246, 238, 0.46);
}

.testimonial-strip {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  animation: revealUp 700ms 180ms ease both;
}

.free-product-block {
  display: grid;
  grid-column: 1 / -1;
  gap: clamp(12px, 1.4vw, 18px);
  padding: clamp(12px, 1.4vw, 18px);
  border: 1px solid rgba(36, 25, 19, 0.14);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.74), rgba(234, 217, 198, 0.24)),
    rgba(251, 246, 238, 0.44);
  box-shadow: 0 22px 72px rgba(44, 29, 20, 0.1);
  backdrop-filter: blur(10px);
  animation: revealUp 760ms 120ms ease both;
}

.free-product-block .free-product-card {
  border-color: rgba(36, 25, 19, 0.12);
  background: rgba(251, 246, 238, 0.8);
  box-shadow: none;
}

.bundle-block {
  display: grid;
  grid-column: 1 / -1;
  gap: clamp(16px, 1.8vw, 24px);
  padding: clamp(14px, 1.6vw, 22px);
  border: 1px solid rgba(169, 86, 55, 0.34);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.82), rgba(232, 213, 193, 0.36)),
    rgba(251, 246, 238, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 26px 80px rgba(44, 29, 20, 0.12);
  backdrop-filter: blur(10px);
  scroll-margin-top: 98px;
}

.bundle-block .bundle-card {
  border-color: rgba(169, 86, 55, 0.28);
  box-shadow: none;
}

.bundle-proof {
  display: grid;
  gap: clamp(12px, 1.4vw, 18px);
}

.bundle-proof .eyebrow {
  color: var(--wine);
}

.bundle-proof .testimonial-strip {
  grid-column: 1;
}

.bundle-proof .testimonial-card {
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.72), rgba(244, 237, 227, 0.32)),
    rgba(251, 246, 238, 0.56);
  box-shadow: none;
}

.testimonial-card {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: clamp(18px, 1.8vw, 24px);
  border: 1px solid rgba(36, 25, 19, 0.14);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.8), rgba(234, 217, 198, 0.34)),
    rgba(251, 246, 238, 0.7);
  box-shadow: 0 16px 44px rgba(44, 29, 20, 0.08);
  backdrop-filter: blur(8px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(169, 86, 55, 0.28);
  box-shadow: 0 22px 56px rgba(44, 29, 20, 0.12);
}

.testimonial-card::before {
  position: absolute;
  top: 8px;
  left: 14px;
  color: rgba(169, 86, 55, 0.18);
  content: "“";
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1;
}

.testimonial-card p {
  position: relative;
  padding-left: 16px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.04vw, 1.22rem);
  line-height: 1.34;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.guide-finder {
  grid-column: 1 / -1;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(36, 25, 19, 0.14);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.84), rgba(234, 217, 198, 0.28)),
    rgba(251, 246, 238, 0.72);
  backdrop-filter: blur(8px);
}

.guide-finder h2 {
  margin: 10px 0 8px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: 500;
  line-height: 0.98;
}

.guide-finder > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.guide-finder-rows {
  display: grid;
  border-top: 1px solid rgba(36, 25, 19, 0.12);
}

.guide-finder-rows a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  padding: 16px 34px 16px 0;
  border-bottom: 1px solid rgba(36, 25, 19, 0.1);
}

.guide-finder-rows a::after {
  position: absolute;
  top: 50%;
  right: 2px;
  color: var(--clay);
  content: "→";
  font-family: var(--serif);
  font-size: 1.2rem;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.guide-finder-rows span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.guide-finder-rows strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.06rem, 1.22vw, 1.34rem);
  font-weight: 500;
  line-height: 1.08;
}

.guide-finder-rows a:hover strong {
  color: var(--wine);
}

.guide-finder-rows a:hover::after {
  transform: translate(4px, -50%);
}

.product-grid {
  display: grid;
  grid-column: 1;
  grid-row: auto;
  width: min(100%, 1380px);
  justify-self: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 1.6vw, 22px);
  min-width: 0;
  animation: revealUp 760ms 120ms ease both;
}

.products-page-section {
  padding-top: clamp(18px, 2.4vw, 32px);
  gap: clamp(22px, 3vw, 40px);
}

.products-page-section .section-heading {
  padding-bottom: 0;
}

.products-page-section h1 {
  max-width: 14ch;
  margin-top: 0;
  font-size: clamp(3.3rem, 6.6vw, 8.8rem);
  line-height: 0.84;
}

.products-page-section .section-heading p:not(.eyebrow) {
  max-width: 620px;
}

.product-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
  min-height: 0;
  border: 1px solid var(--line);
  background: rgba(251, 246, 238, 0.78);
  box-shadow: 0 0 0 rgba(44, 29, 20, 0);
  overflow: hidden;
  animation: revealUp 620ms ease both;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  scroll-margin-top: 98px;
}

.product-card:nth-child(2) {
  animation-delay: 70ms;
}

.product-card:nth-child(3) {
  animation-delay: 120ms;
}

.product-card:nth-child(4) {
  animation-delay: 170ms;
}

.product-card:nth-child(5) {
  animation-delay: 220ms;
}

.product-card:nth-child(6) {
  animation-delay: 270ms;
}

.product-card::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  content: "";
  pointer-events: none;
}

.free-product-card,
.bundle-card {
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
}

.bundle-card {
  border-color: rgba(169, 86, 55, 0.44);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.9), rgba(232, 213, 193, 0.5)),
    rgba(251, 246, 238, 0.82);
  box-shadow: inset 0 0 0 1px rgba(169, 86, 55, 0.08);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(36, 25, 19, 0.36);
  background: rgba(251, 246, 238, 0.94);
  box-shadow: var(--shadow);
}

.product-image {
  display: block;
  min-height: 0;
  max-height: 440px;
  aspect-ratio: 4 / 5;
  background: var(--paper-warm);
  overflow: hidden;
}

.free-product-card .product-image,
.bundle-card .product-image {
  max-height: 360px;
  aspect-ratio: 4 / 3;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}

.product-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: clamp(14px, 1.25vw, 19px);
}

.free-product-card .product-copy,
.bundle-card .product-copy {
  justify-content: center;
}

.choice-label {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 9px;
  border: 1px solid rgba(169, 86, 55, 0.34);
  background: rgba(169, 86, 55, 0.08);
  color: var(--ink);
  font-size: 0.64rem;
}

.free-product-card .choice-label {
  border-color: rgba(36, 25, 19, 0.28);
  background: rgba(36, 25, 19, 0.06);
}

.bundle-card .choice-label {
  border-color: rgba(169, 86, 55, 0.5);
  background: rgba(169, 86, 55, 0.12);
}

.product-type {
  margin-bottom: 9px;
  color: rgba(169, 86, 55, 0.88);
  font-size: 0.66rem;
}

.product-copy h2 {
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.54rem, 1.52vw, 2rem);
  font-weight: 500;
  line-height: 0.98;
  transition: color 180ms ease;
}

.product-copy h2 span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-copy h2 span::before {
  color: rgba(36, 25, 19, 0.42);
  content: " · ";
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

.product-card:hover .product-copy h2 {
  color: var(--wine);
}

.product-copy p:not(.product-type):not(.choice-label) {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.inside-preview {
  display: grid;
  margin: 0 0 16px;
  padding: 0;
  gap: 7px;
  list-style: none;
}

.inside-preview li {
  position: relative;
  min-width: 0;
  padding-left: 16px;
  color: rgba(117, 96, 82, 0.86);
  font-size: 0.74rem;
  line-height: 1.35;
}

.inside-preview li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(169, 86, 55, 0.62);
  content: "";
}

.buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  margin-top: auto;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.buy-button:hover {
  transform: translateY(-2px);
  border-color: var(--wine);
  background: var(--wine);
  color: var(--paper-soft);
}

.about-page {
  display: block;
  min-height: 100vh;
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px) 0;
}

.legal-shell h1 {
  max-width: 12ch;
  margin: 0 0 22px;
}

.legal-shell .eyebrow {
  margin-bottom: 14px;
}

.legal-updated {
  margin: -10px 0 22px;
  color: rgba(117, 96, 82, 0.78);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-card {
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(36, 25, 19, 0.14);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.86), rgba(234, 217, 198, 0.3)),
    rgba(251, 246, 238, 0.74);
}

.legal-card h2 {
  margin: 28px 0 8px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  font-weight: 500;
  line-height: 1.08;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.legal-card ul {
  display: grid;
  margin: 0;
  padding-left: 18px;
  gap: 8px;
}

.about-shell {
  display: grid;
  width: min(1220px, calc(100% - 48px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: clamp(36px, 5vw, 76px) 0;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 76px) clamp(28px, 5vw, 76px);
  align-items: center;
  animation: revealUp 700ms ease both;
}

.about-visual {
  position: relative;
  width: min(100%, 390px);
  justify-self: end;
  padding: clamp(10px, 1.6vw, 16px);
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.88), rgba(234, 217, 198, 0.64)),
    var(--paper-soft);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-visual::after {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 42%;
  height: 42%;
  border-right: 1px solid rgba(169, 86, 55, 0.46);
  border-bottom: 1px solid rgba(169, 86, 55, 0.46);
  content: "";
}

.about-visual img {
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
}

.about-story {
  max-width: 620px;
}

.about-story h1 {
  max-width: 11ch;
  margin-top: 0;
  margin-bottom: 24px;
}

.about-story > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.34vw, 1.42rem);
  line-height: 1.62;
}

.about-content-grid {
  display: grid;
  grid-column: 1 / -1;
  width: min(100%, 1080px);
  justify-self: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.about-detail,
.about-definition,
.about-faq,
.contact-panel {
  margin: 0;
  padding: clamp(18px, 2vw, 26px);
  border-top: 1px solid rgba(36, 25, 19, 0.16);
  background: rgba(251, 246, 238, 0.52);
  backdrop-filter: blur(8px);
}

.about-detail h2,
.about-definition h2,
.about-faq h2,
.contact-title {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-detail ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 9px;
  color: var(--muted);
  list-style: none;
}

.about-detail li {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(36, 25, 19, 0.13);
  background: rgba(244, 237, 227, 0.58);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.28;
}

.about-definition p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.38rem, 1.85vw, 2rem);
  line-height: 1.12;
}

.about-faq {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.about-faq h2 {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.about-faq div {
  display: grid;
  align-content: start;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(169, 86, 55, 0.24);
}

.about-faq h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.2vw, 1.34rem);
  font-weight: 500;
  line-height: 1.12;
}

.about-faq p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.contact-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(24px, 4vw, 64px);
  align-content: start;
}

.contact-title {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.contact-panel a:not(.buy-button) {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid rgba(36, 25, 19, 0.1);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.16rem, 1.45vw, 1.62rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.contact-panel .buy-button {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 18px;
}

.contact-panel a:not(.buy-button):hover {
  color: var(--wine);
}

.contact-panel .email-link {
  font-size: clamp(0.98rem, 1.02vw, 1.2rem);
  white-space: nowrap;
}

.boards-section,
.about-boards,
.toolkit-info-card {
  border: 1px solid rgba(36, 25, 19, 0.14);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.82), rgba(234, 217, 198, 0.3)),
    rgba(251, 246, 238, 0.7);
  backdrop-filter: blur(8px);
}

.boards-section {
  width: min(100%, 1180px);
  justify-self: center;
  padding: clamp(24px, 3vw, 38px);
}

.boards-section h2,
.about-boards h2,
.toolkit-info-card h2 {
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 3.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.boards-section p:not(.eyebrow),
.about-boards p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.board-links,
.about-boards ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

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

.board-links a,
.about-boards a {
  position: relative;
  display: block;
  padding: 12px 34px 12px 0;
  border-top: 1px solid rgba(36, 25, 19, 0.1);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.board-links a::after,
.about-boards a::after {
  position: absolute;
  top: 50%;
  right: 2px;
  color: var(--clay);
  content: "→";
  font-family: var(--serif);
  font-size: 1.1rem;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.board-links a:hover,
.about-boards a:hover {
  color: var(--wine);
}

.board-links a:hover::after,
.about-boards a:hover::after {
  transform: translate(4px, -50%);
}

.about-boards {
  grid-column: 1 / -1;
  padding: clamp(20px, 2.6vw, 30px);
}

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

.about-button {
  width: 100%;
}

.secondary-toolkit-link {
  display: inline-block;
  width: fit-content;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.secondary-toolkit-link:hover {
  color: var(--ink);
}

.toolkit-page {
  display: grid;
  min-height: 100vh;
  place-items: start center;
}

.toolkit-landing {
  display: grid;
  width: min(1120px, calc(100% - 40px));
  gap: clamp(22px, 3vw, 38px);
  padding: clamp(30px, 4.4vw, 64px) 0;
  animation: revealUp 700ms ease both;
}

.toolkit-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(220px, 0.44fr);
  gap: clamp(20px, 3.4vw, 46px);
  align-items: center;
}

.toolkit-hero > div {
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  justify-items: start;
}

.toolkit-landing h1 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(1.86rem, 2.86vw, 3.08rem);
  line-height: 1.06;
}

.toolkit-landing p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  line-height: 1.55;
}

.toolkit-landing img {
  grid-column: 2;
  width: min(100%, 320px);
  max-height: min(64vh, 500px);
  justify-self: end;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  object-fit: contain;
}

.toolkit-button {
  width: min(100%, 360px);
  margin-top: 4px;
  margin-bottom: 0;
}

.toolkit-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.toolkit-info-card {
  padding: clamp(20px, 2.4vw, 30px);
}

.toolkit-info-card h2 {
  font-size: clamp(1.22rem, 1.6vw, 1.72rem);
}

.toolkit-info-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.toolkit-info-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(117, 96, 82, 0.92);
  font-size: 0.84rem;
  line-height: 1.42;
}

.toolkit-info-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(169, 86, 55, 0.68);
  content: "";
}

.toolkit-faq {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px clamp(16px, 2vw, 28px);
}

.toolkit-faq > .eyebrow,
.toolkit-faq > h2 {
  grid-column: 1 / -1;
}

.toolkit-faq h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.2vw, 1.34rem);
  font-weight: 500;
  line-height: 1.12;
}

.toolkit-faq p {
  margin: 0;
  font-size: 0.84rem;
}

.next-step-card {
  display: grid;
  gap: clamp(14px, 1.4vw, 20px);
  justify-items: start;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid rgba(36, 25, 19, 0.14);
  background:
    linear-gradient(135deg, rgba(251, 246, 238, 0.86), rgba(234, 217, 198, 0.32)),
    rgba(251, 246, 238, 0.78);
}

.next-step-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.6vw, 3.1rem);
  font-weight: 500;
  line-height: 0.98;
}

.next-step-card p {
  max-width: 640px;
  margin: 0;
}

.next-step-card .buy-button {
  width: min(100%, 280px);
  margin-top: 0;
}

@media (max-width: 1100px) {
  .products-section,
  .about-shell {
    width: min(100% - 40px, 920px);
  }

  .products-section {
    min-height: auto;
    align-content: start;
    grid-template-columns: 1fr;
    padding: 34px 0 56px;
    gap: 28px;
  }

  .section-heading {
    max-width: 720px;
    padding: 0;
  }

  .intro-column {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .intro-column::after {
    position: static;
    justify-self: center;
    order: -1;
  }

  .fit-check,
  .section-heading {
    grid-column: auto;
    grid-row: auto;
  }

  .fit-check {
    width: min(100%, 720px);
    margin-top: 28px;
    justify-self: center;
  }

  .section-heading {
    justify-items: center;
  }

  .section-heading p:not(.eyebrow) {
    padding-left: 0;
    border-left: 0;
    background: transparent;
    text-align: center;
  }

  .intro-column,
  .product-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .intro-column {
    gap: 20px;
  }

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

  .product-card {
    grid-template-columns: minmax(210px, 0.36fr) minmax(0, 1fr);
  }

  .free-product-card,
  .bundle-card {
    grid-column: auto;
  }

  .about-shell {
    grid-template-columns: 0.42fr 0.58fr;
  }
}

@media (max-width: 840px) {
  .about-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0 52px;
  }

  .about-visual {
    width: min(100%, 320px);
    justify-self: center;
  }

  .about-story h1 {
    max-width: 13ch;
  }

  .about-story {
    width: 100%;
    justify-self: center;
    text-align: center;
  }

  .about-content-grid,
  .about-faq,
  .contact-panel,
  .about-boards ul,
  .toolkit-info-grid,
  .toolkit-faq {
    grid-template-columns: 1fr;
  }

  .about-content-grid {
    width: 100%;
    gap: 16px;
  }

  .toolkit-page {
    place-items: start center;
  }

  .toolkit-landing {
    width: min(100% - 30px, 560px);
    gap: 22px;
    padding: 30px 0 44px;
  }

  .toolkit-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .toolkit-landing h1 {
    max-width: 100%;
    font-size: clamp(1.62rem, 6.6vw, 2.28rem);
    line-height: 1.06;
  }

  .toolkit-landing img {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 390px);
    justify-self: start;
  }

  .toolkit-button {
    width: 100%;
  }

  .boards-section {
    width: 100%;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 92px;
  }

  .site-header {
    width: 100%;
    height: 60px;
    min-height: 60px;
    padding: 0 14px;
  }

  .brand-link {
    font-size: 1.24rem;
  }

  .site-nav {
    gap: 8px;
    font-size: 0.5rem;
    letter-spacing: 0.06em;
  }

  .products-section,
  .about-shell {
    width: calc(100% - 28px);
  }

  .products-section {
    padding: 26px 0 42px;
    gap: 24px;
  }

  .intro-column,
  .product-grid,
  .product-card,
  .product-copy {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    max-width: min(100%, 360px);
    margin-bottom: 16px;
    font-size: clamp(2.42rem, 10vw, 3.4rem);
    line-height: 0.92;
  }

  .products-page-section h1 {
    font-size: clamp(2.7rem, 11vw, 4rem);
    line-height: 0.9;
  }

  .section-heading p:not(.eyebrow) {
    width: 100%;
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-actions {
    width: 100%;
    gap: 8px;
  }

  .hero-primary,
  .hero-secondary {
    width: 100%;
  }

  .fit-check {
    width: 100%;
    padding: 17px 14px;
    overflow: hidden;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fit-check::before {
    margin-bottom: 12px;
  }

  .fit-check h2 {
    grid-column: auto;
    grid-row: auto;
    max-width: 14ch;
    margin-bottom: 14px;
    font-size: clamp(1.72rem, 7vw, 2.35rem);
    line-height: 0.98;
  }

  .fit-check ul {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .fit-check p {
    grid-column: auto;
  }

  .fit-check li {
    width: 100%;
    max-width: 100%;
    padding-left: 23px;
    font-size: 0.74rem;
    line-height: 1.38;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .fit-check p {
    font-size: 0.76rem;
  }

  .proof-line {
    max-width: 100%;
    margin-top: 16px;
    padding: 13px 14px;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bundle-block {
    gap: 12px;
    padding: 12px;
    scroll-margin-top: 84px;
  }

  .boards-section,
  .about-boards,
  .toolkit-info-card {
    padding: 17px 14px;
  }

  .boards-section h2,
  .about-boards h2,
  .toolkit-info-card h2 {
    font-size: clamp(1.08rem, 4.6vw, 1.32rem);
    line-height: 1.04;
  }

  .toolkit-info-card li {
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .toolkit-faq h3 {
    font-size: clamp(0.98rem, 4.4vw, 1.12rem);
  }

  .next-step-card h2 {
    font-size: clamp(1.42rem, 5.8vw, 1.86rem);
  }

  .next-step-card {
    gap: 12px;
    padding: 24px 16px;
  }

  .boards-section p:not(.eyebrow),
  .about-boards p:not(.eyebrow) {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .board-links {
    grid-template-columns: 1fr;
  }

  .board-links a,
  .about-boards a {
    padding: 10px 28px 10px 0;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .testimonial-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .testimonial-card {
    padding: 17px 14px;
  }

  .testimonial-card p {
    max-width: 100%;
    padding-left: 12px;
    font-size: 0.8rem;
    line-height: 1.38;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .guide-finder {
    padding: 17px 14px;
  }

  .guide-finder h2 {
    font-size: clamp(1.62rem, 7vw, 2.18rem);
  }

  .guide-finder > p:not(.eyebrow) {
    margin-bottom: 12px;
    font-size: 0.8rem;
  }

  .guide-finder-rows a {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 13px 26px 13px 0;
  }

  .guide-finder-rows span {
    font-size: 0.76rem;
  }

  .guide-finder-rows strong {
    font-size: 1.02rem;
  }

  .product-card {
    display: flex;
    flex-direction: column;
    scroll-margin-top: 84px;
  }

  .free-product-card .product-copy,
  .bundle-card .product-copy {
    justify-content: flex-start;
  }

  .product-card:hover {
    transform: none;
    box-shadow: 0 0 0 rgba(44, 29, 20, 0);
  }

  .product-image {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .product-image img {
    object-fit: cover;
    object-position: center 34%;
  }

  .product-copy {
    padding: 14px;
  }

  .choice-label {
    margin-bottom: 8px;
    padding: 6px 7px;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .product-type {
    margin-bottom: 7px;
    font-size: 0.6rem;
    letter-spacing: 0.14em;
  }

  .product-copy h2 {
    font-size: clamp(1.48rem, 6.2vw, 1.86rem);
    line-height: 0.98;
  }

  .product-copy p:not(.product-type):not(.choice-label) {
    margin: 10px 0 12px;
    font-size: 0.8rem;
    line-height: 1.34;
  }

  .inside-preview {
    margin-bottom: 14px;
    gap: 6px;
  }

  .inside-preview li {
    font-size: 0.74rem;
    line-height: 1.34;
  }

  .buy-button {
    min-height: 42px;
    padding: 10px 11px;
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .site-footer {
    width: calc(100% - 28px);
    padding: 22px 0 30px;
    justify-content: flex-start;
    gap: 10px 16px;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .legal-shell {
    width: calc(100% - 28px);
    padding: 28px 0 42px;
  }

  .legal-card {
    padding: 17px 14px;
  }

  .about-story > p:not(.eyebrow) {
    width: 100%;
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .about-detail,
  .about-definition,
  .about-faq,
  .contact-panel {
    padding: 17px 14px;
  }

  .about-detail ul {
    display: grid;
  }

  .about-detail li {
    width: 100%;
  }

  .about-definition p {
    max-width: 100%;
    font-size: 1.16rem;
  }

  .about-faq h3,
  .about-faq p {
    max-width: 100%;
  }

  .about-faq {
    gap: 14px;
  }

  .contact-panel {
    margin: 0;
  }

  .contact-panel a:not(.buy-button) {
    display: grid;
    gap: 8px;
    font-size: clamp(1.08rem, 6vw, 1.44rem);
  }

  .contact-panel .email-link {
    font-size: clamp(0.92rem, 4.8vw, 1.12rem);
    white-space: normal;
  }

  .contact-panel a:not(.buy-button)::after {
    justify-self: start;
  }

  .products-page::before {
    background-position: center 34%;
    background-size: cover;
  }

  .products-page::after {
    background: rgba(244, 237, 227, 0.7);
  }
}

@media (max-width: 430px) {
  .products-section,
  .about-shell {
    width: calc(100% - 22px);
  }

  .products-section {
    padding-top: 22px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.7rem);
  }

  .eyebrow {
    font-size: 0.66rem;
  }

  .product-copy {
    padding: 12px;
  }

  .product-copy h2 {
    font-size: clamp(1.22rem, 5.6vw, 1.48rem);
  }

  .product-copy p:not(.product-type):not(.choice-label) {
    font-size: 0.8rem;
  }

  .buy-button {
    min-height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

.site-header {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-header .brand-link {
  font-size: clamp(1.55rem, 1.7vw, 2rem) !important;
}

.site-header .site-nav {
  gap: clamp(12px, 2vw, 28px) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.16em !important;
}

@media (max-width: 620px) {
  .site-header {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px;
  }

  .site-header .brand-link {
    font-size: 1.24rem !important;
  }

  .site-header .site-nav {
    gap: 8px !important;
    font-size: 0.5rem !important;
    letter-spacing: 0.06em !important;
  }
}
