:root {
  color-scheme: light;
  --ink: #171614;
  --muted: #6f6a65;
  --line: rgba(23, 22, 20, 0.14);
  --paper: #f5f2ed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.home-root {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 350;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.home {
  position: relative;
  isolation: isolate;
  height: 100svh;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  background: #eee8e1;
}

body.home main {
  position: relative;
  z-index: 1;
  min-height: 0;
}

.page-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  color: inherit;
}

.site-footer,
.section,
.hero {
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
}

.footer-links {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
}

.site-footer a,
.text-link {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.hero {
  position: relative;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding-block: clamp(34px, 8vh, 78px);
}

.eyebrow,
.detail-label,
.section-number {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 30px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-weight: 200;
  letter-spacing: -0.065em;
}

h1 {
  max-width: 1000px;
  margin-bottom: clamp(22px, 4vh, 36px);
  font-size: clamp(58px, 9.5vw, 142px);
  line-height: 0.82;
}

h2 {
  margin-bottom: 36px;
  font-size: clamp(54px, 8vw, 108px);
  line-height: 0.9;
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 350;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.lead {
  max-width: 720px;
  margin-bottom: clamp(24px, 3vh, 32px);
  color: var(--muted);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 300;
  line-height: 1.45;
}

.store-status {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid rgba(23, 22, 20, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  color: rgba(23, 22, 20, 0.76);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  backdrop-filter: blur(16px);
}

.text-link {
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: var(--line);
}

.section {
  border-bottom: 1px solid var(--line);
}

.intro,
.closing {
  display: grid;
  grid-template-columns: minmax(70px, 1fr) minmax(0, 4fr);
  gap: 30px;
  padding-top: clamp(100px, 15vw, 210px);
  padding-bottom: clamp(110px, 16vw, 220px);
}

.intro > div,
.closing > div {
  max-width: 970px;
}

.section-number {
  padding-top: 12px;
}

.statement {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.detail {
  min-height: 420px;
  padding: 52px clamp(28px, 4vw, 58px) 60px 0;
}

.detail + .detail {
  padding-left: clamp(28px, 4vw, 58px);
  border-left: 1px solid var(--line);
}

.detail-label {
  margin-bottom: 94px;
}

.detail p:last-child {
  max-width: 330px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.closing {
  background: #ebe6df;
}

.closing .statement {
  margin-bottom: 42px;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
}

.site-footer a {
  text-decoration: none;
}

.policy {
  max-width: 840px;
}

.legal-page {
  padding-top: clamp(80px, 10vw, 130px);
  padding-bottom: clamp(100px, 12vw, 160px);
  margin-left: max(0px, calc((100vw - 1240px) / 2));
}

.legal-page h1 {
  margin-bottom: 60px;
  font-size: clamp(58px, 9vw, 118px);
  line-height: 0.9;
}

.legal-page h2 {
  margin-top: 68px;
  margin-bottom: 18px;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 16px;
}

.legal-page a {
  color: var(--ink);
  text-underline-offset: 4px;
}

.legal-page ul {
  padding-left: 22px;
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding-block: clamp(30px, 7vh, 68px);
  }

  h1 {
    font-size: clamp(48px, 13.5vw, 72px);
  }

  .intro,
  .closing {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .detail {
    min-height: 0;
    padding: 48px 0 56px;
  }

  .detail + .detail {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .detail-label {
    margin-bottom: 60px;
  }

  .site-footer {
    min-height: 50px;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-links {
    gap: 16px;
  }
}

@media (max-height: 700px) {
  .hero-copy {
    padding-block: 22px;
  }

  .eyebrow {
    margin-bottom: 16px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(52px, 9vw, 104px);
  }

  .lead {
    font-size: clamp(16px, 1.7vw, 21px);
  }
}

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

  * {
    transition-duration: 0.01ms !important;
  }
}
