.inset-page {
  --inset-navy: #071d3b;
  --inset-navy-2: #102f59;
  --inset-burgundy: #700c2c;
  --inset-red: #bd1d39;
  --inset-gold: #e7b84c;
  --inset-gold-pale: #f8dda0;
  --inset-cream: #f5f0e6;
  --inset-paper: #fbfaf7;
  --inset-ink: #12243a;
  --inset-muted: #607086;
  position: relative;
  color: var(--inset-ink);
  background: var(--inset-paper);
  overflow-x: clip;
}

.inset-page *,
.inset-page *::before,
.inset-page *::after { box-sizing: border-box; }
.inset-page img { display: block; max-width: 100%; }
.inset-page figure,
.inset-page h1,
.inset-page h2,
.inset-page h3,
.inset-page p { margin-top: 0; }
.inset-page button { font: inherit; }
.inset-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.inset-section { padding-block: clamp(88px, 9vw, 150px); }

.inset-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--inset-red);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.inset-kicker::before { width: 36px; height: 2px; flex: 0 0 auto; content: ""; background: currentColor; }
.inset-kicker--gold { color: var(--inset-gold); }

.inset-page h1,
.inset-page h2 { font-family: "Manrope", sans-serif; font-weight: 500; letter-spacing: -.055em; }
.inset-page h2 { margin-bottom: 0; color: var(--inset-navy); font-size: clamp(2.45rem, 5.2vw, 5.25rem); line-height: .98; }
.inset-page h1 em,
.inset-page h2 em { color: var(--inset-burgundy); font-family: "Playfair Display", serif; font-weight: 500; }
.inset-lead { color: var(--inset-ink); font-size: clamp(1.1rem, 1.55vw, 1.34rem); line-height: 1.75; }
.inset-heading { max-width: 890px; }
.inset-heading > p:last-child { max-width: 700px; margin: 28px 0 0; color: var(--inset-muted); font-size: 1.05rem; line-height: 1.8; }
.inset-heading--light h2,
.inset-heading--light h2 em { color: #fff; }
.inset-heading--light > p:last-child { color: rgba(255,255,255,.7); }

.inset-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.inset-button:hover { transform: translateY(-3px); }
.inset-button--light { border-color: rgba(255,255,255,.5); color: #fff; }
.inset-button--light:hover { color: var(--inset-navy); background: #fff; }
.inset-button--gold { color: #121826; background: var(--inset-gold); }
.inset-button--gold:hover { color: #fff; background: var(--inset-red); }

.inset-hero {
  position: relative;
  min-height: clamp(760px, 91vh, 980px);
  display: grid;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background: var(--inset-navy);
}
.inset-hero__image,
.inset-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.inset-hero__image { z-index: -3; object-fit: cover; object-position: center 48%; }
.inset-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,20,44,.98) 0%, rgba(4,20,44,.91) 35%, rgba(4,20,44,.44) 67%, rgba(4,20,44,.16) 100%),
    linear-gradient(0deg, rgba(4,20,44,.94) 0%, transparent 52%);
}
.inset-hero__veil::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .28;
  background-image: radial-gradient(rgba(255,255,255,.32) .7px, transparent .7px);
  background-size: 8px 8px;
  mix-blend-mode: soft-light;
}
.inset-hero__content { padding-block: 130px 210px; }
.inset-hero h1 { max-width: 930px; margin: 0; color: #fff; font-size: clamp(3.8rem, 7.25vw, 7.65rem); line-height: .9; }
.inset-hero h1 em { display: inline-block; color: var(--inset-gold-pale); font-size: .82em; }
.inset-hero__lead { max-width: 680px; margin: 32px 0 30px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.75; }
.inset-hero__facts {
  position: absolute;
  z-index: 2;
  right: max(32px, calc((100vw - 1240px) / 2));
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(165px, 1fr));
  color: var(--inset-ink);
  background: #fff;
  box-shadow: 0 24px 70px rgba(2,12,28,.25);
}
.inset-hero__facts div { min-height: 118px; padding: 25px 28px; border-left: 1px solid #e3e8ee; }
.inset-hero__facts strong,
.inset-hero__facts span { display: block; }
.inset-hero__facts strong { color: var(--inset-burgundy); font-size: 1.55rem; letter-spacing: -.04em; }
.inset-hero__facts span { max-width: 150px; margin-top: 6px; color: #657489; font-size: .74rem; line-height: 1.45; }

.inset-jump { position: sticky; z-index: 25; top: 0; border-bottom: 1px solid #e2e6ea; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); scrollbar-width: none; }
.inset-jump::-webkit-scrollbar { display: none; }
.inset-jump .inset-shell { display: flex; align-items: center; justify-content: center; min-height: 68px; }
.inset-jump a { position: relative; padding: 24px clamp(20px, 3vw, 44px); color: #55647a; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.inset-jump a::after { position: absolute; right: 50%; bottom: 0; left: 50%; height: 3px; content: ""; background: var(--inset-red); transition: right .25s ease, left .25s ease; }
.inset-jump a:hover { color: var(--inset-navy); }
.inset-jump a:hover::after { right: 20%; left: 20%; }

.inset-intro { background: var(--inset-paper); }
.inset-intro__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr); gap: clamp(70px,9vw,140px); align-items: center; }
.inset-intro__copy .inset-lead { margin: 34px 0 0; }
.inset-intro__copy > p:last-child { max-width: 680px; margin: 26px 0 0; color: var(--inset-muted); line-height: 1.9; }
.inset-intro__collage { position: relative; min-height: 690px; }
.inset-intro__collage::before { position: absolute; top: -28px; right: -28px; width: 72%; height: 75%; content: ""; border: 1px solid rgba(189,29,57,.26); }
.inset-intro__main { width: 84%; height: 510px; margin: 0 0 0 auto; overflow: hidden; background: var(--inset-navy); }
.inset-intro__small { position: absolute; left: 0; bottom: 0; width: 48%; height: 320px; margin: 0; border: 10px solid var(--inset-paper); overflow: hidden; box-shadow: 0 28px 70px rgba(7,29,59,.2); }
.inset-intro__main img,
.inset-intro__small img { width: 100%; height: 100%; object-fit: cover; }
.inset-intro__main img { object-position: 57% center; }
.inset-intro__note { position: absolute; right: 0; bottom: 48px; width: 50%; padding: 25px 28px; color: #fff; background: var(--inset-burgundy); }
.inset-intro__note span { display: block; margin-bottom: 8px; color: var(--inset-gold-pale); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.inset-intro__note strong { display: block; font-size: clamp(1.1rem,1.8vw,1.5rem); line-height: 1.3; }

.inset-journey { position: relative; color: #fff; background: var(--inset-navy); }
.inset-journey::before { position: absolute; inset: 0; content: ""; opacity: .18; background: radial-gradient(circle at 85% 15%, #7d2042 0, transparent 36%), linear-gradient(135deg, transparent 0 47%, rgba(255,255,255,.08) 47% 47.1%, transparent 47.1%); }
.inset-journey > .inset-shell { position: relative; }
.inset-days { display: grid; gap: 30px; margin-top: 72px; }
.inset-day { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 520px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.inset-day--reverse { grid-template-columns: 1.08fr .92fr; }
.inset-day--reverse figure { order: 2; }
.inset-day figure { min-height: 520px; margin: 0; overflow: hidden; }
.inset-day figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.inset-day:hover figure img { transform: scale(1.035); }
.inset-day__body { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(45px,6vw,82px); }
.inset-day__number { position: absolute; top: 30px; right: 34px; text-align: right; }
.inset-day__number span,
.inset-day__number strong { display: block; }
.inset-day__number span { color: var(--inset-gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.inset-day__number strong { color: rgba(255,255,255,.17); font-size: clamp(3rem,5vw,5rem); line-height: .85; }
.inset-day__theme { margin: 0 0 18px; color: var(--inset-gold); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.inset-day h3 { max-width: 650px; margin: 0; color: #fff; font-size: clamp(2rem,3.3vw,3.4rem); line-height: 1.08; letter-spacing: -.045em; }
.inset-day__body > p:not(.inset-day__theme) { max-width: 670px; margin: 26px 0 0; color: rgba(255,255,255,.7); line-height: 1.75; }
.inset-day ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.inset-day li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.84); font-size: .68rem; font-weight: 700; }

.inset-loop { background: #fff; }
.inset-loop__track { position: relative; display: grid; grid-template-columns: repeat(5,1fr); margin-top: 72px; }
.inset-loop__track::before { position: absolute; top: 58px; right: 8%; left: 8%; height: 1px; content: ""; background: #dce3eb; }
.inset-loop__track article { position: relative; padding: 0 26px; text-align: center; }
.inset-loop__track b { color: var(--inset-red); font-size: .65rem; letter-spacing: .15em; }
.inset-loop__track span { position: relative; z-index: 1; width: 74px; height: 74px; display: grid; place-items: center; margin: 16px auto 24px; border: 1px solid #d3dce6; border-radius: 50%; color: var(--inset-navy); background: #fff; font-size: 1.7rem; transition: color .25s ease, background .25s ease, transform .25s ease; }
.inset-loop__track article:hover span { color: #fff; background: var(--inset-burgundy); transform: translateY(-6px) rotate(-5deg); }
.inset-loop__track h3 { margin: 0 0 12px; color: var(--inset-navy); font-size: 1.2rem; }
.inset-loop__track p { margin: 0; color: var(--inset-muted); font-size: .85rem; line-height: 1.65; }

.inset-impact { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 830px; color: #fff; background: var(--inset-burgundy); }
.inset-impact__media { min-height: 830px; overflow: hidden; }
.inset-impact__media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.inset-impact__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px,7vw,112px); }
.inset-impact h2,
.inset-impact h2 em { color: #fff; }
.inset-impact__list { margin-top: 55px; }
.inset-impact__list article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.22); }
.inset-impact__list span { padding-top: 4px; color: var(--inset-gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.inset-impact__list h3 { margin: 0; color: #fff; font-size: 1.05rem; }
.inset-impact__list p { margin: 7px 0 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.6; }

.inset-gallery { color: #fff; background: #06162e; }
.inset-gallery__head { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; margin-bottom: 55px; }
.inset-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 520px; }
.inset-filters button { padding: 11px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.72); background: transparent; cursor: pointer; font-size: .71rem; font-weight: 750; transition: .2s ease; }
.inset-filters button span { margin-left: 5px; color: var(--inset-gold); }
.inset-filters button:hover,
.inset-filters button.is-active { border-color: var(--inset-gold); color: #111827; background: var(--inset-gold); }
.inset-filters button.is-active span { color: #111827; }
.inset-gallery__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 250px; gap: 14px; }
.inset-gallery__item { min-width: 0; margin: 0; overflow: hidden; }
.inset-gallery__item[hidden] { display: none; }
.inset-gallery__item--feature { grid-column: span 2; grid-row: span 2; }
.inset-gallery__item button { position: relative; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; color: #fff; background: var(--inset-navy); cursor: zoom-in; text-align: left; }
.inset-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.inset-gallery__item button::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(2,13,31,.88), transparent 58%); opacity: .82; transition: opacity .3s ease; }
.inset-gallery__item button > span { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; color: #fff; font-size: .82rem; line-height: 1.5; transform: translateY(8px); opacity: .82; transition: opacity .25s ease, transform .25s ease; }
.inset-gallery__item button small { display: block; margin-bottom: 6px; color: var(--inset-gold); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.inset-gallery__item button:hover img { transform: scale(1.055); filter: saturate(1.08); }
.inset-gallery__item button:hover > span { transform: none; opacity: 1; }
.inset-gallery__item button:focus-visible { outline: 4px solid var(--inset-gold); outline-offset: -4px; }

.inset-faq { background: var(--inset-cream); }
.inset-faq__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(65px,9vw,140px); align-items: start; }
.inset-faq__items { border-top: 1px solid #cbd2da; }
.inset-faq details { border-bottom: 1px solid #cbd2da; }
.inset-faq summary { position: relative; padding: 25px 48px 25px 0; color: var(--inset-navy); cursor: pointer; font-size: 1.05rem; font-weight: 750; list-style: none; }
.inset-faq summary::-webkit-details-marker { display: none; }
.inset-faq summary::after { position: absolute; top: 22px; right: 2px; width: 30px; height: 30px; display: grid; place-items: center; content: "+"; border: 1px solid #b9c1cc; border-radius: 50%; color: var(--inset-burgundy); font-size: 1.2rem; font-weight: 400; }
.inset-faq details[open] summary::after { content: "−"; color: #fff; background: var(--inset-burgundy); }
.inset-faq details p { max-width: 700px; margin: -2px 50px 25px 0; color: var(--inset-muted); line-height: 1.75; }

.inset-closing { padding-block: clamp(82px,8vw,125px); color: #fff; background: var(--inset-navy); }
.inset-closing__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px,8vw,130px); align-items: end; }
.inset-closing h2,
.inset-closing h2 em { color: #fff; }
.inset-closing__grid > div:last-child > p { margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.8; }
.inset-closing__actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 30px; }
.inset-text-link { padding: 10px 0; color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.inset-text-link:hover { color: var(--inset-gold); }

.inset-lightbox { width: min(1180px,92vw); max-width: none; padding: 0; border: 0; color: #fff; background: #031127; box-shadow: 0 36px 120px rgba(0,0,0,.62); }
.inset-lightbox::backdrop { background: rgba(1,8,20,.9); backdrop-filter: blur(6px); }
.inset-lightbox figure { margin: 0; }
.inset-lightbox figure img { width: 100%; max-height: 80vh; object-fit: contain; background: #010a18; }
.inset-lightbox figcaption { display: grid; gap: 5px; padding: 17px 22px 19px; }
.inset-lightbox figcaption small { color: var(--inset-gold); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.inset-lightbox figcaption span { color: rgba(255,255,255,.78); font-size: .85rem; }
.inset-lightbox__close,
.inset-lightbox__nav { position: absolute; z-index: 3; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(2,14,33,.82); cursor: pointer; }
.inset-lightbox__close { top: 14px; right: 14px; width: 44px; height: 44px; font-size: 1.7rem; }
.inset-lightbox__nav { top: 50%; width: 48px; height: 48px; font-size: 1.15rem; transform: translateY(-50%); }
.inset-lightbox__nav--prev { left: 14px; }
.inset-lightbox__nav--next { right: 14px; }
.inset-lightbox__close:hover,
.inset-lightbox__nav:hover { color: #152033; background: var(--inset-gold); }

@media (max-width: 1080px) {
  .inset-hero__facts { right: 32px; }
  .inset-intro__grid { grid-template-columns: 1fr 1fr; gap: 60px; }
  .inset-loop__track article { padding-inline: 16px; }
  .inset-gallery__head { grid-template-columns: 1fr; }
  .inset-filters { justify-content: flex-start; max-width: none; }
}

@media (max-width: 860px) {
  .inset-shell { width: min(100% - 40px,720px); }
  .inset-hero { min-height: 900px; align-items: start; }
  .inset-hero__image { object-position: 62% center; }
  .inset-hero__veil { background: linear-gradient(0deg,rgba(4,20,44,.98) 0%,rgba(4,20,44,.86) 58%,rgba(4,20,44,.38) 100%); }
  .inset-hero__content { padding-block: 210px 260px; }
  .inset-hero h1 { max-width: 690px; font-size: clamp(3.6rem,12vw,6rem); }
  .inset-hero__facts { right: 20px; left: 20px; grid-template-columns: repeat(3,1fr); }
  .inset-hero__facts div { padding: 20px 18px; }
  .inset-jump { overflow-x: auto; }
  .inset-jump .inset-shell { width: max-content; min-width: 100%; justify-content: flex-start; }
  .inset-jump a { white-space: nowrap; }
  .inset-intro__grid,
  .inset-faq__grid,
  .inset-closing__grid { grid-template-columns: 1fr; }
  .inset-intro__grid { gap: 75px; }
  .inset-intro__collage { width: min(100%,650px); margin-inline: auto; }
  .inset-day,
  .inset-day--reverse { grid-template-columns: 1fr; }
  .inset-day--reverse figure { order: 0; }
  .inset-day figure { min-height: 420px; }
  .inset-loop__track { grid-template-columns: 1fr; gap: 0; }
  .inset-loop__track::before { top: 20px; bottom: 20px; left: 37px; width: 1px; height: auto; }
  .inset-loop__track article { display: grid; grid-template-columns: 74px 1fr; gap: 0 24px; padding: 17px 0; text-align: left; }
  .inset-loop__track b { grid-column: 2; }
  .inset-loop__track span { grid-row: 1/4; grid-column: 1; margin: 0; }
  .inset-loop__track h3 { grid-column: 2; margin-top: 3px; }
  .inset-loop__track p { grid-column: 2; }
  .inset-impact { grid-template-columns: 1fr; }
  .inset-impact__media { min-height: 560px; }
  .inset-gallery__grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 235px; }
  .inset-faq__grid { gap: 50px; }
  .inset-closing__grid { gap: 42px; }
}

@media (max-width: 560px) {
  .inset-shell { width: calc(100% - 28px); }
  .inset-section { padding-block: 78px; }
  .inset-page h2 { font-size: clamp(2.35rem,12vw,3.5rem); }
  .inset-kicker { font-size: .64rem; letter-spacing: .13em; }
  .inset-hero { min-height: 850px; }
  .inset-hero__image { object-position: 58% center; }
  .inset-hero__content { padding-block: 145px 250px; }
  .inset-hero h1 { font-size: clamp(3.15rem,15vw,4.25rem); }
  .inset-hero__lead { margin-top: 24px; font-size: .98rem; line-height: 1.68; }
  .inset-hero__facts { right: 14px; left: 14px; }
  .inset-hero__facts div { min-height: 108px; padding: 17px 12px; }
  .inset-hero__facts strong { font-size: 1.18rem; }
  .inset-hero__facts span { font-size: .64rem; }
  .inset-jump a { padding: 21px 18px; }
  .inset-intro__collage { min-height: 510px; }
  .inset-intro__collage::before { top: -14px; right: -7px; }
  .inset-intro__main { width: 91%; height: 370px; }
  .inset-intro__small { width: 48%; height: 235px; border-width: 7px; }
  .inset-intro__note { bottom: 28px; width: 55%; padding: 19px 18px; }
  .inset-intro__note strong { font-size: .95rem; }
  .inset-days { margin-top: 48px; }
  .inset-day figure { min-height: 285px; }
  .inset-day__body { padding: 44px 24px; }
  .inset-day__number { top: 24px; right: 22px; }
  .inset-day h3 { font-size: 2rem; }
  .inset-day ul { display: grid; align-items: start; justify-items: start; }
  .inset-impact__media { min-height: 390px; }
  .inset-impact__copy { padding: 60px 24px; }
  .inset-gallery__head { gap: 32px; }
  .inset-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .inset-filters button { width: 100%; }
  .inset-gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .inset-gallery__item--feature { grid-column: auto; grid-row: auto; }
  .inset-gallery__item:first-child { min-height: 360px; }
  .inset-faq summary { font-size: .98rem; }
  .inset-closing__actions { align-items: stretch; flex-direction: column; }
  .inset-button { width: 100%; }
  .inset-hero .inset-button { width: calc(100% - 96px); }
  .inset-text-link { text-align: center; }
  .inset-lightbox { width: 96vw; }
  .inset-lightbox__nav { top: auto; bottom: 72px; }
}

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