
:root{
  --bg:#f7f2ea;--surface:#fffdfa;--surface2:#efe7dc;--ink:#14202a;--muted:#62707a;
  --accent:#b66a32;--line:#ddd3c7;--shadow:0 14px 36px rgba(44,35,25,.08)
}
html[data-theme="dark"]{
  --bg:#08131c;--surface:#0f1b25;--surface2:#13232f;--ink:#f6efe5;--muted:#aeb9c3;
  --accent:#ef853e;--line:#283a48;--shadow:0 18px 44px rgba(0,0,0,.28)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}img,video{display:block;max-width:100%}.container{width:min(1220px,calc(100% - 28px));margin:auto}
.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}
.eyebrow{margin:0 0 9px;color:var(--accent);font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800}
h1,h2,h3,.brand,.side-quote{font-family:Georgia,"Times New Roman",serif}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;background:var(--accent);color:#fff;font-weight:800}.button.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}

.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:22px;padding:12px 20px;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{font-size:1.55rem;font-weight:700}.desktop-nav{display:flex;gap:26px;margin-left:auto;color:var(--muted)}.nav-actions{display:flex}.theme-toggle,.menu-toggle{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:var(--surface2);color:var(--ink);cursor:pointer}.menu-toggle{display:none}.theme-toggle .moon{display:none}html[data-theme="dark"] .theme-toggle .sun{display:none}html[data-theme="dark"] .theme-toggle .moon{display:inline}.mobile-panel{display:none;background:var(--surface);border-bottom:1px solid var(--line)}.mobile-panel.open{display:block}.mobile-panel a{display:block;padding:12px 18px;border-top:1px solid var(--line)}

.section-pad{padding:20px 0 30px}.section{padding:68px 0}.section-soft{background:var(--surface2)}
.hero-grid{display:grid;grid-template-columns:1.05fr .82fr .82fr;gap:16px;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding-right:8px}.hero-copy h1{margin:0;font-size:clamp(4rem,7vw,6.8rem);line-height:.84}.hero-copy h1 em{display:block;color:var(--accent);font-weight:500}.hero-subtitle{font:700 clamp(1.35rem,2.4vw,2rem) Georgia,serif;margin:22px 0 12px}.hero-text{color:var(--muted);line-height:1.75;max-width:56ch}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.hero-visual{border-radius:26px;overflow:hidden;padding:0;min-height:620px}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 17%}
.hero-side{border-radius:26px;padding:26px;display:flex;flex-direction:column;justify-content:center}.hero-side h2{font-size:3.8rem;line-height:.9;margin:0}.side-micro{color:var(--muted);text-transform:uppercase;letter-spacing:.13em;font-size:.73rem}.side-facts{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.side-facts>div{padding:17px 0;border-bottom:1px solid var(--line)}.side-facts .wide{grid-column:1/-1}.side-facts span{display:block;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px}

.section-heading{margin-bottom:24px}.section-heading.split{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:end}.section-heading h2,.people-heading h2,.story-heading h2{font-size:clamp(2.4rem,4.2vw,3.8rem);line-height:.95;margin:0}.section-heading p:last-child,.people-heading p:last-child,.story-heading p:last-child{margin:0;color:var(--muted);line-height:1.7}
.about-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.sheet-card{border-radius:24px;padding:10px}.sheet-card img{width:100%;height:auto;border-radius:16px}.about-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.info-card{border-radius:20px;padding:20px}.info-card h3{font-size:1.75rem;margin:0 0 8px}.info-card p{margin:0;color:var(--muted);line-height:1.68}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row span{padding:8px 11px;border:1px solid var(--line);background:var(--surface2);border-radius:999px;font-size:.84rem}

.people-heading{max-width:1120px;margin-bottom:26px}.people-heading h2{white-space:nowrap}.people-now-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}.person-now-card{border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.person-board{border:0;border-bottom:1px solid var(--line);background:var(--surface2);padding:7px;aspect-ratio:16/10;cursor:pointer}.person-board img{width:100%;height:100%;object-fit:contain}.person-now-copy{padding:16px;flex:1}.person-now-copy h3{font-size:1.8rem;margin:0 0 8px}.person-now-copy p:last-child{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}

.story-section{min-height:auto}.story-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:18px}.story-heading>p{max-width:520px}.story-grid-fast{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.story-tile{appearance:none;padding:0;border-radius:18px;overflow:hidden;cursor:pointer;color:var(--ink);text-align:left}.story-media{aspect-ratio:16/10;background:#0b1116;display:flex;align-items:center;justify-content:center}.story-media img,.story-media video{width:100%;height:100%;object-fit:contain}.story-tile>span{display:block;padding:10px 12px;font-weight:800;font-size:.84rem}.video-tile .story-media{position:relative}.video-tile .story-media:after{content:"▶";position:absolute;right:10px;bottom:10px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(0,0,0,.58);color:#fff;font-size:.75rem}.video-tile.is-playing .story-media:after{opacity:0}

.world-block+.world-block{margin-top:42px}.world-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:12px}.world-heading span{color:var(--accent);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.world-heading h3{font-size:2.55rem;margin:4px 0 0}.world-heading p{color:var(--muted);max-width:52ch;line-height:1.6}.world-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.world-image{appearance:none;padding:0;border:1px solid var(--line);border-radius:17px;overflow:hidden;background:var(--surface);cursor:pointer}.world-image img{width:100%;aspect-ratio:1/1;object-fit:cover}

.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gallery-card{appearance:none;padding:0;border-radius:18px;overflow:hidden;color:var(--ink);cursor:pointer}.gallery-media{aspect-ratio:16/10;background:var(--surface2);padding:6px}.gallery-media img{width:100%;height:100%;object-fit:contain}.gallery-label{padding:10px 12px;text-align:left}.gallery-label strong{font:700 1.2rem Georgia,serif}

footer{padding:26px 0 82px;border-top:1px solid var(--line);background:var(--surface)}.footer-inner{display:flex;justify-content:space-between}.footer-inner div{display:grid}.footer-inner span{color:var(--muted);font-size:.8rem}.mobile-bottom-nav{display:none}

.lightbox{position:fixed;inset:0;z-index:100;background:rgba(3,7,10,.92);display:none;align-items:center;justify-content:center;padding:22px}.lightbox.open{display:flex}.lightbox-stage{width:min(1100px,88vw);max-height:90vh;display:grid;grid-template-rows:minmax(0,1fr) auto auto;gap:10px}.lightbox-image,.lightbox-video{max-width:100%;max-height:74vh;margin:auto;object-fit:contain;border-radius:12px}.lightbox-video{display:none;background:#000}.lightbox-meta{display:flex;justify-content:space-between;color:#fff;gap:16px}.lightbox-thumbs{display:flex;gap:7px;overflow-x:auto}.lightbox-thumb{flex:0 0 72px;height:50px;padding:0;border:2px solid transparent;background:#111;border-radius:8px;overflow:hidden}.lightbox-thumb.active{border-color:var(--accent)}.lightbox-thumb img{width:100%;height:100%;object-fit:cover}.lightbox-close,.lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.1);color:#fff;cursor:pointer}.lightbox-close{top:18px;right:18px;width:44px;height:44px;border-radius:50%;font-size:2rem}.lightbox-nav{top:50%;transform:translateY(-50%);width:48px;height:64px;border-radius:14px;font-size:2.4rem}.lightbox-prev{left:18px}.lightbox-next{right:18px}.lightbox-lock{overflow:hidden}

@media(max-width:1120px){.hero-grid{grid-template-columns:1fr 1fr}.hero-side{grid-column:1/-1}.people-now-grid{grid-template-columns:repeat(2,1fr)}.story-grid-fast,.world-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.people-heading h2{white-space:normal}}
@media(max-width:760px){.desktop-nav{display:none}.menu-toggle{display:grid;place-items:center}.hero-grid,.section-heading.split,.about-cards{grid-template-columns:1fr}.hero-visual{min-height:500px}.hero-side{grid-column:auto}.story-heading,.world-heading{display:grid}.people-now-grid,.story-grid-fast,.gallery-grid{grid-template-columns:1fr}.world-grid{grid-template-columns:1fr 1fr}.section{padding:54px 0}.mobile-bottom-nav{display:flex;position:fixed;left:9px;right:9px;bottom:9px;z-index:60;padding:7px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(13px);box-shadow:var(--shadow)}.mobile-bottom-nav a{flex:1;text-align:center;font-size:.7rem;padding:9px 2px}.lightbox-nav{display:none}}


/* ===== v18 — alignment cleanup ===== */

/* Keep major headings optically aligned and stop awkward wrapping on wide screens. */
.section-heading,
.people-heading,
.story-heading {
  width: 100%;
}

.section-heading h2,
.people-heading h2,
.story-heading h2 {
  text-wrap: balance;
}

.story-heading {
  display: block !important;
  margin-bottom: 20px !important;
}

.story-heading > div {
  width: 100%;
}

.story-heading h2 {
  white-space: nowrap;
  max-width: none;
  line-height: 1 !important;
}

/* Consistent card geometry. */
.people-now-grid,
.story-grid-fast,
.world-grid,
.gallery-grid {
  align-items: stretch;
}

.person-now-card,
.story-tile,
.gallery-card {
  height: 100%;
}

/* Current people cards: same image and text rhythm. */
.person-board {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10 !important;
}

.person-now-copy {
  min-height: 170px;
  display: flex;
  flex-direction: column;
}

.person-now-copy h3 {
  line-height: 1.05;
}

.person-now-copy p:last-child {
  margin-top: auto;
}

/* Story moments: every tile uses exactly the same media box. */
.story-grid-fast {
  grid-auto-rows: 1fr;
}

.story-tile {
  display: flex;
  flex-direction: column;
}

.story-media {
  flex: 1 0 auto;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden;
}

.story-media img,
.story-media video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
}

.story-tile > span {
  min-height: 42px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

/* World cards: match one another exactly. */
.world-image {
  display: block;
  height: 100%;
}

.world-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Gallery boards: consistent dimensions and names. */
.gallery-card {
  display: flex;
  flex-direction: column;
}

.gallery-media {
  flex: 1 0 auto;
  aspect-ratio: 16 / 10 !important;
}

.gallery-label {
  min-height: 45px;
  display: flex;
  align-items: center;
}

/* Equal heading column baselines elsewhere. */
.section-heading.split {
  grid-template-columns: minmax(0,1fr) minmax(320px,.85fr);
  column-gap: 42px;
  align-items: end;
}

.section-heading.split > p {
  max-width: 560px;
  justify-self: end;
}

/* Desktop spacing cleanup */
@media (min-width: 1121px) {
  .story-heading h2 {
    font-size: clamp(2.65rem, 3.9vw, 3.75rem);
  }

  .people-heading h2 {
    white-space: nowrap;
  }
}

/* Tablet/mobile: allow natural wrapping again. */
@media (max-width: 1120px) {
  .story-heading h2,
  .people-heading h2 {
    white-space: normal;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-heading.split > p {
    justify-self: start;
    max-width: 680px;
  }

  .person-now-copy {
    min-height: 0;
  }
}


/* ===== v19 — restore full video framing from previous version ===== */

/* Keep image cards clean, but never crop story videos. */
.story-media video {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  background: #08131c;
}

/* Videos retain their natural framing inside the same aligned card. */
.video-tile .story-media {
  background: #08131c;
}

/* Images can continue filling their cards visually. */
.story-tile:not(.video-tile) .story-media img {
  object-fit: cover !important;
  object-position: center center !important;
}

/* On portrait/mobile layouts give videos a little more vertical room. */
@media (max-width: 760px) {
  .video-tile .story-media {
    aspect-ratio: 16 / 10 !important;
  }

  .story-media video {
    object-fit: contain !important;
  }
}


/* ===== v20 — show full Story Moments images and videos ===== */

/* All story media should be fully visible, never cropped. */
.story-media {
  background: #08131c;
  overflow: hidden;
}

.story-media img,
.story-media video,
.story-tile:not(.video-tile) .story-media img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Keep the cards aligned while allowing portrait/landscape media to letterbox naturally. */
.story-media {
  aspect-ratio: 16 / 10 !important;
}

/* Slightly soften the empty side bands around portrait media. */
.story-media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.story-media {
  position: relative;
}

/* Mobile: preserve full media rather than forcing crop. */
@media (max-width: 760px) {
  .story-media img,
  .story-media video {
    object-fit: contain !important;
  }
}
