:root {
  --black: #060606;
  --black-2: #0b0b0d;
  --ivory: #f1efe9;
  --smoke: #a5a4a0;
  --line: rgba(241, 239, 233, .16);
  --blue: #315dff;
  --scroll: 0;
  --mx: 0;
  --my: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--ivory); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
body::selection { background: var(--blue); color: white; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: calc(var(--scroll) * 100%); height: 2px; background: var(--blue); box-shadow: 0 0 18px rgba(49,93,255,.9); pointer-events: none; }
.film-grain { position: fixed; inset: 0; z-index: 110; pointer-events: none; opacity: .065; mix-blend-mode: soft-light; 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='.94' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }

.museum-rail { position: fixed; z-index: 90; right: 18px; inset-block: 0; width: 34px; border-left: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 30px 0; color: rgba(255,255,255,.46); }
.museum-rail > span { writing-mode: vertical-rl; font: 9px/1 Arial; letter-spacing: .24em; }
.museum-rail nav { display: flex; flex-direction: column; gap: 18px; font: 9px/1 Arial; }
.museum-rail a { transition: .25s color, .25s transform; }.museum-rail a:hover { color: white; transform: translateX(-3px); }

.nav { height: 94px; display: flex; align-items: center; justify-content: space-between; position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 80; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: flex; align-items: center; gap: 13px; font-size: 12px; letter-spacing: .16em; line-height: 1.05; }
.brand > span:last-child { display: flex; flex-direction: column; }.brand b:last-child { color: #9fb1ff; }
.brand-mark { width: 32px; height: 32px; position: relative; transform: rotate(-25deg); }
.brand-mark i { position: absolute; inset: 4px 8px; border: 1px solid white; transform: skewY(28deg); }
.brand-mark i:nth-child(2) { transform: translate(5px,3px) skewY(28deg); opacity: .55; }
.brand-mark i:nth-child(3) { transform: translate(10px,6px) skewY(28deg); opacity: .22; }
.nav-links { display: flex; gap: 34px; font: 10px/1 Arial; letter-spacing: .11em; text-transform: uppercase; color: rgba(255,255,255,.68); }
.nav-links a { position: relative; }.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: white; transition: .3s right; }.nav-links a:hover::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-width: 210px; padding: 18px 21px; border: 1px solid rgba(255,255,255,.72); background: rgba(7,7,8,.12); color: white; font: 700 10px/1 Arial; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; backdrop-filter: blur(12px); transition: .35s background, .35s color, .35s transform; }
.button:hover { background: var(--ivory); color: #080808; transform: translateY(-3px); }
.button-small { min-width: auto; padding: 13px 17px; gap: 22px; }
.text-link { display: inline-block; border-bottom: 1px solid rgba(255,255,255,.38); padding: 13px 0; font: 700 10px/1 Arial; letter-spacing: .12em; text-transform: uppercase; }

.hero { width: 100%; max-width: none; min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(48px,1fr) minmax(0,1320px) minmax(48px,1fr); align-items: center; overflow: hidden; }
.hero-cinema { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: cover; transform: scale(1.025) translate(calc(var(--mx) * -12px),calc(var(--my) * -8px)); transition: transform .2s ease-out; filter: saturate(.8) contrast(1.06); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,2,3,.95) 0%,rgba(2,2,3,.83) 36%,rgba(2,2,3,.15) 72%,rgba(2,2,3,.45) 100%),linear-gradient(0deg,rgba(0,0,0,.72),transparent 35%); }
.hero-copy { grid-column: 2; width: 60%; position: relative; z-index: 4; padding-top: 70px; }
.eyebrow { margin: 0 0 22px; color: rgba(241,239,233,.65); font: 700 9px/1.5 Arial; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: var(--blue); vertical-align: middle; margin-right: 12px; box-shadow: 0 0 10px var(--blue); }
h1,h2 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-weight: 400; letter-spacing: -.055em; line-height: .88; }
h1 { font-size: clamp(72px,8.5vw,140px); max-width: 930px; }
h1 em,h2 em { font-style: italic; font-weight: 400; color: #b5c0ff; }
.lead { max-width: 610px; color: rgba(241,239,233,.7); font-size: 15px; line-height: 1.85; margin: 34px 0 32px; }
.actions { display: flex; align-items: center; gap: 34px; }
.book-ticker { display: flex; align-items: center; gap: 13px; margin-top: 38px; width: fit-content; color: rgba(255,255,255,.65); font: 10px/1 Arial; letter-spacing: .08em; }
.book-ticker span { color: #a8b6ff; font-weight: 700; }
.hero-index { position: absolute; right: 7%; top: 30%; z-index: 4; display: flex; flex-direction: column; align-items: flex-end; mix-blend-mode: screen; }
.hero-index span,.hero-index small { font: 8px/1.5 Arial; letter-spacing: .28em; color: rgba(255,255,255,.62); }
.hero-index strong { font: 400 clamp(82px,12vw,200px)/.9 Georgia,serif; letter-spacing: -.1em; color: rgba(255,255,255,.14); }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 13px; color: rgba(255,255,255,.55); font: 8px/1 Arial; letter-spacing: .23em; }
.scroll-cue i { display: block; width: 1px; height: 42px; background: linear-gradient(white,transparent); animation: cue 2s infinite; }
@keyframes cue { 50% { transform: scaleY(.5); transform-origin: top; opacity: .4; } }
.trust-strip { grid-column: 2; position: absolute; left: 0; right: 0; bottom: 70px; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid rgba(255,255,255,.13); padding: 15px 0; color: rgba(255,255,255,.48); font: 8px/1 Arial; letter-spacing: .14em; text-transform: uppercase; }
.trust-strip span:not(:first-child) { border-left: 1px solid rgba(255,255,255,.12); padding-left: 24px; }

.metrics { display: grid; grid-template-columns: 1.25fr repeat(4,1fr); gap: 0; padding: 94px 0; border-bottom: 1px solid var(--line); }
.metric { border-left: 1px solid var(--line); padding: 0 28px; }.metric strong { display: block; font: 400 54px/1 Georgia,serif; }.metric span { display: block; color: var(--smoke); font-size: 11px; line-height: 1.5; margin-top: 12px; max-width: 160px; }
.section { padding: 150px 0; }.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 74px; }
.section-head h2,.chartered h2,.benefits h2,.cta h2,.contact h2 { font-size: clamp(54px,6.4vw,100px); }
.section-head > p { max-width: 450px; color: var(--smoke); font-size: 14px; line-height: 1.85; }

.cinema-frame { position: relative; margin: 0 0 80px; height: min(65vw,740px); overflow: hidden; background: #050505; }
.cinema-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: 1.2s transform,1.2s filter; filter: grayscale(.15) contrast(1.04); }
.cinema-frame:hover img { transform: scale(1); filter: grayscale(0); }
.cinema-frame::before,.cinema-frame::after { content: ""; position: absolute; z-index: 2; top: 22px; width: 70px; height: 1px; background: white; opacity: .65; }.cinema-frame::before { left: 22px; }.cinema-frame::after { right: 22px; }
.cinema-frame figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.65); font: 8px/1 Arial; letter-spacing: .2em; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 30px 34px 34px; border-bottom: 1px solid var(--line); position: relative; transition: .45s background,.45s padding; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:hover { background: #101012; padding-left: 48px; }
.service-card > div { display: flex; justify-content: space-between; color: #6f7074; font: 9px/1 Arial; letter-spacing: .16em; }
.service-card h3,.client-grid h3 { margin: 76px 0 17px; font: 400 30px/1.05 Georgia,serif; }
.service-card p,.client-grid p,.process-grid p { max-width: 520px; color: #98989c; font-size: 13px; line-height: 1.75; }
.service-card a { position: absolute; left: 34px; bottom: 29px; color: #b7c2ff; font: 700 9px/1 Arial; letter-spacing: .15em; text-transform: uppercase; }
.capabilities { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--line); margin-top: 48px; }
.capabilities span { flex: 1 0 25%; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #8f9093; font: 9px/1.3 Arial; letter-spacing: .12em; text-transform: uppercase; }

.chartered { width: 100%; max-width: none; padding-inline: 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; align-items: stretch; background: var(--ivory); color: #09090a; }
.chartered-visual { min-height: 860px; position: relative; overflow: hidden; background: #101012; }
.chartered-visual > img { width: 100%; height: 100%; object-fit: cover; }
.image-stamp { position: absolute; left: 32px; bottom: 30px; background: rgba(0,0,0,.72); color: white; border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(12px); padding: 20px; min-width: 190px; display: flex; align-items: flex-end; justify-content: space-between; }
.image-stamp b { font: 400 30px/1 Georgia,serif; }.image-stamp span { font: 7px/1.5 Arial; letter-spacing: .16em; text-align: right; color: #b7c2ff; }
.chartered-copy { padding: 110px clamp(55px,8vw,150px) 100px 8vw; display: flex; flex-direction: column; justify-content: center; }
.chartered-copy .eyebrow { color: #5f6064; }.chartered-copy h2 em { color: #315dff; }
.chartered-copy > p:not(.eyebrow) { color: #494a4e; font-size: 14px; line-height: 1.75; }
.chartered-copy > small { display: block; color: #6c6d70; line-height: 1.6; margin-top: 22px; border-left: 1px solid #315dff; padding-left: 18px; }

.benefits { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.benefits > div > p:not(.eyebrow) { color: var(--smoke); line-height: 1.8; max-width: 430px; margin: 28px 0; }
.benefits ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.benefits li { display: grid; grid-template-columns: 55px 1fr 28px; align-items: center; border-bottom: 1px solid var(--line); padding: 21px 0; color: #deddd8; font-size: 13px; }
.benefits li span { color: #626368; font: 9px/1 Arial; }.benefits li i { color: #aebcff; font-style: normal; }
.client-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.client-grid article { min-height: 310px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .4s background; }
.client-grid article:hover { background: #111113; }.client-grid article:nth-child(3n) { border-right: 0; }.client-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.client-grid > article > span { color: #8296ff; font: 9px/1 Arial; letter-spacing: .15em; }

.process { width: 100%; max-width: none; padding: 150px max(48px,calc((100vw - 1320px)/2)); background: #d9d8d3; color: #0a0a0b; }
.process .eyebrow { color: #57585b; }.process-grid { display: grid; grid-template-columns: repeat(4,1fr); position: relative; margin-top: 95px; }
.process-grid::before { content: ""; position: absolute; left: 0; right: 0; top: 42px; height: 1px; background: #8a8a86; }
.process-grid article { padding-right: 36px; position: relative; }.process-grid article > span { color: #5b5c60; font: 9px/1 Arial; }
.process-node { width: 15px; height: 15px; margin: 29px 0 54px; border: 1px solid #111; background: #d9d8d3; border-radius: 50%; position: relative; z-index: 2; }
.process-grid article:first-child .process-node { background: #315dff; border-color: #315dff; box-shadow: 0 0 0 8px rgba(49,93,255,.12); }
.process-grid h3 { font: 400 25px/1 Georgia,serif; }.process-grid p { color: #515256; }

.reviews { border-bottom: 1px solid var(--line); }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.review-grid article { min-height: 360px; padding: 34px; display: flex; flex-direction: column; background: #080809; }
.stars { color: #aab7ff; letter-spacing: .24em; font-size: 9px; }
.review-grid blockquote { margin: 62px 0 35px; font: 400 25px/1.5 Georgia,serif; color: #e9e7e2; }
.review-grid p { color: #77787c; font-size: 10px; }.review-grid small { margin-top: auto; color: #6f7075; font: 8px/1 Arial; letter-spacing: .18em; text-transform: uppercase; }

.book { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.book-object { min-height: 760px; display: flex; align-items: center; justify-content: center; perspective: 1000px; background: radial-gradient(circle at 50% 45%,#20243c,transparent 62%); overflow: hidden; }
.book-cover { width: 340px; height: 520px; padding: 40px; background: linear-gradient(145deg,#161a2b,#070708); border: 1px solid rgba(255,255,255,.23); box-shadow: -25px 22px 0 #11131d,-26px 22px 0 1px rgba(255,255,255,.18),70px 90px 120px #000; transform: rotateY(-21deg) rotateZ(-4deg) translate(calc(var(--mx) * 10px),calc(var(--my) * 8px)); display: flex; flex-direction: column; justify-content: space-between; position: relative; transition: .3s transform; }
.book-cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,transparent 38%,rgba(85,111,255,.35) 39%,transparent 40%,transparent 55%,rgba(255,255,255,.13) 56%,transparent 57%); }
.book-cover small,.book-cover span { position: relative; font: 8px/1 Arial; letter-spacing: .16em; }.book-cover b { position: relative; font: 700 58px/.82 Arial; letter-spacing: -.08em; }.book-cover em { color: #aebaff; font-style: normal; }
.book-copy h2 { font-size: clamp(64px,7vw,110px); }.book-copy h3 { color: #d8d6d1; font: 400 22px/1.35 Georgia,serif; }
.book-copy p { color: #929397; font-size: 13px; line-height: 1.75; }.book-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; list-style: none; padding: 0; margin: 28px 0; }
.book-copy li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #c3c2be; font-size: 11px; line-height: 1.5; }.book-copy .button { margin-right: 20px; }

.cta { width: 100%; max-width: none; min-height: 760px; padding: 150px 15vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 115%,rgba(49,93,255,.8),transparent 42%),#050505; border-block: 1px solid var(--line); }
.cta::before,.cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; width: 620px; height: 620px; left: 50%; top: 80%; transform: translate(-50%,-50%); }
.cta::after { width: 820px; height: 820px; }.cta > * { position: relative; }
.cta > p:not(.eyebrow) { max-width: 690px; color: var(--smoke); line-height: 1.8; margin: 30px auto; }.cta .actions { justify-content: center; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: var(--smoke); line-height: 1.8; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin: 56px 0; }.contact-list small { display: block; color: #6d6e72; font: 8px/1 Arial; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px; }
.contact-list a,.contact-list div { font-size: 13px; line-height: 1.75; }.contact-list em { color: #717277; font-size: 10px; font-style: normal; }
.social { display: flex; flex-wrap: wrap; gap: 24px; color: #a8b5ff; font: 9px/1 Arial; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { padding: 44px; background: var(--ivory); color: #111; }.contact-form .eyebrow { color: #55565a; }.contact-form h3 { font: 400 25px/1.35 Georgia,serif; margin-bottom: 32px; }
.contact-form label { display: block; color: #626368; font: 8px/1 Arial; text-transform: uppercase; letter-spacing: .13em; margin: 17px 0; }
.contact-form input,.contact-form textarea,.contact-form select { width: 100%; color: #111; background: transparent; border: 0; border-bottom: 1px solid #aaa9a4; padding: 13px 0; margin-top: 6px; outline: none; text-transform: none; letter-spacing: 0; }
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus { border-color: #315dff; }
.contact-form .button { background: #0b0b0c; color: white; margin-top: 15px; }.contact-form > small { display: block; color: #68696c; font-size: 9px; line-height: 1.5; margin-top: 14px; }.contact-form > small button { border: 0; padding: 0; background: none; color: #315dff; cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.honeypot { position: absolute!important; left: -9999px!important; }

.footer { border-top: 1px solid var(--line); padding: 78px 0 30px; }.footer-top { display: grid; grid-template-columns: 1.4fr 1fr .6fr; gap: 60px; }.footer h3 { color: #707176; font: 8px/1 Arial; letter-spacing: .17em; text-transform: uppercase; }
.footer p { color: #78797e; font-size: 11px; line-height: 1.75; }.disclaimer { border-top: 1px solid var(--line); padding-top: 17px; margin-top: 28px; font-size: 9px!important; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 22px; color: #6d6e73; font-size: 9px; }.footer-bottom div { display: flex; gap: 22px; }.footer-bottom button { border: 0; padding: 0; background: none; color: inherit; cursor: pointer; }

.legal-overlay { position: fixed; inset: 0; z-index: 150; display: flex; justify-content: flex-end; background: rgba(0,0,0,.84); backdrop-filter: blur(18px); }
.legal-panel { width: min(790px,95vw); height: 100%; overflow: auto; position: relative; padding: 80px clamp(28px,6vw,80px); background: #eceae4; color: #111; }
.legal-close { position: absolute; top: 20px; right: 24px; width: 42px; height: 42px; border: 1px solid #aaa; background: none; font-size: 26px; cursor: pointer; }
.legal-copy h2 { font-size: 62px; margin-bottom: 42px; }.legal-copy h3 { margin: 34px 0 10px; font: 400 19px/1.2 Georgia,serif; }.legal-copy p,.legal-copy li { color: #4f5053; font-size: 12px; line-height: 1.75; }.legal-copy ul { padding-left: 18px; }

@media (max-width: 1020px) {
  .shell { width: min(100% - 54px,1320px); }.museum-rail { display: none; }.nav-links { display: none; }
  .hero { grid-template-columns: 27px 1fr 27px; }.hero-copy { width: 78%; }.hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.45)); }.hero-index { opacity: .6; right: 4%; }
  .metrics { grid-template-columns: 1fr 1fr; gap: 40px 0; }.metrics .section-intro { grid-column: 1/-1; }.section-head { align-items: flex-start; flex-direction: column; }
  .chartered { grid-template-columns: 1fr; }.chartered-visual { min-height: 660px; }.benefits,.book,.contact { grid-template-columns: 1fr; gap: 70px; }
  .client-grid,.review-grid { grid-template-columns: 1fr 1fr; }.client-grid article:nth-child(3n) { border-right: 1px solid var(--line); }.client-grid article:nth-child(2n) { border-right: 0; }.client-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }.client-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 60px 0; }.process-grid::before { display: none; }.book-object { min-height: 650px; }.footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 28px,1320px); }.nav { height: 76px; }.nav .button { display: none; }
  .hero { grid-template-columns: 14px 1fr 14px; min-height: 850px; }.hero-cinema { object-position: 68% center; }.hero-shade { background: linear-gradient(0deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.62) 70%,rgba(0,0,0,.55)); }.hero-copy { width: 100%; padding-top: 40px; align-self: end; padding-bottom: 210px; }.hero h1 { font-size: 62px; }.hero .lead { font-size: 13px; }.hero-index { top: 17%; right: 18px; }.hero-index strong { font-size: 90px; }.trust-strip { grid-template-columns: 1fr 1fr; gap: 14px; bottom: 64px; }.trust-strip span { border: 0!important; padding-left: 0!important; }.actions { align-items: flex-start; flex-direction: column; gap: 14px; }.book-ticker { line-height: 1.5; flex-wrap: wrap; }
  .metrics { padding: 70px 0; }.metric { padding: 0 15px; }.metric strong { font-size: 42px; }.section { padding: 95px 0; }.section-head { margin-bottom: 45px; }.section-head h2,.chartered h2,.benefits h2,.cta h2,.contact h2 { font-size: 50px; }.cinema-frame { height: 520px; margin-bottom: 42px; }.cinema-frame img { object-position: 68% center; }.cinema-frame figcaption span:last-child { display: none; }
  .service-grid { grid-template-columns: 1fr; }.service-card:nth-child(odd) { border-right: 0; }.capabilities span { flex-basis: 50%; }.chartered-visual { min-height: 500px; }.chartered-visual img { object-position: 62% center; }.chartered-copy { padding: 80px 28px; }
  .benefits { gap: 50px; }.client-grid,.review-grid { grid-template-columns: 1fr; }.client-grid article { border-right: 0!important; border-bottom: 1px solid var(--line)!important; }.client-grid article:last-child { border-bottom: 0!important; }
  .process { padding: 95px 28px; }.process-grid { grid-template-columns: 1fr; }.process-grid article { padding-right: 0; }.process-node { margin-bottom: 25px; }.review-grid article { min-height: 300px; }
  .book-object { min-height: 520px; }.book-cover { width: 260px; height: 410px; padding: 29px; }.book-cover b { font-size: 46px; }.book-copy ul { grid-template-columns: 1fr; }.cta { min-height: 650px; padding: 100px 25px; }
  .contact-list,.form-row { grid-template-columns: 1fr; }.contact-form { padding: 27px; }.footer-top { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; gap: 18px; }.footer-bottom div { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.hero-cinema,.book-cover,.cinema-frame img { transform: none!important; transition: none!important; }.scroll-cue i { animation: none; }
}


/* Static IONOS package additions */
.form-status { min-height: 22px; margin: 16px 0 0; color: #315dff; font-size: 11px; line-height: 1.55; }
.form-status.is-error { color: #a12828; }
.contact-form [aria-busy="true"] { cursor: wait; opacity: .65; }
.contact-form > small a { color: #315dff; }
.legal-page { background: #eceae4; color: #111; }
.legal-page-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 20px max(28px, calc((100vw - 980px) / 2)); background: #080809; color: var(--ivory); }
.legal-document { width: min(920px, calc(100% - 56px)); margin: 0 auto; padding: 75px 0 110px; }
.legal-document .legal-copy h2 { color: #111; }
.legal-document a { color: #315dff; text-decoration: underline; }
@media (max-width: 650px) {
  .legal-page-header { min-height: 78px; }
  .legal-page-header .text-link { font-size: 8px; }
  .legal-document { width: min(100% - 36px, 920px); padding-top: 52px; }
  .legal-copy h2 { font-size: 45px; }
}
