:root {
  --sv-ink: #090909;
  --sv-paper: #ebe5da;
  --sv-cream: #f4efe7;
  --sv-sand: #c6ad83;
  --sv-sand-deep: #9b8058;
  --sv-dim: #8d877d;
  --sv-line: rgba(15, 15, 15, .18);
  --sv-serif: Georgia, "Times New Roman", serif;
  --sv-sans: Arial, Helvetica, sans-serif;
}

html { scroll-behavior: smooth; }
body.sv-cinematic-page { margin: 0; background: var(--sv-ink); color: #f5f1e8; font-family: var(--sv-sans); overflow-x: hidden; }
.sv-cinematic-page *, .sv-cinematic-page *::before, .sv-cinematic-page *::after { box-sizing: border-box; }
.sv-cinematic-page a { color: inherit; text-decoration: none; }
.sv-cinematic-page img, .sv-cinematic-page video { display: block; max-width: 100%; }
.sv-cinematic-page button { font: inherit; }
.sv-wrap { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.sv-mini { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; }
.sv-accent { color: #bba37d; }
.sv-skip { position: fixed; left: 14px; top: 14px; z-index: 1000; transform: translateY(-180%); padding: 10px 14px; background: #fff; color: #111; border-radius: 3px; }
.sv-skip:focus { transform: translateY(0); }

/* Header */
.sv-topbar { position: absolute; z-index: 30; inset: 0 0 auto; color: #fff; transition: background .25s ease, transform .25s ease; }
.sv-topbar.is-scrolled { position: fixed; background: rgba(9,9,9,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.sv-nav { height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); }
.sv-brand { font-family: var(--sv-serif); font-size: 22px; letter-spacing: .08em; line-height: 1; }
.sv-brand span { display: block; font-family: var(--sv-sans); font-size: 8px; letter-spacing: .28em; margin-top: 7px; opacity: .65; }
.sv-navlinks { display: flex; gap: 28px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.sv-navlinks a, .sv-navcta { transition: opacity .2s ease; }
.sv-navlinks a:hover, .sv-navcta:hover { opacity: .65; }
.sv-navcta { justify-self: end; border-bottom: 1px solid #fff; padding: 8px 0; }

/* Hero */
.sv-hero { min-height: 920px; position: relative; overflow: hidden; background: #171512; }
.sv-hero-media-fallback, .sv-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; }
.sv-hero-media-fallback { z-index: 0; overflow: hidden; }
.sv-hero-media-fallback img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sv-hero-video { z-index: 0; object-fit: cover; object-position: center; opacity: 0; transition: opacity .7s ease; }
.sv-hero-video.is-ready { opacity: 1; }
.sv-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.52),transparent 52%,rgba(0,0,0,.18)), linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.52)); z-index: 1; }
.sv-grain { position: absolute; inset: 0; opacity: .10; z-index: 2; 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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.sv-hero-inner { position: relative; z-index: 4; min-height: 920px; display: flex; align-items: flex-end; padding-bottom: 76px; }
.sv-hero-copy { max-width: 1110px; }
.sv-hero-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; color: #d7c4a5; }
.sv-hero-kicker::before { content: ""; width: 56px; height: 1px; background: #d7c4a5; }
.sv-hero h1 { font-family: var(--sv-serif); font-weight: 400; font-size: clamp(70px, 9vw, 142px); line-height: .83; letter-spacing: -.055em; margin: 0; max-width: 1100px; color: #fff;}
.sv-hero h1 em { font-weight: 400; color: #c9ad7f; }
.sv-hero-bottom { margin-top: 36px; display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 60px; align-items: end; }
.sv-hero p { max-width: 650px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.78); margin: 0; }
.sv-playlink { justify-self: end; display: flex; gap: 14px; align-items: center; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.sv-circle { width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; font-size: 16px; transition: transform .2s ease, background .2s ease; }
.sv-playlink:hover .sv-circle { transform: scale(1.05); background: rgba(255,255,255,.09); }

/* Marquee */
.sv-marquee { background: #c7af87; color: #0a0a0a; overflow: hidden; border-top: 1px solid #b99d70; border-bottom: 1px solid #b99d70; }
.sv-marquee div { width: max-content; white-space: nowrap; font-family: var(--sv-serif); font-size: 24px; font-style: italic; padding: 16px 0; letter-spacing: .02em; word-spacing: 18px; animation: sv-marquee 36s linear infinite; }
@keyframes sv-marquee { to { transform: translateX(-35%); } }

/* Manifesto */
.sv-manifesto { background: var(--sv-cream); color: #111; padding: 145px 0 130px; }
.sv-manifest-grid { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 90px; }
.sv-manifest-label { padding-top: 12px; color: #6d675e; }
.sv-manifest-copy { font-family: var(--sv-serif); font-size: clamp(48px, 5.6vw, 82px); line-height: 1.03; letter-spacing: -.04em; max-width: 980px; margin: 0; }
.sv-manifest-copy em { font-weight: 400; color: #93764b; }
.sv-manifest-small { margin: 50px 0 0 auto; max-width: 520px; font-size: 15px; line-height: 1.8; color: #6d675e; }

/* Films */
.sv-stories { padding: 125px 0 145px; }
.sv-section-top { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 66px; }
.sv-section-top h2 { font-family: var(--sv-serif); font-weight: 400; font-size: 74px; letter-spacing: -.045em; line-height: .95; margin: 12px 0 0; }
.sv-section-top > p { max-width: 410px; color: #9d978e; font-size: 14px; line-height: 1.75; margin: 0; }
.sv-story { margin-bottom: 100px; }
.sv-story:last-child { margin-bottom: 0; }
.sv-story-meta { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 16px; }
.sv-story-meta h3 { font-family: var(--sv-serif); font-weight: 400; font-size: 39px; margin: 0; }
.sv-story-meta span { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #a59d91; }
.sv-frame { display: block; width: 100%; position: relative; aspect-ratio: 2.15 / 1; overflow: hidden; padding: 0; border: 0; background: #1b1916; color: #fff; text-align: left; cursor: pointer; }
.sv-frame--right { width: 82%; margin-left: auto; }
.sv-frame--left { width: 72%; }
.sv-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.sv-frame-shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 46%,rgba(0,0,0,.44)); }
.sv-frame-label { position: absolute; left: 24px; bottom: 20px; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.78); }
.sv-frame-play { position: absolute; inset: 0; display: grid; place-items: center; }
.sv-frame-play span { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.78); background: rgba(0,0,0,.12); backdrop-filter: blur(2px); transition: transform .2s ease, background .2s ease; }
.sv-frame:hover img { transform: scale(1.018); filter: contrast(1.03); }
.sv-frame:hover .sv-frame-play span { transform: scale(1.06); background: rgba(0,0,0,.28); }
.sv-frame:focus-visible { outline: 2px solid #c7af87; outline-offset: 5px; }

/* Quote */
.sv-break { background: #bda57e; color: #0b0b0b; padding: 110px 0; }
.sv-break blockquote { font-family: var(--sv-serif); font-size: clamp(46px, 6vw, 88px); line-height: .98; letter-spacing: -.045em; margin: 0; max-width: 1100px; }
.sv-break-sign { margin: 30px 0 0; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }

/* Approach */
.sv-approach { background: var(--sv-paper); color: #111; padding: 130px 0; }
.sv-approach-head { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 65px; }
.sv-approach-head h2 { font-family: var(--sv-serif); font-size: 70px; font-weight: 400; line-height: .95; letter-spacing: -.04em; margin: 0; }
.sv-approach-head p { align-self: end; color: #6b655d; line-height: 1.8; max-width: 520px; margin: 0; }
.sv-principles { border-top: 1px solid var(--sv-line); }
.sv-principle { display: grid; grid-template-columns: 100px 1fr 380px; gap: 35px; padding: 36px 0; border-bottom: 1px solid var(--sv-line); align-items: start; }
.sv-num { font-family: var(--sv-serif); font-size: 22px; color: #8e7653; }
.sv-principle h3 { font-family: var(--sv-serif); font-size: 42px; font-weight: 400; margin: 0; line-height: 1; }
.sv-principle p { margin: 3px 0 0; color: #706a62; font-size: 14px; line-height: 1.75; }

/* About */
.sv-about { position: relative; background: #0e0e0e; padding: 145px 0 165px; overflow: hidden; }
.sv-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.sv-portrait { height: 700px; margin: 0; background: linear-gradient(150deg,#28241f,#5c5041 50%,#131313); position: relative; overflow: hidden; }
.sv-portrait img { width: 100%; height: 100%; object-fit: cover; }
.sv-about-copy h2 { font-family: var(--sv-serif); font-size: 70px; font-weight: 400; line-height: .96; letter-spacing: -.045em; margin: 10px 0 26px; }
.sv-about-copy p { color: #a7a099; font-size: 15px; line-height: 1.85; max-width: 540px; }
.sv-signature { font-family: var(--sv-serif); font-size: 29px !important; line-height: 1.25 !important; margin-top: 36px !important; padding-top: 30px; border-top: 1px solid #2a2a2a; color: #d8c6a5 !important; }

/* Deliverables */
.sv-delivery { background: var(--sv-cream); color: #111; padding: 130px 0; }
.sv-delivery-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.sv-delivery-copy h2 { font-family: var(--sv-serif); font-size: 67px; font-weight: 400; line-height: .96; letter-spacing: -.04em; margin: 10px 0 24px; }
.sv-delivery-copy p { color: #6d675e; line-height: 1.8; }
.sv-big-list { border-top: 1px solid var(--sv-line); }
.sv-big-list div { font-family: var(--sv-serif); font-size: 34px; padding: 24px 0; border-bottom: 1px solid var(--sv-line); display: flex; justify-content: space-between; gap: 30px; }
.sv-big-list b { font-family: var(--sv-sans); font-size: 12px; letter-spacing: .16em; color: var(--sv-sand-deep); }

/* Contact & footer */
.sv-contact { padding: 145px 0 115px; background: #090909; }
.sv-contact-grid { display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: end; }
.sv-contact h2 { font-family: var(--sv-serif); font-size: clamp(66px, 8vw, 118px); font-weight: 400; line-height: .84; letter-spacing: -.055em; margin: 10px 0 30px; }
.sv-contact h2 em { color: #c4ab82; font-weight: 400; }
.sv-contact p { max-width: 590px; color: #938d84; line-height: 1.8; }
.sv-contact-card { border-top: 1px solid #343434; padding-top: 28px; }
.sv-contact-card a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid #272727; font-family: var(--sv-serif); font-size: 25px; transition: color .2s ease, padding-left .2s ease; }
.sv-contact-card a:hover { color: #d7c4a5; padding-left: 6px; }
.sv-footer { padding: 34px 0 46px; background: #090909; border-top: 1px solid #1f1f1f; color: #777; }
.sv-footer .sv-wrap { display: flex; justify-content: space-between; gap: 30px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.sv-mobilebar { display: none; }

/* Film modal */
.sv-modal[hidden] { display: none !important; }
.sv-modal { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; }
.sv-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.sv-modal-dialog { position: relative; z-index: 1; width: min(1200px, 94vw); }
.sv-modal-close { position: absolute; right: 0; top: -54px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.sv-player { width: 100%; aspect-ratio: 16 / 9; background: #000; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.sv-player iframe, .sv-player video { width: 100%; height: 100%; border: 0; object-fit: contain; }
.sv-modal-open { overflow: hidden !important; }

@media (max-width: 800px) {
  .sv-wrap { width: min(calc(100% - 32px), 680px); }
  .sv-nav { height: 74px; grid-template-columns: 1fr auto; }
  .sv-navlinks { display: none; }
  .sv-brand { font-size: 18px; }
  .sv-navcta { font-size: 9px; }
  .sv-hero, .sv-hero-inner { min-height: 760px; }
  .sv-hero-inner { padding-bottom: 45px; }
  .sv-hero h1 { font-size: clamp(54px, 16vw, 70px); max-width: 96%; }
  .sv-hero-bottom { grid-template-columns: 1fr; gap: 25px; }
  .sv-playlink { justify-self: start; }
  .sv-hero p { font-size: 15px; max-width: 94%; }
  .sv-manifesto { padding: 88px 0; }
  .sv-manifest-grid { grid-template-columns: 1fr; gap: 32px; }
  .sv-manifest-copy { font-size: 46px; }
  .sv-manifest-small { margin-top: 34px; }
  .sv-stories { padding: 85px 0; }
  .sv-section-top { display: block; margin-bottom: 42px; }
  .sv-section-top h2 { font-size: 52px; }
  .sv-section-top > p { margin-top: 18px; }
  .sv-story { margin-bottom: 65px; }
  .sv-story-meta { grid-template-columns: 1fr; gap: 7px; }
  .sv-story-meta h3 { font-size: 31px; }
  .sv-frame, .sv-frame--right, .sv-frame--left { width: 100%; aspect-ratio: 1.2 / 1; margin-left: 0; }
  .sv-break { padding: 78px 0; }
  .sv-break blockquote { font-size: 46px; }
  .sv-approach { padding: 85px 0; }
  .sv-approach-head { grid-template-columns: 1fr; gap: 24px; }
  .sv-approach-head h2 { font-size: 50px; }
  .sv-principle { grid-template-columns: 52px 1fr; gap: 16px; }
  .sv-principle p { grid-column: 2; }
  .sv-principle h3 { font-size: 31px; }
  .sv-about { padding: 85px 0; }
  .sv-about-grid, .sv-delivery-grid, .sv-contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .sv-portrait { height: 500px; }
  .sv-about-copy h2, .sv-delivery-copy h2 { font-size: 50px; }
  .sv-delivery { padding: 85px 0; }
  .sv-big-list div { font-size: 27px; }
  .sv-contact { padding: 90px 0 110px; }
  .sv-contact h2 { font-size: 62px; }
  .sv-footer .sv-wrap { display: block; line-height: 2; }
  .sv-mobilebar { position: fixed; z-index: 70; display: flex; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); background: #e9e2d8; color: #0b0b0b; border-radius: 999px; padding: 7px; box-shadow: 0 16px 50px rgba(0,0,0,.35); }
  .sv-mobilebar a { flex: 1; text-align: center; padding: 11px 8px; font-size: 12px; font-weight: 700; }
  .sv-mobilebar a:first-child { background: #0c0c0c; color: #fff; border-radius: 999px; }
}

@media (max-width: 430px) {
  .sv-hero h1 { font-size: 55px; }
  .sv-hero-kicker { font-size: 8px; letter-spacing: .17em; }
  .sv-manifest-copy { font-size: 40px; }
  .sv-section-top h2, .sv-about-copy h2, .sv-delivery-copy h2, .sv-approach-head h2 { font-size: 44px; }
  .sv-big-list div { font-size: 23px; }
  .sv-contact h2 { font-size: 55px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sv-marquee div { animation: none; }
  .sv-frame img, .sv-circle, .sv-frame-play span, .sv-contact-card a { transition: none; }
}

/* v7: Astra compatibility — headings on dark cinematic sections must stay light. */
body.sv-cinematic-page .sv-stories h2,
body.sv-cinematic-page .sv-about h2,
body.sv-cinematic-page .sv-contact h2 { color:#f7f2e9 !important; }
