  :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;
    --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  }
  * { box-sizing: border-box; margin: 0; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  }
  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%; }

  .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 ═══════ */
  nav {
    position: sticky; top: 0; z-index: 50;
    display: flex; align-items: center; gap: 1.4rem;
    padding: .9rem 1.6rem;
    background: color-mix(in srgb, var(--night) 94%, transparent);
    backdrop-filter: blur(10px);
    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; }
  nav .logo b { color: var(--gold); }
  nav .links { display: flex; gap: 1.5rem; margin-left: auto; flex-wrap: wrap; }
  nav .links a {
    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;
    transition: color .2s;
  }
  nav .links a:hover, nav .links a:focus-visible { color: var(--gold); }
  .langtoggle { display: flex; border: 1px solid var(--line-dark); overflow: hidden; margin-left: 1rem; }
  .langtoggle button {
    background: none; border: none; color: var(--muted-dark);
    font-family: "SF Mono", ui-monospace, Menlo, monospace;
    font-size: .7rem; letter-spacing: .1em; padding: .38rem .75rem; cursor: pointer;
  }
  .langtoggle button.on { background: var(--gold); color: var(--night); font-weight: 700; }
  .langtoggle button:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
  @media (max-width: 760px) { nav .links { display: none; } }

  /* ═══════ Hero ═══════ */
  .hero {
    position: relative; overflow: hidden;
    background:
      linear-gradient(97deg, rgba(14,19,13,.96) 10%, rgba(14,19,13,.66) 48%, rgba(14,19,13,.12) 100%),
      url(/static/img/hero.jpg) 74% 20% / cover no-repeat,
      var(--night);
    color: var(--ivory);
    padding: 6rem 1.6rem 0;
  }
  .hero::after { content: ""; position: absolute; inset: 0; background: var(--grain); pointer-events: none; opacity: .55; }
  .hero .inner { max-width: 76rem; margin: 0 auto; position: relative; z-index: 1; }
  .hero .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;
    opacity: 0; animation: rise .7s ease .1s forwards;
  }
  .hero h1 {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
    font-weight: 700;
    font-size: clamp(4rem, 15vw, 13rem);
    line-height: .88; text-transform: uppercase;
    margin: 1.4rem 0 0;
    opacity: 0; animation: rise .8s ease .25s forwards;
  }
  .hero h1 .last { color: transparent; -webkit-text-stroke: 2.5px var(--ivory); display: block; }
  .hero .mantra {
    font-style: italic; font-size: clamp(1.4rem, 3.2vw, 2.2rem); color: var(--gold);
    margin-top: 1.4rem;
    opacity: 0; animation: rise .8s ease .45s forwards;
  }
  .hero .oly {
    display: flex; align-items: center; gap: .7rem; margin-top: 1.1rem;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .95rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ivory);
    opacity: 0; animation: rise .8s ease .55s forwards;
  }
  .hero .oly::before {
    content: ""; flex: none; width: 2.2rem; height: .85rem;
    background: linear-gradient(90deg, #24418E 0 33%, #F2F1E9 33% 66%, #C8321E 66% 100%);
  }
  .hero .intro {
    max-width: 33rem; color: var(--ivory); margin-top: 1.2rem; font-size: 1.08rem;
    opacity: 0; animation: rise .8s ease .6s forwards;
  }
  .hero .cta-row { display: flex; gap: .9rem; margin-top: 2.2rem; flex-wrap: wrap; opacity: 0; animation: rise .8s ease .75s forwards; }
  .btn {
    display: inline-block; text-decoration: none;
    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, background .2s ease, color .2s 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.gold:hover { box-shadow: 6px 6px 0 rgba(198,167,91,.35); }
  .btn.ghost { border: 2px solid var(--ivory); color: var(--ivory); }
  .btn.ghost:hover { border-color: var(--gold); color: var(--gold); }
  .btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

  .hero .grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: end; padding-bottom: 4.5rem; }
  @media (max-width: 880px) { .hero .grid { grid-template-columns: 1fr; } }

  .rankcard {
    border: 2px solid var(--gold); background: rgba(14,19,13,.82); backdrop-filter: blur(6px);
    padding: 1.6rem 1.7rem 1.5rem;
    opacity: 0; animation: rise .8s ease .9s forwards;
  }
  .rankcard .lab {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .85rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
  }
  .rankcard .big {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: clamp(4.5rem, 9vw, 7rem); line-height: 1; color: var(--ivory);
  }
  .rankcard .big sup { font-size: .28em; color: var(--gold); vertical-align: super; letter-spacing: .05em; }
  .rankcard .sub { color: var(--muted-dark); font-size: .9rem; margin-top: .35rem; }
  .rankcard .spark { margin-top: 1rem; display: block; }
  .rankcard .spark polyline { fill: none; stroke: var(--gold); stroke-width: 2.5; }
  .rankcard .spark circle { fill: var(--gold); }

  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

  /* ═══════ Scroll reveals ═══════ */
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.inview { opacity: 1; transform: none; }
  .tl { opacity: 0; transform: translateX(34px); transition: opacity .6s ease, transform .6s ease; }
  .tl.inview { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .reveal, .tl { opacity: 1 !important; transform: none !important; } }

  /* ═══════ Stat strip ═══════ */
  .stats { background: var(--night); color: var(--ivory); border-top: 1px solid var(--line-dark); padding: 0 1.6rem; }
  .stats .inner {
    max-width: 76rem; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr);
  }
  .stat { padding: 2.2rem 1rem 2rem; text-align: center; border-left: 1px solid var(--line-dark); }
  .stat:first-child { border-left: none; }
  .stat .n {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1; color: var(--gold);
  }
  .stat .l {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .9rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-dark); margin-top: .5rem;
  }
  @media (max-width: 720px) {
    .stats .inner { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(3) { border-left: none; }
    .stat { border-top: 1px solid var(--line-dark); }
    .stat:nth-child(-n+2) { border-top: none; }
  }

  /* ═══════ Marquee ═══════ */
  .marquee { background: var(--gold); color: var(--night); overflow: hidden; white-space: nowrap; padding: .7rem 0; }
  .marquee .track { display: inline-block; animation: slide 26s linear infinite; }
  .marquee span {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: 1.05rem; letter-spacing: .2em; text-transform: uppercase; padding: 0 1.3rem;
  }
  @keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ═══════ Sections ═══════ */
  section { padding: 5.5rem 1.6rem; }
  .inner { max-width: 76rem; margin: 0 auto; }
  h2.title {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: clamp(2.8rem, 8vw, 5.5rem); text-transform: uppercase; line-height: .95;
    letter-spacing: .02em; margin-bottom: 2rem; text-wrap: balance;
  }
  h2.title em { font-style: normal; color: var(--gold-deep); }
  .dark h2.title em { color: var(--gold); }
  .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
  @media (max-width: 880px) { .cols { grid-template-columns: 1fr; } }
  .lead { font-size: 1.15rem; text-wrap: pretty; }
  .body-muted { color: var(--muted); }

  .pull {
    border-left: 4px solid var(--gold); padding: .4rem 0 .4rem 1.3rem; margin: 2rem 0 0;
    font-style: italic; font-size: 1.55rem; line-height: 1.35; color: var(--ink);
  }
  .pull small {
    display: block; font-style: normal;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .8rem; letter-spacing: .18em; color: var(--muted); margin-top: .7rem; text-transform: uppercase;
  }

  .figphoto { width: 100%; display: block; }
  .timeline { margin-top: 2.4rem; }
  @media (min-width: 881px) {
    #histoire .cols > div:first-child { position: sticky; top: 6rem; align-self: start; }
  }
  .tl {
    position: relative;
    display: grid; grid-template-columns: 5.2rem 1fr; gap: 2.9rem; padding: 1rem 0;
    align-items: baseline;
  }
  .tl::before {
    content: ""; position: absolute; left: calc(5.2rem + 1.45rem); top: 0; bottom: 0;
    width: 2px; background: var(--line); transform: translateX(-50%);
  }
  .tl:first-child::before { top: 1.62rem; }
  .tl:last-child::before { bottom: auto; height: 1.62rem; }
  .tl::after {
    content: ""; position: absolute; left: calc(5.2rem + 1.45rem); top: 1.62rem;
    width: 11px; height: 11px; border-radius: 50%; background: var(--gold);
    transform: translate(-50%, -50%); box-shadow: 0 0 0 3px var(--ivory);
  }
  .tl .yr { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 2rem; color: var(--gold-deep); line-height: 1; text-align: right; }
  .tl p { font-size: .98rem; }

  /* ═══════ Instagram (dark) ═══════ */
  .insta { background: var(--night); color: var(--ivory); position: relative; }
  .insta::after { content: ""; position: absolute; inset: 0; background: var(--grain); pointer-events: none; opacity: .5; }
  .insta .inner { position: relative; z-index: 1; }
  .insta .lead { color: var(--muted-dark); max-width: 38rem; }
  .igrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 2.4rem; }
  @media (max-width: 1000px) { .igrid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .igrid { grid-template-columns: 1fr; } }
  .post {
    background: var(--night-2); border: 1px solid var(--line-dark);
    display: flex; flex-direction: column; text-decoration: none; color: var(--ivory);
    transition: transform .25s ease, border-color .25s ease;
  }
  .post:hover { transform: translateY(-6px); border-color: var(--gold); }
  .post .thumb { aspect-ratio: 1; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: .8rem; }
  .post .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
  .post:hover .thumb img { transform: scale(1.05); }
  .post .thumb .type {
    position: relative; z-index: 1;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
    background: rgba(14,19,13,.75); color: var(--gold); padding: .25rem .65rem;
  }
  .post .cap { padding: 1rem 1.1rem .4rem; font-size: .86rem; line-height: 1.5; color: var(--ivory); }
  .post .meta {
    padding: 0 1.1rem 1rem; margin-top: auto;
    font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: .68rem; color: var(--muted-dark); letter-spacing: .06em;
  }
  .insta .follow { margin-top: 2.2rem; }

  /* ═══════ Results (scoreboard) ═══════ */
  .resgrid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.8rem; align-items: stretch; margin-top: 1rem; }
  @media (max-width: 880px) { .resgrid { grid-template-columns: 1fr; } }
  .board { border-top: 4px solid var(--ink); }
  .row {
    display: grid; grid-template-columns: 4.5rem 15.5rem 1fr auto; gap: 1.4rem; align-items: center;
    padding: 1.05rem 0; border-bottom: 1px solid var(--line);
  }
  .row .when {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
  }
  .row .twrap { display: flex; align-items: center; gap: .55rem; min-width: 0; }
  .row .t {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: 1.15rem; text-transform: uppercase; line-height: 1.1;
  }
  .row .major {
    flex: none; background: var(--gold); color: var(--night);
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; padding: .16rem .45rem;
  }
  .row .q { font-style: italic; color: var(--muted); font-size: .9rem; line-height: 1.45; min-width: 0; }
  .row .pos {
    justify-self: end; white-space: nowrap;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: .95rem; letter-spacing: .1em; text-transform: uppercase;
    color: var(--green); border: 2px solid var(--green); padding: .32rem .8rem;
  }
  .row .pos.off { color: var(--muted); border-color: var(--line); }
  @media (max-width: 900px) {
    .row { grid-template-columns: 4.5rem 1fr auto; }
    .row .q { display: none; }
  }
  @media (max-width: 560px) {
    .row { grid-template-columns: 1fr auto; gap: .8rem; }
    .row .when { display: none; }
  }
  .resphoto { width: 100%; height: 100%; min-height: 16rem; object-fit: cover; object-position: center 18%; display: block; }

  /* ═══════ Team (dark) ═══════ */
  .team { background: var(--night); color: var(--ivory); position: relative; }
  .team::after { content: ""; position: absolute; inset: 0; background: var(--grain); pointer-events: none; opacity: .5; }
  .team .inner { position: relative; z-index: 1; }
  .team .lead { color: var(--muted-dark); max-width: 38rem; }
  .teamphoto { width: 100%; aspect-ratio: 5/2; object-fit: cover; object-position: center 28%; margin-top: 2.4rem; display: block; }
  @media (max-width: 720px) { .teamphoto { aspect-ratio: 4/3; } }
  .partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 1.1rem; }
  @media (max-width: 880px) { .partners { grid-template-columns: 1fr; } }
  .partner { border: 1px solid var(--line-dark); padding: 0; background: var(--night-2); border-top: 4px solid var(--gold); }
  .partner .pphoto { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center top; display: block; }
  .partner .pbody { padding: 1.3rem 1.5rem 1.4rem; }
  .partner .pname { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.55rem; text-transform: uppercase; letter-spacing: .04em; }
  .partner .prole { color: var(--muted-dark); font-size: .85rem; margin-top: .2rem; }
  .partner .pquote { font-style: italic; font-size: .95rem; margin-top: 1rem; color: var(--ivory); }

  /* ═══════ Bag ═══════ */
  .bagrow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; padding: 1rem 0 0; }
  @media (max-width: 1080px) { .bagrow { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 700px) { .bagrow { grid-template-columns: repeat(2, 1fr); } }
  .club {
    border: 1px solid var(--line); background: #FFFFFF;
    display: flex; flex-direction: column;
    transition: border-color .25s, box-shadow .25s;
  }
  .club:hover { border-color: var(--gold); box-shadow: 0 10px 24px rgba(26, 26, 20, .08); }
  .club .cimg {
    margin: 0; height: 7.5rem; padding: .9rem;
    display: flex; align-items: center; justify-content: center;
    border-bottom: 1px solid var(--line);
  }
  .club .cimg img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s; }
  .club:hover .cimg img { transform: scale(1.06); }
  .club .cbody { padding: .9rem 1rem 1.1rem; }
  .club .cname { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; }
  .club .cspec { font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: .7rem; color: var(--muted); margin-top: .4rem; line-height: 1.7; }
  .bagfeature {
    margin-top: 1.8rem; display: grid; grid-template-columns: 1fr 1.4fr;
    align-items: center; border: 1px solid var(--line); background: #FFFFFF;
  }
  @media (max-width: 700px) { .bagfeature { grid-template-columns: 1fr; } }
  .bagphoto { width: 100%; height: 100%; min-height: 14rem; max-height: 18rem; object-fit: cover; display: block; }
  .bagcap { font-style: italic; color: var(--muted); font-size: 1.15rem; line-height: 1.7; padding: 2rem 2.4rem; margin: 0; }

  /* ═══════ Contact ═══════ */
  .contact { background: var(--ivory-2); border-top: 1px solid var(--line); }
  .congrid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: start; }
  @media (max-width: 880px) { .congrid { grid-template-columns: 1fr; } }
  .conphoto { width: 100%; display: block; }
  .contact form { display: grid; gap: 1.1rem; margin-top: 1.6rem; }
  .contact label {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 600;
    font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
    display: block; margin-bottom: .35rem;
  }
  .contact input, .contact textarea, .contact select {
    width: 100%; border: 1px solid var(--line); border-bottom: 2px solid var(--ink); background: #FFFFFF;
    padding: .8rem .95rem; font: inherit; color: var(--ink);
  }
  .contact input:focus-visible, .contact textarea:focus-visible, .contact select:focus-visible { outline: 2px solid var(--gold); outline-offset: 1px; }
  .contact .btn.gold { border: none; cursor: pointer; font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; }

  /* ═══════ Prochains tournois ═══════ */
  .subhead {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: 1.3rem; letter-spacing: .14em; text-transform: uppercase; margin: 2.4rem 0 1rem;
  }
  .upcoming { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  @media (max-width: 880px) { .upcoming { grid-template-columns: 1fr; } }
  .up { background: #FFFFFF; border: 1px solid var(--line); padding: 1.1rem 1.3rem; position: relative; }
  .up .ud { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.35rem; }
  .up .un { font-weight: 600; margin-top: .2rem; }
  .up .ul { color: var(--muted); font-size: .85rem; margin-top: .15rem; }
  .up .badge {
    position: absolute; top: 1rem; right: 1rem; background: var(--gold); color: var(--night);
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700;
    font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; padding: .2rem .55rem;
  }

  /* ═══════ Conférences ═══════ */
  .confs { background: var(--night); color: var(--ivory); position: relative; }
  .confs::after { content: ""; position: absolute; inset: 0; background: var(--grain); pointer-events: none; opacity: .5; }
  .confs .inner { position: relative; z-index: 1; }
  .confs .lead { color: var(--muted-dark); max-width: 40rem; }
  .confgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.2rem; }
  @media (max-width: 880px) { .confgrid { grid-template-columns: 1fr; } }
  .conf { border: 1px solid var(--line-dark); background: var(--night-2); padding: 1.4rem 1.5rem; border-top: 4px solid var(--gold); }
  .conf .ct { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.35rem; text-transform: uppercase; }
  .conf p { color: var(--muted-dark); font-size: .93rem; margin-top: .6rem; }
  .confs .cta { margin-top: 2.2rem; }

  /* ═══════ Newsletter ═══════ */
  .news { margin-top: 1.6rem; border: 1px solid var(--line); border-top: 4px solid var(--ink); background: #FFFFFF; padding: 1.4rem 1.5rem; }
  .news .ntitle { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: 1.35rem; text-transform: uppercase; }
  .news p { font-size: .92rem; color: var(--muted); margin: .5rem 0 .9rem; }
  .news form { display: flex; gap: .6rem; }
  .news input { flex: 1; min-width: 0; border: 1px solid var(--line); border-bottom: 2px solid var(--ink); padding: .7rem .9rem; font: inherit; }
  .news input:focus-visible { outline: 2px solid var(--gold); outline-offset: 1px; }
  .news .btn { padding: .7rem 1.2rem; border: none; cursor: pointer; font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; }

  footer { background: var(--night); color: var(--muted-dark); padding: 3rem 1.6rem; text-align: center; font-size: .88rem; }
  footer .sig { font-style: italic; font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 1.05rem; color: var(--ivory); }
  footer .legal { margin-top: .8rem; font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: .68rem; letter-spacing: .1em; }

  /* ═══════ DA notes ═══════ */
  .danotes { border-top: 6px solid var(--gold); background: #FFFFFF; }
  .danotes h2 { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.6rem); text-transform: uppercase; margin-bottom: 1.4rem; }
  .swatches { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.2rem 0; }
  .sw { width: 8.5rem; border: 1px solid var(--line); overflow: hidden; }
  .sw .c { height: 3.4rem; }
  .sw .t { padding: .5rem .7rem; font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: .66rem; line-height: 1.6; color: var(--muted); }
  .danotes ul { padding-left: 1.2rem; }
  .danotes li { margin-bottom: .6rem; }
  .danotes li::marker { color: var(--gold-deep); }
  .phduo { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: 1.2rem; }
  .phduo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
  .danotes .tech { background: var(--ivory); border: 1px solid var(--line); padding: 1.2rem 1.4rem; margin-top: .4rem; }
  .danotes .tech h3 { margin-bottom: .6rem; font-size: 1rem; }
  a { color: var(--green); }
