:root {
  color-scheme: light;
  --canvas: #f7f5ef;
  --paper: #ffffff;
  --forest: #153a31;
  --forest-deep: #0d2a24;
  --harbor: #315b6c;
  --ink: #1d2724;
  --muted: #5c6863;
  --line: #d8d8cf;
  --sand: #e9e2d5;
  --max-width: 72rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

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

a:focus-visible {
  border-radius: 0.2rem;
  outline: 0.2rem solid var(--harbor);
  outline-offset: 0.25rem;
}

.skip-link {
  position: fixed;
  z-index: 3;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  transform: translateY(-180%);
  background: var(--paper);
  color: var(--forest-deep);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.review-notice {
  padding: 0.55rem max(1.25rem, calc((100vw - var(--max-width)) / 2));
  border-bottom: 1px solid #b9aa8f;
  background: var(--sand);
  color: #493e2d;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: center;
}

.site-header,
.site-footer {
  display: flex;
  width: min(calc(100% - 2.5rem), var(--max-width));
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-header {
  min-height: 6rem;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  color: var(--forest-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-decoration: none;
}

.site-nav,
.site-footer nav,
.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: center;
}

.site-nav a,
.site-footer a,
.inline-links a {
  font-size: 0.9rem;
  font-weight: 650;
}

.site-nav [aria-current="page"] {
  color: var(--forest);
  text-decoration-thickness: 0.14em;
}

.hero,
.product-band,
.principles,
.company-note,
.policy-shell {
  width: min(calc(100% - 2.5rem), var(--max-width));
  margin-inline: auto;
}

.hero {
  max-width: 61rem;
  margin-left: max(1.25rem, calc((100vw - var(--max-width)) / 2));
  padding-block: clamp(5.5rem, 12vw, 10rem);
}

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

h1,
h2,
h3 {
  color: var(--forest-deep);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.1rem, 7.3vw, 6.6rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 42rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.text-link {
  color: var(--forest);
  font-weight: 750;
}

.product-band {
  display: grid;
  grid-template-columns: minmax(13rem, 0.75fr) minmax(0, 1.4fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(4rem, 8vw, 7rem);
  border-block: 1px solid var(--line);
}

.section-heading h2 {
  margin-bottom: 0.75rem;
}

.section-heading p {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-copy {
  max-width: 45rem;
}

.product-copy .lead {
  color: var(--forest-deep);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.25;
}

.product-copy p:not(.lead) {
  color: var(--muted);
}

.inline-links {
  margin-top: 2rem;
}

.principles {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.principles > h2 {
  margin-bottom: 3.5rem;
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.principle-list article {
  padding-top: 1.4rem;
  border-top: 2px solid var(--forest);
}

.principle-list p,
.company-note p,
.policy-header p {
  color: var(--muted);
}

.company-note {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 8vw, 8rem);
  padding-block: clamp(4rem, 7vw, 6rem);
  border-top: 1px solid var(--line);
}

.company-note h2 {
  font-size: 1.8rem;
}

.company-note p {
  max-width: 44rem;
}

.policy-shell {
  max-width: 58rem;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.policy-header {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
}

.policy-header h1 {
  max-width: 15ch;
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
}

.policy-copy {
  max-width: 48rem;
  padding-top: 2.75rem;
}

.policy-copy h2 {
  margin-top: 3rem;
  margin-bottom: 0.8rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.policy-copy p {
  max-width: 70ch;
}

.legal-hold {
  margin-top: 3rem;
  padding: 1.25rem 1.35rem;
  border-left: 0.25rem solid var(--harbor);
  background: var(--paper);
  color: #34423d;
}

.site-footer {
  min-height: 7rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

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

@media (max-width: 48rem) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding-block: 1.5rem;
  }

  .site-header {
    min-height: auto;
  }

  .hero {
    padding-block: 5rem;
  }

  .product-band,
  .company-note {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .principle-list {
    grid-template-columns: 1fr;
  }
}

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