:root {
      --ink: #171717;
      --muted: #66645f;
      --paper: #f7f6f2;
      --surface: #ffffff;
      --line: #ded8ce;
      --green: #294d33;
      --orange: #f5a900;
      --soft: #f1eee8;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; overflow-x: hidden; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(1180px, calc(100vw - 40px)); margin: 0 auto; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 10;
      padding: 18px 0 10px;
      background: rgba(247, 246, 242, 0.92);
      backdrop-filter: blur(14px);
    }

    .nav-shell {
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 8px 10px 8px 14px;
      color: #fff;
      background: var(--green);
      border-radius: 999px;
      box-shadow: 0 12px 30px rgba(41, 77, 51, 0.16);
    }

    .brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; }
    .brand-mark {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: transparent;
  background: #f7f6f2 url("/apple-touch-icon.png") center / 82% auto no-repeat;
  border: 1px solid rgba(41, 77, 51, 0.18);
  border-radius: 8px;
  font-size: 0;
  overflow: hidden;
}

    .nav-links {
      display: flex;
      align-items: center;
      gap: clamp(12px, 3vw, 34px);
      color: rgba(255,255,255,0.78);
      font-size: 12px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 44px;
      padding: 12px 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 13px;
      font-weight: 900;
    }

    .nav-cta { color: var(--green); background: #fff; min-height: 36px; }
    .btn-primary { color: #fff; background: var(--green); }
    .btn-orange { color: var(--ink); background: var(--orange); }
    .script {
      color: var(--orange);
      font-family: "Playfair Display", Georgia, serif;
      font-style: italic;
      font-weight: 500;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 12px;
      color: var(--green);
      font-size: 12px;
      font-weight: 800;
    }

    .eyebrow::before {
      content: "";
      width: 16px;
      height: 2px;
      background: var(--orange);
    }

    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 48px;
      align-items: center;
      padding: 86px 0 70px;
    }

    .hero > *,
    .profile-card,
    .card {
      min-width: 0;
    }

    h1 {
      max-width: 780px;
      margin: 0 0 20px;
      font-size: clamp(40px, 6vw, 74px);
      line-height: 1.02;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }

    .hero-copy,
    .section-copy,
    .card p,
    .story p {
      color: var(--muted);
      line-height: 1.75;
      font-size: 17px;
    }

    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

    .profile-card {
      width: min(100%, 340px);
      justify-self: center;
      padding: 20px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
    }

    .profile-logo {
      display: grid;
      place-items: center;
      aspect-ratio: 5 / 6;
      min-height: 0;
      overflow: hidden;
      margin-bottom: 20px;
      background: var(--soft);
      border: 1px solid var(--line);
      border-radius: 8px;
    }

    .profile-logo img {
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: cover;
      object-position: center top;
    }

    .tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
    .tag-row span {
      padding: 8px 11px;
      color: var(--green);
      background: var(--orange);
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
    }

    .section { padding: 74px 0; }
    .section-title {
      margin: 0 0 18px;
      font-size: clamp(32px, 4vw, 56px);
      line-height: 1.05;
    }
    .section-copy { max-width: 760px; margin: 0 0 30px; }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .card {
      min-height: 230px;
      padding: 26px;
      background: var(--surface);
      border: 1px solid #ebe7df;
      border-radius: 8px;
    }

    .card strong {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      margin-bottom: 24px;
      color: var(--green);
      background: var(--orange);
      border-radius: 999px;
    }
    .card h2,
    .card h3 { margin: 0 0 10px; font-size: 22px; }
    .card p { margin: 0; font-size: 14px; }

    .dark { color: #fff; background: var(--green); }
    .dark .eyebrow { color: #fff; }
    .dark .story p { color: rgba(255,255,255,0.78); }
    .story {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 44px;
      align-items: start;
    }
    .story-list {
      display: grid;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .story-list li {
      padding: 18px;
      color: rgba(255,255,255,0.82);
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 8px;
      line-height: 1.65;
    }
    .story-list li::before { content: "+"; color: var(--orange); font-weight: 900; margin-right: 8px; }

    .cta {
      padding: 76px 0;
      text-align: center;
    }
    .cta h2 {
      max-width: 820px;
      margin: 0 auto 18px;
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1.05;
    }
    .cta p { max-width: 640px; margin: 0 auto 24px; color: var(--muted); line-height: 1.75; }

    footer {
      padding: 34px 0;
      background: #fff;
      color: var(--muted);
      font-size: 14px;
    }

    @media (max-width: 900px) {
      .nav-links { display: none; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; }
      .hero,
      .grid-3,
      .story { grid-template-columns: 1fr; }
      .hero { padding-top: 58px; }
      .profile-logo { min-height: 0; }
    }

    @media (max-width: 640px) {
      .container { width: calc(100% - 28px); max-width: 1180px; }
      .nav-shell { max-width: 100%; overflow: hidden; }
      .nav-cta { display: none; }
      h1 { max-width: 100%; font-size: 28px; line-height: 1.14; }
      h1 * { overflow-wrap: anywhere; word-break: break-word; }
      .section-title { font-size: 26px; line-height: 1.16; overflow-wrap: anywhere; }
      .script { overflow-wrap: anywhere; }
      .hero-copy,
      .section-copy,
      .card p,
      .story p { overflow-wrap: break-word; }
      .profile-card,
      .card,
      .story-list li,
      .cta h2 { max-width: 100%; }
      .profile-card { width: min(100%, 320px); padding: 14px; }
      .tag-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .tag-row span { max-width: 100%; white-space: normal; text-align: center; font-size: 11px; }
    }
