  :root {
    --night: #0E130D;
    --night-2: #171E14;
    --ivory: #F2F1E9;
    --ivory-2: #E9E8DC;
    --ink: #1D231B;
    --muted: #6B7263;
    --muted-dark: #A8B09B;
    --gold: #C6A75B;
    --gold-deep: #96793A;
    --green: #2E5B41;
    --line: #D9D7C8;
    --line-dark: #2B3327;
  }
  * { box-sizing: border-box; margin: 0; }
  body {
    background: var(--ivory); color: var(--ink);
    font-family: Seravek, "Avenir Next", Avenir, "Segoe UI", sans-serif;
    font-size: 16.5px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  }
  .cond { font-family: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", sans-serif; font-weight: 700; }
  .serif { font-family: "Iowan Old Style", Palatino, "Book Antiqua", Georgia, serif; }
  .mono { font-family: "SF Mono", ui-monospace, Menlo, monospace; }
  img { max-width: 100%; }
  a { color: var(--green); }

  .proposal {
    background: var(--gold); color: var(--night);
    font-family: "SF Mono", ui-monospace, Menlo, monospace;
    font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
    text-align: center; padding: .45rem 1rem;
  }
  nav {
    display: flex; align-items: center; gap: 1.4rem; padding: .9rem 1.6rem;
    background: var(--night); color: var(--ivory); border-bottom: 1px solid var(--line-dark);
  }
  nav .logo { text-decoration: none; color: var(--ivory); font-size: 1.2rem; letter-spacing: .08em; text-transform: uppercase; font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; }
  nav .logo b { color: var(--gold); }
  nav .back {
    margin-left: auto; color: var(--muted-dark); text-decoration: none;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .85rem; letter-spacing: .16em; text-transform: uppercase;
  }
  nav .back:hover { color: var(--gold); }

  header.presse {
    background: var(--night); color: var(--ivory); padding: 4.5rem 1.6rem 4rem;
  }
  .inner { max-width: 68rem; margin: 0 auto; }
  .eyebrow-line {
    display: inline-block; background: var(--gold); color: var(--night);
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; padding: .3rem .8rem;
  }
  header.presse h1 {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: clamp(3rem, 9vw, 6.5rem); line-height: .92; text-transform: uppercase; margin-top: 1.2rem;
  }
  header.presse .sub { color: var(--muted-dark); font-size: 1.1rem; margin-top: 1rem; max-width: 38rem; }
  header.presse .cta-row { display: flex; gap: .9rem; margin-top: 2rem; flex-wrap: wrap; }
  .btn {
    display: inline-block; text-decoration: none; border: none; cursor: pointer;
    padding: .85rem 1.7rem; font-size: .9rem; letter-spacing: .18em; text-transform: uppercase;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    transition: transform .15s ease;
  }
  .btn:hover { transform: translate(-2px, -2px); }
  .btn.gold { background: var(--gold); color: var(--night); box-shadow: 4px 4px 0 rgba(198,167,91,.25); }
  .btn.ghost { border: 2px solid var(--ivory); color: var(--ivory); background: none; }
  .btn.ink { border: 2px solid var(--ink); color: var(--ink); background: none; }

  section { padding: 4rem 1.6rem 1rem; }
  h2.title {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.2rem); text-transform: uppercase; line-height: 1; margin-bottom: 1.4rem;
  }
  h2.title em { font-style: normal; color: var(--gold-deep); }

  .stats {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line);
    border: 1px solid var(--line); margin-top: 0;
  }
  @media (max-width: 800px) { .stats { grid-template-columns: 1fr 1fr; } }
  .stat { background: #FFFFFF; padding: 1.4rem 1rem; text-align: center; }
  .stat .n { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 2.4rem; line-height: 1; color: var(--gold-deep); }
  .stat .l { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: .4rem; }

  .biobox { background: #FFFFFF; border: 1px solid var(--line); border-top: 4px solid var(--gold); padding: 1.6rem 1.8rem; margin-bottom: 1.4rem; position: relative; }
  .biobox h3 { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .8rem; }
  .biobox p { margin-bottom: .8rem; }
  .biobox p:last-of-type { margin-bottom: 0; }
  .copybtn {
    position: absolute; top: 1.2rem; right: 1.3rem;
    font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: .68rem; letter-spacing: .1em;
    text-transform: uppercase; background: var(--ivory-2); border: 1px solid var(--line);
    padding: .35rem .7rem; cursor: pointer; color: var(--muted);
  }
  .copybtn:hover { background: var(--gold); color: var(--night); border-color: var(--gold); }

  .facts { border-top: 4px solid var(--ink); }
  .fact { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1.6rem; padding: .8rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
  .fact .yr { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.5rem; color: var(--gold-deep); text-align: right; }

  .photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: .5rem; }
  @media (max-width: 800px) { .photos { grid-template-columns: 1fr 1fr; } }
  .photo { background: #FFFFFF; border: 1px solid var(--line); }
  .photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
  .photo .pc { padding: .7rem .9rem; font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: .68rem; color: var(--muted); display: flex; justify-content: space-between; gap: .5rem; }
  .photo .pc a { white-space: nowrap; }
  .note { color: var(--muted); font-size: .85rem; font-style: italic; margin-top: 1rem; }

  .partners { display: flex; gap: 2.5rem; flex-wrap: wrap; margin-top: .5rem; }
  .partners span { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.4rem; text-transform: uppercase; letter-spacing: .04em; }
  .partners small { display: block; font-family: Seravek, "Avenir Next", sans-serif; font-weight: 400; font-size: .8rem; color: var(--muted); text-transform: none; letter-spacing: 0; }

  .contactbox { background: var(--night); color: var(--ivory); padding: 2rem 2.2rem; margin-top: .5rem; display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; justify-content: space-between; }
  .contactbox .cb h3 { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.5rem; text-transform: uppercase; }
  .contactbox .cb p { color: var(--muted-dark); margin-top: .3rem; }
  .contactbox .mono { color: var(--gold); font-size: 1rem; }

  footer { background: var(--night); color: var(--muted-dark); padding: 2.5rem 1.6rem; text-align: center; font-size: .85rem; margin-top: 4rem; }
