:root {
  --petrol: #003b3c;
  --petrol-deep: #00292b;
  --ink: #101615;
  --cream: #f2eadb;
  --paper: #fbf5e8;
  --amber: #f5a623;
  --coral: #f04f3d;
  --mint: #99c9b2;
  --blue: #366f8a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--petrol-deep); }
body { margin: 0; background: var(--petrol-deep); color: var(--cream); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
::selection { background: var(--coral); color: var(--paper); }

.site-loader { position: fixed; inset: 0; z-index: 100; display: grid; place-content: center; justify-items: center; gap: 22px; background: var(--petrol-deep); transition: transform .8s cubic-bezier(.75,0,.25,1), visibility .8s; }
.site-loader.is-loaded { transform: translateY(-105%); visibility: hidden; }
.site-loader img { width: min(290px, 60vw); }
.site-loader > div { width: 240px; height: 2px; overflow: hidden; background: #ffffff20; }
.site-loader > div i { display: block; width: 100%; height: 100%; background: var(--mint); transform-origin: left; animation: loaderLine .9s ease both; }
.site-loader span { text-transform: uppercase; letter-spacing: .28em; font-size: 9px; }
@keyframes loaderLine { from { transform: scaleX(0); } }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 260px 1fr 260px; align-items: center; padding: 26px 3.5vw; color: var(--cream); }
.header-logo img { width: 190px; height: 76px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 52px); }
.desktop-nav a { position: relative; padding: 10px 0; text-transform: uppercase; font-size: 10px; letter-spacing: .25em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 1px; background: var(--amber); transform: scaleX(0); transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.language-switch { display: flex; gap: 6px; font-size: 10px; letter-spacing: .12em; }
.language-switch button { padding: 6px 2px; border: 0; background: transparent; color: #ffffff75; cursor: pointer; }
.language-switch button.is-current { color: var(--amber); }
.menu-button { display: none; width: 43px; height: 43px; border: 1px solid #ffffff55; border-radius: 50%; background: transparent; place-content: center; gap: 6px; cursor: pointer; }
.menu-button span { width: 17px; height: 1px; background: currentColor; }

.mobile-menu { position: fixed; z-index: 60; inset: 0; padding: 30px 6vw 8vh; background: var(--coral); color: var(--ink); transform: translateY(-105%); transition: transform .65s cubic-bezier(.75,0,.25,1); }
.mobile-menu.is-open { transform: none; }
.mobile-menu__close { display: block; margin-left: auto; border: 0; background: none; text-transform: uppercase; letter-spacing: .2em; cursor: pointer; }
.mobile-menu nav { height: 85vh; display: flex; flex-direction: column; justify-content: center; }
.mobile-menu a { display: flex; gap: 20px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid #10161555; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 12vw, 90px); line-height: .95; font-style: italic; }
.mobile-menu a span { font-family: Arial, sans-serif; font-size: 10px; font-style: normal; letter-spacing: .18em; }

.hero-section { min-height: 760px; height: 100svh; position: relative; overflow: hidden; border: 1px solid #efd9bb90; background: var(--petrol-deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #001a1dde 0%, #001a1d68 48%, #001a1d38 72%, #001a1dba 100%), linear-gradient(0deg, #001a1d85, transparent 50%); }
.hero-grain { position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 2; width: 100%; height: 100%; padding: 150px 5vw 8vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .kicker { margin: 0; text-transform: uppercase; letter-spacing: .27em; font-size: 9px; line-height: 1.5; }
.hero-content h1 { max-width: 970px; margin: 28px 0 34px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(56px, 7.5vw, 122px); font-weight: 400; font-style: italic; line-height: .88; letter-spacing: -.06em; text-wrap: balance; }
.hero-content h1 span, h2 span { display: block; }
.hero-content h1 span:last-child { color: var(--amber); }
.hero-intro { width: min(520px, 60vw); margin: 0; padding-left: 115px; font-family: Georgia, serif; font-size: 16px; line-height: 1.6; }
.round-link { position: absolute; right: 4.5vw; bottom: 7vh; width: 126px; height: 126px; display: grid; place-content: center; text-align: center; border: 1px solid var(--cream); border-radius: 50%; text-transform: uppercase; letter-spacing: .17em; font-size: 9px; transition: background .3s, color .3s, transform .3s; }
.round-link b { display: block; margin-top: 8px; font-size: 20px; font-weight: 400; }
.round-link:hover { background: var(--coral); color: var(--ink); transform: rotate(8deg); }
.hero-frequency { position: absolute; z-index: 2; left: 0; bottom: 36px; display: flex; align-items: center; height: 40px; color: var(--mint); }
.hero-frequency span { width: 7vw; height: 1px; background: currentColor; }
.hero-frequency i { width: 2px; margin: 0 2px; background: currentColor; border-radius: 2px; }
.hero-frequency b { width: 15px; height: 15px; margin-left: 10px; border: 1px solid var(--coral); border-radius: 50%; }
.hero-index { position: absolute; z-index: 2; right: 3.5vw; top: 50%; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .25em; font-size: 8px; }

.section-pad { padding: clamp(90px, 12vw, 190px) 5vw; }
.manifest-section { position: relative; background: var(--paper); color: var(--ink); }
.section-number { position: absolute; top: 8vw; right: 5vw; width: 54px; height: 54px; display: grid; place-content: center; border: 1px solid var(--coral); border-radius: 50%; font-size: 10px; }
.manifest-heading { display: grid; grid-template-columns: 25% 75%; align-items: start; }
.manifest-heading h2, .music-intro h2, .films-heading h2, .photo-copy h2, .about-section h2, .contact-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(54px, 8vw, 130px); font-weight: 400; font-style: italic; line-height: .88; letter-spacing: -.055em; }
.manifest-heading h2 span:last-child { color: var(--coral); }
.manifest-grid { margin-top: 9vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 12vw; align-items: center; }
.manifest-grid > p { max-width: 430px; margin: 0 0 0 10vw; font-family: Georgia, serif; font-size: clamp(18px, 1.6vw, 25px); line-height: 1.55; }
.paper-photo { position: relative; margin: 0; padding: 12px 12px 38px; border: 1px solid #10161535; background: var(--cream); box-shadow: 0 24px 70px #00292b25; transform: rotate(1.3deg); }
.paper-photo::before, .paper-photo::after { content: "+"; position: absolute; top: 6px; color: var(--coral); font-size: 16px; }
.paper-photo::before { left: 6px; } .paper-photo::after { right: 6px; }
.paper-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.02); }
.paper-photo figcaption { margin-top: 12px; text-transform: uppercase; letter-spacing: .2em; font-size: 8px; }

.moving-line { overflow: hidden; border-block: 1px solid var(--ink); background: var(--amber); color: var(--ink); }
.moving-line div { width: max-content; padding: 22px 0; font-size: clamp(24px, 3.4vw, 58px); font-weight: 700; letter-spacing: -.04em; animation: marquee 28s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.music-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: center; background: var(--petrol-deep); }
.music-intro h2 { margin: 28px 0 36px; color: var(--amber); }
.music-intro > p:last-child { max-width: 480px; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; color: #f2eadbc7; }
.sound-player { min-width: 0; padding: clamp(24px, 4vw, 56px); border: 1px solid #efd9bb80; border-radius: 3px; background: #002426; box-shadow: 16px 16px 0 var(--coral); }
.sound-player__topline { display: flex; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid #ffffff25; text-transform: uppercase; letter-spacing: .22em; font-size: 8px; }
.live-dot { color: var(--coral); }
.sound-player__main { min-height: 160px; display: grid; grid-template-columns: 104px auto 1fr; gap: 30px; align-items: center; }
.disc-button { width: 94px; height: 94px; border: 1px solid var(--cream); border-radius: 50%; background: repeating-radial-gradient(circle, var(--ink) 0 4px, #27302f 5px 7px); color: var(--cream); cursor: pointer; transition: transform .3s; }
.disc-button:hover { transform: rotate(18deg); }
.disc-button span { display: grid; place-content: center; width: 36px; height: 36px; margin: auto; border-radius: 50%; background: var(--coral); color: var(--ink); }
.sound-player__copy { display: flex; flex-direction: column; gap: 8px; }
.sound-player__copy strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.sound-player__copy span { color: #ffffff75; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.waveform { height: 60px; display: flex; justify-content: flex-end; align-items: center; gap: 3px; overflow: hidden; }
.waveform i { width: 2px; min-height: 4px; background: var(--mint); opacity: .55; }
.waveform.is-playing i { animation: pulseWave .7s ease-in-out infinite alternate; animation-delay: calc(var(--i) * 40ms); }
@keyframes pulseWave { to { transform: scaleY(.35); opacity: 1; } }
.soundcloud-frame { width: 100%; height: 120px; border: 0; filter: saturate(.7) hue-rotate(100deg); }
.soundcloud-link { display: inline-block; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--amber); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }

.films-section { background: var(--cream); color: var(--ink); }
.films-heading { display: grid; grid-template-columns: 18% 1fr 28%; gap: 4vw; align-items: start; }
.films-heading h2 span:last-child { color: var(--blue); }
.films-heading > p:last-child { margin: 0; font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.film-grid { margin-top: 9vw; display: grid; grid-template-columns: 1.12fr .88fr; gap: 3vw; align-items: start; }
.film-card:nth-child(2) { margin-top: 12vw; }
.film-card button { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; background: var(--ink); color: white; cursor: pointer; text-align: left; }
.film-card video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 1.1s ease, filter .4s; filter: saturate(.78) contrast(1.08); }
.film-card:hover video, .film-card.is-active video { transform: scale(1.035); filter: saturate(1) contrast(1); }
.film-card__index, .film-card__title, .film-card__play { position: absolute; z-index: 2; }
.film-card__index { top: 20px; left: 22px; text-transform: uppercase; letter-spacing: .2em; font-size: 8px; }
.film-card__title { left: 22px; bottom: 22px; font-family: Georgia, serif; font-size: clamp(24px, 3vw, 46px); font-style: italic; }
.film-card__play { right: 22px; bottom: 20px; width: 48px; height: 48px; display: grid; place-content: center; border-radius: 50%; background: var(--coral); color: var(--ink); }

.photo-section { display: grid; grid-template-columns: .8fr 1.4fr .65fr; gap: 3vw; align-items: end; background: var(--blue); color: var(--paper); }
.photo-copy { align-self: start; padding-top: 2vw; }
.photo-copy h2 { margin: 32px 0; font-size: clamp(48px, 6vw, 94px); }
.photo-copy h2 span:last-child { color: var(--amber); }
.photo-copy > p:last-child { font-family: Georgia, serif; line-height: 1.6; }
.photo-main, .photo-secondary { margin: 0; }
.photo-main img { width: 100%; min-height: 600px; object-fit: cover; }
.photo-secondary { margin-bottom: 7vw; transform: rotate(2deg); }
.photo-secondary img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 60% center; }
.photo-main figcaption, .photo-secondary figcaption { margin-top: 12px; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }

.about-section { position: relative; display: grid; grid-template-columns: 1fr 3fr 1fr; gap: 5vw; align-items: center; overflow: hidden; background: var(--paper); color: var(--ink); }
.about-mark { width: 130px; height: 130px; display: grid; place-content: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--coral); font-size: 70px; transform: rotate(-8deg); }
.about-section h2 { margin-top: 28px; }
.about-section h2 span:last-child { color: var(--coral); }
.about-body { align-self: end; margin: 0; font-family: Georgia, serif; font-size: 16px; line-height: 1.6; }

.contact-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; background: var(--petrol); }
.contact-heading h2 { margin-top: 32px; color: var(--paper); }
.contact-heading h2 span:last-child { color: var(--amber); }
.contact-form { padding-top: 30px; }
.contact-form label { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 12px; padding: 22px 0; border-bottom: 1px solid #f2eadb55; }
.contact-form label span { padding-top: 8px; color: var(--mint); font-size: 9px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 4px 0; resize: vertical; border: 0; outline: 0; background: transparent; color: var(--paper); font-family: Georgia, serif; font-size: clamp(20px, 2.2vw, 34px); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #f2eadb95; }
.contact-form button { width: 100%; margin-top: 42px; padding: 20px 24px; display: flex; justify-content: space-between; border: 1px solid var(--paper); border-radius: 0; background: transparent; color: var(--paper); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; cursor: pointer; transition: background .25s, color .25s; }
.contact-form button:hover { background: var(--amber); color: var(--ink); }
.contact-form button b { font-size: 18px; font-weight: 400; }

.site-footer { padding: 8vw 5vw 34px; background: var(--amber); color: var(--ink); }
.site-footer > img { width: min(720px, 80vw); margin-bottom: 5vw; mix-blend-mode: multiply; }
.footer-links { display: flex; gap: 32px; margin-bottom: 6vw; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.footer-links a { padding-bottom: 5px; border-bottom: 1px solid; }
.footer-bottom { padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid #10161555; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.footer-bottom a { text-align: right; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .hero-intro { padding-left: 0; }
  .manifest-heading, .films-heading { grid-template-columns: 1fr; gap: 28px; }
  .manifest-grid { grid-template-columns: 1fr 1fr; gap: 7vw; }
  .manifest-grid > p { margin-left: 0; }
  .music-section { grid-template-columns: 1fr; }
  .photo-section { grid-template-columns: 1fr 1.4fr; }
  .photo-secondary { display: none; }
  .about-section { grid-template-columns: .4fr 2fr; }
  .about-body { grid-column: 2; }
  .contact-section { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { padding: 14px 18px; }
  .header-logo img { width: 130px; height: 60px; }
  .language-switch { display: none; }
  .hero-section { min-height: 680px; }
  .hero-image { object-position: 42% center; }
  .hero-content { padding: 110px 20px 90px; justify-content: flex-end; }
  .hero-content h1 { margin: 18px 0 22px; font-size: clamp(48px, 15vw, 76px); }
  .hero-intro { width: 100%; max-width: 92%; font-size: 14px; }
  .round-link { width: 86px; height: 86px; right: 18px; bottom: 24px; }
  .hero-frequency, .hero-index { display: none; }
  .section-pad { padding: 90px 20px; }
  .section-number { top: 30px; right: 20px; }
  .manifest-heading h2, .music-intro h2, .films-heading h2, .photo-copy h2, .about-section h2, .contact-heading h2 { font-size: clamp(48px, 15vw, 76px); }
  .manifest-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .manifest-grid > p { font-size: 18px; }
  .paper-photo { margin-top: 20px; }
  .paper-photo img { aspect-ratio: 4 / 3; }
  .moving-line div { padding: 16px 0; }
  .sound-player { padding: 20px; box-shadow: 8px 8px 0 var(--coral); }
  .sound-player__main { grid-template-columns: 74px 1fr; gap: 18px; }
  .disc-button { width: 68px; height: 68px; }
  .waveform { grid-column: 1 / -1; justify-content: stretch; height: 40px; }
  .waveform i { flex: 1; }
  .soundcloud-frame { height: 130px; }
  .films-heading > p:last-child { margin-top: 10px; }
  .film-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 65px; }
  .film-card:nth-child(2) { margin-top: 0; }
  .photo-section { grid-template-columns: 1fr; }
  .photo-main img { min-height: 460px; }
  .about-section { grid-template-columns: 1fr; }
  .about-mark { width: 90px; height: 90px; font-size: 50px; }
  .about-body { grid-column: 1; font-size: 16px; }
  .contact-section { gap: 40px; }
  .site-footer { padding: 75px 20px 26px; }
  .site-footer > img { width: 100%; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom a { text-align: left; }
}

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

/* WordPress / Elementor compatibility */
body.admin-bar .site-header { top: 32px; }
.tm-site { overflow: hidden; }
.tm-site .entry-content { margin: 0; }
.tm-elementor-content > .elementor { width: 100%; }
.tm-default-page { min-height: 70vh; padding: 160px 5vw 100px; background: var(--paper); color: var(--ink); }
.tm-default-page h1 { max-width: 1100px; margin: 0 0 50px; font: italic clamp(52px,8vw,120px)/.9 Georgia,serif; letter-spacing: -.055em; }
.tm-default-page .entry-content { max-width: 900px; font: 19px/1.7 Georgia,serif; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.tm-notice { margin: 0; padding: 14px 5vw; background: var(--mint); color: var(--ink); text-align: center; font-size: 12px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
.hero-language { position: absolute; z-index: 4; top: 28px; right: 28px; display: none; }
.elementor-template-canvas .hero-language { display: flex; }
