/* LNZ-CAR-001 — volcanic island, calm premium, mobile-first */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap");

:root {
  /* Volcanic charcoal ink + warm sand */
  --bg: #f3eee6;
  --bg-wash: #ebe3d6;
  --surface: #fffcf8;
  --ink: #1c1917;
  --ink-soft: #292524;
  --muted: #57534e;
  --border: #e0d6c8;
  --border-strong: #cfc3b0;

  /* Teal / emerald primary — vivid, not neon */
  --brand: #0d7a5f;
  --brand-hover: #0a634d;
  --brand-deep: #085344;
  --brand-soft: #e6f5f0;
  --brand-ring: rgba(13, 122, 95, 0.35);

  /* Soft coral/amber for broker/warn */
  --warn: #9a4d1c;
  --warn-bg: #fff4e8;
  --warn-border: #f0d4b0;
  --warn-head: #f5e0c8;

  /* Soft sage for local columns */
  --ok-bg: #eaf4ee;
  --ok-border: #c5ddd0;
  --ok-head: #d4e8dc;

  --focus: #0b57d0;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-pill: 999px;
  --shadow: 0 1px 2px rgba(28, 25, 23, 0.05), 0 4px 14px rgba(28, 25, 23, 0.06);
  --shadow-cta: 0 2px 4px rgba(8, 83, 68, 0.18), 0 8px 20px rgba(8, 83, 68, 0.16);
  --shadow-lift: 0 4px 16px rgba(28, 25, 23, 0.1);
  --max: 40rem;
  --max-wide: 72rem;
  --tap: 48px;
  --font-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu,
    Cantarell, "Noto Sans", sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 90% 55% at 12% -8%, rgba(13, 122, 95, 0.07), transparent 55%),
    radial-gradient(ellipse 70% 45% at 92% 4%, rgba(154, 77, 28, 0.05), transparent 50%),
    linear-gradient(180deg, var(--bg-wash) 0%, var(--bg) 28%, var(--bg) 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

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

a {
  color: var(--brand);
  text-underline-offset: 0.15em;
}

a:focus-visible,
button:focus-visible,
.table-scroll:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.wrap {
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
}

.wrap-wide {
  width: min(100% - 1.5rem, var(--max-wide));
}

/* —— Header —— */
.site-header {
  background: rgba(255, 252, 248, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: 0.9rem 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--ink-soft);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 7px;
  background: linear-gradient(145deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 1px 3px rgba(8, 83, 68, 0.35);
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 0.1rem;
}

.brand-name {
  font-weight: 700;
  color: var(--ink);
}

.brand-product {
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--brand);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-accent {
  display: block;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--brand-deep) 0%,
    var(--brand) 35%,
    #d4a574 70%,
    transparent 100%
  );
}

/* —— Hero (scenic full-bleed + frosted card) —— */
.hero {
  position: relative;
  padding: 1.75rem 0 1.25rem;
  isolation: isolate;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #2c2622;
  background-image:
    linear-gradient(
      165deg,
      rgba(243, 238, 230, 0.88) 0%,
      rgba(243, 238, 230, 0.55) 28%,
      rgba(28, 25, 23, 0.58) 62%,
      rgba(28, 25, 23, 0.78) 100%
    ),
    image-set(
      url("assets/hero-coast.webp") type("image/webp"),
      url("assets/hero-coast.jpg") type("image/jpeg")
    );
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

.hero .wrap {
  position: relative;
  z-index: 1;
}

.hero-panel {
  position: relative;
  background: rgba(255, 252, 248, 0.9);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border: 1px solid rgba(224, 214, 200, 0.95);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.65rem 1.25rem 1.5rem;
  box-shadow: var(--shadow-lift), 0 0 0 1px rgba(255, 252, 248, 0.4) inset;
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-deep), var(--brand) 45%, #c4784a);
  z-index: 1;
}

.hero-panel::after {
  content: "";
  position: absolute;
  width: 14rem;
  height: 14rem;
  right: -4rem;
  top: -5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 122, 95, 0.1), transparent 68%);
  pointer-events: none;
}

.hero h1 {
  position: relative;
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 5.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 22ch;
}

.lede {
  position: relative;
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 38ch;
}

.badge-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.35rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: var(--warn-bg);
  color: var(--warn);
  border: 1px solid var(--warn-border);
}

.badge:nth-child(even) {
  background: var(--brand-soft);
  color: var(--brand-deep);
  border-color: #b8ddd0;
}

/* —— CTAs —— */
.cta-primary,
.cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  padding: 0.9rem 1.2rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}

.cta-primary {
  position: relative;
  background: linear-gradient(180deg, #128a6b 0%, var(--brand) 55%, var(--brand-deep) 100%);
  color: #fff;
  box-shadow: var(--shadow-cta);
}

.cta-primary:hover {
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-hover) 60%, var(--brand-deep) 100%);
  color: #fff;
  box-shadow: 0 4px 8px rgba(8, 83, 68, 0.22), 0 12px 28px rgba(8, 83, 68, 0.2);
  transform: translateY(-1px);
}

.cta-primary:active {
  transform: translateY(1px);
  box-shadow: 0 1px 3px rgba(8, 83, 68, 0.2);
}

.cta-note {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
}

.cta-after-table {
  margin-top: 1.5rem;
}

/* —— Sections —— */
.section {
  padding: 1.75rem 0;
}

.section h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.25;
}

.section > .wrap > p,
.section > .wrap-wide > p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 58ch;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 2px);
  padding: 1rem;
  box-shadow: var(--shadow);
}

/* —— Comparison table —— */
.table-shell {
  --attr-w: 7.5rem;
  --col-w: 14.5rem;
  --shell-surface: var(--surface);
  --sticky-attr: #f7f2ea;
  --sticky-corner: #e5dccf;
  --sticky-head: #ebe4d8;
  position: relative;
  margin: 0 -0.15rem;
}

.table-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.65rem;
  padding: 0.15rem 0.1rem;
}

.table-toolbar-label {
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}

.table-toolbar-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}

.table-progress {
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-deep);
  background: var(--brand-soft);
  border: 1px solid #b8ddd0;
  border-radius: var(--radius-pill);
  padding: 0.2rem 0.55rem;
  min-width: 3.25rem;
  text-align: center;
}

.table-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.table-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: var(--bg-wash);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.table-dot.is-active,
.table-dot[aria-current="true"] {
  background: var(--brand);
  border-color: var(--brand-deep);
  transform: scale(1.15);
}

.table-nav {
  display: none;
  gap: 0.35rem;
}

.table-shell:not(.is-scrollable) .table-nav {
  display: none !important;
}

.table-nav-btn {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.05);
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.table-nav-btn:hover:not(:disabled) {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-deep);
}

.table-nav-btn:disabled,
.table-nav-btn[aria-disabled="true"] {
  opacity: 0.35;
  cursor: not-allowed;
}

.table-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 0.65rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-deep);
  background: var(--brand-soft);
  border-radius: var(--radius-pill);
  border: 1px solid #b8ddd0;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease, margin 0.25s ease, padding 0.25s ease;
  max-height: 4rem;
  overflow: hidden;
}

.table-hint.is-hidden,
.table-shell[data-hint-dismissed="1"] .table-hint {
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

.table-hint-icon {
  display: inline-block;
  font-size: 1rem;
  animation: swipe-hint 1.8s ease-in-out infinite;
}

@keyframes swipe-hint {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.table-scroll-wrap {
  position: relative;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--shell-surface);
}

.table-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.75rem;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.table-fade-left {
  left: var(--attr-w);
  background: linear-gradient(to right, rgba(28, 25, 23, 0.14), transparent);
}

.table-fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(28, 25, 23, 0.12), transparent);
}

.table-shell.is-scrollable:not(.is-at-start) .table-fade-left {
  opacity: 1;
}

.table-shell.is-scrollable:not(.is-at-end) .table-fade-right {
  opacity: 1;
}

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--attr-w);
  overscroll-behavior-x: contain;
  outline-offset: -2px;
}

.table-scroll:focus-visible {
  outline: 3px solid var(--focus);
}

.compare {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.compare-4col {
  font-size: 0.8125rem;
  line-height: 1.38;
}

.compare th,
.compare td {
  vertical-align: top;
  padding: 0.8rem 0.75rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.compare-4col th,
.compare-4col td {
  padding: 0.75rem 0.7rem;
}

/* Operator columns: snap + readable width */
.compare-4col thead th.col-local,
.compare-4col thead th.col-broker,
.compare-4col tbody td.col-local,
.compare-4col tbody td.col-broker {
  min-width: var(--col-w);
  width: var(--col-w);
  max-width: 18rem;
  scroll-snap-align: start;
}

.compare-4col tbody th[scope="row"],
.compare-4col thead th[scope="col"]:first-child {
  min-width: var(--attr-w);
  width: var(--attr-w);
  max-width: 9rem;
}

/* Sticky attribute column — opaque, no bleed */
.compare-4col tbody th[scope="row"] {
  position: sticky;
  left: 0;
  z-index: 3;
  background: var(--sticky-attr);
  background-clip: padding-box;
  box-shadow: 4px 0 10px -4px rgba(28, 25, 23, 0.18);
  border-right: 1px solid var(--border-strong);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  scroll-snap-align: none;
}

.compare thead th {
  background: var(--sticky-head);
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  position: sticky;
  top: 0;
  z-index: 4;
  border-bottom: 2px solid var(--border-strong);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  box-shadow: 0 2px 0 rgba(28, 25, 23, 0.04);
}

/* Corner: sticky left + top, highest z */
.compare-4col thead th[scope="col"]:first-child {
  left: 0;
  z-index: 6;
  background: var(--sticky-corner);
  background-clip: padding-box;
  box-shadow: 4px 0 10px -4px rgba(28, 25, 23, 0.18), 0 2px 0 rgba(28, 25, 23, 0.04);
  border-right: 1px solid var(--border-strong);
  scroll-snap-align: none;
}

.compare tbody th {
  font-weight: 700;
  background: var(--sticky-attr);
  color: var(--ink-soft);
}

.compare tbody tr:last-child th,
.compare tbody tr:last-child td {
  border-bottom: none;
}

.compare .col-broker {
  background: var(--warn-bg);
}

.compare .col-local {
  background: var(--ok-bg);
}

.compare thead .col-broker {
  background: var(--warn-head);
  color: var(--warn);
}

.compare thead .col-local {
  background: var(--ok-head);
  color: var(--brand-deep);
}

/* Tag pills — FACT sage / UNKNOWN amber / CONFLICTING coral */
.tag {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-pill);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 100%;
  word-break: break-word;
}

.tag-fact {
  color: #1f5c42;
  background: #d8efe3;
  border: 1px solid #a9d4bf;
}

.tag-unknown {
  color: #8a4b12;
  background: #ffe8c8;
  border: 1px solid #f0c48a;
}

.tag-conflicting {
  color: #8b2e2e;
  background: #fde0dc;
  border: 1px solid #f0b4ac;
}

.sources {
  margin: 1rem 0 0;
  padding: 0.85rem 0 0;
  list-style: none;
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
}

.sources li {
  margin-bottom: 0.4rem;
  line-height: 1.45;
}

.sources a {
  word-break: break-word;
}

@media (max-width: 899px) {
  .table-shell {
    --attr-w: 6.5rem;
    --col-w: 13.25rem;
  }

  .table-nav {
    display: none;
  }
}

@media (min-width: 900px) {
  .table-hint {
    display: none;
  }

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

  .table-shell {
    --attr-w: 8rem;
    --col-w: 15rem;
  }

  .table-scroll {
    scroll-snap-type: x proximity;
  }

  .compare-4col {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .compare-4col th,
  .compare-4col td {
    padding: 0.85rem 0.8rem;
  }
}

@media (min-width: 1100px) {
  .table-shell {
    --col-w: 16rem;
  }
}

/* —— Local CTAs —— */
.local-grid {
  display: grid;
  gap: 0.75rem;
}

.local-grid .cta-secondary {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--border-strong);
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04);
}

.local-grid .cta-secondary:hover {
  border-color: var(--brand);
  color: var(--brand-deep);
  background: var(--brand-soft);
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}

.local-grid .cta-secondary:active {
  transform: translateY(0);
}

/* —— FAQ —— */
.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.15rem 1.05rem;
  margin-bottom: 0.55rem;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.03);
  transition: border-color 0.15s ease;
}

.faq details[open] {
  border-color: var(--border-strong);
}

.faq summary {
  cursor: pointer;
  font-weight: 650;
  min-height: var(--tap);
  display: flex;
  align-items: center;
  list-style: none;
  color: var(--ink-soft);
}

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

.faq summary::after {
  content: "+";
  margin-left: auto;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--brand);
  padding-left: 0.75rem;
}

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

.faq details p {
  margin: 0 0 0.95rem;
  padding-top: 0.15rem;
  border-top: 1px solid var(--border);
  padding-top: 0.75rem;
}

/* —— Disclosure & footer —— */
.disclosure {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
  background: rgba(255, 252, 248, 0.7);
}

.disclosure p {
  margin: 0 0 0.75rem;
}

.disclosure p:last-child {
  margin-bottom: 0;
}

.disclosure code {
  font-size: 0.8em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: rgba(28, 25, 23, 0.06);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.75rem 0 2.75rem;
  font-size: 0.82rem;
  color: var(--muted);
  background: linear-gradient(180deg, transparent, rgba(235, 227, 214, 0.5));
}

.site-footer p {
  margin: 0 0 0.5rem;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

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

@media (min-width: 640px) {
  .hero-panel {
    padding: 2rem 1.75rem 1.75rem;
  }

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

  .compare:not(.compare-4col) {
    min-width: 0;
  }

  .card {
    padding: 1.15rem 1.25rem;
  }
}

@media (min-width: 900px) {
  .section {
    padding: 2rem 0;
  }
}

/* —— Decorative coastal side flanks (≥1100px) —— */
.scenic-flanks {
  display: none;
}

.scenic-flank {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(15vw, 200px);
  z-index: 0;
  pointer-events: none;
  background-color: transparent;
  background-image: image-set(
    url("assets/side-coast.webp") type("image/webp"),
    url("assets/side-coast.jpg") type("image/jpeg")
  );
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.32;
}

.scenic-flank--left {
  left: 0;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
}

.scenic-flank--right {
  right: 0;
  transform: scaleX(-1);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
}

@media (min-width: 1100px) {
  .scenic-flanks {
    display: block;
  }

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

  .hero {
    padding: 2.25rem 0 1.75rem;
  }

  .hero-bg {
    background-image:
      linear-gradient(
        155deg,
        rgba(243, 238, 230, 0.82) 0%,
        rgba(243, 238, 230, 0.42) 30%,
        rgba(28, 25, 23, 0.52) 58%,
        rgba(28, 25, 23, 0.74) 100%
      ),
      image-set(
        url("assets/hero-coast.webp") type("image/webp"),
        url("assets/hero-coast.jpg") type("image/jpeg")
      );
  }
}

@media (prefers-reduced-motion: reduce) {
  .scenic-flank {
    opacity: 0.22;
  }
}

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

  .cta-primary,
  .cta-secondary,
  .table-hint,
  .table-hint-icon,
  .table-dot,
  .table-fade,
  .table-nav-btn {
    transition: none;
    animation: none;
  }

  .cta-primary:hover,
  .local-grid .cta-secondary:hover,
  .table-dot.is-active {
    transform: none;
  }

  .table-scroll {
    scroll-snap-type: none;
  }
}
