/* Social Film Drama. Palette shared with the licence shop (sfd.elty.io): teal, mint and yellow on slate. No reds. */

:root {
  /* Palette shared with the licence shop at sfd.elty.io: teals, mint and yellow on slate.
     No reds anywhere: this site is about abuse, and red reads as blood and danger. */
  --night: #18191b;        /* dark sections, footer */
  --slate: #373b43;        /* header */
  --paper: #f4f6f9;        /* page background */
  --tint: #e7eaef;         /* alternate sections */
  --white: #fff;
  --ink: #18191b;
  --heading: #212327;
  --muted: #50545e;        /* 7:1 on --paper */
  --line: #d3d7dd;
  --brand: #2b6462;        /* deep teal: buttons, links, prices. 6.9:1 with white */
  --brand-deep: #1f4b49;
  --brand-soft: #daf1f0;   /* mint */
  --teal: #2b9794;         /* the shop's teal, for decoration and large type */
  --accent: #7bc6c4;       /* light teal for text and marks on dark backgrounds */
  --yellow: #ffbb33;       /* the shop's call-to-action yellow, with dark text */
  --yellow-deep: #f0a800;
  --on-brand: #fff;
  --focus: #ffbb33;
  --display: "Inter", "Helvetica Neue", Arial, sans-serif;
  --text: "Inter", "Helvetica Neue", Arial, sans-serif;
  --serif: "Alice", Georgia, serif;
  --wrap: 1200px;
  --prose: 760px;
  --gutter: clamp(16px, 4vw, 40px);
  --radius: 10px;
  --shadow: 0 1px 2px rgb(20 22 28 / .06), 0 8px 24px rgb(20 22 28 / .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1.0625rem/1.65 var(--text); -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brand-deep); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--brand); color: var(--on-brand); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -80px; z-index: 50; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 6px; font-weight: 600; }
.skip:focus { top: 12px; }
.main:focus { outline: none; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; color: var(--heading); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.022em; }
h1 { font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.4rem); }
h2 { font-size: clamp(1.55rem, 1.2rem + 1.4vw, 2.2rem); }
h3 { font-size: 1.25rem; line-height: 1.35; }
p { margin: 0 0 1em; }
/* Labels above headings: the old site's serif, in sentence case, led by a stroke of the logo's brush */
.eyebrow { display: flex; align-items: center; gap: 12px; font: 400 1.05rem/1.4 var(--serif); color: var(--brand); margin-bottom: .8rem; }
.eyebrow::before { content: ""; flex: none; width: 34px; height: 8px; background: currentColor; -webkit-mask: url("/brush-dash.png") center / 100% 100% no-repeat; mask: url("/brush-dash.png") center / 100% 100% no-repeat; }
.eyebrow a { color: inherit; text-decoration: none; }
.eyebrow a:hover { text-decoration: underline; }
.lede { font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); line-height: 1.6; color: var(--muted); max-width: 62ch; }
.lede p:last-child { margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-prose { max-width: calc(var(--prose) + 2 * var(--gutter)); }
.wrap-narrow { max-width: calc(880px + 2 * var(--gutter)); }

/* Buttons */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 48px;
  background: var(--brand); color: var(--on-brand); text-decoration: none; border: 2px solid var(--brand);
  font: 600 1rem/1.2 var(--display); padding: .8em 1.5em; border-radius: 999px; cursor: pointer; text-align: center;
  transition: background .15s, border-color .15s, color .15s, transform .15s;
}
.button:hover { background: var(--brand-deep); border-color: var(--brand-deep); color: var(--on-brand); text-decoration: none; }
.button:active { transform: translateY(1px); }
.button-small { min-height: 44px; padding: .55em 1.15em; font-size: .95rem; }
.button-large { min-height: 54px; padding: .9em 1.8em; font-size: 1.05rem; }
.button-block { width: 100%; }
.button-ghost { background: transparent; color: var(--white); border-color: rgb(255 255 255 / .8); }
.button-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-ghost-dark { background: transparent; color: var(--brand); border-color: var(--brand); }
.button-shop { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.button-shop:hover { background: var(--yellow-deep); border-color: var(--yellow-deep); color: var(--ink); }
.button-shop:focus-visible { outline-color: var(--ink); }
.button-ghost-dark:hover { background: var(--brand); color: var(--on-brand); }
/* Buttons that leave the site for the licence shop carry an external-link icon */
a.button[href*="sfd.elty.io"]::after {
  content: ""; width: .95em; height: .95em; flex: none; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4h6v6'/%3E%3Cpath d='M20 4 10.5 13.5'/%3E%3Cpath d='M18 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4h6v6'/%3E%3Cpath d='M20 4 10.5 13.5'/%3E%3Cpath d='M18 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.linkish { background: none; border: 0; padding: 0; font: inherit; color: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* Header */
.header { background: var(--slate); position: sticky; top: 0; z-index: 20; }
.header-inner { max-width: 1400px; margin: 0 auto; padding: 10px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; border-radius: 6px; }
.brand img { width: 84px; height: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px 20px; }
.nav a { font: 500 .95rem/1 var(--display); color: #eceef1; text-decoration: none; padding: 12px 0; display: inline-block; border-bottom: 2px solid transparent; }
.nav a:hover { color: var(--white); border-bottom-color: rgb(255 255 255 / .5); }
.nav a[aria-current] { color: var(--white); border-bottom-color: var(--accent); }
.nav .nav-cta a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 1.25em; margin-left: 6px; background: var(--yellow); color: var(--ink); border: 2px solid var(--yellow); font-weight: 600; }
.nav .nav-cta a:hover { background: var(--yellow-deep); border-color: var(--yellow-deep); color: var(--ink); }
.nav .nav-cta a:focus-visible { outline-color: var(--white); }
.menu-toggle { display: none; }

@media (max-width: 1080px) {
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 6px; background: none; border: 0; color: var(--white); font: 600 1rem var(--display); cursor: pointer; }
  .menu-bars, .menu-bars::before, .menu-bars::after { display: block; width: 24px; height: 2px; background: currentColor; position: relative; transition: transform .2s, background .2s; }
  .menu-bars::before, .menu-bars::after { content: ""; position: absolute; left: 0; }
  .menu-bars::before { top: -7px; } .menu-bars::after { top: 7px; }
  .menu-toggle[aria-expanded="true"] .menu-bars { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-bars::before { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-bars::after { transform: translateY(-7px) rotate(-45deg); }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--slate); padding: 4px var(--gutter) 24px; max-height: calc(100vh - 80px); overflow-y: auto; box-shadow: 0 16px 32px rgb(0 0 0 / .3); }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav li { border-top: 1px solid rgb(255 255 255 / .1); }
  .nav a { font-size: 1.15rem; padding: 15px 14px; width: 100%; border-bottom: 0; border-left: 4px solid transparent; }
  .nav a:hover { background: rgb(255 255 255 / .05); }
  .nav a[aria-current] { border-left-color: var(--accent); background: rgb(123 198 196 / .16); font-weight: 700; }
  .nav .nav-cta { border: 0; padding-top: 18px; }
  .nav .nav-cta a { margin: 0; justify-content: center; }
}

/* Breadcrumb */
.crumbs { padding-top: 20px; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; font-size: .9rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 4px; opacity: .6; }
.crumbs a { color: inherit; }
.kind-film .crumbs, .kind-awards .crumbs { position: absolute; left: 0; right: 0; z-index: 2; }
.kind-film .crumbs ol, .kind-awards .crumbs ol { color: #c9ccd2; }

/* Sections */
.section { padding: clamp(56px, 7vw, 104px) 0; }
.section-flush { padding-top: 0; }
.section-page { padding-top: clamp(32px, 4vw, 56px); }
.section-tint { background: var(--tint); }
.section-brand { background: var(--brand); color: var(--on-brand); }
.section-night { background: var(--night); color: #dfe2e7; }
.section-head { max-width: 62ch; margin-bottom: clamp(28px, 3.5vw, 44px); }
.section-head p { color: var(--muted); font-size: 1.1rem; margin: 0; }
.section-night h2 { color: var(--white); }
.section-night .section-head p { color: #b9bec7; }
.section-more { margin: 2rem 0 0; font-weight: 600; }
.section-night .section-more a, .section-brand a { color: var(--white); }
.section-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 12px; }
.page-head { padding-top: clamp(24px, 3.5vw, 44px); padding-bottom: clamp(28px, 3vw, 44px); }

/* Hero: copy on the left, the three films as tiles on the right */
.hero { position: relative; background: radial-gradient(ellipse at 85% 0%, #1d4c4a 0%, rgb(74 20 38 / 0) 55%), var(--night); color: var(--white); overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; padding-top: clamp(56px, 7vw, 104px); padding-bottom: clamp(40px, 5vw, 64px); }
.hero h1 { color: var(--white); font-size: clamp(2.2rem, 1.4rem + 2.8vw, 3.6rem); line-height: 1.08; }
.hero-text { font-size: clamp(1.08rem, 1rem + .35vw, 1.25rem); line-height: 1.6; max-width: 50ch; color: #dcdfe4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.8rem 0 0; }
.hero-credits { margin: 1.6rem 0 0; font: italic 400 1.05rem/1.5 var(--serif); color: #cfd2d8; }
.hero-credits a { color: inherit; text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat; padding-bottom: 2px; }
.hero-credits a:hover { color: var(--white); }
.hero-tiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; aspect-ratio: 6 / 5; }
.hero-tile:first-child { grid-row: 1 / 3; }
.hero-tile a { position: relative; display: block; height: 100%; border-radius: 12px; overflow: hidden; background: #0c0d10; box-shadow: 0 18px 40px rgb(0 0 0 / .45); text-decoration: none; color: var(--white); }
.hero-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-tile a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 0) 45%, rgb(8 9 12 / .88) 100%); }
.hero-tile a:hover img { transform: scale(1.05); }
.hero-tile-text { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 1; display: flex; flex-direction: column; gap: 2px; }
.hero-tile-text strong { font: 600 1.3rem/1.2 var(--display); }
.hero-tile:first-child .hero-tile-text strong { font-size: 1.6rem; }
.hero-tile-text span { font-size: .86rem; color: #d7dade; }
.hero-tile a:focus-visible { outline-offset: 4px; }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-tiles { aspect-ratio: auto; grid-template-columns: repeat(3, 1fr); grid-template-rows: none; gap: 10px; }
  .hero-tile:first-child { grid-row: auto; }
  .hero-tile a { aspect-ratio: 3 / 4; }
  .hero-tile-text { left: 10px; right: 10px; bottom: 10px; }
  .hero-tile-text strong, .hero-tile:first-child .hero-tile-text strong { font-size: 1rem; }
  .hero-tile-text span { display: none; }
}

/* Client logos */
.clients { background: var(--white); padding: clamp(40px, 5vw, 64px) 0; border-bottom: 1px solid var(--line); }
.clients-title { font: italic 400 1.2rem/1.4 var(--serif); color: var(--muted); text-align: center; margin-bottom: clamp(24px, 3vw, 36px); }
.clients-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(20px, 3vw, 40px) clamp(24px, 4vw, 56px); align-items: center; }
.clients-grid li { display: flex; align-items: center; justify-content: center; min-height: 88px; }
.clients-grid img { max-width: 100%; height: auto; object-fit: contain; }
.clients-note { text-align: center; color: var(--muted); font-size: .95rem; margin: clamp(24px, 3vw, 36px) auto 0; max-width: 60ch; }
@media (max-width: 900px) { .clients-grid { grid-template-columns: repeat(3, 1fr); } .clients-grid li { min-height: 72px; } .clients-grid img { max-width: 80%; } }
@media (max-width: 480px) { .clients-grid { grid-template-columns: repeat(2, 1fr); } }

/* Film cards */
.film-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: clamp(20px, 2.5vw, 32px); }
.film-grid-two { grid-template-columns: repeat(auto-fill, minmax(min(100%, 420px), 1fr)); }
.film-grid-three { grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); }
.film-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.film-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgb(20 22 28 / .06), 0 16px 36px rgb(20 22 28 / .14); }
.film-card-media { display: block; position: relative; aspect-ratio: 16 / 10; background: #111; overflow: hidden; }
.film-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.film-card:hover .film-card-media img { transform: scale(1.04); }
.film-card-badge { position: absolute; left: 14px; top: 14px; background: rgb(14 15 19 / .8); color: #fff; font: 600 .75rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; padding: 7px 10px; border-radius: 999px; }
.film-card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.film-card-title { font-size: 1.45rem; margin-bottom: .35em; }
.film-card-title a { color: var(--heading); text-decoration: none; }
.film-card-title a::after { content: ""; position: absolute; inset: 0; }
.film-card-title a:focus-visible { outline: none; }
.film-card:has(.film-card-title a:focus-visible) { outline: 3px solid var(--focus); outline-offset: 3px; }
.film-card-logline { margin-bottom: .6em; }
.film-card-meta { font-size: .9rem; color: var(--muted); margin-bottom: 1em; }
.film-card-price { font: 600 1.05rem/1.3 var(--display); color: var(--brand); margin-top: auto; margin-bottom: .9em; }
.film-card-unavailable { color: var(--muted); font-weight: 500; font-size: .95rem; margin-bottom: 0; }
.film-card-actions { margin: 0; position: relative; z-index: 1; }
.film-card-archive .film-card-title { font-size: 1.25rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.6rem; }
.chips a { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 500; }
.chips a:hover { border-color: var(--brand); color: var(--brand); }
.chips a[aria-current] { background: var(--brand); border-color: var(--brand); color: var(--white); }

/* Steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; counter-reset: step; }
.steps li { background: var(--white); border-radius: var(--radius); padding: 26px 26px 22px; box-shadow: var(--shadow); counter-increment: step; }
.steps li::before { content: counter(step); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); font: 700 1.1rem var(--display); margin-bottom: 14px; }
.steps h2, .steps h3 { font-size: 1.25rem; margin-bottom: .35em; }
.steps p { margin: 0; color: var(--muted); }

/* Quotes */
.quote { margin: 2.2rem 0; padding: 0; }
.quote blockquote { margin: 0; }
.quote blockquote p { font: 500 clamp(1.2rem, 1rem + .9vw, 1.5rem)/1.45 var(--display); color: var(--heading); margin: 0; }
.quote blockquote p::before { content: "\201C"; } .quote blockquote p::after { content: "\201D"; }
.quote figcaption { font: 400 1rem/1.6 var(--serif); margin-top: 1rem; color: var(--muted); }
.quote figcaption::before { content: "\2014\00a0"; }
.wrap-prose .quote { border-left: 4px solid var(--brand); padding-left: 24px; }
.quote-large { margin: 0; text-align: center; }
.quote-large blockquote p { color: var(--white); font-size: clamp(1.4rem, 1.05rem + 1.4vw, 2.1rem); line-height: 1.35; }
.quote-large figcaption { color: #d7eeec; font-family: var(--text); }
.quote-large figcaption::before { content: none; }
.section-brand .section-more { text-align: center; }

/* Testimonial carousel (home) */
.carousel-wrap { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(8px, 3vw, 40px); max-width: 1100px; }
.carousel-track { display: grid; }
.carousel-slide { grid-area: 1 / 1; align-self: center; transition: opacity .35s ease; }
.carousel-slide[data-inactive] { opacity: 0; visibility: hidden; }
.carousel-btn { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; border: 2px solid rgb(255 255 255 / .55); background: transparent; color: var(--white); cursor: pointer; transition: background .15s, border-color .15s, transform .15s; }
.carousel-btn[hidden] { display: none; }
.carousel-btn:hover { background: var(--white); color: var(--brand); border-color: var(--white); }
.carousel-btn:active { transform: scale(.96); }
.carousel-btn:focus-visible { outline-color: var(--white); }
.carousel-count { text-align: center; color: #cfeae8; font: 600 .9rem/1 var(--display); letter-spacing: .1em; margin: 1.6rem 0 0; }
.carousel .section-more { margin-top: 1.2rem; }
.carousel .quote-large blockquote p { font-size: clamp(1.3rem, 1rem + 1.2vw, 1.9rem); }
@media (max-width: 640px) {
  .carousel-wrap { grid-template-columns: 1fr 1fr; }
  .carousel-track { grid-column: 1 / -1; grid-row: 1; }
  .carousel-prev { grid-row: 2; justify-self: end; } .carousel-next { grid-row: 2; justify-self: start; }
  .carousel-btn { width: 52px; height: 52px; margin-top: 20px; }
}

/* Laurels */
.laurels { display: grid; gap: clamp(20px, 3vw, 36px); }
.laurel { margin: 0; text-align: center; }
.laurel img { width: 100%; max-width: 260px; margin: 0 auto; }
.laurel figcaption { margin-top: 12px; display: flex; flex-direction: column; gap: 2px; font-size: .95rem; }
.laurel figcaption strong { font-family: var(--display); font-weight: 600; }
.laurels-compact { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); align-items: start; }
.laurels-compact .laurel img { max-width: 190px; }
.laurels-compact figcaption, .laurels-inline figcaption { color: #c3c7ce; font-size: .88rem; }
.laurels-compact figcaption strong, .laurels-inline figcaption strong { color: #f1f2f4; }
.film-awards { margin-top: clamp(40px, 5vw, 64px); padding-top: 28px; border-top: 1px solid rgb(255 255 255 / .12); }
.film-awards-title { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--accent); margin-bottom: 20px; }
.laurels-inline { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 28px 24px; align-items: start; }
.laurels-inline .laurel img { max-width: 170px; }

/* Awards page */
.awards-stage { position: relative; background: radial-gradient(ellipse at 50% -10%, #1d4c4a 0%, #15262a 38%, var(--night) 70%); color: #dfe2e7; padding: clamp(96px, 11vw, 150px) 0 clamp(72px, 9vw, 120px); overflow: hidden; }
.awards-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 120%, rgb(212 160 23 / .10), transparent 55%); }
.awards-head { text-align: center; max-width: 720px; margin: 0 auto clamp(48px, 6vw, 80px); position: relative; z-index: 1; }
.awards-head h1 { color: var(--white); font-size: clamp(2.6rem, 1.6rem + 4vw, 4.6rem); }
.awards-head .eyebrow { color: var(--accent); justify-content: center; }
.awards-head .lede { color: #c3c7ce; margin: 0 auto; }
.laurels-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: clamp(24px, 3vw, 40px); position: relative; z-index: 1; }
.laurels-grid .laurel { padding: 28px 20px 24px; border-radius: 14px; background: linear-gradient(180deg, rgb(255 255 255 / .05), rgb(255 255 255 / .015)); border: 1px solid rgb(255 255 255 / .08); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.laurels-grid .laurel:hover { transform: translateY(-4px); background: linear-gradient(180deg, rgb(255 255 255 / .09), rgb(255 255 255 / .03)); border-color: rgb(123 198 196 / .35); }
.laurels-grid .laurel img { max-width: 240px; filter: drop-shadow(0 0 22px rgb(255 255 255 / .12)); }
.laurels-grid figcaption { color: #b9bec7; }
.laurels-grid figcaption strong { color: var(--white); font-size: 1.05rem; }
.laurels-grid figcaption a { color: var(--accent); margin-top: 6px; font-weight: 600; }
@media (prefers-reduced-motion: no-preference) {
  .laurels-grid .laurel { animation: rise .7s ease both; }
  .laurels-grid .laurel:nth-child(2) { animation-delay: .06s; } .laurels-grid .laurel:nth-child(3) { animation-delay: .12s; }
  .laurels-grid .laurel:nth-child(4) { animation-delay: .18s; } .laurels-grid .laurel:nth-child(5) { animation-delay: .24s; }
  .laurels-grid .laurel:nth-child(6) { animation-delay: .30s; } .laurels-grid .laurel:nth-child(7) { animation-delay: .36s; }
  .laurels-grid .laurel:nth-child(8) { animation-delay: .42s; } .laurels-grid .laurel:nth-child(9) { animation-delay: .48s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* Film page */
.film-hero { background: var(--night); color: #dfe2e7; padding: clamp(84px, 9vw, 120px) 0 clamp(48px, 6vw, 72px); }
.film-hero .eyebrow { color: var(--accent); }
.film-hero h1 { color: var(--white); margin-bottom: .25em; }
.film-logline { font-size: clamp(1.15rem, 1rem + .5vw, 1.4rem); line-height: 1.55; max-width: 60ch; color: #e3e5ea; }
.film-meta { color: #b3b8c1; font-size: .95rem; }
.film-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(24px, 3vw, 40px); align-items: start; margin-top: 28px; }
@media (max-width: 900px) { .film-hero-grid { grid-template-columns: 1fr; } }
.licence { background: var(--white); color: var(--ink); border-radius: 14px; padding: 26px; box-shadow: 0 20px 50px rgb(0 0 0 / .35); }
.licence-title { font-size: 1.3rem; margin-bottom: .25em; }
.licence-price { font: 700 1.6rem/1.2 var(--display); color: var(--brand); margin-bottom: .8em; }
.licence-list { list-style: none; padding: 0; margin: 0 0 1.3em; }
.licence-list li { position: relative; padding-left: 28px; margin-bottom: .55em; font-size: .98rem; line-height: 1.5; }
.licence-list li::before { content: ""; position: absolute; left: 2px; top: .45em; width: 14px; height: 8px; border-left: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand); transform: rotate(-45deg); }
.licence-schools { background: var(--brand-soft); border-radius: 8px; padding: 12px 14px; font-size: .95rem; margin: 1em 0 0; }
.licence-note, .licence-help { font-size: .93rem; color: var(--muted); margin: 1em 0 0; }

/* Player */
.player { margin: 0; }
.player-frame { position: relative; aspect-ratio: var(--ratio, 16 / 9); background: #0c0d10; border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 50px rgb(0 0 0 / .3); }
.player-frame video, .player-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.player-facade { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; background: #000; cursor: pointer; display: block; }
.player-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .2s, transform .4s; }
.player-facade:hover img { opacity: 1; transform: scale(1.02); }
.player-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 78px; height: 78px; border-radius: 50%; background: rgb(43 100 98 / .92); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 30px rgb(0 0 0 / .45); transition: transform .2s, background .2s; }
.player-play svg { margin-left: 4px; }
.player-facade:hover .player-play, .player-facade:focus-visible .player-play { transform: translate(-50%, -50%) scale(1.08); background: var(--brand); }
.player figcaption { margin-top: 10px; font-size: .92rem; color: var(--muted); }
.film-hero .player figcaption { color: #b3b8c1; }
.player-note::before { content: "· "; }

/* Prose and blocks */
.block { margin: 0 0 1.8rem; }
.block:last-child { margin-bottom: 0; }
.block-centred { max-width: 520px; margin-left: auto; margin-right: auto; }
.prose h1 { margin-bottom: .4em; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }
.prose ul { padding-left: 1.2em; margin: 0 0 1.1em; }
.prose li { margin-bottom: .35em; }
.prose li p { margin: 0; }
.prose .lede { color: var(--muted); }
.image { margin-left: 0; margin-right: 0; }
.image img { border-radius: var(--radius); }
.rule { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
.cta-panel { background: var(--white); border-radius: 14px; padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow); margin-top: 3rem; border-top: 4px solid var(--brand); }
.cta-panel h2 { font-size: 1.5rem; margin-top: 0; }
.cta-panel p:last-child { margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0 clamp(20px, 3vw, 40px); }
.col { grid-column: span var(--span); min-width: 0; }
@media (max-width: 767px) { .grid { display: block; } .col-empty { display: none; } .col + .col { margin-top: 2rem; } }

/* Split card and help strip (home) */
.split-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.split-card img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.split-card-body { padding: clamp(28px, 4vw, 56px); align-self: center; }
.split-card-body h2 { color: var(--brand); }
@media (max-width: 767px) { .split-card { grid-template-columns: 1fr; } }
.help-strip { margin-top: clamp(32px, 4vw, 48px); display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 4px 16px; text-align: center; }
.help-strip h2 { font-size: 1.25rem; margin: 0; }
.help-strip p { margin: 0; color: var(--muted); }

/* Testimonials */
.testimonials { list-style: none; margin: 0; padding: 0; columns: 2 340px; column-gap: 24px; }
.testimonial { break-inside: avoid; margin-bottom: 24px; }
.testimonial figure { margin: 0; background: var(--white); border-radius: 14px; padding: 28px; box-shadow: var(--shadow); }
.testimonial blockquote { margin: 0 0 18px; }
.testimonial blockquote p { font: 400 1.12rem/1.6 var(--text); margin: 0; }
.testimonial blockquote p::before { content: "\201C"; font: 600 3rem/0 var(--display); color: var(--brand); vertical-align: -.45em; margin-right: 4px; }
.testimonial figcaption { display: flex; flex-direction: column; gap: 2px; font-size: .95rem; }
.testimonial figcaption span { color: var(--muted); }
.tag { align-self: flex-start; margin-top: 10px; font: 600 .8rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; background: var(--brand-soft); color: var(--brand); padding: 9px 12px; border-radius: 999px; }
.tag:hover { background: var(--brand); color: var(--white); text-decoration: none; }

/* FAQs */
.faq-group { font-size: 1rem; text-transform: uppercase; letter-spacing: .12em; color: var(--brand); margin: 2.4rem 0 .8rem; }
.faqs { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 44px 18px 0; position: relative; font: 600 1.12rem/1.4 var(--display); color: var(--heading); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 11px; height: 11px; border-right: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq summary:hover { color: var(--brand); }
.faq .prose { padding: 0 0 20px; }

/* Pager */
.pager { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.pager a { text-decoration: none; font: 600 1.3rem/1.2 var(--display); display: flex; flex-direction: column; gap: 6px; color: var(--heading); }
.pager a:hover { color: var(--brand); }
.pager a span { font: 600 .78rem/1 var(--display); text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.pager-next { text-align: right; margin-left: auto; }

/* Contact form */
.form label { display: block; font: 600 .98rem/1.4 var(--display); margin-bottom: 1.2rem; }
.form fieldset { border: 0; padding: 0; margin: 0 0 1.2rem; }
.form legend { font: 600 .98rem/1.4 var(--display); padding: 0; margin-bottom: .5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label { font-weight: 500; font-size: .92rem; margin: 0; }
.form input:not([type=checkbox]), .form textarea { display: block; width: 100%; margin-top: .4rem; font: 400 1rem/1.5 var(--text); color: var(--ink); background: var(--white); border: 1.5px solid #80868f; border-radius: 8px; padding: 12px 14px; }
.form input:focus-visible, .form textarea:focus-visible { border-color: var(--brand); outline: 3px solid rgb(43 100 98 / .3); outline-offset: 0; }
.form [aria-invalid="true"] { border-color: #9a5200 !important; }
.form .check { display: flex; gap: 12px; align-items: flex-start; font: 400 1rem/1.5 var(--text); }
.form .check input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--brand); flex: none; }
.form-hint { font-size: .95rem; color: var(--muted); margin-bottom: .75rem; }
.form .hp { position: absolute; left: -9999px; }
.form-status { padding: 14px 18px; margin-bottom: 1.5rem; border-left: 4px solid #9a5200; background: var(--white); border-radius: 0 8px 8px 0; }
.form-status.ok { border-color: #2d6a3e; }
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: var(--night); color: #c9ccd2; font-size: .95rem; line-height: 1.75; }
.footer a { color: #eceef1; }
.footer a:hover { color: var(--white); }
.footer .button-shop, .footer .button-shop:hover { color: var(--ink); }
.footer-inner { padding-top: 64px; padding-bottom: 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 72px; margin-bottom: 16px; }
.footer-brand p { max-width: 34ch; }
.footer-col h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: #b3b8c1; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: .35rem; }
.footer-base { padding-top: 22px; padding-bottom: 32px; border-top: 1px solid rgb(255 255 255 / .1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; font-size: .88rem; color: #b3b8c1; }
.footer-base p { margin: 0; }
.footer-base p:last-child { display: flex; gap: 20px; }
.footer .linkish { color: #eceef1; }
@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-inner { grid-template-columns: 1fr; } }

/* Cookie consent */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40; max-width: 560px; margin-left: auto; background: var(--white); color: var(--ink); border-radius: 14px; padding: 20px 22px; box-shadow: 0 20px 60px rgb(0 0 0 / .3); border-top: 4px solid var(--brand); }
.consent p { margin: 0 0 14px; font-size: .96rem; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent .button-ghost { color: var(--brand); border-color: var(--brand); }
.consent .button-ghost:hover { background: var(--brand); color: var(--white); }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
