:root {
  color-scheme: light;
}

body:has(.s04-page) {
  margin: 0;
  background: #11100f;
}

body.s04-scroll-lock {
  overflow: hidden;
}

.s04-page,
.s04-page * {
  box-sizing: border-box;
}

.s04-page {
  --s04-ink: #11100f;
  --s04-ink-soft: #1b1917;
  --s04-ivory: #f2ede5;
  --s04-paper: #e8dfd3;
  --s04-taupe: #a99a88;
  --s04-champagne: #c7aa7c;
  --s04-line-dark: rgba(255, 255, 255, .16);
  --s04-line-light: rgba(27, 24, 21, .18);
  --s04-shell: min(1240px, calc(100vw - 96px));
  --s04-display: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --s04-sans: Arial, Helvetica, sans-serif;
  --s04-vignette-opacity: 0;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  overflow: clip;
  color: var(--s04-ink);
  background: var(--s04-ivory);
  font-family: var(--s04-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.s04-page::before,
.s04-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}

.s04-page::before {
  opacity: .055;
  background-image:
    repeating-radial-gradient(circle at 12% 24%, transparent 0 1px, rgba(255, 255, 255, .6) 1px 1.5px, transparent 1.5px 4px),
    repeating-radial-gradient(circle at 76% 64%, transparent 0 1px, rgba(0, 0, 0, .8) 1px 1.4px, transparent 1.4px 5px);
  background-size: 21px 19px, 25px 23px;
  mix-blend-mode: soft-light;
  animation: s04-grain 850ms steps(2) infinite;
}

.s04-page::after {
  opacity: var(--s04-vignette-opacity);
  background: radial-gradient(circle at center, transparent 55%, #000 120%);
}

.s04-page a {
  color: inherit;
  text-decoration: none;
}

.s04-page button,
.s04-page input,
.s04-page textarea {
  color: inherit;
  font: inherit;
}

.s04-page button {
  cursor: pointer;
}

.s04-page img {
  display: block;
  max-width: 100%;
}

.s04-page [hidden] {
  display: none !important;
}

.s04-page :focus-visible {
  outline: 2px solid var(--s04-champagne);
  outline-offset: 4px;
}

.s04-shell {
  position: relative;
  width: var(--s04-shell);
  margin-inline: auto;
}

.s04-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  color: var(--s04-ink) !important;
  background: var(--s04-ivory);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.s04-skip:focus {
  transform: translateY(0);
}

.s04-page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 2px;
  background: rgba(255, 255, 255, .06);
}

.s04-page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--s04-champagne);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.s04-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 38px;
  width: var(--s04-shell);
  min-height: 92px;
  margin-inline: auto;
  color: var(--s04-ivory);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.s04-brand,
.s04-footer-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.s04-brand-image {
  width: 190px;
  height: auto;
}

.s04-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}

.s04-nav-link,
.s04-header-cta,
.s04-footer-nav a,
.s04-back-top {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.s04-nav-link::after,
.s04-footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.s04-nav-link:hover::after,
.s04-nav-link:focus-visible::after,
.s04-footer-nav a:hover::after,
.s04-footer-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.s04-header-cta {
  padding: 14px 0;
  color: var(--s04-champagne) !important;
}

.s04-header-cta::before {
  content: "+";
  margin-right: 9px;
}

.s04-menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  color: var(--s04-ivory);
  background: transparent;
}

.s04-main {
  min-width: 0;
}

.s04-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 720px;
  color: var(--s04-ivory);
  background: #28241f;
}

.s04-media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(199, 170, 124, .16), transparent 46%),
    repeating-linear-gradient(120deg, #26221e 0 18px, #1c1916 18px 36px);
}

.s04-media::before {
  content: "SOLVARELLE · LOCAL FILM";
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 0;
  color: rgba(242, 237, 229, .55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.s04-media picture,
.s04-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.s04-media img {
  object-fit: cover;
}

.s04-media[data-s04-media-error="true"] picture {
  display: none;
}

.s04-hero-media,
.s04-hero-shade,
.s04-veil {
  position: absolute;
  inset: 0;
}

.s04-hero-media img {
  object-position: 60% center;
  filter: saturate(.72) sepia(.11) contrast(1.04);
  transform: scale(1.015);
}

.s04-hero-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, .88) 0%, rgba(10, 9, 8, .58) 35%, rgba(10, 9, 8, .08) 68%),
    linear-gradient(0deg, rgba(9, 8, 7, .62), transparent 45%),
    radial-gradient(circle at 72% 40%, transparent 0 12%, rgba(11, 10, 9, .18) 60%);
}

.s04-veil {
  z-index: 3;
  left: -14%;
  right: 52%;
  background:
    linear-gradient(110deg, transparent 5%, rgba(244, 236, 224, .13) 35%, rgba(245, 238, 226, .31) 48%, rgba(245, 238, 226, .04) 67%, transparent 82%);
  filter: blur(2px);
  clip-path: polygon(0 0, 74% 0, 100% 100%, 4% 100%);
  transform-origin: top left;
  animation: s04-veil 12s ease-in-out infinite alternate;
}

.s04-hero-layout {
  z-index: 4;
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 720px;
  padding: 168px 0 92px;
}

.s04-hero-copy {
  width: min(700px, 68vw);
  padding-left: 46px;
  border-left: 1px solid rgba(255, 255, 255, .35);
}

.s04-eyebrow {
  margin: 0 0 24px;
  color: var(--s04-champagne);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .21em;
  text-transform: uppercase;
}

.s04-eyebrow-dark {
  color: #76644d;
}

.s04-hero-title,
.s04-section-title {
  margin: 0;
  font-family: var(--s04-display);
  font-weight: 400;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.s04-hero-title {
  max-width: 700px;
  font-size: clamp(54px, 5.5vw, 84px);
  line-height: .92;
}

.s04-title-line {
  display: block;
  white-space: nowrap;
  animation: s04-title-in 680ms cubic-bezier(.22, .7, .25, 1) both;
}

.s04-title-line + .s04-title-line {
  animation-delay: 90ms;
}

.s04-hero-lead {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(242, 237, 229, .74);
  font-size: 13px;
  letter-spacing: .075em;
  line-height: 1.75;
  text-transform: uppercase;
}

.s04-hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
}

.s04-button,
.s04-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.s04-button-light {
  color: var(--s04-ink) !important;
  background: var(--s04-ivory);
}

.s04-button-light:hover,
.s04-button-light:focus-visible {
  color: var(--s04-ivory) !important;
  background: transparent;
  border-color: rgba(255, 255, 255, .7);
  transform: translateY(-2px);
}

.s04-text-button,
.s04-arrow-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.s04-text-button::after,
.s04-arrow-button::after {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
  transition: width 220ms ease;
}

.s04-text-button:hover::after,
.s04-arrow-button:hover::after {
  width: 54px;
}

.s04-play-mini {
  color: var(--s04-champagne);
  font-size: 9px;
}

.s04-frame-index {
  margin: 0;
  color: rgba(242, 237, 229, .52);
  font-size: 9px;
  letter-spacing: .24em;
  writing-mode: vertical-rl;
}

.s04-section-dark {
  color: var(--s04-ivory);
  background: var(--s04-ink);
}

.s04-section-light {
  color: var(--s04-ink);
  background: var(--s04-ivory);
}

.s04-trailer {
  position: relative;
  min-height: 440px;
  padding: 68px 0;
  overflow: hidden;
}

.s04-film-perforation {
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  opacity: .5;
  background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(199, 170, 124, .25) 18px 27px, transparent 27px 36px);
  mask: linear-gradient(#000 0 0) center / 100% 5px no-repeat;
  animation: s04-film-drift 24s linear infinite;
}

.s04-film-perforation-top {
  top: 17px;
}

.s04-film-perforation-bottom {
  bottom: 17px;
}

.s04-trailer-layout {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(520px, 1.45fr);
  align-items: center;
  gap: 62px;
}

.s04-section-title {
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: .98;
}

.s04-section-title-light {
  color: var(--s04-ivory);
}

.s04-trailer-meta {
  margin: 24px 0 0;
  color: var(--s04-taupe);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.s04-trailer-text {
  max-width: 330px;
  margin: 18px 0 16px;
  color: rgba(242, 237, 229, .62);
  font-family: var(--s04-display);
  font-size: 17px;
  line-height: 1.5;
}

.s04-arrow-button {
  color: var(--s04-champagne) !important;
}

.s04-trailer-poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  color: var(--s04-ivory);
  background: #24211d;
  aspect-ratio: 16 / 8.3;
  clip-path: inset(0 68% 0 0);
}

.s04-trailer-poster.s04-visible {
  clip-path: inset(0);
  transition: clip-path 900ms cubic-bezier(.4, 0, .2, 1);
}

.s04-trailer-media {
  position: absolute;
  inset: 0;
}

.s04-trailer-media img {
  filter: saturate(.7) sepia(.12) contrast(1.07) brightness(.75);
  transition: transform 900ms cubic-bezier(.22, .7, .2, 1), filter 500ms ease;
}

.s04-trailer-poster:hover .s04-trailer-media img,
.s04-trailer-poster:focus-visible .s04-trailer-media img {
  filter: saturate(.82) sepia(.08) contrast(1.04) brightness(.88);
  transform: scale(1.025);
}

.s04-play-button,
.s04-dialog-play {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: var(--s04-ivory);
  font-size: 16px;
  transform: translate(-50%, -50%);
}

.s04-play-button {
  top: 50%;
  left: 50%;
}

.s04-poster-caption {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 3;
  color: rgba(242, 237, 229, .72);
  font-size: 9px;
  letter-spacing: .2em;
}

.s04-collections {
  position: relative;
  min-height: 430px;
  padding: 76px 0 72px;
  overflow: hidden;
}

.s04-fabric-light {
  position: absolute;
  inset: 0;
  opacity: .65;
  background:
    radial-gradient(ellipse at 12% -20%, rgba(255, 255, 255, .96), transparent 50%),
    linear-gradient(112deg, transparent 0 32%, rgba(167, 145, 118, .12) 42%, transparent 54%),
    linear-gradient(72deg, transparent 0 70%, rgba(255, 255, 255, .8) 79%, rgba(150, 126, 101, .08) 100%);
}

.s04-collections-layout {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(670px, 1.8fr);
  gap: 54px;
}

.s04-section-note {
  max-width: 300px;
  margin: 24px 0 0;
  color: #6f655b;
  font-size: 13px;
  line-height: 1.65;
}

.s04-package-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.s04-package-card {
  position: relative;
  min-height: 300px;
  padding: 34px 28px 26px;
  border: 1px solid var(--s04-line-light);
  background: rgba(248, 244, 238, .72);
  box-shadow: 0 16px 36px rgba(45, 36, 28, .02);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.s04-package-card:hover,
.s04-package-card:focus-within {
  border-color: rgba(100, 79, 54, .4);
  box-shadow: 0 18px 44px rgba(45, 36, 28, .11);
  transform: translateY(-6px);
}

.s04-package-featured {
  border-color: rgba(103, 81, 53, .52);
  background: rgba(255, 252, 246, .9);
}

.s04-package-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  min-width: 126px;
  margin: 0;
  padding: 8px 14px;
  color: var(--s04-ivory);
  background: #6e5a42;
  font-size: 8px;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.s04-package-number {
  margin: 0;
  color: #948574;
  font-size: 9px;
  letter-spacing: .18em;
}

.s04-package-title {
  margin: 18px 0 6px;
  font-family: var(--s04-display);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .08em;
}

.s04-package-hours,
.s04-package-list,
.s04-package-price {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.s04-package-hours {
  margin: 0 0 22px;
  color: #6a5c4c;
}

.s04-package-list {
  margin: 0;
  padding: 18px 0;
  list-style: none;
  border-top: 1px solid var(--s04-line-light);
  border-bottom: 1px solid var(--s04-line-light);
  color: #72675c;
  line-height: 1.9;
}

.s04-package-price {
  margin: 18px 0 12px;
  font-weight: 700;
}

.s04-package-button {
  min-height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.s04-portfolio {
  min-height: 560px;
  padding: 66px 0 72px;
}

.s04-portfolio-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 34px;
}

.s04-drag-hint {
  margin: 0 0 8px;
  color: var(--s04-taupe);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.s04-portfolio-track {
  display: grid;
  grid-auto-columns: clamp(260px, 27vw, 430px);
  grid-auto-flow: column;
  gap: 14px;
  width: 100%;
  padding: 0 max(48px, calc((100vw - 1240px) / 2)) 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--s04-champagne) rgba(255, 255, 255, .08);
  scrollbar-width: thin;
  scroll-padding-inline: max(48px, calc((100vw - 1240px) / 2));
  scroll-snap-type: x mandatory;
  cursor: grab;
}

.s04-portfolio-track.s04-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.s04-film-card {
  position: relative;
  scroll-snap-align: start;
}

.s04-film-card:nth-child(even) {
  padding-top: 26px;
}

.s04-film-card-media {
  height: 310px;
}

.s04-film-card-media img {
  filter: saturate(.65) sepia(.08) contrast(1.06);
  transition: filter 400ms ease, transform 650ms cubic-bezier(.2, .8, .2, 1);
}

.s04-film-card:hover .s04-film-card-media img {
  filter: saturate(.88) sepia(.04) contrast(1.03);
  transform: scale(1.025);
}

.s04-film-card-meta {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-top: 14px;
}

.s04-film-card-meta span {
  color: var(--s04-champagne);
  font-size: 9px;
}

.s04-film-card-meta h3 {
  margin: 0;
  font-family: var(--s04-display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .03em;
}

.s04-process {
  --s04-process-progress: 0;
  position: relative;
  min-height: 470px;
  padding: 72px 0 82px;
  overflow: hidden;
}

.s04-process-art {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 59%;
  opacity: .88;
  mask-image: linear-gradient(90deg, transparent 0, #000 35%);
}

.s04-process-media {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f7f0e7, #c9b6a0);
}

.s04-process-media img {
  object-position: center;
  filter: saturate(.7) sepia(.12) contrast(.96);
}

.s04-process-heading {
  position: relative;
  z-index: 2;
  width: 55%;
}

.s04-process-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.s04-process-list::before,
.s04-process-list::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 26px;
  z-index: -1;
  width: calc(100% - 52px);
  height: 1px;
}

.s04-process-list::before {
  background: rgba(57, 44, 31, .22);
}

.s04-process-list::after {
  width: calc(100% - 52px);
  background: #8c7352;
  transform: scaleX(var(--s04-process-progress));
  transform-origin: left;
  transition: transform 550ms ease;
}

.s04-process-item {
  min-width: 0;
}

.s04-process-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(93, 71, 48, .35);
  border-radius: 50%;
  color: #755e43;
  background: var(--s04-ivory);
  font-family: var(--s04-display);
  font-size: 13px;
}

.s04-process-item h3 {
  margin: 22px 0 8px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.s04-process-item p {
  max-width: 170px;
  margin: 0;
  color: #74695e;
  font-family: var(--s04-display);
  font-size: 15px;
  line-height: 1.45;
}

.s04-reviews {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.s04-reviews-media,
.s04-reviews-shade {
  position: absolute;
  inset: 0;
}

.s04-reviews-media img {
  object-position: 76% center;
  filter: saturate(.44) sepia(.15) contrast(1.1) brightness(.72);
}

.s04-reviews-shade {
  z-index: 2;
  background: linear-gradient(90deg, #11100f 0 42%, rgba(17, 16, 15, .84) 65%, rgba(17, 16, 15, .45));
}

.s04-reviews-layout {
  z-index: 3;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 80px;
  min-height: 430px;
  padding: 70px 0;
}

.s04-review-arrows {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.s04-round-button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: var(--s04-ivory);
  background: rgba(255, 255, 255, .02);
  transition: color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.s04-round-button:hover,
.s04-round-button:focus-visible {
  color: var(--s04-champagne);
  border-color: var(--s04-champagne);
  transform: translateY(-2px);
}

.s04-review-stage {
  min-width: 0;
  padding-left: 44px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.s04-review {
  min-height: 210px;
}

.s04-quote-mark {
  display: block;
  height: 44px;
  color: var(--s04-champagne);
  font-family: var(--s04-display);
  font-size: 64px;
  line-height: 1;
}

.s04-review blockquote {
  max-width: 700px;
  margin: 12px 0 26px;
  font-family: var(--s04-display);
  font-size: clamp(24px, 2.4vw, 35px);
  line-height: 1.32;
}

.s04-review > p {
  margin: 0;
  color: var(--s04-champagne);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.s04-review > p span {
  color: rgba(242, 237, 229, .48);
  font-weight: 400;
}

.s04-review-dots {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}

.s04-review-dot {
  width: 30px;
  height: 44px;
  padding: 20px 0;
  border: 0;
  background: transparent;
}

.s04-review-dot::before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .24);
  transition: background 180ms ease, transform 180ms ease;
}

.s04-review-dot[aria-pressed="true"]::before {
  background: var(--s04-champagne);
  transform: scaleY(2);
}

.s04-contact {
  min-height: 490px;
  padding: 78px 0 76px;
  background:
    radial-gradient(circle at 88% 30%, rgba(255, 255, 255, .72), transparent 33%),
    linear-gradient(120deg, #f2ede5 0 45%, #e5dacd 100%);
}

.s04-contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

.s04-contact-text {
  max-width: 430px;
  margin: 24px 0 28px;
  color: #6c6157;
  font-family: var(--s04-display);
  font-size: 18px;
  line-height: 1.55;
}

.s04-contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.s04-contact-list div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
}

.s04-contact-list dt,
.s04-contact-list dd {
  margin: 0;
  font-size: 10px;
  letter-spacing: .1em;
}

.s04-contact-list dt {
  color: #877661;
  text-transform: uppercase;
}

.s04-contact-list dd {
  overflow-wrap: anywhere;
}

.s04-form {
  display: grid;
  align-content: start;
  gap: 0;
  padding-top: 10px;
}

.s04-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.s04-field {
  display: grid;
  gap: 7px;
  padding: 13px 0 10px;
  border-bottom: 1px solid rgba(46, 37, 29, .28);
}

.s04-field span {
  color: #766857;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.s04-field input,
.s04-field textarea {
  width: 100%;
  min-height: 34px;
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--s04-display);
  font-size: 17px;
  resize: vertical;
}

.s04-field input:focus,
.s04-field textarea:focus {
  outline: 0;
}

.s04-field:focus-within {
  border-bottom-color: #745e43;
}

.s04-submit {
  width: 100%;
  margin-top: 24px;
  color: var(--s04-ivory);
  background: var(--s04-ink);
}

.s04-submit:hover,
.s04-submit:focus-visible {
  color: var(--s04-ink);
  background: var(--s04-champagne);
}

.s04-form-note,
.s04-form-status {
  margin: 12px 0 0;
  color: #766a5f;
  font-size: 10px;
  line-height: 1.5;
}

.s04-form-status {
  padding: 14px;
  border: 1px solid rgba(97, 76, 53, .36);
  color: #463a2e;
  background: rgba(255, 255, 255, .42);
}

.s04-footer {
  min-height: 112px;
  color: var(--s04-ivory);
  background: #0c0b0a;
}

.s04-footer-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 112px;
}

.s04-footer-brand img {
  width: 165px;
  height: auto;
}

.s04-footer-nav {
  display: flex;
  gap: 30px;
  color: rgba(242, 237, 229, .68);
}

.s04-back-top {
  justify-self: end;
  color: var(--s04-champagne) !important;
}

.s04-dialog {
  width: min(980px, calc(100vw - 44px));
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .16);
  color: var(--s04-ivory);
  background: #11100f;
}

.s04-dialog::backdrop {
  background: rgba(7, 6, 5, .88);
  backdrop-filter: blur(7px);
}

.s04-dialog-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  min-height: 520px;
}

.s04-dialog-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: var(--s04-ivory);
  background: var(--s04-ink);
  font-size: 28px;
  line-height: 1;
}

.s04-dialog-media {
  min-height: 520px;
}

.s04-dialog-media img {
  filter: saturate(.68) sepia(.12) brightness(.75);
}

.s04-dialog-play {
  top: 50%;
  left: 50%;
}

.s04-dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 46px 34px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.s04-dialog-copy h2 {
  margin: 0;
  font-family: var(--s04-display);
  font-size: 44px;
  font-weight: 400;
  line-height: .98;
}

.s04-dialog-copy > p:last-child {
  margin: 20px 0 0;
  color: rgba(242, 237, 229, .58);
  font-size: 12px;
  line-height: 1.6;
}

.s04-page [data-s04-reveal],
.s04-process-item {
  opacity: 0;
  transform: translateY(16px);
}

.s04-page [data-s04-reveal].s04-visible,
.s04-process-item.s04-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 440ms ease, transform 440ms ease;
}

.s04-process-item:nth-child(2).s04-visible { transition-delay: 70ms; }
.s04-process-item:nth-child(3).s04-visible { transition-delay: 140ms; }
.s04-process-item:nth-child(4).s04-visible { transition-delay: 210ms; }
.s04-process-item:nth-child(5).s04-visible { transition-delay: 280ms; }

@keyframes s04-title-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes s04-veil {
  from { transform: translate3d(-1.5%, 0, 0) skewX(-1deg); }
  to { transform: translate3d(1.5%, 0, 0) skewX(1deg); }
}

@keyframes s04-film-drift {
  to { background-position-x: 144px; }
}

@keyframes s04-grain {
  0% { transform: translate(0); }
  25% { transform: translate(-1%, 1%); }
  50% { transform: translate(1%, -1%); }
  75% { transform: translate(.5%, 1%); }
  100% { transform: translate(-.5%, -.5%); }
}

@media (max-width: 1120px) {
  .s04-page { --s04-shell: min(100% - 56px, 960px); }
  .s04-header { grid-template-columns: 190px 1fr auto; gap: 20px; }
  .s04-nav { gap: 15px; }
  .s04-nav-link { font-size: 9px; }
  .s04-header-cta { display: none; }
  .s04-trailer-layout { grid-template-columns: 280px minmax(0, 1fr); gap: 38px; }
  .s04-collections-layout { grid-template-columns: 1fr; }
  .s04-section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
  .s04-section-intro .s04-eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
  .s04-section-note { margin: 0; }
  .s04-package-track { min-width: 760px; }
  .s04-collections-layout { overflow: visible; }
  .s04-package-track { overflow-x: auto; scroll-snap-type: x mandatory; }
  .s04-package-card { scroll-snap-align: start; }
  .s04-contact-layout { gap: 50px; }
}

@media (max-width: 860px) {
  .s04-page { --s04-shell: calc(100% - 40px); }
  .s04-header { grid-template-columns: 1fr auto; }
  .s04-menu-toggle { display: inline-grid; place-items: center; position: relative; }
  .s04-menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .s04-menu-lines,
  .s04-menu-lines::before,
  .s04-menu-lines::after { display: block; width: 26px; height: 1px; background: currentColor; transition: transform 220ms ease, opacity 220ms ease; }
  .s04-menu-lines::before,
  .s04-menu-lines::after { content: ""; position: absolute; left: 11px; }
  .s04-menu-lines::before { top: 15px; }
  .s04-menu-lines::after { bottom: 15px; }
  .s04-menu-open .s04-menu-lines { background: transparent; }
  .s04-menu-open .s04-menu-lines::before { transform: translateY(8px) rotate(45deg); }
  .s04-menu-open .s04-menu-lines::after { transform: translateY(-9px) rotate(-45deg); }
  .s04-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 90px 30px 40px;
    visibility: hidden;
    opacity: 0;
    background: rgba(17, 16, 15, .98);
    transition: opacity 220ms ease, visibility 220ms ease;
  }
  .s04-menu-open .s04-nav { visibility: visible; opacity: 1; }
  .s04-nav-link { min-height: 44px; font-family: var(--s04-display); font-size: 28px; font-weight: 400; letter-spacing: .04em; }
  .s04-hero { min-height: 680px; }
  .s04-hero-layout { min-height: 680px; padding-bottom: 62px; }
  .s04-hero-copy { width: 82vw; padding-left: 28px; }
  .s04-hero-media img { object-position: 64% center; }
  .s04-trailer { padding: 76px 0; }
  .s04-trailer-layout { grid-template-columns: 1fr; }
  .s04-trailer-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 36px; }
  .s04-trailer-copy .s04-eyebrow { grid-column: 1 / -1; }
  .s04-trailer-text { margin-top: 0; }
  .s04-package-track { grid-auto-columns: min(78vw, 320px); grid-template-columns: none; grid-auto-flow: column; min-width: 0; padding: 14px 2px 20px; }
  .s04-process-art { width: 52%; height: 44%; }
  .s04-process-list { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .s04-process-list::before,
  .s04-process-list::after { display: none; }
  .s04-reviews-layout { grid-template-columns: .8fr 1.2fr; gap: 40px; }
  .s04-contact-layout { grid-template-columns: 1fr; }
  .s04-contact-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .s04-contact-copy .s04-eyebrow { grid-column: 1 / -1; }
  .s04-contact-list { align-self: end; }
  .s04-footer-layout { grid-template-columns: 1fr auto; }
  .s04-footer-nav { display: none; }
  .s04-dialog-panel { grid-template-columns: 1fr; }
  .s04-dialog-media { min-height: 390px; }
  .s04-dialog-copy { padding: 30px; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
}

@media (max-width: 600px) {
  .s04-page { --s04-shell: calc(100% - 30px); font-size: 15px; }
  .s04-header { min-height: 78px; }
  .s04-brand-image { width: 160px; }
  .s04-hero { min-height: 720px; }
  .s04-hero-layout { min-height: 720px; padding: 132px 0 54px; }
  .s04-hero-copy { width: 100%; padding-left: 20px; }
  .s04-hero-title { font-size: clamp(42px, 12.5vw, 54px); }
  .s04-hero-lead { max-width: 90%; font-size: 11px; }
  .s04-hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 28px; }
  .s04-frame-index { display: none; }
  .s04-hero-shade { background: linear-gradient(90deg, rgba(10, 9, 8, .8), rgba(10, 9, 8, .25)), linear-gradient(0deg, rgba(9, 8, 7, .78), transparent 55%); }
  .s04-hero-media img { object-position: 70% center; }
  .s04-section-title { font-size: clamp(36px, 12vw, 54px); }
  .s04-trailer-copy { display: block; }
  .s04-trailer-text { margin-top: 18px; }
  .s04-trailer-poster { aspect-ratio: 4 / 3; }
  .s04-play-button { width: 58px; height: 58px; }
  .s04-collections { padding: 62px 0; }
  .s04-section-intro { display: block; }
  .s04-section-intro .s04-eyebrow { margin-bottom: 24px; }
  .s04-section-note { margin-top: 22px; }
  .s04-package-track { margin-top: 34px; }
  .s04-portfolio { padding: 58px 0; }
  .s04-portfolio-heading { display: block; }
  .s04-drag-hint { margin-top: 20px; }
  .s04-portfolio-track { grid-auto-columns: 76vw; padding-inline: 15px; scroll-padding-inline: 15px; }
  .s04-film-card-media { height: 270px; }
  .s04-process { padding: 62px 0 68px; }
  .s04-process-art { width: 68%; height: 30%; opacity: .58; }
  .s04-process-heading { width: 78%; }
  .s04-process-list { grid-template-columns: 1fr; margin-top: 48px; }
  .s04-process-item { display: grid; grid-template-columns: 52px 1fr; column-gap: 18px; }
  .s04-process-item h3 { margin: 4px 0 7px; }
  .s04-process-item p { grid-column: 2; max-width: none; }
  .s04-reviews-layout { display: block; padding: 62px 0; }
  .s04-review-arrows { margin-bottom: 34px; }
  .s04-review-stage { padding-left: 24px; }
  .s04-review blockquote { font-size: 24px; }
  .s04-review > p span { display: block; margin-top: 5px; }
  .s04-contact { padding: 62px 0; }
  .s04-contact-copy { display: block; }
  .s04-contact-list { margin-top: 26px; }
  .s04-form { margin-top: 42px; }
  .s04-form-row { grid-template-columns: 1fr; gap: 0; }
  .s04-footer-layout { min-height: 132px; }
  .s04-footer-brand img { width: 145px; }
  .s04-dialog { width: calc(100vw - 24px); }
  .s04-dialog-media { min-height: 270px; }
  .s04-dialog-close { top: 10px; right: 10px; }
  .s04-dialog-copy h2 { font-size: 36px; }
}

@media (max-width: 360px) {
  .s04-page { --s04-shell: calc(100% - 24px); }
  .s04-brand-image { width: 145px; }
  .s04-hero-copy { padding-left: 15px; }
  .s04-hero-title { font-size: 40px; }
  .s04-button { width: 100%; }
  .s04-contact-list div { grid-template-columns: 1fr; gap: 3px; }
  .s04-footer-layout { gap: 12px; }
  .s04-back-top { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .s04-page *,
  .s04-page *::before,
  .s04-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
  .s04-page::before { animation: none; }
  .s04-veil { animation: none; }
  .s04-page [data-s04-reveal],
  .s04-process-item { opacity: 1; transform: none; }
  .s04-trailer-poster { clip-path: inset(0); }
}
