/* LOLA static prototype — provisional design tokens, ready to map to theme.json later. */
:root {
  --ink: #171712;
  --paper: #f7f3ea;
  --white: #fffdf8;
  --muted: #67665f;
  --line: #d9d3c6;
  --coral: #f05c47;
  --coral-dark: #a72f20;
  --blue: #2748df;
  --blue-dark: #172a88;
  --lime: #d9f266;
  --focus: #ffbf00;
  --shell: 1180px;
  --radius: 1.1rem;
  --shadow: 0 18px 50px rgb(23 23 18 / 10%);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration-thickness: .09em; text-underline-offset: .18em; }
a:hover { text-decoration-color: var(--coral); }
button { color: inherit; }
section[id] { scroll-margin-top: 6rem; }

.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem;
  background: var(--ink); color: white; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 4px solid var(--focus); outline-offset: 4px; }

.site-header {
  position: sticky; z-index: 50; top: 0;
  border-bottom: 1px solid rgb(23 23 18 / 10%);
  background: rgb(247 243 234 / 94%);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-name { font-size: 2rem; font-weight: 950; letter-spacing: -.1em; }
.brand-name span { color: var(--coral); }
.brand-line { margin-top: .35rem; color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.7rem); }
.site-nav a { font-size: .93rem; font-weight: 750; text-decoration: none; }
.site-nav a:not(.button):hover { color: var(--coral-dark); }
.menu-toggle { display: none; border: 0; background: transparent; }

.button {
  display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center;
  padding: .75rem 1.25rem; border: 2px solid var(--ink); border-radius: 999px;
  background: var(--ink); color: var(--white); font-weight: 850; line-height: 1.1; text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.button:hover { background: var(--coral); border-color: var(--coral); color: var(--ink); transform: translateY(-2px); }
.button-small { min-height: 2.7rem; padding: .62rem 1.05rem; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { border-color: var(--lime); background: var(--lime); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.text-link { font-weight: 850; text-decoration: none; }
.text-link span { display: inline-block; margin-left: .25rem; transition: transform .15s ease; }
.text-link:hover span { transform: translateX(.25rem); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before {
  content: ""; position: absolute; width: 22rem; height: 22rem; top: -10rem; left: 38%;
  border: 5rem solid var(--lime); border-radius: 50%; opacity: .45; pointer-events: none;
}
.hero-grid { min-height: clamp(39rem, 75vh, 50rem); display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); padding-block: 5rem; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow, .section-kicker {
  margin: 0 0 1.2rem; color: var(--coral-dark); font-size: .78rem; font-weight: 900;
  letter-spacing: .13em; line-height: 1.3; text-transform: uppercase;
}
.status-dot { display: inline-block; width: .65rem; height: .65rem; margin-right: .55rem; border-radius: 50%; background: var(--coral); }
.hero h1 { max-width: 13ch; margin: 0; font-size: clamp(3.4rem, 8vw, 7.8rem); font-weight: 950; letter-spacing: -.075em; line-height: .88; }
.hero-lead { max-width: 39rem; margin: 2rem 0 0; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-art {
  position: relative; min-height: 28rem; display: flex; flex-direction: column; justify-content: space-between;
  padding: clamp(1.5rem, 4vw, 3rem); overflow: hidden; border-radius: var(--radius);
  background: var(--blue); color: white; box-shadow: var(--shadow); transform: rotate(2deg);
}
.hero-art::after { content: ""; position: absolute; right: -5rem; bottom: -5rem; width: 15rem; height: 15rem; border: 2.2rem solid var(--coral); border-radius: 50%; }
.hero-wordmark { position: relative; z-index: 1; font-size: clamp(5.5rem, 11vw, 9rem); font-weight: 950; letter-spacing: -.14em; line-height: .67; }
.hero-art p { position: relative; z-index: 1; margin: 0; font-size: 1.1rem; font-weight: 800; line-height: 1.35; }

.development-note { padding-block: 3.5rem; background: var(--ink); color: var(--white); }
.note-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; }
.development-note .section-kicker { color: var(--lime); }
.development-note h2 { margin: 0 0 .6rem; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.045em; line-height: 1; }
.development-note p { max-width: 55rem; margin: .75rem 0; }
.fine-print { color: #cbc7be; font-size: .9rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2, .media-copy h2, .about-section h2, .join-section h2 {
  margin: 0; font-size: clamp(2.35rem, 5vw, 4.8rem); font-weight: 930; letter-spacing: -.06em; line-height: .95;
}
.feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.5rem; }
.story-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.story-card-large { grid-row: span 2; }
.media-placeholder { min-height: 15rem; display: grid; place-items: center; overflow: hidden; color: rgb(255 255 255 / 75%); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.media-placeholder::before { content: "LOLA"; font-size: clamp(5rem, 13vw, 10rem); font-weight: 950; letter-spacing: -.12em; opacity: .22; transform: rotate(-7deg); }
.media-placeholder span { position: absolute; }
.story-card-large .media-placeholder { min-height: 25rem; }
.media-coral { background: var(--coral); }
.media-blue { background: var(--blue); }
.story-body { padding: clamp(1.25rem, 3vw, 2rem); }
.story-meta { display: flex; flex-wrap: wrap; gap: .4rem .8rem; margin-bottom: .9rem; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.story-meta span + span::before { content: "·"; margin-right: .8rem; }
.story-card h3, .news-card h3 { margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); letter-spacing: -.035em; line-height: 1.08; }
.story-card h3 a { text-decoration: none; }
.story-card p, .news-card p { margin: 1rem 0 0; color: var(--muted); }
.story-card-accent { display: flex; align-items: center; background: var(--lime); border-color: var(--lime); }
.story-card-accent .story-meta, .story-card-accent p { color: #313519; }
.card-arrow { position: absolute; right: 1.5rem; bottom: 1rem; font-size: 2rem; }

.section-tint { background: #e8e5dc; }
.section-heading-wrap { align-items: center; }
.filters { max-width: 38rem; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.filter-chip { padding: .58rem .9rem; border: 1px solid #aaa69b; border-radius: 999px; background: transparent; font-size: .82rem; font-weight: 800; cursor: pointer; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.demo-notice { max-width: 55rem; margin: -1rem 0 2rem; padding: .8rem 1rem; border-left: .3rem solid var(--coral); background: rgb(255 253 248 / 60%); font-size: .9rem; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #aaa69b; border-left: 1px solid #aaa69b; }
.news-card { min-height: 20rem; padding: 1.5rem; border-right: 1px solid #aaa69b; border-bottom: 1px solid #aaa69b; }
.news-card[hidden] { display: none; }
.news-number { margin-bottom: 3.3rem; color: var(--coral-dark); font-size: .78rem; font-weight: 900; }
.news-card h3 { font-size: 1.55rem; }
.filter-status { min-height: 1.5rem; margin-bottom: 0; font-size: .85rem; }

.media-section { background: var(--white); }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.media-grid-reverse .media-copy { order: -1; }
.media-copy p { max-width: 34rem; }
.media-visual { min-height: 31rem; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border-radius: var(--radius); }
.video-visual { background: var(--ink); color: white; }
.screen-mark { font-size: clamp(4rem, 10vw, 7rem); font-weight: 950; letter-spacing: -.1em; line-height: 1; }
.screen-mark span { display: block; color: var(--coral); }
.screen-caption { padding-top: 1rem; border-top: 1px solid #555; color: #cbc7be; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.availability { margin-block: 1.5rem; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .6rem; color: var(--muted); font-size: .9rem; }
.availability span { color: var(--coral); font-weight: 900; }
.radio-section { background: var(--blue); color: white; }
.radio-section .section-kicker { color: var(--lime); }
.radio-section .availability { border-color: rgb(255 255 255 / 35%); color: #e5e8ff; }
.radio-visual { position: relative; min-height: 31rem; display: grid; place-items: center; overflow: hidden; border: 1px solid rgb(255 255 255 / 45%); border-radius: 50%; }
.radio-visual strong { position: relative; z-index: 1; font-size: clamp(3.5rem, 8vw, 6rem); letter-spacing: -.09em; }
.radio-visual strong span { display: block; color: var(--lime); font-size: .4em; letter-spacing: .16em; text-align: center; }
.radio-visual p { position: absolute; bottom: 3rem; margin: 0; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.radio-rings, .radio-rings span { position: absolute; inset: 50%; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; transform: translate(-50%, -50%); }
.radio-rings { width: 11rem; height: 11rem; }
.radio-rings span:nth-child(1) { width: 18rem; height: 18rem; }
.radio-rings span:nth-child(2) { width: 26rem; height: 26rem; }
.radio-rings span:nth-child(3) { width: 35rem; height: 35rem; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.about-copy { padding-top: .25rem; }
.about-copy p { max-width: 45rem; }
.about-copy .large-copy { margin-top: 0; font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 750; letter-spacing: -.025em; line-height: 1.3; }
.join-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--coral); color: var(--ink); }
.join-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.join-section .section-kicker { color: #68190f; }
.join-section p { margin-top: 0; }
.contact-note { max-width: 13rem; font-size: .8rem; }
.principles-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--ink); color: white; }
.principles-section .section-kicker { color: var(--lime); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #45453f; }
.principles-grid article { min-height: 18rem; padding: 2rem; background: var(--ink); }
.principle-index { color: var(--coral); font-size: .78rem; font-weight: 900; }
.principles-grid h3 { margin: 4rem 0 1rem; font-size: 1.5rem; }
.principles-grid p { color: #c9c7bf; }

.site-footer { padding-top: 4rem; background: #0d0d0a; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr .7fr; gap: 3rem; }
.footer-brand-art {
  width: min(100%, 21rem);
  overflow: hidden;
  border-radius: .65rem;
  background: var(--paper);
}
.footer-brand-art img { width: 100%; height: auto; display: block; }
.footer-grid p { max-width: 34rem; color: #b9b7b0; }
.footer-title { margin: 0 0 1rem; color: white; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 3rem; padding-block: 1.25rem; border-top: 1px solid #383832; color: #99978f; font-size: .75rem; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; align-items: center; gap: .8rem; min-height: 2.75rem; padding: .5rem .8rem; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; }
  .menu-toggle-label { font-size: .78rem; font-weight: 850; text-transform: uppercase; }
  .menu-toggle-icon { width: 1.1rem; display: grid; gap: .25rem; }
  .menu-toggle-icon i { height: 2px; display: block; background: currentColor; }
  .site-nav {
    position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none;
    align-items: stretch; padding: 1rem; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .75rem; }
  .site-nav .button { margin-top: .4rem; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 4rem; }
  .hero-art { min-height: 22rem; transform: none; }
  .note-grid, .about-grid, .join-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .story-card-large { grid-row: auto; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .media-grid { grid-template-columns: 1fr; gap: 3rem; }
  .media-grid-reverse .media-copy { order: initial; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: auto; }
  .principles-grid h3 { margin-top: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .header-inner { min-height: 4.5rem; }
  .brand-line { display: none; }
  .hero-grid { min-height: auto; padding-block: 3rem; }
  .hero h1 { font-size: clamp(3.3rem, 18vw, 5rem); }
  .hero-art { min-height: 18rem; }
  .hero-wordmark { font-size: 6.5rem; }
  .desktop-only { display: none; }
  .section-heading { align-items: start; flex-direction: column; }
  .filters { justify-content: flex-start; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 16rem; }
  .media-visual, .radio-visual { min-height: 22rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .button-row, .filters, .media-visual, .radio-visual { display: none !important; }
  body { background: white; color: black; }
  .section, .development-note, .join-section, .principles-section { padding-block: 1.5rem; background: white; color: black; }
  a { text-decoration: underline; }
}

/* Editorial Grain — art-direction pass, July 2026 */
:root {
  --paper: #faf4e7;
  --white: #fffdf7;
  --navy: #0d1829;
  --weight-regular: 450;
  --weight-display: 760;
  --ease-editorial: cubic-bezier(.22, 1, .36, 1);
  --font: "Instrument Sans", "Public Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-weight: var(--weight-regular);
  background-image:
    radial-gradient(circle at 12% 12%, rgb(217 242 102 / 10%), transparent 24rem),
    radial-gradient(circle at 92% 34%, rgb(240 92 71 / 7%), transparent 29rem);
}

/* A tiny procedural print texture: no external image request. */
body::before {
  content: "";
  position: fixed;
  z-index: 200;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image:
    repeating-radial-gradient(circle at 17% 31%, #000 0 .45px, transparent .55px 3px),
    repeating-radial-gradient(circle at 73% 67%, #000 0 .35px, transparent .5px 4px);
  background-size: 5px 7px, 7px 5px;
}

.brand-name, .hero-wordmark, .screen-mark, .radio-visual strong {
  font-weight: 820;
}

.hero h1,
.section-heading h2,
.media-copy h2,
.about-section h2,
.join-section h2,
.development-note h2 {
  font-weight: var(--weight-display);
}

.hero h1 {
  max-width: 10.5ch;
  font-size: clamp(4.25rem, 10.5vw, 9.5rem);
  letter-spacing: -.082em;
  line-height: .84;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, .8fr);
  gap: 0;
}

.hero-copy {
  z-index: 2;
  width: calc(100% + clamp(2rem, 8vw, 7rem));
  padding-block: clamp(1rem, 5vw, 4rem);
}

.hero-art {
  min-height: 35rem;
  margin-left: clamp(-3rem, -4vw, -1rem);
  background:
    radial-gradient(circle at 16% 24%, rgb(217 242 102 / 95%) 0 9%, transparent 27%),
    radial-gradient(circle at 84% 72%, rgb(240 92 71 / 90%) 0 10%, transparent 31%),
    linear-gradient(142deg, #213dc3 5%, var(--blue) 48%, #07133f 100%);
  box-shadow: 1.5rem 1.5rem 0 rgb(240 92 71 / 78%), var(--shadow);
  transform: rotate(1.2deg);
}

.hero-art::before,
.media-placeholder::after,
.video-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .15;
  background-image: repeating-linear-gradient(115deg, transparent 0 7px, rgb(255 255 255 / 28%) 8px, transparent 9px 16px);
  mix-blend-mode: overlay;
}

.hero::before {
  left: auto;
  right: -9rem;
  width: 27rem;
  height: 27rem;
  border-width: 6rem;
  opacity: .28;
}

.status-dot {
  transform-origin: center;
  animation: status-pulse 2.6s ease-in-out infinite;
}

@keyframes status-pulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgb(240 92 71 / 35%); }
  50% { opacity: .72; transform: scale(1.16); box-shadow: 0 0 0 .45rem rgb(240 92 71 / 0%); }
}

.section-heading h2 {
  max-width: 15ch;
}

.story-card {
  isolation: isolate;
  transition: transform .38s var(--ease-editorial), box-shadow .38s var(--ease-editorial), border-color .25s ease;
}

.story-card:hover {
  z-index: 2;
  border-color: rgb(23 23 18 / 35%);
  box-shadow: 0 1.6rem 4rem rgb(23 23 18 / 16%);
  transform: translateY(-.45rem) rotate(-.65deg);
}

.story-card:nth-child(2):hover { transform: translateY(-.45rem) rotate(.65deg); }
.story-card h3 a { transition: color .2s ease; }
.story-card h3 a:hover { color: var(--coral-dark); }

.media-placeholder {
  position: relative;
  isolation: isolate;
}

.media-placeholder::before {
  position: relative;
  z-index: 1;
  text-shadow: .08em .08em 0 rgb(13 24 41 / 23%);
}

.media-placeholder span { z-index: 2; }
.media-coral {
  background:
    radial-gradient(circle at 24% 24%, var(--lime) 0 8%, transparent 31%),
    radial-gradient(circle at 74% 62%, var(--blue) 0 12%, transparent 42%),
    linear-gradient(128deg, #f78569, var(--coral) 54%, #7d2118);
}
.media-blue {
  background:
    radial-gradient(circle at 73% 24%, var(--coral) 0 10%, transparent 34%),
    radial-gradient(circle at 28% 76%, var(--lime) 0 9%, transparent 36%),
    linear-gradient(145deg, #152a9e, var(--blue) 55%, #07133f);
}

.video-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 25%, rgb(240 92 71 / 70%), transparent 28%),
    linear-gradient(145deg, var(--navy), #07080b);
}
.video-visual > * { position: relative; z-index: 1; }
.radio-section { background: var(--navy); }

.filter-chip {
  border-width: 2px;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s var(--ease-editorial);
}
.filter-chip:hover { transform: translateY(-2px); }

.button { transition-timing-function: var(--ease-editorial); }
.menu-toggle-icon i { transform-origin: center; transition: transform .24s var(--ease-editorial), opacity .18s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }

/* Progressive enhancement: content stays visible when JS is unavailable. */
html.motion-ready [data-reveal] {
  opacity: .78;
  filter: saturate(.8);
  transition: opacity .7s ease-out, filter .7s ease-out;
}
html.motion-ready [data-reveal].is-visible {
  opacity: 1;
  filter: saturate(1);
}

@media (min-width: 1120px) {
  .section-heading > div:first-child { margin-left: -2.5rem; }
  .feature-grid { grid-template-columns: 1.35fr .65fr; }
  .story-card:nth-child(2) { margin-top: 3rem; margin-right: -2rem; }
  .story-card-accent { margin-left: 2rem; }
  .about-copy { margin-top: 4rem; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-copy { width: auto; }
  .hero-art { min-height: 24rem; margin-left: 0; box-shadow: .7rem .7rem 0 rgb(240 92 71 / 72%), var(--shadow); transform: none; }
}

@media (max-width: 620px) {
  body::before { display: none; }
  .hero h1 { font-size: clamp(3.55rem, 18vw, 5.5rem); }
  .hero-art { min-height: 19rem; }
  .story-card:hover, .story-card:nth-child(2):hover { transform: translateY(-.2rem); }
}

@media (prefers-reduced-motion: reduce) {
  .status-dot { animation: none; }
  html.motion-ready [data-reveal] { opacity: 1; filter: none; transition: none; }
}

@media print {
  html.motion-ready [data-reveal] { opacity: 1 !important; filter: none !important; }
}

/* Real LOLA artwork */
.brand-with-art {
  width: clamp(9.5rem, 15vw, 13rem);
  flex: 0 0 auto;
  overflow: hidden;
}
.brand-art {
  width: 100%;
  height: auto;
  display: block;
}

.hero-artwork {
  min-height: 0;
  aspect-ratio: 1 / 1;
  margin-block: 0;
  padding: 0;
  background: #ddecf2;
}
.hero-artwork::before { opacity: .08; }
.hero-artwork::after { display: none; }
.hero-artwork img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.about-grid {
  grid-template-columns: minmax(13rem, .65fr) minmax(18rem, 1fr) minmax(15rem, .65fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}
.about-artwork {
  margin: 0;
  padding: .65rem;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 1rem 1rem 0 rgb(39 72 223 / 12%);
  transform: rotate(1deg);
}
.about-artwork img {
  width: 100%;
  height: auto;
  display: block;
}
.about-artwork figcaption {
  padding: .85rem .35rem .25rem;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-artwork { width: min(100%, 29rem); margin-inline: auto; transform: none; }
}

@media (max-width: 620px) {
  .brand-with-art { width: 9rem; }
  .hero-artwork { min-height: 0; }
}

/* LOLA project-site sections and programme artwork — July 2026 */
.header-inner { min-height: 6.25rem; }
.brand-with-art { width: clamp(13rem, 19vw, 17rem); }

.programmes-section {
  background: linear-gradient(180deg, var(--paper), #f2ede2);
}
.programmes-heading {
  align-items: flex-start;
  margin-bottom: clamp(2.25rem, 5vw, 4rem);
}
.section-intro {
  max-width: 34rem;
  margin: .2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}
.programme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2rem);
}
.programme-card {
  --programme-accent: var(--navy);
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1rem 2.6rem rgb(23 23 18 / 8%);
  transition: transform .32s var(--ease-editorial), box-shadow .32s var(--ease-editorial), border-color .2s ease;
}
.programme-card:hover {
  border-color: rgb(23 23 18 / 30%);
  box-shadow: 0 1.7rem 4rem rgb(23 23 18 / 14%);
  transform: translateY(-.4rem);
}
.programme-card-dark { --programme-accent: var(--navy); }
.programme-card-coral { --programme-accent: var(--coral); }
.programme-card-lime { --programme-accent: #9caf00; }
.programme-card-blue { --programme-accent: var(--blue); }
.programme-card-paper { --programme-accent: #12a9b8; }
.programme-card-newsletter { --programme-accent: #e91d65; }
.programme-artwork {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border-bottom: .4rem solid var(--programme-accent);
  background: #f8f4ec;
}
.programme-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s var(--ease-editorial);
}
.programme-card:hover .programme-artwork img { transform: scale(1.025); }
.programme-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.25rem, 2.3vw, 1.75rem);
}
.programme-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .4rem 1rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.programme-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  letter-spacing: -.04em;
  line-height: 1.02;
}
.programme-tagline {
  margin: .7rem 0 0;
  color: var(--programme-accent);
  font-size: .94rem;
  font-weight: 900;
  letter-spacing: .01em;
}
.programme-description {
  margin: 1rem 0 0;
  color: var(--muted);
}

.delivery-section {
  background:
    radial-gradient(circle at 90% 12%, rgb(217 242 102 / 35%), transparent 20rem),
    #e7f1f4;
}
.delivery-lead {
  max-width: 54rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.delivery-lead h2,
.difference-heading h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  font-weight: var(--weight-display);
  letter-spacing: -.06em;
  line-height: .95;
}
.delivery-lead > p:last-child {
  max-width: 47rem;
  margin-top: 1.5rem;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
}
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #b8c9cc;
  border: 1px solid #b8c9cc;
}
.delivery-card {
  min-height: 23rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--white);
}
.delivery-card-accent { background: var(--lime); }
.delivery-icon {
  min-height: 4.5rem;
  display: block;
  color: var(--coral-dark);
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: -.05em;
}
.delivery-label {
  margin: 0 0 .6rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.delivery-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -.04em;
  line-height: 1.05;
}
.delivery-card p:last-child { color: var(--muted); }
.delivery-card-accent p { color: #30351d; }
.audience-line {
  max-width: 60rem;
  margin: 2rem auto 0;
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 750;
}

.difference-section { background: var(--white); }
.difference-grid {
  display: grid;
  grid-template-columns: minmax(15rem, .8fr) minmax(20rem, 1.2fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}
.difference-heading { position: sticky; top: 8.5rem; }
.difference-copy p { max-width: 48rem; }
.difference-copy .large-copy {
  margin-top: 0;
  font-size: clamp(1.25rem, 2.3vw, 1.85rem);
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.35;
}
.difference-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(3rem, 7vw, 6rem);
  background: var(--line);
  border: 1px solid var(--line);
}
.difference-cards article {
  min-height: 17rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--paper);
}
.difference-cards span {
  color: var(--coral-dark);
  font-size: .76rem;
  font-weight: 900;
}
.difference-cards h3 {
  margin: 4rem 0 .8rem;
  font-size: 1.45rem;
  letter-spacing: -.025em;
}
.difference-cards p { margin-bottom: 0; color: var(--muted); }

.maker-rights-panel {
  display: grid;
  grid-template-columns: minmax(16rem, .85fr) minmax(20rem, 1.15fr);
  gap: clamp(2rem, 6vw, 6rem);
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius);
  background: var(--navy);
  color: white;
  box-shadow: 1rem 1rem 0 rgb(240 92 71 / 72%);
}
.maker-rights-panel .section-kicker { color: var(--lime); }
.maker-rights-panel h3 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -.05em;
  line-height: .98;
}
.maker-rights-copy p { max-width: 48rem; color: #d7d9df; }
.maker-rights-copy p:first-child { margin-top: 0; }
.maker-rights-line {
  margin-bottom: 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 22%);
  color: white !important;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 850;
}

/* Six principles form two even rows on wide screens. */
.principles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 900px) {
  .brand-with-art { width: clamp(11.5rem, 30vw, 14rem); }
  .programme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .programmes-heading { flex-direction: column; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-card { min-height: auto; }
  .difference-grid,
  .maker-rights-panel { grid-template-columns: 1fr; }
  .difference-heading { position: static; }
  .difference-cards { grid-template-columns: 1fr; }
  .difference-cards article { min-height: auto; }
  .difference-cards h3 { margin-top: 2rem; }
}

@media (max-width: 620px) {
  .header-inner { min-height: 5.25rem; }
  .brand-with-art { width: 10.75rem; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-card:hover { transform: none; }
  .maker-rights-panel {
    padding: 1.5rem;
    box-shadow: .55rem .55rem 0 rgb(240 92 71 / 72%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .programme-card,
  .programme-artwork img { transition: none; }
  .programme-card:hover,
  .programme-card:hover .programme-artwork img { transform: none; }
}

@media print {
  .programme-grid { grid-template-columns: repeat(2, 1fr); }
  .programme-card { break-inside: avoid; box-shadow: none; }
  .maker-rights-panel { background: white; color: black; box-shadow: none; }
  .maker-rights-copy p { color: black; }
}


/* Hero rebalancing — larger artwork, readable headline, no overlap */
.hero-grid {
  min-height: min(44rem, calc(100svh - 5.25rem));
  grid-template-columns: minmax(0, 1.1fr) minmax(24rem, .9fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-block: clamp(3rem, 6vh, 4.5rem);
}

.hero-copy {
  width: auto;
  padding-block: 0;
}

.hero h1 {
  max-width: 14ch;
  font-size: clamp(3.5rem, 5.2vw, 5.5rem);
  letter-spacing: -.062em;
  line-height: .92;
}

.hero-lead {
  max-width: 37rem;
  margin-top: 1.5rem;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.55;
}

.hero-formats {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-formats li {
  padding: .42rem .72rem;
  border: 1px solid rgb(23 23 18 / 22%);
  border-radius: 999px;
  background: rgb(255 253 247 / 58%);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
}

.hero .button-row {
  margin-top: 1.6rem;
}

.hero-artwork {
  width: min(100%, 34rem);
  min-height: 0;
  justify-self: end;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(23 23 18 / 12%);
  border-radius: 1.25rem;
  background: var(--white);
  box-shadow: 1rem 1rem 0 rgb(240 92 71 / 72%), 0 1.5rem 4rem rgb(23 23 18 / 13%);
  transform: rotate(.35deg);
}

.hero-artwork img {
  object-fit: cover;
}

.hero::before {
  right: -11rem;
  width: 24rem;
  height: 24rem;
  border-width: 5rem;
  opacity: .18;
}

@media (max-width: 900px) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2.75rem;
    padding-block: 3.5rem 4.25rem;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(3.5rem, 11vw, 5.8rem);
  }

  .hero-artwork {
    width: min(100%, 32rem);
    justify-self: start;
    margin: 0;
    box-shadow: .75rem .75rem 0 rgb(240 92 71 / 72%), var(--shadow);
    transform: none;
  }
}

@media (max-width: 620px) {
  .hero-grid {
    padding-block: 2.75rem 3.5rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(3rem, 14vw, 4.65rem);
    line-height: .94;
  }

  .hero-lead {
    margin-top: 1.25rem;
  }

  .hero-formats {
    gap: .45rem;
  }

  .hero-formats li {
    font-size: .7rem;
  }

  .hero-artwork {
    width: 100%;
  }
}


/* ZOË sister-platform panel */
.zoe-panel {
  display: grid;
  grid-template-columns: minmax(20rem, 1.15fr) minmax(15rem, .65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #eef8fb, #fffaf1);
}
.zoe-copy h3 {
  max-width: 18ch;
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -.05em;
  line-height: 1;
}
.zoe-copy p:not(.section-kicker) {
  max-width: 47rem;
}
.zoe-artwork {
  margin: 0;
  padding: .65rem;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: .8rem .8rem 0 rgb(39 72 223 / 12%);
  transform: rotate(-.6deg);
}
.zoe-artwork img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .zoe-panel { grid-template-columns: 1fr; }
  .zoe-artwork { width: min(100%, 30rem); transform: none; }
}

/* Responsive LOLA header identity — full banner at the top, compact wordmark after scrolling. */
.site-header,
.header-inner,
.brand-with-art,
.brand-visual {
  transition:
    min-height .24s var(--ease-editorial),
    width .24s var(--ease-editorial),
    height .24s var(--ease-editorial),
    opacity .18s ease,
    transform .24s var(--ease-editorial);
}

.brand-with-art {
  position: relative;
  width: clamp(21rem, 30vw, 25rem);
  height: clamp(7rem, 10vw, 8.35rem);
  overflow: visible;
}

.brand-visual {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.brand-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-visual-full {
  opacity: 1;
  transform: scale(1);
}

/* The source file has 180 px blank space above and below. This 2172:364 frame crops it visually. */
.brand-visual-compact {
  top: 50%;
  bottom: auto;
  height: auto;
  aspect-ratio: 2172 / 364;
  opacity: 0;
  transform: translateY(-50%) scale(.96);
}

.brand-visual-compact img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.site-header:not(.is-compact) .header-inner {
  min-height: clamp(8.2rem, 11vw, 9.4rem);
}

.site-header.is-compact .header-inner {
  min-height: 4.75rem;
}

.site-header.is-compact .brand-with-art {
  width: clamp(11.75rem, 16vw, 13.5rem);
  height: 2.65rem;
}

.site-header.is-compact .brand-visual-full {
  opacity: 0;
  transform: scale(.96);
  pointer-events: none;
}

.site-header.is-compact .brand-visual-compact {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

@media (max-width: 900px) {
  .site-header .header-inner,
  .site-header:not(.is-compact) .header-inner,
  .site-header.is-compact .header-inner {
    min-height: 4.75rem;
  }

  .brand-with-art,
  .site-header.is-compact .brand-with-art {
    width: clamp(10.75rem, 33vw, 13rem);
    height: 2.5rem;
  }

  .brand-visual-full {
    opacity: 0;
    pointer-events: none;
  }

  .brand-visual-compact,
  .site-header.is-compact .brand-visual-compact {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .header-inner,
  .brand-with-art,
  .brand-visual {
    transition: none;
  }
}

/* About-section overlap fix */
.about-grid > * {
  min-width: 0;
}

.about-grid > :first-child {
  max-width: 19rem;
}

.about-section h2 {
  max-width: 100%;
  font-size: clamp(3.05rem, 5.6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (min-width: 901px) {
  .about-copy {
    padding-top: 1rem;
  }
}

@media (max-width: 1120px) {
  .about-grid {
    grid-template-columns: minmax(12rem, .75fr) minmax(18rem, 1fr) minmax(14rem, .7fr);
  }
}

@media (max-width: 900px) {
  .about-grid > :first-child {
    max-width: none;
  }

  .about-section h2 {
    font-size: clamp(2.7rem, 12vw, 4.5rem);
    overflow-wrap: normal;
    hyphens: none;
  }
}

/* Final layout for "Wie is LOLA?": wide heading, readable copy, no word breaks */
.about-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr);
  align-items: start;
  gap: clamp(2.25rem, 5vw, 5rem);
}

.about-grid > * {
  min-width: 0;
}

.about-heading {
  grid-column: 1 / -1;
  max-width: 72rem;
}

.about-heading .section-kicker {
  margin-bottom: 1rem;
}

.about-section h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(3.25rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.055em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.about-title-line {
  display: block;
  white-space: nowrap;
}

.about-copy {
  grid-column: 1;
  grid-row: 2;
  max-width: 50rem;
  margin: 0;
  padding-top: 0;
}

.about-copy p {
  max-width: 47rem;
}

.about-artwork {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  max-width: 21rem;
  justify-self: end;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-heading,
  .about-copy,
  .about-artwork {
    grid-column: 1;
    grid-row: auto;
  }

  .about-title-line {
    white-space: normal;
  }

  .about-section h2 {
    font-size: clamp(2.75rem, 11vw, 4.4rem);
    line-height: .98;
  }

  .about-artwork {
    width: min(100%, 29rem);
    max-width: none;
    margin-inline: auto;
    justify-self: center;
  }
}
