:root {
  color-scheme: light dark;
  --paper: #f2efe8;
  --paper-strong: #e8e3d9;
  --ink: #272321;
  --muted: #655f58;
  --line: #d0c9bf;
  --accent: #b94f2e;
  --accent-deep: #943b22;
  --panel: #ebe5da;
  --radius: 18px;
  --sans: "Helvetica Neue", "Aptos", "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #211e1b;
    --paper-strong: #292521;
    --ink: #f2eee7;
    --muted: #c4bcb2;
    --line: #4d4640;
    --accent: #df7450;
    --accent-deep: #ef8a66;
    --panel: #2b2723;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.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; top: 12px; left: 12px; z-index: 5; padding: 10px 14px; color: var(--paper); background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 2; }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; }
.brand-name { font-size: 14px; font-weight: 700; letter-spacing: -.02em; }
.brand { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; transition: transform 220ms ease; }
.brand:hover { transform: rotate(12deg); }
.brand img { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; cursor: pointer; }

.hero { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(350px, 0.78fr); align-items: center; gap: clamp(44px, 7vw, 112px); min-height: calc(100dvh - 72px); padding-block: 56px 64px; }
.hero-copy { max-width: 650px; }
.eyebrow, .panel-label { margin: 0 0 18px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
h1 em, .statement em { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
.hero-intro { max-width: 520px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.14rem); }
.button { display: inline-flex; align-items: center; gap: 20px; min-height: 48px; padding: 12px 16px 12px 19px; border-radius: 999px; color: #fffaf4; background: var(--accent); font-size: 14px; font-weight: 700; transition: background 220ms ease, transform 220ms ease; }
.button:hover { background: var(--accent-deep); transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.98); }
.button span { font-size: 18px; line-height: 1; }
.hero-media { min-height: min(68vw, 680px); margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--paper-strong); }
.hero-media img { width: 100%; height: 100%; min-height: min(68vw, 680px); object-fit: cover; object-position: 52% center; }

.statement { padding-block: clamp(88px, 13vw, 180px); border-top: 1px solid var(--line); }
.statement p { max-width: 1060px; margin: 0; font-size: clamp(2.1rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.06em; line-height: .99; }

.about { display: grid; grid-template-columns: minmax(300px, 1.08fr) minmax(280px, .72fr); align-items: center; gap: clamp(36px, 9vw, 150px); padding-bottom: clamp(98px, 14vw, 180px); }
.about-photo { overflow: hidden; border-radius: var(--radius); aspect-ratio: 1.34; background: var(--paper-strong); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { max-width: 490px; }
h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 4vw, 4.1rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.about-copy p:not(.eyebrow) { color: var(--muted); }
.about-copy p + p { margin-top: 19px; }

.purpose { padding-block: clamp(82px, 11vw, 150px); border-top: 1px solid var(--line); }
.section-heading { max-width: 690px; }
.section-heading h2 { margin-bottom: 54px; }
.purpose-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 12px; }
.purpose-panel { min-height: 455px; padding: clamp(28px, 4vw, 56px); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: flex-end; }
.mission { background: var(--ink); color: var(--paper); }
.mission .panel-label { color: #e58a69; }
.vision { background: var(--panel); }
blockquote { max-width: 630px; margin-bottom: 28px; font-family: var(--serif); font-size: clamp(1.72rem, 2.8vw, 2.75rem); letter-spacing: -.04em; line-height: 1.04; }
.purpose-panel > p:last-child { max-width: 580px; margin-bottom: 0; color: inherit; opacity: .78; }

.values { padding-block: clamp(80px, 10vw, 145px); }
.values-intro { max-width: 610px; margin-bottom: 56px; }
.values-intro h2 { margin-bottom: 16px; }
.values-intro p { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
.value { min-height: 310px; padding: clamp(28px, 3.5vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: flex-end; }
.value-human { background: var(--panel); border-color: transparent; }
.value-innovation { background: var(--accent); border-color: transparent; color: #fffaf4; }
.value-number { margin-bottom: auto; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.value h3 { max-width: 420px; margin-bottom: 12px; font-size: clamp(1.4rem, 2.4vw, 2.2rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.value p { max-width: 480px; margin-bottom: 0; color: var(--muted); }
.value-innovation p { color: #fffaf4; opacity: .86; }

.footer { min-height: 106px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); font-size: 14px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.footer img { width: 28px; height: 28px; }
.footer p { margin: 0; color: var(--muted); }
.footer a { justify-self: end; font-weight: 700; }
.footer a span { color: var(--accent); margin-left: 8px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms cubic-bezier(.16, 1, .3, 1), transform 700ms cubic-bezier(.16, 1, .3, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 120ms; }

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1240px); }
  .nav { min-height: 64px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 200ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links { position: absolute; top: 64px; right: 16px; left: 16px; display: grid; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 36px rgba(35, 29, 24, .12); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease; }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 12px; }
  .hero { grid-template-columns: 1fr; gap: 38px; min-height: auto; padding-block: 52px 76px; }
  h1 { font-size: clamp(2.75rem, 12vw, 4.1rem); }
  .hero-media, .hero-media img { min-height: 110vw; }
  .statement { padding-block: 82px; }
  .statement p { font-size: clamp(2.15rem, 10vw, 3.65rem); }
  .about { grid-template-columns: 1fr; gap: 38px; padding-bottom: 94px; }
  .about-photo { aspect-ratio: 1.08; }
  .purpose { padding-block: 86px; }
  .section-heading h2 { margin-bottom: 40px; }
  .purpose-grid, .values-grid { grid-template-columns: 1fr; }
  .purpose-panel { min-height: 390px; }
  .values { padding-block: 82px; }
  .values-intro { margin-bottom: 38px; }
  .value { min-height: 270px; }
  .footer { min-height: 150px; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; padding-block: 26px; }
  .footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
