@font-face {
  font-family: "Athelas Local";
  src: local("Athelas"), local("Athelas Regular");
  font-weight: 400 800;
}

@font-face {
  font-family: "Vanguard Local";
  src: local("Vanguard"), local("Vanguard CF"), local("VanguardCF-DemiBold"), local("Vanguard CF Demi Bold");
  font-weight: 400 900;
}

:root {
  --paper: #ffffff;
  --ink: #101010;
  --soft-ink: #4f4f4f;
  --muted: #777777;
  --line: #e8e5df;
  --wash: #f7f5f0;
  --green: #d8f25f;
  --clay: #b96b45;
  --blue: #d8e8f6;
  --font-display: "Vanguard Local", "Vanguard CF", "Arial Black", Impact, sans-serif;
  --font-serif: "Athelas Local", Athelas, Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--paper);
}

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

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

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

:focus-visible {
  outline: 3px solid rgba(16, 16, 16, 0.24);
  outline-offset: 4px;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.05rem 0;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.home-page .site-nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1280px, calc(100% - 3rem));
  transform: translateX(-50%);
  background: transparent;
  color: #ffffff;
  backdrop-filter: none;
}

.brand {
  justify-self: center;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.2rem);
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 750;
}

.nav-left {
  justify-self: start;
}

.nav-right {
  justify-self: end;
}

.nav-links a {
  border-radius: 999px;
}

.nav-links a:hover {
  color: var(--soft-ink);
}

.home-page .brand,
.home-page .nav-links {
  color: #ffffff;
}

.home-page .nav-links a:hover {
  color: rgba(255, 255, 255, 0.76);
}

.landing-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #101010;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 0 0 clamp(3.5rem, 8vw, 6.75rem);
  color: #ffffff;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.84);
}

h1 {
  max-width: 760px;
  font-family: var(--font-serif);
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-page h1 {
  max-width: calc(100vw - 3rem);
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1.05;
  white-space: nowrap;
}

.hero-subhead {
  max-width: 560px;
  margin-top: 1.4rem;
  color: var(--soft-ink);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.55;
}

.home-page .hero-subhead {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 1.2rem;
  font-size: 0.92rem;
  font-weight: 850;
}

.primary-button {
  background: var(--ink);
  color: var(--paper);
}

.home-page .primary-button {
  border-color: #ffffff;
  background: #ffffff;
  color: #101010;
}

.secondary-button {
  background: var(--paper);
  color: var(--ink);
}

.home-page .secondary-button {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  background: #101010;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.14) 38%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.12) 100%);
}

.hero-photo img,
.editorial-section img,
.photo-story img,
.connection-section img,
.review-links > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo img {
  position: absolute;
  inset: 0;
  object-position: center center;
  transform: translateZ(0);
}

.identity-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.identity-strip span {
  min-height: 5.4rem;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-weight: 850;
  text-align: center;
}

.identity-strip span:last-child {
  border-right: 0;
}

.editorial-section,
.photo-story,
.connection-section,
.review-links {
  display: grid;
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.editorial-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.editorial-section figure {
  overflow: hidden;
  aspect-ratio: 1.18 / 1;
  border-radius: 0.45rem;
  background: var(--wash);
}

.editorial-section div,
.photo-story div,
.connection-section div,
.review-links div:first-of-type {
  max-width: 620px;
}

.editorial-section h2,
.photo-story h2,
.connection-section h2,
.how-section h2,
.safety-callout p:last-child,
.legal-hero h1,
.review-links h2 {
  font-family: var(--font-serif);
  font-size: 4.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.editorial-section p:not(.eyebrow),
.photo-story p:not(.eyebrow),
.connection-section p:not(.eyebrow),
.review-links p:not(.eyebrow),
.legal-subtitle {
  margin-top: 1.1rem;
  color: var(--soft-ink);
  font-size: 1.06rem;
  line-height: 1.65;
}

.how-section,
.safety-callout,
.legal-shell,
.site-footer {
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
}

.how-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.how-section h2 {
  max-width: 860px;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.step-grid article,
.legal-link-card {
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: var(--paper);
}

.step-grid article {
  min-height: 14rem;
  padding: 1.35rem;
}

.step-grid span {
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.step-grid p {
  margin-top: 4.2rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 780;
  line-height: 1.35;
}

.photo-story {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.photo-story img {
  aspect-ratio: 4 / 5;
  border-radius: 0.45rem;
}

.connection-section {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.connection-section figure {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 0.45rem;
  background: var(--wash);
}

.safety-callout {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: clamp(1rem, 5vw, 4rem);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.safety-callout .eyebrow {
  margin: 0;
}

.safety-callout p:last-child {
  max-width: 950px;
  font-size: 3.45rem;
}

.review-links {
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr) minmax(0, 0.88fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.review-links > img {
  aspect-ratio: 4 / 5;
  border-radius: 0.45rem;
}

.legal-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.legal-link-card {
  display: grid;
  gap: 0.58rem;
  min-height: 7.2rem;
  padding: 1rem;
}

.legal-link-card strong {
  font-size: 1rem;
}

.legal-link-card span {
  color: var(--soft-ink);
  line-height: 1.45;
}

.legal-page {
  background: var(--paper);
}

.legal-shell {
  max-width: 900px;
  padding: 5rem 0 5rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--soft-ink);
  font-weight: 760;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.policy-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  color: var(--soft-ink);
  font-size: 0.88rem;
  font-weight: 760;
}

.legal-shell > .legal-link-grid {
  margin-top: 2rem;
}

.legal-document {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}

.legal-document section {
  display: grid;
  gap: 0.9rem;
}

.legal-document h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.legal-document p,
.legal-document li {
  color: var(--soft-ink);
  font-size: 1.02rem;
  line-height: 1.75;
}

.legal-document ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.25rem;
}

.site-footer {
  margin-top: 1rem;
  padding: 3.5rem 0 4rem;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(9rem, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.footer-grid section {
  display: grid;
  gap: 0.68rem;
}

.footer-brand h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.footer-brand p {
  max-width: 24rem;
  color: var(--soft-ink);
  line-height: 1.6;
}

.footer-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.footer-grid h3 {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid section > span {
  color: var(--soft-ink);
  font-size: 0.96rem;
  font-weight: 650;
}

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

@media (hover: hover) {
  .primary-button,
  .secondary-button,
  .legal-link-card,
  .step-grid article {
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .primary-button:hover,
  .secondary-button:hover,
  .legal-link-card:hover,
  .step-grid article:hover {
    transform: translateY(-2px);
    box-shadow: 0 1rem 2.5rem rgba(16, 16, 16, 0.08);
  }
}

@media (max-width: 920px) {
  .site-nav {
    grid-template-columns: auto 1fr;
    width: min(100% - 2rem, 1280px);
  }

  .home-page .site-nav {
    width: min(100% - 2rem, 1280px);
  }

  .brand {
    justify-self: start;
    grid-column: 1;
    grid-row: 1;
  }

  .nav-left {
    display: none;
  }

  .nav-right {
    justify-self: end;
  }

  .landing-hero,
  .editorial-section,
  .photo-story,
  .connection-section,
  .review-links,
  .safety-callout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: 100svh;
    height: 100svh;
    padding-top: 0;
  }

  .hero-copy {
    padding-bottom: 2.75rem;
  }

  h1 {
    font-size: 4rem;
    line-height: 0.96;
  }

  .home-page h1 {
    max-width: calc(100vw - 2rem);
    font-size: clamp(1.55rem, 4.7vw, 2.32rem);
    line-height: 1.08;
  }

  .home-page .hero-subhead {
    max-width: 28rem;
    font-size: 1rem;
  }

  .editorial-section h2,
  .photo-story h2,
  .connection-section h2,
  .how-section h2,
  .safety-callout p:last-child,
  .review-links h2 {
    font-size: 3.15rem;
    line-height: 1.02;
  }

  .hero-photo {
    aspect-ratio: auto;
  }

  .hero-photo img {
    object-position: center 50%;
  }

  .identity-strip,
  .step-grid,
  .legal-link-grid {
    grid-template-columns: 1fr;
  }

  .identity-strip span {
    min-height: 4rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .identity-strip span:last-child {
    border-bottom: 0;
  }

  .step-grid article {
    min-height: auto;
  }

  .step-grid p {
    margin-top: 2.4rem;
  }
}

@media (max-width: 560px) {
  .site-nav,
  .identity-strip,
  .editorial-section,
  .photo-story,
  .connection-section,
  .review-links,
  .how-section,
  .safety-callout,
  .legal-shell,
  .site-footer {
    width: calc(100% - 1.5rem);
  }

  .nav-right {
    gap: 0.85rem;
    font-size: 0.82rem;
  }

  .home-page .site-nav {
    width: calc(100% - 1.5rem);
  }

  .nav-right a:first-child {
    display: none;
  }

  h1 {
    font-size: 3.15rem;
    line-height: 0.98;
  }

  .home-page h1 {
    max-width: calc(100vw - 1.5rem);
    font-size: clamp(1rem, 4.65vw, 1.55rem);
    line-height: 1.15;
    white-space: nowrap;
  }

  .home-page .hero-subhead {
    max-width: 18.5rem;
    margin-top: 0.85rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .hero-copy {
    width: calc(100% - 1.5rem);
    padding-bottom: calc(2.35rem + env(safe-area-inset-bottom));
  }

  .hero-actions {
    width: auto;
    gap: 0.5rem;
    margin-top: 1.1rem;
  }

  .primary-button,
  .secondary-button {
    width: auto;
    min-height: 2.35rem;
    padding: 0 0.85rem;
    font-size: 0.78rem;
  }

  .editorial-section h2,
  .photo-story h2,
  .connection-section h2,
  .how-section h2,
  .safety-callout p:last-child,
  .review-links h2 {
    font-size: 2.32rem;
    line-height: 1.05;
  }
}

@media (max-width: 380px) {
  .home-page h1 {
    font-size: clamp(0.92rem, 4.35vw, 1.08rem);
  }

  .home-page .hero-subhead {
    max-width: 17rem;
    font-size: 0.82rem;
  }
}

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