:root {
  --ink: #171918;
  --ink-soft: #202321;
  --ink-raised: #292d2a;
  --paper: #f2eee5;
  --paper-deep: #e7dfd0;
  --amber: #d8783f;
  --amber-bright: #ef8b4b;
  --amber-deep: #b45e31;
  --line: rgba(242, 238, 229, 0.18);
  --line-strong: rgba(242, 238, 229, 0.32);
  --text-muted: #b8b6ae;
  --shell: min(1180px, calc(100vw - 48px));
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

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

h1,
h2 {
  margin-bottom: 0;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.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;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform var(--transition);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--amber-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 760;
  line-height: 1.1;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--amber);
  color: #151515;
}

.button-primary:hover {
  background: var(--amber-bright);
}

.button-outline {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--paper);
}

.button-outline:hover {
  border-color: var(--paper);
}

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

.button-dark:hover {
  background: #0f1110;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #dbd8d1;
  text-underline-offset: 5px;
}

.text-link.light {
  color: var(--paper);
}

.button:focus-visible,
.text-link:focus-visible,
.site-nav a:focus-visible,
.mobile-call:focus-visible,
.focus-option:focus-visible,
.brand:focus-visible,
.footer-links a:focus-visible,
.footer-contact a:focus-visible,
.contact-inline a:focus-visible,
.contact-item a:focus-visible,
.breadcrumbs a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(23, 25, 24, 0.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color var(--transition), background var(--transition);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(23, 25, 24, 0.97);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.brand {
  display: inline-grid;
  gap: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-kicker {
  color: var(--amber-bright);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.28em;
}

.brand-name {
  margin-top: 5px;
  font-size: 0.92rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: #d9d6cf;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--paper);
}

.site-nav a[aria-current="page"] {
  color: var(--amber-bright);
}

.site-nav .nav-call {
  padding: 10px 14px;
  border: 1px solid rgba(239, 139, 75, 0.65);
}

.site-nav .nav-call:hover {
  border-color: var(--amber-bright);
  background: rgba(239, 139, 75, 0.08);
}

.nav-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--paper);
}

.nav-toggle span:not(.sr-only) {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform var(--transition), top var(--transition);
}

.nav-toggle span:nth-of-type(2) {
  top: 18px;
}

.nav-toggle span:nth-of-type(3) {
  top: 26px;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
  top: 22px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  min-height: calc(100svh - 82px);
  gap: clamp(36px, 6vw, 92px);
  padding-block: clamp(72px, 10vw, 132px);
}

.hero-copy {
  max-width: 770px;
}

.hero h1 {
  max-width: 9.3ch;
  margin-bottom: 30px;
  font-size: clamp(3.6rem, 7.7vw, 7.9rem);
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 0;
  color: #c9c6bf;
  font-size: clamp(1.03rem, 1.7vw, 1.3rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.hero-art {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  isolation: isolate;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(239, 139, 75, 0.11), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 55%);
}

.hero-mark {
  position: absolute;
  right: -0.03em;
  bottom: -0.1em;
  z-index: -1;
  color: rgba(216, 120, 63, 0.1);
  font-size: clamp(14rem, 29vw, 29rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.72;
}

.grain-field {
  position: absolute;
  left: 14%;
  right: 8%;
  height: 18%;
  border: 1px solid rgba(216, 120, 63, 0.52);
  background:
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(242, 238, 229, 0.055) 52px 53px),
    linear-gradient(90deg, rgba(216, 120, 63, 0.04), transparent 72%);
  transform: skewY(-8deg);
}

.grain-field::after {
  content: "";
  position: absolute;
  inset: 48% 4% auto 4%;
  height: 1px;
  background: rgba(242, 238, 229, 0.13);
}

.grain-a {
  top: 7%;
}

.grain-b {
  top: 31%;
  left: 28%;
  right: -2%;
}

.grain-c {
  top: 56%;
  left: 7%;
  right: 18%;
}

.grain-d {
  top: 81%;
  left: 32%;
  right: 4%;
}

.statement-band {
  background: var(--amber);
  color: var(--ink);
}

.statement-grid {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  align-items: start;
  gap: 40px;
  padding-block: clamp(40px, 6vw, 72px);
}

.statement-small {
  margin-bottom: 0;
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.statement-large {
  max-width: 21ch;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 4vw, 4rem);
  font-weight: 810;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section {
  padding-block: clamp(78px, 10vw, 142px);
}

.intro-split,
.callout-grid,
.page-hero,
.content-grid,
.location-grid {
  display: grid;
  gap: clamp(44px, 8vw, 110px);
}

.intro-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  border-bottom: 1px solid var(--line);
}

.intro-split h2,
.callout-heading h2,
.location-grid h2 {
  font-size: clamp(2.6rem, 5.4vw, 5.3rem);
}

.body-copy {
  color: #c4c1ba;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
}

.body-copy p {
  margin-bottom: 24px;
}

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

.issue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.issue-card {
  position: relative;
  min-height: 380px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  background: var(--ink-soft);
}

.issue-card::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -32%;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 139, 75, 0.14);
  transform: rotate(20deg);
}

.issue-line {
  display: block;
  width: 46px;
  height: 2px;
  margin-bottom: 72px;
  background: var(--amber-bright);
}

.issue-kicker {
  margin-bottom: 15px;
  color: var(--amber-bright);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.issue-card h3 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(1.7rem, 2.6vw, 2.65rem);
}

.issue-card p:last-child {
  position: relative;
  z-index: 1;
  max-width: 34ch;
  margin-bottom: 0;
  color: #bab8b1;
}

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

.focus-intro {
  max-width: 850px;
  margin-bottom: 55px;
}

.focus-intro h2 {
  font-size: clamp(2.7rem, 5.4vw, 5.5rem);
}

.focus-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
  gap: clamp(36px, 7vw, 90px);
}

.focus-options {
  display: grid;
  align-content: start;
}

.focus-option {
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #aaa79f;
  cursor: pointer;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  text-align: left;
  transition: color var(--transition), padding-left var(--transition), border-color var(--transition);
}

.focus-option:hover {
  color: var(--paper);
}

.focus-option.is-active {
  padding-left: 14px;
  border-bottom-color: var(--amber);
  color: var(--paper);
}

.focus-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.focus-panel:focus-visible {
  outline: 3px solid var(--amber-deep);
  outline-offset: 4px;
}

.plank-visual {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  opacity: 0.46;
}

.plank-visual span {
  border-right: 1px solid rgba(23, 25, 24, 0.24);
  background: linear-gradient(180deg, rgba(216, 120, 63, 0.08), transparent 35%, rgba(23, 25, 24, 0.035));
}

.plank-visual span:nth-child(even) {
  transform: translateY(28px);
}

.focus-label,
.focus-copy {
  position: relative;
  z-index: 1;
}

.focus-label {
  margin: 0 0 11px;
  color: #694f3e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.focus-copy {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.45rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.callout-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  align-items: end;
}

.callout-copy {
  padding-bottom: 8px;
}

.contact-inline {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-inline a {
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--paper);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  text-underline-offset: 4px;
}

.location-band {
  background: var(--paper);
  color: var(--ink);
}

.location-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: end;
  padding-block: clamp(66px, 9vw, 118px);
}

.location-grid .eyebrow {
  color: var(--amber-deep);
}

.location-action {
  align-self: end;
}

.location-action p {
  max-width: 34ch;
  margin-bottom: 26px;
  color: #575a57;
  font-size: 1.05rem;
}

.page-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  padding-block: clamp(82px, 11vw, 145px) clamp(56px, 8vw, 92px);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.5rem, 7.7vw, 7.2rem);
}

.page-intro {
  max-width: 570px;
  margin-bottom: 0;
  color: #c7c4bd;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #97958f;
  font-size: 0.78rem;
}

.breadcrumbs a {
  text-underline-offset: 4px;
}

.content-grid {
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  padding-block: clamp(72px, 9vw, 124px);
}

.content-grid + .content-grid {
  border-top: 1px solid var(--line);
}

.content-aside {
  color: #aaa79f;
}

.content-aside .eyebrow {
  margin-bottom: 16px;
}

.kicker-list {
  display: grid;
  gap: 0;
}

.kicker-list span {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.detail-block {
  max-width: 790px;
}

.detail-block h2 {
  margin-bottom: 28px;
  font-size: clamp(2.35rem, 4.4vw, 4.5rem);
}

.detail-block h3 {
  margin: 38px 0 12px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.detail-block p,
.detail-block li {
  color: #c3c0b9;
  font-size: 1.06rem;
}

.detail-block p {
  margin-bottom: 20px;
}

.detail-block ul {
  margin: 0;
  padding-left: 1.2rem;
}

.detail-block li + li {
  margin-top: 10px;
}

.step-list {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.step-item {
  display: grid;
  grid-template-columns: minmax(130px, 0.36fr) minmax(0, 1.64fr);
  gap: 30px;
  padding: 26px;
  background: var(--ink-soft);
}

.step-label {
  margin-bottom: 0;
  color: var(--amber-bright);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.faq-list {
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.faq-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

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

.about-statement {
  max-width: 17ch;
  margin-bottom: 34px;
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--line);
  border: 1px solid var(--line);
}

.fact-item {
  min-height: 150px;
  padding: 24px;
  background: var(--ink-soft);
}

.fact-item .label {
  display: block;
  margin-bottom: 26px;
  color: var(--amber-bright);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-item p {
  margin-bottom: 0;
  color: var(--paper);
  font-size: 1.08rem;
}

.contact-list {
  display: grid;
  gap: 0;
  margin-top: 26px;
}

.contact-item {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.contact-item:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-item .label {
  display: block;
  margin-bottom: 7px;
  color: var(--amber-bright);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-item a,
.contact-item .value {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--paper);
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
}

.note-box {
  margin-top: 28px;
  padding: 8px 0 8px 20px;
  border-left: 2px solid var(--amber);
  color: #c6c3bc;
}

.contact-prompt {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 28px;
  margin-top: 34px;
  padding: 28px;
  background: var(--paper);
  color: var(--ink);
}

.contact-prompt strong {
  font-size: 1.08rem;
}

.contact-prompt p {
  margin-bottom: 0;
  color: #555954;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 100px;
  padding: clamp(36px, 6vw, 70px);
  border: 1px solid rgba(239, 139, 75, 0.55);
  background: linear-gradient(135deg, rgba(216, 120, 63, 0.08), rgba(216, 120, 63, 0));
}

.cta-panel h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.error-page {
  display: grid;
  place-items: center;
  min-height: calc(100svh - 82px);
  padding-block: 70px 120px;
}

.error-card {
  width: min(780px, 100%);
  padding: clamp(36px, 7vw, 74px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(216, 120, 63, 0.11), rgba(216, 120, 63, 0));
}

.error-card h1 {
  margin-bottom: 24px;
  font-size: clamp(4rem, 12vw, 9rem);
}

.error-card p {
  max-width: 50ch;
  margin-bottom: 30px;
  color: #c5c2bb;
}

.site-footer {
  padding: 48px 0 112px;
  border-top: 1px solid var(--line);
  color: #bab8b1;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.6fr) minmax(0, 1.2fr);
  gap: 35px;
}

.footer-brand {
  margin-bottom: 6px;
  color: var(--paper);
  font-weight: 780;
}

.footer-note {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links a,
.footer-contact a {
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-underline-offset: 4px;
}

.mobile-call {
  display: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 36px, 1180px);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 90px;
  }

  .hero-copy {
    max-width: 850px;
  }

  .hero-art {
    min-height: 340px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .statement-grid,
  .intro-split,
  .focus-layout,
  .callout-grid,
  .page-hero,
  .content-grid,
  .location-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .statement-large {
    max-width: none;
  }

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

  .issue-card {
    min-height: 280px;
  }

  .issue-line {
    margin-bottom: 48px;
  }

  .focus-panel {
    min-height: 380px;
  }

  .page-hero {
    align-items: start;
  }

  .fact-strip {
    grid-template-columns: 1fr;
  }

  .fact-item {
    min-height: 120px;
  }

  .contact-prompt {
    grid-template-columns: 1fr;
  }

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

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-kicker {
    font-size: 0.68rem;
  }

  .brand-name {
    font-size: 0.84rem;
  }

  .nav-toggle {
    z-index: 102;
    display: inline-block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 90px 28px calc(132px + env(safe-area-inset-bottom));
    background: var(--ink);
    transform: translateX(100%);
    transition: transform 260ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    font-size: 1.55rem;
  }

  .site-nav .nav-call {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .hero {
    gap: 30px;
    padding-block: 48px 72px;
  }

  .hero h1 {
    max-width: 10.1ch;
    margin-bottom: 22px;
    font-size: clamp(3.25rem, 14.6vw, 5rem);
    line-height: 0.94;
  }

  .hero-lede {
    font-size: 1.02rem;
  }

  .hero-actions {
    align-items: stretch;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-art {
    min-height: 250px;
  }

  .hero-mark {
    font-size: 15rem;
  }

  .grain-field {
    left: 7%;
    right: 4%;
    height: 20%;
  }

  .grain-b {
    left: 22%;
  }

  .grain-c {
    left: 3%;
  }

  .grain-d {
    left: 26%;
  }

  .statement-grid {
    gap: 20px;
  }

  .statement-large {
    font-size: clamp(1.85rem, 8.5vw, 2.9rem);
  }

  .section {
    padding-block: 76px;
  }

  .intro-split h2,
  .focus-intro h2,
  .callout-heading h2,
  .location-grid h2,
  .detail-block h2,
  .cta-panel h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.7rem);
  }

  .issue-card {
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .issue-line {
    margin-bottom: 38px;
  }

  .issue-card h3 {
    max-width: 14ch;
  }

  .focus-intro {
    margin-bottom: 38px;
  }

  .focus-layout {
    gap: 30px;
  }

  .focus-option {
    padding: 19px 0;
  }

  .focus-panel {
    min-height: 330px;
    padding: 28px 24px;
  }

  .focus-copy {
    font-size: 1.45rem;
  }

  .contact-inline a {
    font-size: 1rem;
  }

  .location-grid {
    gap: 34px;
  }

  .page-hero {
    gap: 34px;
    padding-block: 62px 54px;
  }

  .page-hero h1 {
    max-width: 11ch;
    font-size: clamp(3.1rem, 13vw, 4.7rem);
  }

  .content-grid {
    gap: 34px;
    padding-block: 68px;
  }

  .step-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px;
  }

  .fact-strip {
    margin-top: 28px;
  }

  .fact-item {
    padding: 22px;
  }

  .fact-item .label {
    margin-bottom: 18px;
  }

  .contact-prompt {
    padding: 22px;
  }

  .cta-panel {
    gap: 30px;
    margin-bottom: 86px;
    padding: 30px 24px;
  }

  .cta-actions .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-contact {
    grid-column: auto;
  }

  .site-footer {
    padding-bottom: calc(128px + env(safe-area-inset-bottom));
  }

  .mobile-call {
    position: fixed;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 14px;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(21, 21, 21, 0.18);
    background: var(--amber-bright);
    color: #111312;
    font-weight: 830;
    text-decoration: none;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
  }

  .mobile-call span {
    font-size: 0.87rem;
    font-weight: 700;
  }
}

@media (max-width: 390px) {
  :root {
    --shell: calc(100vw - 24px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-name {
    max-width: 20ch;
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 3.8rem);
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .statement-grid,
  .intro-split,
  .callout-grid,
  .location-grid,
  .content-grid {
    gap: 28px;
  }

  .focus-panel {
    min-height: 310px;
  }

  .mobile-call {
    right: 10px;
    left: 10px;
    padding-inline: 15px;
  }

  .mobile-call span {
    font-size: 0.79rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .button,
  .nav-call,
  .issue-grid,
  .issue-card,
  .focus-panel,
  .cta-panel,
  .fact-strip,
  .fact-item {
    border: 1px solid CanvasText;
  }
}
