@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/Commissioner-1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/Commissioner-2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/Commissioner-3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/Onest-4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/Onest-5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/Onest-6.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --green: #12362C;
  --green-deep: #0B2620;
  --cream: #F7F1E3;
  --cream-deep: #EFE6D2;
  --org: #E4522A;
  --org-dark: #C7431F;
  --org-bright: #FF6A3D;
  --ink: #1E2C26;
  --ink-serif: #2A362F;
  --line: #DCD2BC;
  --line-on-green: rgba(247, 241, 227, 0.2);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: auto; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Onest", system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--org); outline-offset: 3px; }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* Display — Commissioner with flare + volume axes */
h1, h2, .display,
.h1-rot span, .duo-head h2, .sec-head h2, .pillars-head h2,
.heart-title, .story h2, .visit h2, .foot-name, .duo-col .dv {
  font-family: "Commissioner", system-ui, sans-serif;
  font-weight: 600;
  font-variation-settings: "FLAR" 45, "VOLM" 5;
}

/* Text headings */
h3, h4, .pcard h3, .gtitle, .gname, .prow .pt, .vcol .vv {
  font-family: "Onest", system-ui, sans-serif;
  font-weight: 600;
}

.kicker {
  font-family: "Onest", sans-serif; font-weight: 600;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
}
.dash { width: 44px; height: 3px; background: var(--org); border-radius: 2px; margin: 26px auto; }

/* pills & buttons */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Onest", sans-serif; font-weight: 600; font-size: 14px;
  border: 1.5px solid currentColor; border-radius: 999px;
  padding: 9px 18px; text-decoration: none; white-space: nowrap;
}
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Onest", sans-serif; font-weight: 600; font-size: 15px;
  background: var(--org); color: var(--cream);
  border: 1.5px solid var(--org); border-radius: 999px;
  padding: 15px 30px; text-decoration: none;
  transition: transform 0.16s ease, background 0.16s ease;
}
.btn:hover { background: #D0451F; transform: translateY(-1px); }
.btn--out { background: transparent; color: var(--org); }
.btn--out:hover { background: rgba(228, 82, 42, 0.09); }
.btn--cream { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn--cream:hover { background: rgba(247, 241, 227, 0.1); }

/* arch image */
.arch { border-radius: 999px 999px 0 0; overflow: hidden; }
.arch img { width: 100%; height: 100%; object-fit: cover; }

/* reveal on scroll */
.reveal { opacity: 1; }
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1); }
html.js .pcards .reveal:nth-child(2) { transition-delay: 0.12s; }
html.js .pcards .reveal:nth-child(3) { transition-delay: 0.24s; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Header (hidden until scroll) ── */
.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: var(--green); border-bottom: 1px solid var(--line-on-green);
  transform: translateY(-101%);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.top.shown { transform: none; }
@media (prefers-reduced-motion: reduce) { .top { transition: none; } }
.top-in {
  max-width: 1360px; margin: 0 auto; padding: 14px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.top-left { display: flex; align-items: center; }
.lang-sw { display: flex; align-items: center; gap: 4px; }
.lang-sw button {
  font-family: "Onest", sans-serif; font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: none; border: 1.5px solid transparent; border-radius: 999px;
  color: rgba(247, 241, 227, 0.65); padding: 6px 12px; cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.lang-sw button:hover { color: var(--cream); }
.lang-sw button.act { color: var(--org-bright); border-color: var(--org-bright); }
.top-right { display: flex; gap: 20px; justify-content: flex-end; align-items: center; }
.top-right a {
  font-family: "Onest", sans-serif; font-weight: 600; font-size: 13.5px;
  color: var(--cream); text-decoration: none;
}
.top-right a:hover { color: var(--org-bright); }
@media (max-width: 920px) {
  .top-right { display: none; }
}
@media (max-width: 520px) {
  .lang-sw button { padding: 6px 9px; }
}

/* ── Burger + mobile nav ── */
.burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 0 9px; margin-right: -9px;
  background: none; border: none; cursor: pointer;
}
.burger span {
  display: block; height: 2px; width: 100%; background: var(--cream); border-radius: 2px;
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.2s ease;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobnav {
  background: var(--green); border-top: 1px solid var(--line-on-green);
  overflow: hidden; max-height: 0; transition: max-height 0.38s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobnav[data-open="true"] { max-height: 70vh; }
.mobnav nav { display: flex; flex-direction: column; align-items: center; padding: 26px 24px 34px; gap: 4px; }
.mobnav a {
  font-family: "Onest", sans-serif; font-weight: 600; font-size: 21px;
  color: var(--cream); text-decoration: none; text-align: center;
  padding: 13px 20px; width: 100%; max-width: 320px; border-radius: 999px;
}
.mobnav a:active { background: rgba(247, 241, 227, 0.08); color: var(--org-bright); }
.mobnav-veil {
  position: fixed; inset: 0; z-index: 55; background: rgba(11, 38, 32, 0.55);
  opacity: 0; transition: opacity 0.3s ease;
}
.mobnav-veil[data-open="true"] { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .mobnav, .mobnav-veil, .burger span { transition: none; }
}
@media (max-width: 920px) { .burger { display: flex; } }

/* ── Hero ── */
.hero { position: relative; background: var(--green-deep); color: var(--cream); text-align: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(rgba(11, 38, 32, 0.72), rgba(11, 38, 32, 0.62) 45%, rgba(11, 38, 32, 0.84)); }
.hero-in {
  position: relative; z-index: 1;
  min-height: calc(100svh - 75px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  max-width: 1000px; margin: 0 auto; padding: 72px 24px 88px;
}
.h1-rot { display: grid; }
.h1-rot span {
  grid-area: 1 / 1;
  letter-spacing: -0.02em; line-height: 0.98;
  font-size: clamp(48px, 10vw, 136px);
  opacity: 0; transform: translateY(26px); filter: blur(10px);
  transition: opacity 1.6s cubic-bezier(0.33, 0, 0.15, 1),
              transform 1.6s cubic-bezier(0.33, 0, 0.15, 1),
              filter 1.6s cubic-bezier(0.33, 0, 0.15, 1);
  pointer-events: none;
  will-change: opacity, transform, filter;
}
.h1-rot span.act { opacity: 1; transform: none; filter: blur(0); }
.h1-rot span.out { opacity: 0; transform: translateY(-26px); filter: blur(10px); }
@media (prefers-reduced-motion: reduce) {
  .h1-rot span { transition: none; transform: none; filter: none; }
}

/* ── Duo (visit teaser) ── */
.duo { text-align: center; }
.duo-head h2 {
  letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--green); font-size: clamp(30px, 4.4vw, 58px); line-height: 1.06; text-wrap: balance;
}
.duo-head .duo-sub {
  font-family: "Onest", sans-serif; font-weight: 600; font-size: 14px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--green);
  margin-top: 14px;
}
.duo-rule { border: none; border-top: 1px solid var(--line); margin: clamp(40px, 6vh, 64px) 0 0; }
.duo-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.duo-col { min-width: 0; padding: clamp(40px, 6vh, 64px) clamp(20px, 3vw, 48px) 0; display: flex; flex-direction: column; align-items: center; }
.duo-col + .duo-col { border-left: 1px solid var(--line); }
.duo-col .dl {
  font-family: "Onest", sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--org);
}
.duo-col .dv {
  letter-spacing: -0.01em;
  color: var(--green); font-size: clamp(44px, 5.9vw, 86px); line-height: 1.05;
  margin: 18px 0 10px; text-transform: uppercase; max-width: 100%;
}
.duo-col .ds { font-size: 17px; color: var(--ink-serif); }
.duo-col .btn { width: 100%; max-width: 500px; justify-content: center; margin-top: clamp(28px, 4vh, 44px); }
@media (max-width: 760px) {
  .duo-grid { grid-template-columns: 1fr; }
  .duo-col + .duo-col { border-left: none; border-top: 1px solid var(--line); margin-top: 40px; }
}

/* ── Team & partners ── */
.team { background: var(--cream); }
.team-label {
  font-family: "Onest", sans-serif; font-weight: 600;
  font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green); margin-bottom: clamp(34px, 5vh, 56px);
}
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(28px, 3.5vw, 52px) clamp(20px, 2.4vw, 36px); }
.tmember .tphoto {
  width: clamp(96px, 9vw, 132px); aspect-ratio: 1 / 1; border-radius: 999px;
  overflow: hidden; background: var(--cream-deep); margin-bottom: 22px;
  display: flex; align-items: center; justify-content: center;
}
.tmember .tphoto img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.tmember .tinit {
  font-family: "Commissioner", system-ui, sans-serif; font-weight: 600;
  font-variation-settings: "FLAR" 45, "VOLM" 5;
  font-size: clamp(28px, 3vw, 40px); color: var(--green); opacity: 0.55;
}
.tmember .tname {
  font-family: "Onest", sans-serif; font-weight: 600;
  font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 10px;
}
.tmember .trole { font-size: 15px; line-height: 1.5; color: var(--ink-serif); max-width: 22em; }
.team-rule { border: none; border-top: 1px solid var(--line); margin: clamp(48px, 7vh, 84px) 0 clamp(34px, 5vh, 52px); }
.plogos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(32px, 5vw, 80px); }
.plogos img { width: auto; object-fit: contain; }
.plogos img.l-iske { height: clamp(64px, 7vw, 92px); }
.plogos img.l-af { height: clamp(34px, 3.2vw, 46px); }
.plogos img.l-yul { height: clamp(56px, 6vw, 80px); }
.plogos img.l-petz { height: clamp(44px, 4.6vw, 64px); }
.plogos .ptext {
  font-family: "Commissioner", system-ui, sans-serif; font-weight: 600;
  font-variation-settings: "FLAR" 45, "VOLM" 5;
  font-size: clamp(19px, 1.8vw, 24px); color: var(--green); letter-spacing: -0.01em;
}
.plogos .ptext span { display: block; font-family: "Onest", sans-serif; font-weight: 400; font-size: 13px; letter-spacing: 0.06em; color: var(--ink-serif); margin-top: 4px; }
@media (max-width: 1100px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) {
  .team-grid { grid-template-columns: 1fr; gap: 26px; }
  /* photo left, name and role beside it */
  .tmember { display: grid; grid-template-columns: 84px 1fr; column-gap: 18px; align-items: center; }
  .tmember .tphoto { width: 84px; margin-bottom: 0; grid-row: span 2; }
  .tmember .tname { align-self: end; margin-bottom: 6px; }
  .tmember .trole { align-self: start; max-width: none; }
}

/* ── Statement ── */
.statement { border-top: 1px solid var(--line); }
.statement-in { max-width: 1280px; margin: 0 auto; padding: 0 24px; text-align: left; }
.statement .st-lede {
  font-family: "Onest", sans-serif; font-weight: 600;
  font-size: clamp(24px, 2.9vw, 38px); line-height: 1.38;
  color: var(--ink); margin-bottom: clamp(36px, 5vh, 56px); text-wrap: balance;
}
.statement p {
  font-family: "Onest", sans-serif; font-weight: 400;
  font-size: clamp(17.5px, 1.5vw, 21px); line-height: 1.62; color: var(--ink);
  margin-bottom: 22px;
}
.statement p:last-child { margin-bottom: 0; }

/* ── Sections base ── */
section { padding: clamp(72px, 10vh, 120px) 0; scroll-margin-top: 78px; }
.center { text-align: center; }
.sec-head h2 { letter-spacing: -0.015em; font-size: clamp(36px, 5vw, 64px); line-height: 1.02; text-wrap: balance; }
.sec-head .kicker { color: var(--org); margin-bottom: 18px; display: block; }
.sec-lede { font-size: clamp(16.5px, 1.7vw, 19px); color: var(--ink-serif); max-width: 42em; margin: 22px auto 0; }
#program .sec-lede { max-width: 50em; }

/* ── Pillars: full-bleed orange section, photo cards (Your Visit pattern) ── */
.pillars { background: var(--org); color: var(--green-deep); }
.pillars-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 18px 40px; flex-wrap: wrap; text-align: left;
  margin-bottom: clamp(40px, 6vh, 68px);
}
.pillars-head h2 {
  text-transform: uppercase; letter-spacing: -0.015em;
  font-size: clamp(42px, 6vw, 88px); line-height: 0.98; color: var(--green-deep);
}
.pillars-head .plink {
  position: relative;
  font-family: "Onest", sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-deep);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  padding-bottom: 16px; white-space: nowrap;
}
.pillars-head .plink::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 10px; height: 1.5px;
  background: currentColor; transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pillars-head .plink:hover::after,
.pillars-head .plink:focus-visible::after { transform: scaleX(0); }
@media (prefers-reduced-motion: reduce) { .pillars-head .plink::after { transition: none; } }
.pcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); text-align: left; }
.pcard {
  display: block; text-decoration: none; color: var(--green-deep);
  padding: clamp(14px, 1.4vw, 22px); margin: calc(-1 * clamp(14px, 1.4vw, 22px));
  transition: background 1.5s cubic-bezier(0.33, 0, 0.15, 1), color 1.5s cubic-bezier(0.33, 0, 0.15, 1);
}
.pcard .pc-label, .pcard .pc-arrow, .pcard img {
  transition: color 1.5s cubic-bezier(0.33, 0, 0.15, 1),
              opacity 1.5s cubic-bezier(0.33, 0, 0.15, 1),
              transform 1.5s cubic-bezier(0.33, 0, 0.15, 1);
}
@media (prefers-reduced-motion: reduce) {
  .pcard, .pcard .pc-label, .pcard .pc-arrow, .pcard img { transition: none; }
}
.pcard:hover, .pcard:focus-visible { background: var(--green-deep); color: var(--cream); }
.pcard:hover .pc-label, .pcard:focus-visible .pc-label { color: var(--org-bright); }
.pcard:hover .pc-arrow, .pcard:focus-visible .pc-arrow { color: var(--org-bright); }
.pcard img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pcard .pc-label {
  font-family: "Onest", sans-serif; font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.16em; text-transform: uppercase; margin: 24px 0 10px;
}
.pcard h3 {
  font-family: "Onest", sans-serif; font-weight: 700; letter-spacing: -0.01em;
  font-size: clamp(22px, 2.1vw, 29px); line-height: 1.12; margin-bottom: 12px; text-wrap: balance;
}
.pcard p { font-family: "Onest", sans-serif; font-size: 15.5px; line-height: 1.55; margin-bottom: 16px; }
.pcard .pc-arrow { font-family: "Onest", sans-serif; font-weight: 800; font-size: 28px; line-height: 1; display: inline-block; }
.pcard:hover .pc-arrow, .pcard:focus-visible .pc-arrow { transform: translateX(10px); }
.pcard:hover img, .pcard:focus-visible img { opacity: 0.92; }
@media (max-width: 860px) { .pcards { grid-template-columns: 1fr; gap: 44px; } }

/* ── Ornament ── */
.orn {
  height: 28px;
  background-image: url("__IMG_ORN__");
  background-repeat: repeat-x; background-position: center; background-size: auto 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  max-width: 640px; margin: 0 auto;
}

/* ── Program ── */
.prog-rows { margin: clamp(40px, 6vh, 56px) auto 0; text-align: left; }
.prow {
  display: grid; grid-template-columns: 220px 1fr auto; gap: 8px 32px; align-items: center;
  padding: 26px 0; border-top: 1px solid var(--line);
}
.prow:last-of-type { border-bottom: 1px solid var(--line); }
.prow .pdate { justify-self: start; color: var(--org); font-size: 13px; }
.prow .pdate--hot { background: var(--org); color: var(--cream); border-color: var(--org); }
.prow .pt { font-family: "Onest", sans-serif; font-weight: 700; font-size: 16.5px; line-height: 1.3; }
.prow .ps { font-size: 14.5px; color: var(--ink-serif); opacity: 0.85; margin-top: 3px; }
.prow .ptype {
  font-family: "Onest", sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--green);
  border: 1.5px solid var(--green); border-radius: 999px; padding: 5px 13px;
  justify-self: end; white-space: nowrap;
}
.prog-cta { margin-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.prog-note { font-size: 14px; font-style: italic; color: var(--ink-serif); opacity: 0.8; max-width: 34em; }
@media (max-width: 720px) {
  .prow { grid-template-columns: 1fr; }
  .prow .ptype { justify-self: start; }
}

/* ── Heart: scroll-lit narrative ── */
.heart { background: var(--green); color: var(--cream); }
.heart-title {
  text-transform: uppercase;
  letter-spacing: -0.015em; font-size: clamp(42px, 6vw, 88px); line-height: 0.98;
  color: var(--cream); text-align: left; margin-bottom: clamp(40px, 6vh, 68px);
}
.fade-p {
  font-family: "Onest", sans-serif; font-weight: 500; letter-spacing: -0.008em;
  font-size: clamp(20px, 2.1vw, 30px); line-height: 1.45;
  color: var(--cream); text-align: left;
  margin-bottom: clamp(24px, 3.5vh, 38px);
}
.fade-p:last-of-type { margin-bottom: 0; }
html.js .fade-p { color: rgba(247, 241, 227, 0.25); transition: color 1.1s ease; }
html.js .fade-p.lit { color: var(--cream); }
@media (prefers-reduced-motion: reduce) {
  html.js .fade-p { color: var(--cream); transition: none; }
}
.print .btn { margin-top: 10px; }

/* ── Group show: flip cards ── */
.group { background: var(--org); color: var(--green-deep); }
.group .sec-head h2 { color: var(--green-deep); }
.group .kicker { color: var(--cream); opacity: 0.9; }
.group .sec-lede { color: var(--green-deep); font-family: "Onest", sans-serif; font-size: 15px; }

.gcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(56px, 9vh, 108px); }
.gcard {
  position: relative; aspect-ratio: 1 / 1; border: none; padding: 0; margin: 0;
  cursor: pointer; background: none; perspective: 1400px; font-family: inherit; color: inherit;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 1;
}
/* specificity has to beat `html.js .reveal.in { transform: none }` */
html.js .gcards .gcard.reveal:hover,
html.js .gcards .gcard.reveal:focus-visible,
.gcards .gcard:hover,
.gcards .gcard:focus-visible {
  transform: scale(1.07);
  box-shadow: 0 26px 70px rgba(11, 38, 32, 0.32);
  z-index: 5;
}
@media (prefers-reduced-motion: reduce) {
  .gcard { transition: none; }
  html.js .gcards .gcard.reveal:hover,
  html.js .gcards .gcard.reveal:focus-visible,
  .gcards .gcard:hover,
  .gcards .gcard:focus-visible { transform: none; box-shadow: none; }
}
.gcard-in {
  position: absolute; inset: 0; transform-style: preserve-3d;
  transition: transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gcard.on .gcard-in { transform: rotateY(180deg); }
@media (prefers-reduced-motion: reduce) { .gcard-in { transition: none; } }
.gface {
  position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: clamp(16px, 1.7vw, 26px); text-align: left; overflow: hidden;
}
.gnum { font-family: "Onest", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.18em; opacity: 0.75; }
.gtitle { font-family: "Onest", sans-serif; font-weight: 700; letter-spacing: -0.01em; font-size: clamp(17px, 1.5vw, 23px); line-height: 1.15; }
.gback {
  transform: rotateY(180deg); background: var(--green-deep); color: var(--cream);
  justify-content: center; gap: 12px;
}
.gname { font-family: "Onest", sans-serif; font-weight: 700; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.2; }
.gtext { font-family: "Onest", sans-serif; font-size: clamp(13.5px, 1.05vw, 15px); line-height: 1.5; color: rgba(247, 241, 227, 0.82); }
.gcard:focus-visible { outline: 3px solid var(--green-deep); outline-offset: -3px; z-index: 2; }

/* palette per card, mirroring the Figma layout */
.gcard:nth-child(2) .gfront  { background: #F7F1E3; color: var(--green-deep); }
.gcard:nth-child(3) .gfront  { background: #12362C; color: var(--cream); }
.gcard:nth-child(4) .gfront  { background: #EFE6D2; color: var(--green-deep); }
.gcard:nth-child(5) .gfront  { background: #0B2620; color: var(--cream); }
.gcard:nth-child(6) .gfront  { background: #2A6152; color: var(--cream); }
.gcard:nth-child(7) .gfront  { background: #12362C; color: var(--cream); }
.gcard:nth-child(8) .gfront  { background: #EFE6D2; color: var(--green-deep); }
.gcard:nth-child(9) .gfront  { background: #12362C; color: var(--cream); }
.gcard:nth-child(10) .gfront { background: #F7F1E3; color: var(--green-deep); }
.gcard:nth-child(11) .gfront { background: #0B2620; color: var(--cream); }

.gnote {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(20px, 2.2vw, 40px);
  font-family: "Onest", sans-serif;
  font-size: clamp(14px, 1.15vw, 16.5px); line-height: 1.5; color: var(--green-deep);
}
.gnote--intro { text-align: left; font-weight: 600; text-wrap: pretty; }
.mob-br { display: none; }
.btn-t { display: inline-block; }
.gnote--outro { text-align: center; font-weight: 600; }
@media (max-width: 720px) {
  .gcards { grid-template-columns: repeat(2, 1fr); }
  .gnote { grid-column: span 2; text-align: left; }
}

/* ── Story: editorial split (Rimma) ── */
.story-grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.story h2 {
  letter-spacing: -0.015em;
  font-size: clamp(30px, 3.5vw, 46px); line-height: 1.06;
  margin-bottom: 28px; text-wrap: balance;
}
.story p { font-size: 17.5px; line-height: 1.72; margin-bottom: 18px; }
.story b { font-weight: 600; }
.story .rq {
  font-style: italic; color: var(--green);
  border-top: 1px solid var(--line); padding-top: 18px; margin-top: 26px;
}
.story figure { margin: 0; }
.story figure img { width: 100%; display: block; }
.story figcaption { font-family: "Onest", sans-serif; font-size: 13px; line-height: 1.5; color: var(--ink-serif); margin-top: 12px; }

/* ── Slider ── */
.slider { position: relative; }
.slider-stage { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--cream-deep); }
.slider-stage img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.045);
  transition: opacity 1.5s cubic-bezier(0.33, 0, 0.15, 1), transform 7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.slider-stage img.act { opacity: 1; transform: scale(1); }
.slider-nav {
  position: absolute; inset: auto 0 0 0; display: flex; justify-content: space-between;
  align-items: center; padding: 16px; pointer-events: none;
  top: 50%; transform: translateY(-50%);
}
.slider-nav button {
  pointer-events: auto;
  width: 54px; height: 54px; border-radius: 999px; cursor: pointer;
  background: rgba(18, 54, 46, 0.16);
  border: none;
  color: rgba(247, 241, 227, 0.9); font-family: "Onest", sans-serif; font-weight: 700; font-size: 24px;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(3px);
  text-shadow: 0 1px 6px rgba(11, 38, 32, 0.45);
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
.slider-nav button:hover { background: rgba(18, 54, 46, 0.34); color: var(--cream); transform: scale(1.08); }
.slider-dots {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 16px;
  display: flex; gap: 8px; align-items: center;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(18, 54, 46, 0.34); backdrop-filter: blur(6px);
}
.slider-dots span {
  width: 7px; height: 7px; border-radius: 999px;
  background: rgba(247, 241, 227, 0.55);
  transition: background 0.4s ease, width 0.4s ease;
}
.slider-dots span.act { background: var(--org-bright); width: 22px; }
.slider-caps { position: relative; min-height: 3.4em; margin-top: 12px; }
.slider-caps figcaption {
  position: absolute; inset: 0; margin-top: 0;
  opacity: 0; transition: opacity 0.9s ease;
}
.slider-caps figcaption.act { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .slider-stage img, .slider-caps figcaption { transition: none; }
  .slider-stage img.act { transform: none; }
}
@media (max-width: 860px) { .story-grid { grid-template-columns: 1fr; gap: 36px; } }

/* mirrored, shorter variant (print edition) */
.story--mirror { padding-top: 0; }
.story--mirror .story-grid { grid-template-columns: 0.82fr 1fr; align-items: center; }
.story--mirror figure { order: -1; }
.story--mirror figure img { max-height: 640px; width: auto; margin: 0 auto; object-fit: contain; }
.story--mirror h2 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 22px; }
.story--mirror .btn { margin-top: 12px; }
.btn-note { margin-top: 10px; font-size: 14px; font-style: italic; color: var(--ink-serif); }
@media (max-width: 860px) {
  .story--mirror .story-grid { grid-template-columns: 1fr; }
  .story--mirror figure { order: 0; }
}

/* ── Split blocks ── */
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.split-img { height: clamp(360px, 52vh, 560px); }
.split h2 { font-weight: 800; letter-spacing: -0.015em; font-size: clamp(32px, 4vw, 52px); line-height: 1.04; margin: 16px 0 22px; text-wrap: balance; }
.split .kicker { color: var(--org); }
.split p { margin-bottom: 16px; }
.blist { list-style: none; padding: 0; margin: 4px 0 22px; }
.blist li { position: relative; padding-left: 26px; margin-bottom: 9px; font-size: 15.5px; }
.blist li::before { content: ""; position: absolute; left: 2px; top: 0.6em; width: 8px; height: 8px; border-radius: 50%; background: var(--org); }
.aside-note { font-style: italic; font-size: 15px; color: var(--ink-serif); border-left: 3px solid var(--org); padding-left: 18px; max-width: 34em; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split-img { height: 380px; } }

.print-row {
  margin-top: 34px; display: grid; grid-template-columns: 84px 1fr auto; gap: 20px; align-items: center;
  background: var(--cream-deep); border-radius: 12px; padding: 20px 24px;
}
.print-row img { border-radius: 8px; }
.print-row .pt { font-family: "Onest", sans-serif; font-weight: 700; font-size: 16px; }
.print-row .ps { font-size: 14px; color: var(--ink-serif); margin-top: 3px; }
@media (max-width: 720px) { .print-row { grid-template-columns: 1fr; } }

/* ── Artist band ── */
.artist { background: var(--green); color: var(--cream); }
.artist .kicker { color: var(--org-bright); }
.artist p { color: rgba(247, 241, 227, 0.88); }
.artist .quote { font-style: italic; font-weight: 500; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; color: var(--org-bright); border-top: 1px solid var(--line-on-green); padding-top: 20px; margin-top: 24px; }


/* ── Night band ── */
.night { padding: 0; }
.night .arch { max-width: 1160px; margin: 0 auto; height: clamp(220px, 34vh, 360px); }

/* ── Visit ── */
.visit { background: var(--green); color: var(--cream); text-align: center; }
.visit .kicker { color: var(--org-bright); }
.visit h2 { letter-spacing: -0.015em; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.05; }
.visit .open-line {
  font-family: "Onest", sans-serif; font-weight: 800;
  font-size: clamp(22px, 3vw, 34px); letter-spacing: -0.01em;
  margin: 26px 0 8px; color: var(--org-bright);
}
.visit-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px clamp(40px, 6vw, 96px); margin: clamp(64px, 10vh, 112px) auto clamp(64px, 9vh, 96px); text-align: center; }
.vcol .vt { font-family: "Onest", sans-serif; font-weight: 600; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--org-bright); margin-bottom: 10px; }
.vcol .vv { font-family: "Onest", sans-serif; font-weight: 700; font-size: 18px; line-height: 1.35; }
.vcol .vs { font-size: 14px; color: rgba(247, 241, 227, 0.75); margin-top: 8px; }
.visit .btn { min-width: min(100%, 460px); justify-content: center; margin-top: clamp(16px, 3vh, 28px); }
.visit-note { margin-top: 20px; font-size: 14px; font-style: italic; color: rgba(247, 241, 227, 0.65); }
@media (max-width: 760px) { .visit-cols { grid-template-columns: 1fr; gap: 24px; } }

/* ── Footer ── */
footer { background: var(--green); color: var(--cream); padding: 28px 0 34px; }
.foot-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px 40px; flex-wrap: wrap;
  border-top: 1px solid var(--line-on-green); padding-top: 26px;
}
.foot-legal { display: flex; gap: 10px 28px; flex-wrap: wrap; }
.foot-legal a, .foot-legal span {
  font-size: 13.5px; color: rgba(247, 241, 227, 0.62); text-decoration: none;
  transition: color 0.3s ease;
}
.foot-legal a:hover { color: var(--org-bright); }
.foot-legal span { cursor: default; }
.foot-brand { font-size: 13.5px; color: rgba(247, 241, 227, 0.62); white-space: nowrap; }
@media (max-width: 640px) { .foot-in { justify-content: flex-start; } }


/* ── mobile polish ── */
@media (max-width: 720px) {
  /* group-show notes read as plain centred paragraphs on phones */
  .gnote--intro, .gnote--outro {
    text-align: center; font-weight: 400;
    font-size: 16px; line-height: 1.6;
  }
  .gnote--intro { padding: 0 2px 26px; }
  .gnote--outro { padding: 26px 2px 0; }
  /* tighter gap between the heading and the intro line */
  .group .gcards { margin-top: 24px; }
  /* the print-edition shot is a vertical photo — let it use the height */
  .story--mirror figure img { width: 100%; max-height: none; }
  .mob-br { display: inline; }
  .btn-t { text-align: center; }
  .lang-sw button { padding: 11px 14px; }
  .hero-bg img { object-position: center 38%; }
  .visit .btn { min-width: 100%; }
  /* even rhythm between address / free entry / meet-the-artists */
  .visit-cols { gap: 46px; margin: 50px auto 42px; }
  .prow .pill { font-size: 12.5px; }
}
@media (max-width: 520px) {
  .h1-rot span { font-size: clamp(40px, 12vw, 56px); }
  .gtitle { font-size: 16px; }
  .gnum { font-size: 11px; }
  .gface { padding: 14px; }
}
