:root {
  --paper: #f2eee4;
  --paper-deep: #e7e0d2;
  --ink: #17221c;
  --green: #203b2d;
  --gold: #a98855;
  --white: #f9f6ef;
  --line: rgba(23, 34, 28, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 88px;
  padding: 0 3.5vw;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  transition: background 0.35s ease, color 0.35s ease, height 0.35s ease;
}

.site-header.scrolled {
  height: 72px;
  color: var(--ink);
  background: rgba(242, 238, 228, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-self: start;
}

.desktop-nav .active::after {
  transform: scaleX(1);
}

.brand-symbol {
  width: 37px;
  height: 37px;
  object-fit: contain;
  display: none;
}

.brand-wordmark {
  width: 205px;
  height: auto;
  filter: none;
}

.site-header:not(.scrolled) .brand-wordmark,
.site-header:not(.scrolled) .brand-symbol {
  filter: brightness(0) invert(1);
}

.desktop-nav {
  display: flex;
  gap: 34px;
  justify-self: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  padding: 10px 19px;
  justify-self: end;
  border: 1px solid currentColor;
  border-radius: 99px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease;
}

.header-cta:hover {
  color: var(--ink);
  background: var(--white);
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
}

.hero-image,
.hero-video,
.contact-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-image {
  transform: scale(1.03);
  animation: heroReveal 1.8s cubic-bezier(.22,.61,.36,1) both;
}

.hero-video {
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-video.ready {
  opacity: 1;
}

.hero-shade,
.contact-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 12, 0.42), rgba(7, 20, 12, 0.08) 45%, rgba(7, 20, 12, 0.55));
}

.hero-kicker {
  position: absolute;
  z-index: 3;
  top: 19%;
  left: 50%;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-title-wrap {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 50%;
  width: min(92vw, 1100px);
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(84px, 14vw, 210px);
  font-weight: 400;
  line-height: 0.67;
  letter-spacing: -0.07em;
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
}

.hero h1 em {
  margin-left: 0.55em;
  font-weight: 400;
}

.hero-title-wrap p {
  margin: 62px 0 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 29px);
  font-style: italic;
  letter-spacing: 0.02em;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  left: 3.5vw;
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 68px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.45);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--white);
  animation: scrollLine 2.2s infinite;
}

.hero-index {
  position: absolute;
  z-index: 3;
  right: 3.5vw;
  bottom: 32px;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
}

.section-pad {
  padding: 140px 8vw;
}

.eyebrow {
  margin: 0 0 28px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.intro {
  min-height: 100vh;
  padding-top: 170px;
  padding-bottom: 170px;
}

.statement {
  max-width: 1120px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 7.4vw, 116px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.statement em,
.events-intro em {
  color: var(--gold);
  font-weight: 400;
}

.intro-grid {
  display: grid;
  max-width: 1040px;
  margin: 120px 0 0 auto;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 9vw;
}

.intro-grid p {
  margin-top: 0;
}

.lead {
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.25;
}

.intro-copy {
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 6px;
  gap: 42px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.text-link span {
  font-size: 16px;
  transition: transform .25s ease;
}

.text-link:hover span {
  transform: translate(4px, -4px);
}

.feature-image {
  position: relative;
  margin: 0 3.5vw;
}

.feature-image img {
  height: 82vh;
  object-fit: cover;
}

.image-caption {
  display: flex;
  max-width: 380px;
  margin: 18px 0 0 auto;
  gap: 40px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.image-caption p {
  margin: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.section-heading h2,
.gallery-head h2,
.film-copy h2,
.contact-content h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(56px, 7vw, 106px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
}

.story-grid {
  display: grid;
  margin-top: 100px;
  grid-template-columns: 1fr 2fr;
  gap: 8vw;
}

.story-sticky {
  align-self: start;
  position: sticky;
  top: 130px;
}

.story-sticky .date {
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(90px, 11vw, 170px);
  line-height: .8;
}

.story-sticky p:last-child {
  max-width: 200px;
  margin-top: 32px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.story-copy article {
  display: grid;
  padding: 0 0 58px;
  margin-bottom: 58px;
  grid-template-columns: 70px 1fr;
  border-bottom: 1px solid var(--line);
}

.story-copy article > span {
  font-size: 10px;
}

.story-copy h3 {
  margin: -10px 0 22px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.story-copy article p {
  max-width: 570px;
  margin: 0;
  grid-column: 2;
  font-size: 14px;
}

.gallery {
  padding-bottom: 120px;
  overflow: hidden;
  color: var(--paper);
  background: var(--green);
}

.gallery-head {
  display: grid;
  grid-template-columns: .65fr 1.6fr .75fr;
  align-items: end;
  gap: 5vw;
}

.gallery-head .eyebrow {
  align-self: start;
}

.gallery-head h2 {
  margin: 0;
}

.gallery-head h2 em {
  color: #bfa87d;
  font-weight: 400;
}

.gallery-head > p:last-child {
  margin: 0;
  font-size: 13px;
}

.gallery-rail {
  display: grid;
  width: 100%;
  padding: 20px 8vw 60px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.gallery-card {
  margin: 0;
}

.gallery-card img {
  height: clamp(300px, 34vw, 520px);
  object-fit: cover;
  transition: transform .6s ease;
}

.gallery-card-wide img {
  height: clamp(300px, 34vw, 520px);
}

.gallery-card-tall img {
  height: clamp(300px, 34vw, 520px);
}

.gallery-card:hover img {
  transform: scale(.985);
}

.gallery-card figcaption {
  display: flex;
  margin-top: 14px;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 22px;
}

.gallery-card figcaption small {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gallery-button {
  display: flex;
  width: calc(100% - 16vw);
  padding: 20px 0;
  margin: 10px auto 0;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(242,238,228,.35);
  border-bottom: 1px solid rgba(242,238,228,.35);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 25px;
  text-align: left;
}

.gallery-button span {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.experience {
  background: var(--paper-deep);
}

.experience-grid {
  display: grid;
  margin-top: 100px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-card {
  min-height: 330px;
  padding: 25px 28px;
  border-right: 1px solid var(--line);
}

.experience-card:last-child {
  border: 0;
}

.experience-card .number {
  font-size: 9px;
}

.experience-card h3 {
  margin: 115px 0 18px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.experience-card p {
  max-width: 230px;
  margin: 0;
  font-size: 12px;
}

.film {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: 120px 8vw 150px;
  grid-template-columns: .75fr 1.25fr;
  gap: 10vw;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: #111713;
}

.film::before {
  position: absolute;
  top: 0;
  left: 46%;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255,255,255,.1);
}

.film-image {
  position: relative;
  z-index: 2;
  width: 68%;
  margin: auto;
}

.film-image img {
  box-shadow: 0 35px 70px rgba(0,0,0,.5);
}

.film-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.film-copy h2 {
  margin-bottom: 55px;
}

.film-copy > p:not(.eyebrow) {
  max-width: 500px;
  font-size: 13px;
}

.film-links {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.events-more {
  grid-column: 2;
  align-self: end;
  justify-self: start;
}

.text-link.light {
  color: var(--paper);
}

.film-strip {
  position: absolute;
  right: -4vw;
  bottom: -28px;
  display: flex;
  width: 48vw;
  gap: 10px;
  opacity: .22;
  transform: rotate(-4deg);
}

.film-strip img {
  width: 32%;
}

.events {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
}

.events-intro {
  grid-column: 1 / -1;
}

.events-intro h2 {
  max-width: 1050px;
  margin: 0 0 70px;
  font-family: var(--serif);
  font-size: clamp(54px, 7.5vw, 112px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.04em;
}

.events-image img {
  height: 700px;
  object-fit: cover;
}

.events-list article {
  position: relative;
  padding: 32px 0 42px 55px;
  border-top: 1px solid var(--line);
}

.events-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.events-list span {
  position: absolute;
  left: 0;
  font-size: 9px;
}

.events-list h3 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(32px, 3.2vw, 49px);
  font-weight: 400;
  line-height: 1;
}

.events-list p {
  max-width: 440px;
  margin: 0;
  font-size: 12px;
}

.contact {
  position: relative;
  display: grid;
  min-height: 88vh;
  place-items: center;
  color: var(--white);
  text-align: center;
}

.contact-shade {
  background: rgba(8, 25, 14, .58);
}

.contact-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 40px;
}

.contact-content h2 {
  font-size: clamp(66px, 9.8vw, 150px);
}

.contact-content > p:not(.eyebrow) {
  max-width: 540px;
  margin: 35px auto 45px;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.25;
}

.contact-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.pill-button {
  min-width: 185px;
  padding: 15px 25px;
  border: 1px solid var(--white);
  border-radius: 99px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}

.light-button {
  color: var(--ink);
  background: var(--white);
}

.ghost-button:hover,
.light-button:hover {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
}

footer {
  display: grid;
  padding: 58px 3.5vw 42px 8vw;
  grid-template-columns: 1.35fr .72fr .9fr;
  gap: 5vw;
  align-items: start;
  color: var(--paper);
  background: var(--ink);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-symbol {
  display: block;
  width: 42px;
  height: 42px;
  margin-top: 34px;
  filter: brightness(0) invert(1);
}

.footer-wordmark {
  width: min(100%, 405px);
  height: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.footer-brand p,
.footer-meta p {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-family: var(--serif);
  font-size: 18px;
}

.footer-contact {
  align-items: flex-end;
  text-align: right;
}

.cookie-settings-link {
  width: fit-content;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
}

.instagram-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.footer-meta {
  display: flex;
  margin-top: 8px;
  grid-column: 3;
  gap: 12px;
  align-items: center;
  justify-self: end;
  color: var(--paper);
}

.footer-meta p {
  margin: 0;
  opacity: .55;
}

.lightbox {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  padding: 60px;
  color: var(--white);
  background: rgba(12, 17, 14, .98);
  border: 0;
  opacity: 0;
  transform: scale(.985);
  transition: opacity .38s ease, transform .5s cubic-bezier(.22, .61, .36, 1);
}

.lightbox[open] {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  place-items: center;
}

.lightbox.open-ready {
  opacity: 1;
  transform: scale(1);
}

.lightbox.closing {
  opacity: 0;
  transform: scale(.99);
}

.lightbox::backdrop {
  background: rgba(12,17,14,.98);
  opacity: 0;
  transition: opacity .38s ease;
}

.lightbox.open-ready::backdrop {
  opacity: 1;
}

.lightbox img {
  width: auto;
  max-width: 80vw;
  height: auto;
  max-height: 80vh;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity .24s ease, transform .38s cubic-bezier(.22, .61, .36, 1);
}

.lightbox img.changing-next {
  opacity: 0;
  transform: translateX(-22px) scale(.992);
}

.lightbox img.changing-prev {
  opacity: 0;
  transform: translateX(22px) scale(.992);
}

.lightbox-close {
  position: absolute;
  top: 28px;
  right: 36px;
  color: var(--white);
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.lightbox-nav {
  color: var(--white);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 30px;
}

.lightbox p {
  position: absolute;
  bottom: 22px;
  margin: 0;
  font-size: 10px;
  letter-spacing: .15em;
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.22,.61,.36,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroReveal {
  from { opacity: 0; transform: scale(1.12); }
  to { opacity: 1; transform: scale(1.03); }
}

@keyframes scrollLine {
  0% { transform: translateX(-110%); }
  55%, 100% { transform: translateX(110%); }
}

@media (max-width: 900px) {
  .site-header {
    height: 74px;
    grid-template-columns: 1fr auto;
  }

  .brand-wordmark,
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .brand-symbol {
    display: block;
  }

  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: currentColor;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 15px;
    height: 1px;
    background: currentColor;
    transition: transform .3s ease;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 40;
    inset: 0;
    display: flex;
    padding: 120px 8vw 55px;
    flex-direction: column;
    justify-content: space-between;
    color: var(--paper);
    background: var(--green);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity .3s ease, transform .3s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu nav {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu nav a {
    padding: 9px 0;
    font-family: var(--serif);
    font-size: 49px;
    line-height: 1;
  }

  .mobile-menu p {
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .hero-kicker {
    top: 17%;
    width: 100%;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(78px, 23vw, 145px);
    line-height: .72;
  }

  .hero h1 em {
    margin-left: 0;
  }

  .hero-title-wrap p {
    margin-top: 46px;
  }

  .section-pad {
    padding: 100px 6vw;
  }

  .intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .intro-grid,
  .story-grid,
  .gallery-head,
  .events,
  .film {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    margin-top: 70px;
    gap: 35px;
  }

  .intro-copy {
    max-width: 520px;
    margin-left: auto;
  }

  .feature-image {
    margin: 0;
  }

  .feature-image img {
    height: 60vh;
  }

  .image-caption {
    margin-right: 6vw;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .story-grid {
    margin-top: 65px;
  }

  .story-sticky {
    position: static;
  }

  .story-sticky .date {
    font-size: 110px;
  }

  .gallery-head {
    gap: 25px;
  }

  .gallery-head > p:last-child {
    max-width: 400px;
  }

  .gallery-rail {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
    grid-template-columns: 1fr 1fr;
  }

  .experience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .experience-card:nth-child(2) {
    border-right: 0;
  }

  .experience-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .film {
    padding: 110px 8vw 140px;
  }

  .film::before {
    display: none;
  }

  .film-image {
    width: min(58%, 330px);
  }

  .film-copy {
    margin-top: 30px;
  }

  .film-strip {
    width: 85vw;
  }

  .events-intro,
  .events-image,
  .events-list {
    grid-column: auto;
  }

  .events-image img {
    height: 60vh;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 16px;
  }

  .footer-meta {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .hero-image {
    object-position: 48% center;
  }

  .hero-title-wrap {
    top: 50%;
  }

  .hero-title-wrap p {
    padding: 0 12vw;
    font-size: 19px;
  }

  .hero-index {
    display: none;
  }

  .statement {
    font-size: 48px;
  }

  .lead {
    font-size: 27px;
  }

  .section-heading h2,
  .gallery-head h2,
  .film-copy h2 {
    font-size: 55px;
  }

  .story-copy article {
    grid-template-columns: 36px 1fr;
  }

  .story-copy h3 {
    font-size: 37px;
  }

  .story-copy article p {
    font-size: 13px;
  }

  .gallery-rail {
    width: auto;
    padding-right: 6vw;
    grid-template-columns: 1fr;
  }

  .gallery-card img,
  .gallery-card-wide img,
  .gallery-card-tall img {
    height: 55vh;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .experience-card h3 {
    margin-top: 72px;
  }

  .film {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .events-intro h2 {
    font-size: 52px;
  }

  .events-image img {
    height: 48vh;
  }

  .events-list article {
    padding-left: 38px;
  }

  .contact {
    min-height: 90vh;
  }

  .contact-content {
    padding: 25px;
  }

  .contact-content h2 {
    font-size: 65px;
  }

  .contact-actions {
    flex-direction: column;
  }

  footer {
    padding: 44px 7vw 30px;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 0;
  }

  .footer-brand {
    padding-bottom: 30px;
    grid-column: 1 / -1;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .footer-links,
  .footer-contact {
    padding-top: 0;
    gap: 14px;
    font-size: 16px;
  }

  .footer-symbol {
    width: 36px;
    height: 36px;
    margin-top: 24px;
  }

  .footer-wordmark {
    width: min(100%, 330px);
  }

  .footer-meta {
    display: flex;
    margin-top: 34px;
    padding-top: 20px;
    grid-column: 1 / -1;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .footer-meta p {
    font-size: 8px;
  }

  .lightbox {
    padding: 55px 18px;
  }

  .lightbox[open] {
    grid-template-columns: 42px 1fr 42px;
  }

  .lightbox img {
    max-width: calc(100vw - 110px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-video {
    display: none;
  }
}

/* Interior pages */
.inner-page {
  background: var(--paper);
}

.inner-page .site-header {
  color: var(--green);
}

.inner-page main {
  padding-top: 72px;
}

.page-hero,
.cinema-hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  color: var(--white);
}

.page-hero > img,
.cinema-hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 14, .18), rgba(8, 24, 14, .64));
}

.page-hero-copy {
  position: absolute;
  z-index: 2;
  bottom: 9vh;
  left: 8vw;
  max-width: 1050px;
}

.page-hero-copy h1 {
  max-width: 1050px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(62px, 9vw, 140px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.05em;
}

.page-hero-copy h1 em,
.gallery-page-head h1 em,
.contact-page-intro h1 em {
  color: #d1ba91;
  font-weight: 400;
}

.editorial-columns {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 9vw;
  align-items: start;
}

.editorial-columns h2 {
  max-width: 880px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 94px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.035em;
}

.editorial-columns > div {
  padding-top: 12px;
  font-size: 14px;
}

.editorial-image {
  margin: 0 4vw;
}

.editorial-image img {
  height: 78vh;
  object-fit: cover;
}

.editorial-image p {
  max-width: 380px;
  margin: 18px 0 0 auto;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.history-chapters {
  max-width: 1180px;
  margin: auto;
}

.chapter {
  display: grid;
  padding: 75px 0;
  grid-template-columns: 110px 1fr;
  border-top: 1px solid var(--line);
}

.chapter:last-child {
  border-bottom: 1px solid var(--line);
}

.chapter > span {
  font-size: 10px;
}

.chapter h2,
.split-feature h2,
.service-row h2,
.cinema-intro h2,
.production-feature h2,
.production-list h2,
.bibliography h2,
.page-cta h2 {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.035em;
}

.chapter p:not(.eyebrow) {
  max-width: 700px;
  font-size: 14px;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: var(--paper-deep);
}

.split-feature > img {
  height: 80vh;
  object-fit: cover;
}

.split-feature > div {
  padding: 12vw 8vw;
  align-self: center;
}

.service-sections {
  padding-top: 30px;
}

.service-row {
  display: grid;
  min-height: 680px;
  margin-bottom: 130px;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  align-items: center;
}

.service-row.reverse {
  grid-template-columns: .9fr 1.1fr;
}

.service-row.reverse img {
  grid-column: 2;
}

.service-row.reverse > div {
  grid-row: 1;
  grid-column: 1;
}

.service-row img {
  height: 680px;
  object-fit: cover;
}

.service-row > div > span {
  display: block;
  margin-bottom: 55px;
  font-size: 10px;
}

.service-row ul,
.production-list ul {
  display: grid;
  padding: 25px 0 0;
  grid-template-columns: 1fr 1fr;
  gap: 8px 25px;
  border-top: 1px solid var(--line);
  list-style: none;
  font-family: var(--serif);
  font-size: 20px;
}

.page-cta {
  padding: 130px 8vw;
  color: var(--paper);
  background: var(--green);
  text-align: center;
}

.page-cta h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.page-cta > p:not(.eyebrow) {
  max-width: 540px;
  margin: 0 auto 38px;
}

.cinema-hero {
  min-height: 92vh;
}

.cinema-intro {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 10vw;
  align-items: center;
  color: var(--paper);
  background: #111713;
}

.film-poster-large {
  max-width: 470px;
  margin: auto;
}

.film-poster-large img {
  box-shadow: 0 35px 70px rgba(0,0,0,.35);
}

.cinema-intro > div:last-child {
  max-width: 690px;
}

.production-feature {
  color: var(--paper);
  background: #111713;
}

.film-reel {
  display: grid;
  padding: 90px 8vw 140px;
  grid-template-columns: 1.35fr .65fr;
  gap: 7vw;
  align-items: end;
  color: var(--paper);
  background: #111713;
}

.film-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #090d0b;
}

.film-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cookie-panel {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(620px, calc(100vw - 48px));
  padding: clamp(26px, 4vw, 42px);
  grid-template-columns: 60px 1fr;
  gap: 24px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 24px 70px rgba(5, 15, 9, .3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity .35s ease, transform .35s ease;
}

.cookie-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-panel-mark {
  width: 52px;
  filter: brightness(0) invert(1);
}

.cookie-panel h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 45px);
  font-weight: 400;
  line-height: .95;
}

.cookie-panel p {
  max-width: 460px;
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  opacity: .78;
}

.cookie-panel p a {
  border-bottom: 1px solid currentColor;
}

.cookie-panel-actions {
  display: flex;
  margin-top: 26px;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-choice {
  min-height: 42px;
  padding: 0 20px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 99px;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cookie-choice.primary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.cookie-panel-close {
  position: absolute;
  top: 16px;
  right: 17px;
  padding: 5px;
  color: var(--paper);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  opacity: .7;
}

.film-reel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 66px);
  font-weight: 400;
  line-height: .95;
}

.production-feature figure {
  margin: 0;
}

.production-feature figure img {
  height: auto;
}

.production-feature figcaption {
  display: grid;
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 42px) 3vw 0;
  gap: 8px;
  justify-content: center;
  font-size: 9px;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.production-feature > div {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

.production-drone {
  padding: 8vw 8vw clamp(26px, 4vw, 54px);
}

.production-drone img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.production-drone figcaption {
  padding-right: 0;
  padding-left: 0;
}

.production-list {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  background: var(--paper-deep);
}

.production-list > p {
  grid-column: 2;
  max-width: 520px;
}

@media (max-width: 980px) and (min-width: 901px) {
  .production-list {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .production-list > p {
    grid-column: auto;
  }

  .production-list ul {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 14px 7vw;
  }
}

.bibliography {
  max-width: 900px;
}

.bibliography p:last-child {
  max-width: 570px;
}

.gallery-page-head {
  padding-top: 145px;
}

.gallery-page-head h1 {
  max-width: 1100px;
  margin: 0 0 50px;
  font-family: var(--serif);
  font-size: clamp(60px, 8vw, 124px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.05em;
}

.gallery-page-head > p:last-child {
  max-width: 520px;
  margin-left: auto;
}

.gallery-category {
  padding: 65px 5vw 120px;
  border-top: 1px solid var(--line);
}

.gallery-category-head {
  display: grid;
  margin: 0 3vw 65px;
  grid-template-columns: 80px 1fr;
}

.gallery-category-head > p {
  font-size: 10px;
}

.gallery-category-head h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.gallery-category-head div p {
  max-width: 520px;
  font-size: 12px;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-masonry.three {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-page-card {
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  cursor: zoom-in;
}

.gallery-page-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .45s ease, opacity .45s ease;
}

.gallery-page-card.tall img {
  height: auto;
}

.gallery-page-card.wide {
  grid-column: auto;
}

.gallery-page-card:hover img {
  opacity: .9;
  transform: scale(.985);
}

.contact-page {
  display: grid;
  padding-top: 160px;
  grid-template-columns: .85fr 1.15fr;
  gap: 9vw;
}

.contact-page-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.contact-page-intro h1,
.legal-page h1 {
  margin: 0 0 45px;
  font-family: var(--serif);
  font-size: clamp(65px, 7vw, 110px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.05em;
}

.contact-page-intro > p:last-child {
  max-width: 470px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.3;
}

.enquiry-form {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 32px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--green);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  font-family: var(--serif);
  font-size: 22px;
}

.enquiry-form textarea {
  resize: vertical;
}

.date-picker-trigger {
  display: flex;
  width: 100%;
  padding: 13px 0;
  align-items: center;
  justify-content: space-between;
  color: var(--green);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 22px;
  text-align: left;
}

.booking-calendar-dialog {
  width: min(700px, calc(100vw - 32px));
  max-width: 700px;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 0;
}

.booking-calendar-dialog::backdrop {
  background: rgba(8, 18, 12, .72);
  backdrop-filter: blur(5px);
}

.booking-calendar {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  color: var(--paper);
  background: var(--green);
}

.calendar-close {
  position: absolute;
  top: 16px;
  right: 18px;
  padding: 4px;
  color: var(--paper);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 24px;
}

.calendar-mark {
  width: 42px;
  margin-bottom: 25px;
  filter: brightness(0) invert(1);
}

.booking-summary {
  display: grid;
  margin-bottom: 36px;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, .24);
}

.booking-summary > div {
  min-height: 82px;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, .24);
}

.booking-summary > div:last-child {
  border-right: 0;
}

.booking-summary span {
  display: block;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .68;
}

.booking-summary strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.calendar-nav button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  cursor: pointer;
}

.calendar-head {
  display: flex;
  margin-bottom: 24px;
  align-items: flex-end;
  justify-content: space-between;
}

.calendar-head .eyebrow {
  margin-bottom: 8px;
  opacity: .62;
}

.calendar-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.calendar-nav {
  display: flex;
  gap: 8px;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-weekdays {
  padding-bottom: 10px;
  font-size: 8px;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  opacity: .55;
}

.calendar-day {
  position: relative;
  display: grid;
  min-width: 0;
  aspect-ratio: 1;
  padding: 0;
  place-items: center;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 17px;
}

.calendar-day:not(:disabled):hover,
.calendar-day.selected {
  color: var(--green);
  background: var(--paper);
}

.calendar-day.in-range {
  color: var(--green);
  background: #d1ba91;
  border-radius: 0;
}

.calendar-day.range-start {
  border-radius: 50% 0 0 50%;
}

.calendar-day.range-end {
  border-radius: 0 50% 50% 0;
}

.calendar-day.range-start.range-end {
  border-radius: 50%;
}

.calendar-day:disabled {
  cursor: default;
  opacity: .22;
}

.calendar-day.empty {
  visibility: hidden;
}

.calendar-guidance {
  margin: 0;
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  opacity: .72;
}

.calendar-footer {
  display: flex;
  margin-top: 22px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.calendar-done {
  padding: 11px 18px;
  color: var(--green);
  background: var(--paper);
  border: 1px solid var(--paper);
  border-radius: 99px;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.enquiry-form .form-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  text-transform: none;
  letter-spacing: .04em;
}

.form-consent input {
  width: 16px;
}

.form-submit {
  width: 220px;
  color: var(--paper);
  background: var(--green);
  border-color: var(--green);
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: -12px 0 0;
  font-size: 12px;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #8d3e32;
}

.contact-details {
  display: grid;
  padding: 75px 8vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 6vw;
  background: var(--paper-deep);
}

.contact-details p,
.contact-details a {
  font-family: var(--serif);
  font-size: 20px;
}

.contact-details .eyebrow {
  font-family: var(--sans);
  font-size: 10px;
}

.legal-page {
  max-width: 950px;
  padding-top: 160px;
}

.legal-updated {
  margin-bottom: 80px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.legal-page section {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}

.legal-page section h2 {
  margin: 0 0 15px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.legal-page section p {
  max-width: 720px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .inner-page main {
    padding-top: 72px;
  }

  .page-hero,
  .cinema-hero {
    min-height: 72vh;
  }

  .page-hero-copy {
    right: 6vw;
    left: 6vw;
  }

  .editorial-columns,
  .split-feature,
  .service-row,
  .service-row.reverse,
  .cinema-intro,
  .production-list,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .split-feature > img,
  .service-row img {
    height: 58vh;
  }

  .service-row.reverse img,
  .service-row.reverse > div {
    grid-column: auto;
    grid-row: auto;
  }

  .service-row {
    min-height: 0;
    margin-bottom: 90px;
  }

  .cinema-intro {
    gap: 70px;
  }

  .film-poster-large {
    width: min(70%, 390px);
  }

  .production-list > p {
    grid-column: auto;
  }

  .film-reel {
    grid-template-columns: 1fr;
  }

  .gallery-masonry,
  .gallery-masonry.three {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-page-card.wide {
    grid-column: auto;
  }

  .contact-page-intro {
    position: static;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .events-more {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .page-hero-copy h1 {
    font-size: 58px;
  }

  .editorial-columns h2 {
    font-size: 44px;
  }

  .chapter {
    grid-template-columns: 35px 1fr;
  }

  .chapter h2,
  .split-feature h2,
  .service-row h2,
  .cinema-intro h2,
  .production-feature h2,
  .production-list h2,
  .bibliography h2,
  .page-cta h2 {
    font-size: 42px;
  }

  .gallery-category {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .gallery-category-head {
    margin-right: 2vw;
    margin-left: 2vw;
    grid-template-columns: 34px 1fr;
  }

  .gallery-masonry,
  .gallery-masonry.three {
    grid-template-columns: 1fr;
  }

  .gallery-page-card.wide {
    grid-column: auto;
  }

  .gallery-page-card img,
  .gallery-page-card.tall img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .form-pair {
    grid-template-columns: 1fr;
  }

  .booking-calendar {
    padding: 22px 14px;
  }

  .booking-summary {
    grid-template-columns: 1fr 1fr;
  }

  .booking-summary > div:nth-child(2) {
    border-right: 0;
  }

  .calendar-head h3 {
    font-size: 31px;
  }

  .calendar-day {
    font-size: 15px;
  }

  .calendar-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .calendar-done {
    width: 100%;
  }

  .cookie-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 28px 22px 22px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cookie-panel-mark {
    width: 38px;
  }

  .cookie-panel-actions {
    display: grid;
  }

  .cookie-choice {
    width: 100%;
  }

  .contact-page {
    padding-top: 120px;
  }
}
