@font-face {
  font-family: "Playfair Display";
  src: url("/assets/dynamic/fonts/playfairdisplay/playfairdisplay.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/assets/dynamic/fonts/playfairdisplay/playfairdisplay-italic.woff2") format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("/assets/dynamic/fonts/robotoflex/robotoflex.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fbf7ee;
  --paper-soft: #f5eee2;
  --paper-warm: #efe3d0;
  --ink: #211b17;
  --muted: #6e6257;
  --line: #dccbb1;
  --line-strong: #c7ad86;
  --burgundy: #76181b;
  --burgundy-dark: #4e0e12;
  --brass: #a98045;
  --oak: #4f3323;
  --white: #fffdf8;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Roboto Flex", Inter, system-ui, sans-serif;
  --wrap: min(94vw, 1390px);
  --narrow: min(92vw, 760px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, var(--burgundy), transparent 55%);
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--burgundy);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brass), white 20%);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--paper), white 34%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--paper), white 48%);
  box-shadow: 0 10px 32px rgba(50, 32, 20, 0.08);
}

.header-inner {
  width: var(--wrap);
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 1rem;
  text-decoration: none;
}

.brand-name,
.footer-brand,
.page-title,
.hero-title,
.section-title,
.card-title,
.quote {
  font-family: var(--serif);
  font-weight: 500;
}

.brand-name {
  font-size: clamp(1.65rem, 2vw, 2.25rem);
  line-height: 1;
}

.brand-kicker {
  color: var(--burgundy);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 680;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.4vw, 2.5rem);
  font-family: var(--serif);
  font-size: 1rem;
}

.main-nav a {
  position: relative;
  text-decoration: none;
}

.main-nav a[aria-current="page"] {
  color: var(--burgundy);
}

.main-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.45rem;
  height: 1px;
  background: var(--brass);
}

.nav-search {
  border: 0;
  background: url("/assets/editorial/search-icon.jpg") center / 1.35rem 1.35rem no-repeat;
  color: var(--burgundy);
  cursor: pointer;
  font: 680 0.8rem/1 var(--sans);
  letter-spacing: 0.1em;
  min-height: 2.4rem;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  text-indent: -999px;
  width: 2.4rem;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: 700 0.78rem/1 var(--sans);
  letter-spacing: 0.14em;
  padding: 0.85rem 1rem;
  text-transform: uppercase;
}

.hero {
  min-height: 540px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, var(--paper) 0%, var(--paper) 42%, rgba(251, 247, 238, 0.82) 50%, rgba(251, 247, 238, 0.08) 66%),
    url("/assets/editorial/hero-study.jpg?v=20260614c") right center / auto 100% no-repeat,
    var(--paper);
}

.hero-inner {
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(3.25rem, 6vh, 5.2rem) 0 clamp(2.5rem, 5vh, 4rem);
}

.eyebrow {
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.22em;
  line-height: 1.6;
  margin: 0 0 1.4rem;
  text-transform: uppercase;
}

.hero-title {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.8rem, 5.45vw, 6.05rem);
  line-height: 0.97;
}

.hero-copy {
  max-width: 430px;
  margin: 1.8rem 0 2rem;
  color: #403933;
  font-size: clamp(1.02rem, 1.5vw, 1.23rem);
  line-height: 1.55;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

.text-link,
.read-more {
  color: var(--burgundy);
  font-weight: 720;
  text-decoration: none;
}

.text-link::after,
.read-more::after {
  content: " \2192";
  padding-left: 0.25rem;
}

.link-divider {
  width: 1px;
  height: 2rem;
  background: var(--line);
}

.tile-row {
  width: var(--wrap);
  margin: -2.7rem auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  position: relative;
  z-index: 3;
}

.section-tile {
  min-height: 205px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.55);
  isolation: isolate;
  text-decoration: none;
}

.section-tile img {
  width: 100%;
  height: 100%;
  min-height: 205px;
  object-fit: cover;
  object-position: center center;
}

.section-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.16) 62%, rgba(0, 0, 0, 0.7) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 70%);
}

.section-tile:hover,
.section-tile:focus-visible {
  border-color: color-mix(in srgb, var(--brass), white 20%);
}

.tile-label {
  position: absolute;
  inset: auto 1.35rem 1.2rem;
  z-index: 2;
  color: var(--white);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.tile-label strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1;
  font-weight: 500;
}

.tile-label span {
  display: block;
  margin-top: 0.45rem;
  max-width: 15rem;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.25;
}

.tile-label .tile-arrow {
  margin-top: 0.48rem;
  font-family: var(--sans);
  font-size: 1.25rem;
  line-height: 1;
}

.section {
  border-bottom: 1px solid var(--line);
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.section-inner {
  width: var(--wrap);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  align-items: stretch;
  gap: clamp(2rem, 4vw, 4rem);
}

.section-title {
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1.05;
}

.section-copy {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
}

.quote-panel {
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  place-items: center;
  padding: 1rem clamp(1.5rem, 3vw, 3rem);
  text-align: center;
}

.quote {
  margin: 0;
  color: #4a3328;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  font-style: italic;
  line-height: 1.35;
}

.quote cite {
  display: block;
  margin-top: 1.2rem;
  color: var(--burgundy);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-style: normal;
}

.newsletter-card {
  border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--paper), white 44%);
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.newsletter-card h2,
.newsletter-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
}

.form-row {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 0.9rem 1rem;
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--burgundy);
  border-radius: 3px;
  background: var(--burgundy);
  color: var(--white);
  cursor: pointer;
  font: 760 0.82rem/1 var(--sans);
  letter-spacing: 0.08em;
  min-height: 3rem;
  padding: 0.95rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button.secondary {
  background: transparent;
  color: var(--burgundy);
}

.microcopy {
  color: var(--muted);
  font-size: 0.84rem;
  margin: 0.75rem 0 0;
}

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

.archive-band {
  background: var(--paper-soft);
}

.archive-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.55fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.search-panel {
  display: grid;
  gap: 1rem;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.search-row.has-extra {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.filter {
  min-height: 2.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  padding: 0.75rem 1rem;
}

.filter.is-active {
  background: var(--burgundy);
  color: var(--white);
}

.archive-status {
  color: var(--muted);
  font-size: 0.9rem;
  margin: -0.2rem 0 0;
}

.archive-results {
  border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--paper), white 32%);
}

.result {
  display: block;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.result:last-child {
  border-bottom: 0;
}

.result:not([hidden]):hover,
.result:not([hidden]):focus-visible {
  background: var(--white);
}

.result small {
  color: var(--burgundy);
  display: block;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.2rem;
}

.result span {
  color: var(--muted);
  display: block;
  margin-top: 0.25rem;
}

.empty-state {
  padding: 2rem;
  text-align: center;
}

.empty-state h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
}

.reading-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.4fr 0.95fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.guided-grid {
  align-items: stretch;
}

.path-options {
  display: grid;
  gap: 0.75rem;
}

.path-option {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper), white 30%);
  padding: 1rem 1.15rem;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.path-option span {
  color: var(--burgundy);
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
}

.path-option h3 {
  margin: 0.35rem 0 0.25rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
}

.path-option p {
  color: var(--muted);
  margin: 0 0 0.35rem;
}

.path-option:hover,
.path-option:focus-within {
  background: var(--white);
  border-color: var(--line-strong);
  box-shadow: 0 10px 24px rgba(60, 37, 20, 0.06);
}

.numbered-list {
  border-left: 1px solid var(--line);
}

.numbered-item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0 1.1rem 1.8rem;
}

.numbered-item:last-child {
  border-bottom: 0;
}

.numbered-item b {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
}

.numbered-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.reading-image {
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.closing-banner {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
  color: var(--white);
}

.closing-banner .section-inner {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.closing-banner h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.3vw, 4.5rem);
  font-weight: 500;
  line-height: 1.05;
}

.closing-banner p {
  max-width: 35rem;
}

.closing-banner img {
  border: 1px solid color-mix(in srgb, var(--brass), transparent 35%);
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.site-footer {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 0.8fr 0.8fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(3rem, 5vw, 5rem) 0 2.5rem;
}

.footer-brand {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
}

.footer-kicker {
  color: var(--burgundy);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.18em;
  margin-top: 0.55rem;
  text-transform: uppercase;
}

.footer-col h3 {
  color: var(--brass);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.16em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  color: var(--muted);
  margin: 0.45rem 0;
  text-decoration: none;
}

.footer-note {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin-top: 1.1rem;
}

.footer-mark {
  border-left: 1px solid var(--line);
  padding-left: clamp(1.5rem, 4vw, 4rem);
  text-align: center;
}

.footer-mark img {
  width: 104px;
  height: 130px;
  margin: 0 auto 1rem;
  object-fit: contain;
  border-radius: 0;
}

.footer-mark blockquote {
  color: var(--muted);
  font-family: var(--serif);
  font-style: italic;
  line-height: 1.35;
  margin: 0;
}

.copyright {
  width: var(--wrap);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  padding: 1rem 0 1.3rem;
  text-align: center;
}

.page-hero {
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner,
.content-wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.page-title {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.6rem);
  line-height: 0.98;
}

.page-deck {
  max-width: 680px;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.prose {
  max-width: 760px;
}

.prose h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 2.5rem 0 0.8rem;
}

.prose p,
.prose li {
  color: #453d37;
}

.prose ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}

.prose a {
  color: var(--burgundy);
  text-underline-offset: 0.18em;
}

.legal-meta {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 0.9rem;
}

.callout {
  border: 1px solid var(--line-strong);
  background: var(--paper-soft);
  padding: clamp(1.5rem, 3vw, 2.3rem);
}

.callout h2,
.callout h3 {
  margin-top: 0;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.topic-card {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper), white 36%);
  padding: 1.35rem;
  min-height: 11rem;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.topic-card:hover {
  background: var(--white);
  border-color: var(--line-strong);
}

.topic-card h2,
.topic-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.15;
}

.template-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.template-list article {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.template-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.template-list p {
  margin: 0.3rem 0 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  color: var(--muted);
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  font-weight: 650;
}

.contact-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.success-note {
  border: 1px solid var(--line-strong);
  background: var(--paper-soft);
  max-width: 760px;
  padding: clamp(2rem, 4vw, 4rem);
}

.trail-panel,
.tasting-card,
.cabinet-card {
  border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--paper), white 34%);
}

.trail-panel {
  margin-top: 2rem;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.trail-panel h2 {
  margin-top: 0;
}

.trail-panel details,
.tasting-card details,
.cabinet-card {
  border-top: 1px solid var(--line);
  padding: 0.9rem 0;
}

.trail-panel details:first-of-type,
.tasting-card details:first-of-type {
  border-top: 0;
}

details summary {
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: "+";
  color: var(--burgundy);
  font-family: var(--sans);
  font-weight: 780;
  margin-left: auto;
}

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

.tasting-layout,
.cabinet-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.tasting-section {
  background: color-mix(in srgb, var(--paper-soft), white 16%);
}

.tasting-card {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.tasting-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.tasting-meta span {
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  padding: 0.35rem 0.55rem;
}

.cabinet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.cabinet-card {
  padding: 1rem 1.15rem;
}

.cabinet-card summary {
  color: var(--burgundy);
}

.lost-actions,
.lost-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.lost-links a {
  border-bottom: 1px solid var(--line-strong);
  color: var(--muted);
  text-decoration: none;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 68px;
  }

  .brand-kicker {
    display: none;
  }

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

  .main-nav {
    position: absolute;
    inset: 68px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 4vw 1rem;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a,
  .main-nav button {
    border-bottom: 1px solid var(--line);
    padding: 1rem 0;
    text-align: left;
  }

  .nav-search {
    background: transparent;
    font-size: 0.8rem;
    min-height: auto;
    overflow: visible;
    text-indent: 0;
    width: auto;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(251, 247, 238, 0.94), rgba(251, 247, 238, 0.7)),
      url("/assets/editorial/hero-study.jpg?v=20260614c") center / cover no-repeat;
  }

  .hero-inner {
    padding-top: 5rem;
  }

  .tile-row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }

  .section-tile:last-child {
    grid-column: span 2;
  }

  .intro-grid,
  .archive-layout,
  .reading-grid,
  .closing-banner .section-inner,
  .content-grid,
  .topic-grid,
  .tasting-layout,
  .cabinet-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .quote-panel,
  .footer-mark {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
    padding: 2rem 0 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .hero-title {
    font-size: clamp(3.1rem, 18vw, 5rem);
  }

  .tile-row {
    grid-template-columns: 1fr;
  }

  .section-tile:last-child {
    grid-column: auto;
  }

  .section-tile,
  .section-tile img {
    min-height: 245px;
  }

  .cabinet-grid,
  .form-row,
  .search-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .numbered-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding-left: 1.1rem;
  }

  .page-title {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }
}

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