/* Sidewall landing — edit design tokens in :root and rules below. */

:root {
    --headline-base: #ffffff;
    --headline-accent: var(--orange);
    --hero-image: url("../images/hero-overlay.png");
    --orange: #F58357;
    --orange-deep: #ed6a36;
    --orange-soft: #fbb393;
    --ink: #1f1d1b;
    --ink-soft: #3a3633;
    --paper: #f4ede4;        /* warm off-white */
    --paper-2: #ece2d2;      /* deeper sand */
    --line: rgba(31,29,27,0.14);
    --muted: #6b6360;
  }
  * { box-sizing: border-box; }
  html, body {
    margin: 0; padding: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    scroll-behavior: smooth;
  }
  h1, h2, h3, h4, .display {
    font-family: 'Mada', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.95;
    margin: 0;
  }
  .upper { text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; font-size: 12px; }
  a { color: inherit; }

  /* ── HEADER NAV ───────────────────────────────────────────── */
  .nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
    padding: 22px 40px;
    color: #fff;
    transition: background .25s, color .25s, padding .25s, border-color .25s;
    border-bottom: 1px solid transparent;
  }
  .nav.scrolled {
    background: var(--paper);
    color: var(--ink);
    padding: 14px 40px;
    border-bottom-color: var(--line);
  }
  .nav ul {
    list-style: none; display: flex; gap: 4px; margin: 0; padding: 0;
    grid-column: 2; justify-self: center;
  }
  .nav a.link {
    text-decoration: none; padding: 8px 14px;
    font-family: 'Mada', sans-serif; font-weight: 600; font-size: 14px;
    letter-spacing: 0.02em;
    border-radius: 999px;
    transition: background .15s;
  }
  .nav a.link:hover { background: rgba(255,255,255,0.14); }
  .nav.scrolled a.link:hover { background: rgba(31,29,27,0.06); }
  .nav .cta {
    grid-column: 3; justify-self: end;
    background: var(--orange); color: #fff;
    padding: 10px 18px; border-radius: 999px;
    font-family: 'Mada', sans-serif; font-weight: 700;
    font-size: 14px; text-decoration: none;
    transition: background .15s;
  }
  .nav .cta:hover { background: var(--orange-deep); }

  /* ── HERO ─────────────────────────────────────────────────── */
  .hero {
    position: relative;
    min-height: 100vh;
    color: #fff;
    overflow: hidden;
    display: flex; flex-direction: column;
    isolation: isolate;
  }
  .hero-stack {
    position: relative; z-index: 2;
    flex: 1;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    padding: 120px 40px 60px;
    gap: 36px;
  }
  .hero-image {
    position: absolute; inset: 0;
    background:
      linear-gradient(180deg, rgba(20,18,16,0.45) 0%, rgba(20,18,16,0.25) 35%, rgba(20,18,16,0.55) 100%),
      var(--hero-image) center bottom / cover no-repeat,
      #1a1816;
    z-index: 0;
  }
  .hero-image::before, .hero-image::after { content: none !important; background: none !important; }

  .hero-brand {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .hero-logo-full {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-scroll {
    position: absolute; right: 28px; bottom: 110px;
    z-index: 2;
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-size: 11px; letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex; align-items: center; gap: 10px;
    text-decoration: none;
  }
  .hero-scroll::after {
    content: ''; width: 1px; height: 48px; background: rgba(255,255,255,0.4);
  }

  .hero-band {
    position: relative; z-index: 2;
    margin-top: auto;
    background: var(--orange);
    color: #fff;
    padding: 22px 40px;
    display: flex; gap: 56px; flex-wrap: wrap;
    justify-content: center; align-items: center;
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .hero-band .item { display: flex; align-items: center; gap: 12px; }
  .hero-band .ico { width: 22px; height: 22px; display: inline-block; }

  /* ── SECTIONS ─────────────────────────────────────────────── */
  section.block {
    padding: 120px 40px;
    max-width: 1280px;
    margin: 0 auto;
  }
  section.block.full { max-width: none; padding-left: 0; padding-right: 0; }
  .section-eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-size: 13px; letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--orange-deep);
    margin-bottom: 24px;
  }
  .section-eyebrow::before {
    content: ''; width: 28px; height: 2px; background: var(--orange);
  }
  .h2 {
    font-size: clamp(44px, 5.4vw, 84px);
    text-wrap: balance;
    max-width: 18ch;
  }
  .lede {
    margin-top: 28px;
    font-size: 20px; line-height: 1.55;
    max-width: 56ch;
    color: var(--ink-soft);
  }

  /* ── WHO ──────────────────────────────────────────────────── */
  .who-grid {
    display: grid; grid-template-columns: 1.05fr 0.95fr;
    gap: 80px; align-items: center;
    margin-top: 64px;
  }
  .who-photo {
    aspect-ratio: 9/16;
    position: relative; overflow: hidden;
  }
  .who-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .who-feats {
    display: grid; grid-template-columns: 1fr; gap: 0;
    margin-top: 36px;
    border-top: 1px solid var(--line);
  }
  .who-feats .row {
    display: grid; grid-template-columns: 56px 1fr;
    gap: 20px; align-items: baseline;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
  }
  .who-feats .num {
    font-family: 'Mada', sans-serif; font-weight: 800;
    font-size: 36px; color: var(--orange);
    letter-spacing: -0.02em;
  }
  .who-feats h4 {
    font-family: 'Mada', sans-serif; font-weight: 700;
    font-size: 22px; letter-spacing: -0.01em;
  }
  .who-feats p { margin: 4px 0 0; color: var(--muted); font-size: 16px; }

  /* ── WHERE ────────────────────────────────────────────────── */
  .where-wrap {
    background: var(--paper-2);
    padding: 120px 40px;
  }
  .where-inner { max-width: 1280px; margin: 0 auto; }
  .where-grid {
    display: grid; grid-template-columns: 1.1fr 0.9fr;
    gap: 64px; align-items: stretch;
    margin-top: 56px;
  }
  .map {
    position: relative; min-height: 460px;
    background: #ddd2bd; overflow: hidden;
    border: 1px solid var(--line);
  }
  .map-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .map-pin-card {
    position: absolute; left: 24px; bottom: 24px;
    background: #fff; padding: 14px 18px;
    border: 1px solid var(--line);
    display: flex; flex-direction: column; gap: 4px;
  }
  .map-pin-card .upper { color: var(--orange-deep); }
  .map-pin-card strong { font-family: 'Mada', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -0.005em; }

  .where-info { display: flex; flex-direction: column; gap: 24px; }
  .where-info .address {
    font-family: 'Mada', sans-serif; font-weight: 800;
    font-size: clamp(32px, 3.4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
  .where-info .address span { color: var(--orange); }
  /* Maps CTA: link look stays inline on the anchor; only .arrow matches event arrows */
  .where-info > a .arrow {
    font-size: 22px;
    line-height: 1;
    color: var(--orange);
    transition: transform .2s;
  }
  .where-info > a:hover .arrow { transform: translateX(4px); }

  .transit {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border-top: 1px solid var(--line);
  }
  .transit .cell {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }
  .transit .cell:nth-child(odd) { padding-right: 18px; border-right: 1px solid var(--line); }
  .transit .cell:nth-child(even) { padding-left: 18px; }
  .transit h5 {
    font-family: 'Mada', sans-serif; font-weight: 700;
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--orange-deep); margin: 0 0 4px;
  }
  .transit p { margin: 0; font-size: 16px; }

  /* ── EVENTS ───────────────────────────────────────────────── */
  .events-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 18px; margin-top: 56px;
  }
  .event {
    background: #fff;
    border: 1px solid var(--line);
    padding: 32px;
    display: flex; flex-direction: column;
    min-height: 240px;
    text-decoration: none; color: inherit;
    transition: transform .2s, border-color .2s, background .2s;
    position: relative;
  }
  .event:hover {
    transform: translateY(-3px);
    border-color: var(--orange);
    background: #fffaf6;
  }
  .event .meta {
    display: flex; justify-content: space-between; align-items: baseline;
    color: var(--orange-deep);
    font-family: 'Mada', sans-serif; font-weight: 700;
    font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  }
  .event .meta .tag { color: var(--muted); letter-spacing: 0.16em; }
  .event h3 {
    margin: 16px 0 0;
    font-size: 34px; font-weight: 800;
    letter-spacing: -0.02em;
  }
  .event p { margin: 12px 0 auto; color: var(--muted); font-size: 15.5px; line-height: 1.55; }
  .event .arrow {
    position: absolute; right: 28px; bottom: 26px;
    color: var(--orange); font-size: 22px;
    transition: transform .2s;
  }
  .event:hover .arrow { transform: translateX(4px); }

  /* ── BOOK ─────────────────────────────────────────────────── */
  .book {
    background: var(--ink);
    color: var(--paper);
    padding: 120px 40px;
  }
  .book-inner { max-width: 1280px; margin: 0 auto; }
  .book h2 { font-size: clamp(44px, 5.4vw, 84px); }
  .book h2 span { color: var(--orange); }
  .book-grid {
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    margin-top: 56px;
  }
  .book .lede { color: rgba(244,237,228,0.7); }
  .contact {
    display: flex; flex-direction: column; gap: 14px;
  }
  .contact a {
    display: flex; justify-content: space-between; align-items: center;
    text-decoration: none; color: var(--paper);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 26px 28px;
    transition: background .15s, border-color .15s, padding .15s;
  }
  .contact a:hover {
    background: var(--orange); border-color: var(--orange); padding-left: 36px;
  }
  .contact .label {
    font-family: 'Mada', sans-serif; font-weight: 700;
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--orange);
    transition: color .15s;
  }
  .contact a:hover .label { color: #fff; }
  .contact .val {
    font-family: 'Mada', sans-serif; font-weight: 700;
    font-size: 26px; letter-spacing: -0.01em;
    margin-top: 6px;
  }
  .contact .arrow { font-size: 22px; }
  .book .note {
    margin-top: 16px;
    font-family: 'Mada', sans-serif; font-weight: 600;
    font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(244,237,228,0.45);
  }

  /* ── SOCIALS ──────────────────────────────────────────────── */
  .socials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 18px; margin-top: 56px;
  }
  .social {
    display: flex; flex-direction: column; gap: 12px;
    text-decoration: none; color: var(--ink);
    background: var(--paper-2);
    padding: 32px;
    min-height: 200px;
    border: 1px solid transparent;
    transition: background .2s, border-color .2s, transform .2s;
    position: relative;
  }
  .social:hover {
    background: #fff;
    border-color: var(--orange);
    transform: translateY(-3px);
  }
  .social .label {
    font-family: 'Mada', sans-serif; font-weight: 700;
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--orange-deep);
  }
  .social .handle {
    font-family: 'Mada', sans-serif; font-weight: 800;
    font-size: 30px; letter-spacing: -0.02em; line-height: 1;
  }
  .social p { margin: auto 0 0; color: var(--muted); font-size: 15px; }
  .social .arrow {
    position: absolute; right: 26px; top: 26px; color: var(--ink); font-size: 22px;
    line-height: 1;
    transition: transform .2s, color .2s;
  }
  .social:hover .arrow { color: var(--orange); transform: translateX(4px); }

  /* ── FOOTER ───────────────────────────────────────────────── */
  footer {
    background: var(--ink);
    color: var(--paper);
    padding: 80px 40px 32px;
  }
  footer .inner { max-width: 1280px; margin: 0 auto; }
  footer .footer-mark {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    box-sizing: border-box;
  }
  footer .row {
    margin-top: 40px; padding-top: 24px;
    border-top: 1px solid rgba(244,237,228,0.18);
    display: flex; justify-content: space-between; gap: 24px;
    font-family: 'Mada', sans-serif; font-weight: 600;
    font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(244,237,228,0.55);
  }

  /* ── RESPONSIVE ───────────────────────────────────────────── */
  @media (max-width: 880px) {
    .nav { display: flex; justify-content: flex-end; padding: 16px 20px; }
    .nav ul { display: none; }
    .nav .cta { padding: 8px 14px; font-size: 13px; }
    .hero-stack { padding: 100px 20px 40px; gap: 24px; }
    .hero-scroll { display: none; }
    .hero-band { padding: 18px 20px; gap: 18px; font-size: 11px; letter-spacing: 0.14em; }
    section.block, .where-wrap, .book { padding: 80px 20px; }
    .who-grid, .where-grid, .book-grid { grid-template-columns: 1fr; gap: 40px; }
    .events-grid, .socials-grid { grid-template-columns: 1fr; }
    footer { padding: 60px 20px 24px; }
    footer .footer-mark { max-width: 280px; }
    footer .row { flex-direction: column; gap: 8px; }
  }