@font-face {
  font-family: "Carter One";
  src: url("/fonts/carter-one.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #2d1d17;
  --muted: #6d594d;
  --paper: #f7ecd2;
  --paper-strong: #fff9e9;
  --wine: #5a1713;
  --wine-dark: #24100c;
  --gold: #c9902b;
  --gold-soft: #edd39a;
  --line: rgba(72, 39, 25, .18);
  --shadow: 0 24px 60px rgba(41, 19, 12, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 0%, rgba(201, 144, 43, .13), transparent 30%),
    linear-gradient(180deg, #f2e1bd 0, #fffaf0 430px, #f8efd9 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a { color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; color: white; background: var(--wine-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.about-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - 1160px) / 2));
  color: #fff2d0;
  background: rgba(36, 16, 12, .96);
  border-bottom: 1px solid rgba(237, 211, 154, .22);
  backdrop-filter: blur(14px);
}
.about-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.about-brand-mark { display: grid; width: 44px; height: 44px; place-items: center; color: var(--wine-dark); background: var(--gold); border: 2px solid #f7dfa8; border-radius: 50%; font: 1rem/1 "Carter One", serif; }
.about-brand span:last-child { display: grid; line-height: 1.1; }
.about-brand strong { font-family: "Carter One", serif; font-size: 1.08rem; letter-spacing: .01em; }
.about-brand small { color: #d8c5a3; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.about-topbar nav { display: flex; gap: 20px; align-items: center; }
.about-topbar nav a { color: #e9d9ba; font-size: .88rem; font-weight: 700; text-decoration: none; }
.about-topbar nav a:hover, .about-topbar nav a[aria-current="page"] { color: white; }

main { overflow: hidden; }
.about-hero,
.about-section,
.about-footer { width: min(100% - 40px, 1160px); margin-inline: auto; }
.about-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr); gap: clamp(38px, 7vw, 86px); align-items: center; padding: clamp(62px, 9vw, 112px) 0 clamp(72px, 10vw, 126px); }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 38px; color: #846d5d; font-size: .78rem; font-weight: 700; }
.breadcrumbs a { text-decoration: none; }
.eyebrow { margin: 0 0 12px; color: #8e4a18; font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: "Carter One", Georgia, serif; font-weight: 400; }
h1 { max-width: 820px; margin: 0; color: var(--wine-dark); font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: 1.02; letter-spacing: -.025em; }
.hero-deck { max-width: 760px; margin: 28px 0 0; color: #5f4a3d; font-size: clamp(1.06rem, 1.9vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; font-size: .9rem; font-weight: 850; text-decoration: none; }
.primary-link { color: white; background: var(--wine); box-shadow: 0 12px 24px rgba(90, 23, 19, .18); }
.secondary-link { color: var(--wine); background: rgba(255,255,255,.56); border: 1px solid var(--line); }

.identity-card { position: relative; padding: 30px; color: #f7e8c4; background: linear-gradient(145deg, #2b110d, #681b14); border: 1px solid rgba(237, 211, 154, .35); border-radius: 24px; box-shadow: var(--shadow); transform: rotate(1.25deg); }
.identity-card::before { position: absolute; inset: 12px; content: ""; pointer-events: none; border: 1px solid rgba(237, 211, 154, .2); border-radius: 17px; }
.identity-mark { position: relative; display: grid; width: 76px; height: 76px; margin-bottom: 24px; place-items: center; color: var(--wine-dark); background: var(--gold); border: 3px solid #f4db9e; border-radius: 50%; font: 1.6rem/1 "Carter One", serif; }
.identity-card > p { position: relative; margin: 0; color: #d8bf8f; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.identity-card > strong { position: relative; display: block; margin: 3px 0 25px; font: 1.65rem/1.2 "Carter One", serif; }
.identity-card dl { position: relative; margin: 0; }
.identity-card dl div { display: grid; grid-template-columns: 115px 1fr; gap: 10px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
.identity-card dl div:last-child { grid-template-columns: 1fr; gap: 3px; }
.identity-card dt { color: #d9c49d; font-size: .72rem; font-weight: 800; }
.identity-card dd { margin: 0; overflow-wrap: anywhere; font-size: .78rem; font-weight: 750; text-align: right; }
.identity-card dl div:last-child dd { text-align: left; }

.about-section { padding: clamp(68px, 9vw, 112px) 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 850px; }
.section-heading h2 { margin: 0; color: var(--wine-dark); font-size: clamp(2rem, 4.5vw, 3.7rem); line-height: 1.1; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 1.06rem; }
.prose p { margin: 0; color: var(--muted); }
.prose p + p { margin-top: 18px; }
.prose a, .transparency-grid a { color: var(--wine); font-weight: 800; }
.two-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 56px; margin-top: 32px; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.purpose-grid article { padding: 26px; background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: 18px; }
.purpose-grid article > span { color: #a66420; font: 1.1rem/1 "Carter One", serif; }
.purpose-grid h3 { margin: 28px 0 8px; color: var(--wine); font-size: 1.16rem; }
.purpose-grid p { margin: 0; color: var(--muted); font-size: .91rem; }

.split-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(38px, 7vw, 90px); }
.split-copy { display: grid; gap: 32px; align-content: start; }
blockquote { margin: 0; padding: 24px 26px; background: var(--paper-strong); border: 1px solid var(--gold-soft); border-left: 5px solid var(--gold); border-radius: 12px; }
blockquote p { margin: 0; color: #523728; font: 1.08rem/1.55 Georgia, serif; }

.method-list { display: grid; gap: 0; margin: 52px 0 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 24px; padding: 25px 0; border-top: 1px solid var(--line); }
.method-list li > span { display: grid; width: 50px; height: 50px; place-items: center; color: #fff7df; background: var(--wine); border-radius: 50%; font: 1rem/1 "Carter One", serif; }
.method-list h3 { margin: 0 0 5px; color: var(--wine-dark); font-size: 1.08rem; }
.method-list p { max-width: 850px; margin: 0; color: var(--muted); }

.transparency-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 42px; }
.transparency-grid article { padding: clamp(24px, 4vw, 36px); background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(244,228,193,.66)); border: 1px solid var(--line); border-radius: 18px; }
.transparency-grid h3 { margin: 0 0 10px; color: var(--wine); }
.transparency-grid p { margin: 0; color: var(--muted); }

.next-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: end; }
.next-links { display: grid; gap: 10px; }
.next-links a { display: grid; grid-template-columns: 1fr auto; padding: 19px 20px; background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.next-links a:hover { border-color: rgba(90,23,19,.45); transform: translateX(4px); }
.next-links small { grid-column: 1; color: #956126; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.next-links strong { grid-column: 1; color: var(--wine-dark); }
.next-links span { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--wine); font-size: 1.25rem; }

.about-footer { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px 50px; padding: 48px 0 62px; border-top: 1px solid var(--line); }
.about-footer strong { color: var(--wine-dark); font-family: "Carter One", serif; }
.about-footer p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.about-footer nav { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: flex-end; }
.about-footer nav a { color: #5d4638; font-size: .76rem; font-weight: 760; }
.about-footer > small { grid-column: 1 / -1; color: #806b5d; font-size: .7rem; }

@media (max-width: 820px) {
  .about-topbar { position: relative; align-items: flex-start; padding: 16px 20px; }
  .about-topbar nav { justify-content: flex-end; gap: 11px; }
  .about-topbar nav a { font-size: .72rem; }
  .about-topbar nav a:first-child { display: none; }
  .about-hero { grid-template-columns: 1fr; }
  .identity-card { max-width: 480px; transform: none; }
  .two-columns, .split-section, .next-section { grid-template-columns: 1fr; }
  .purpose-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .about-hero, .about-section, .about-footer { width: min(100% - 28px, 1160px); }
  .about-brand small { display: none; }
  .about-topbar nav a { max-width: 90px; text-align: right; }
  .breadcrumbs { margin-bottom: 28px; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.6rem); }
  .identity-card { padding: 26px 22px; }
  .identity-card dl div { grid-template-columns: 96px 1fr; }
  .transparency-grid { grid-template-columns: 1fr; }
  .method-list li { grid-template-columns: 46px minmax(0, 1fr); gap: 15px; }
  .method-list li > span { width: 40px; height: 40px; }
  .about-footer { grid-template-columns: 1fr; }
  .about-footer nav { justify-content: flex-start; }
}
