:root {
  --wall: #e9e1d2;
  --paper: #f8f4ea;
  --ink: #171717;
  --yellow: #f5ca45;
  --red: #ed533a;
  --blue: #2457c5;
  --green: #286347;
  --muted: #625e57;
  --muted-light: #cfc7b9;
  --line: rgba(23, 23, 23, 0.2);
  --line-light: rgba(248, 244, 234, 0.24);
  --display: "Bowlby One SC", Impact, sans-serif;
  --body: "Karla", Arial, sans-serif;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--wall); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.5; }
::selection { background: var(--red); color: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.section-shell { width: min(calc(100% - 72px), var(--max)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 86px; padding-inline: max(36px, calc((100% - var(--max)) / 2)); background: var(--paper); border-bottom: 2px solid var(--ink); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--red); color: var(--paper); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand-copy { display: grid; gap: 0; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; font-weight: 800; letter-spacing: -0.02em; text-transform: uppercase; }
.brand-copy small { color: var(--muted); font-size: 0.75rem; font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 0.92rem; font-weight: 700; }
.site-nav a { position: relative; padding-block: 7px; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 3px; background: var(--red); transition: right 220ms ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; min-height: 44px; border: 2px solid var(--ink); background: transparent; color: var(--ink); padding: 8px 12px; font: 700 0.84rem var(--body); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 0.91; letter-spacing: -0.025em; text-wrap: balance; text-transform: uppercase; }
h1 em, h2 em, h3 em { color: var(--red); font-style: normal; }
.page-meta, .section-note, .hero-poster-head, .release-poster-top, .release-status, .row-kind, .catalog-footnote, .contact-note, .footer-small, .legal-updated, .back-link { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.06em; }
.page-meta { margin: 0 0 22px; color: var(--muted); }
.section-note, .hero-poster-head, .release-poster-top, .release-status, .row-kind { letter-spacing: 0; text-transform: none; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 53px; padding: 14px 18px; border: 2px solid var(--ink); font-size: 0.88rem; font-weight: 800; text-decoration: none; transition: transform 200ms ease, background-color 200ms ease, color 200ms ease; }
.button:hover { transform: translateY(-4px) rotate(-1deg); }
.button-red { background: var(--red); color: var(--paper); border-color: var(--red); }
.button-red:hover { background: var(--ink); border-color: var(--ink); }
.button-blue { background: var(--blue); color: var(--paper); border-color: var(--blue); }
.button-blue:hover { background: var(--ink); border-color: var(--ink); }
.button-black { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button-black:hover { background: var(--paper); color: var(--ink); }
.quiet-link { display: inline-flex; align-items: center; gap: 9px; font-size: 0.9rem; font-weight: 800; text-decoration: none; }
.quiet-link:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.reveal { transition: transform 720ms cubic-bezier(.22, 1, .36, 1), clip-path 720ms cubic-bezier(.22, 1, .36, 1); }
.js .reveal:not(.is-visible) { transform: translateY(22px); clip-path: inset(8% 0 0); }
.js .reveal.is-visible { transform: none; clip-path: inset(0); }

.poster-hero, .catalog-section { position: relative; isolation: isolate; overflow: hidden; }
.poster-hero { background: var(--yellow); }
.poster-shader, .catalog-shader { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; pointer-events: none; opacity: 0.3; mix-blend-mode: multiply; }
.catalog-shader { opacity: 0.25; mix-blend-mode: screen; }
.poster-sun { position: absolute; z-index: 0; top: 11%; right: 6%; width: min(38vw, 520px); aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; opacity: 0.15; }
.poster-sun::before, .poster-sun::after { content: ""; position: absolute; inset: 13%; border: 2px solid var(--ink); border-radius: 50%; }
.poster-sun::after { inset: 26%; }
.poster-red-bar { position: absolute; z-index: 0; top: 0; right: 12%; width: 75px; height: 100%; background: var(--red); transform: rotate(19deg) translateY(-8%); transform-origin: top; opacity: 0.92; }
.poster-shell { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr); gap: clamp(45px, 8vw, 140px); align-items: center; padding-block: 78px 100px; }
.hero-copy { min-width: 0; max-width: 780px; }
.hero-copy h1 { margin-bottom: 35px; font-size: clamp(4.3rem, 6.7vw, 7rem); }
.hero-copy h1 em { display: inline-block; color: var(--red); }
.hero-intro { max-width: 36rem; margin-bottom: 31px; font-size: clamp(1.2rem, 1.8vw, 1.48rem); line-height: 1.32; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-byline { margin: 34px 0 0; color: #554b31; font-size: 0.86rem; font-weight: 700; }
.hero-poster { position: relative; width: min(100%, 520px); margin: 0 0 0 auto; padding: 16px; background: var(--paper); box-shadow: 0 18px 32px rgba(23, 23, 23, 0.28); transform: rotate(3deg); }
.poster-tape { position: absolute; top: -18px; left: 34%; width: 120px; height: 38px; background: rgba(248, 244, 234, 0.68); border: 1px solid rgba(23, 23, 23, 0.12); transform: rotate(-4deg); }
.hero-poster-head, .release-poster-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; color: var(--muted); }
.hero-poster > img { width: 100%; aspect-ratio: 512 / 250; object-fit: cover; border: 2px solid var(--ink); }
.hero-poster figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding-top: 16px; }
.hero-poster figcaption strong { font-size: 1.08rem; font-weight: 800; line-height: 1.1; }
.hero-poster figcaption span { color: var(--muted); font-size: 0.82rem; font-weight: 700; text-align: right; }
.hero-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding-block: 17px; border-top: 2px solid var(--ink); color: #554b31; font-size: 0.82rem; font-weight: 700; }

.about-section { background: var(--ink); color: var(--paper); padding-block: 145px 160px; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: clamp(55px, 12vw, 190px); align-items: end; }
.about-copy { max-width: 880px; }
.about-copy h2 { margin-bottom: 44px; font-size: clamp(4.1rem, 8.6vw, 9rem); }
.about-copy h2 em { color: var(--yellow); }
.about-copy p { max-width: 68ch; color: #c7c1b7; font-size: 1.04rem; line-height: 1.65; }
.about-copy .large-copy { max-width: 49rem; margin-bottom: 28px; color: var(--paper); font-size: clamp(1.32rem, 2.2vw, 1.8rem); line-height: 1.28; }
.about-note { padding: 24px 0 0; border-top: 3px solid var(--red); }
.note-symbol { display: block; margin-bottom: 28px; color: var(--yellow); font-size: 2.5rem; line-height: 1; }
.about-note blockquote { margin: 0 0 16px; color: var(--paper); font-family: var(--display); font-size: 1.72rem; line-height: 1; text-transform: uppercase; }
.about-note p { margin: 0; color: #aaa296; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }

.work-section { background: var(--paper); padding-block: 145px 165px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 55px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { max-width: 780px; margin-bottom: 18px; font-size: clamp(4rem, 8vw, 8.5rem); }
.section-note { margin: 0; color: var(--red); }
.section-intro-copy { max-width: 30rem; margin: 0 0 2px auto; color: var(--muted); font-size: 1.08rem; line-height: 1.5; }
.release-feature { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr); gap: clamp(45px, 8vw, 120px); align-items: center; padding-top: 34px; border-top: 2px solid var(--ink); }
.release-poster { position: relative; margin: 0; padding: 22px; background: var(--yellow); border: 2px solid var(--ink); transform: rotate(-1.5deg); }
.release-poster-top { color: var(--ink); }
.release-collage { position: relative; min-height: 465px; display: grid; place-items: center; padding: 45px 10% 36px; background: var(--paper); border: 2px solid var(--ink); overflow: hidden; }
.release-collage::before { content: ""; position: absolute; top: 0; right: 0; width: 35%; height: 100%; background: var(--red); clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%); }
.release-collage > img { position: relative; z-index: 1; width: 88%; border: 2px solid var(--ink); box-shadow: 0 14px 25px rgba(23, 23, 23, 0.26); }
.release-phone { position: absolute; z-index: 2; right: 7%; bottom: -33px; width: min(145px, 28%); padding: 7px; background: var(--ink); border: 2px solid var(--ink); transform: rotate(6deg); }
.release-phone img { width: 100%; border: 2px solid var(--paper); }
.collage-note { position: absolute; z-index: 3; left: 7%; bottom: 22px; color: var(--ink); font-size: 0.95rem; font-weight: 800; transform: rotate(-6deg); }
.release-poster figcaption { margin-top: 18px; font-size: 0.95rem; font-weight: 700; }
.release-info { max-width: 500px; }
.release-status { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--green); }
.release-status i { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: currentColor; }
.release-info h3 { margin-bottom: 22px; font-size: clamp(3.2rem, 5.4vw, 5.7rem); }
.release-description { margin-bottom: 34px; color: var(--muted); font-size: 1.18rem; line-height: 1.5; }
.release-data { margin: 0 0 34px; }
.release-data div { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding-block: 15px; border-top: 2px solid var(--line); }
.release-data dt { color: var(--muted); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.release-data dd { margin: 0; font-size: 0.96rem; font-weight: 600; }
code { font-size: 0.82em; }
.release-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; }

.catalog-section { background: var(--blue); color: var(--paper); padding-block: 145px 165px; }
.catalog-section > .section-shell { position: relative; z-index: 1; }
.catalog-section .section-heading h2 em { color: var(--yellow); }
.catalog-section .section-note, .catalog-section .section-intro-copy { color: #dce4ff; }
.catalog-section .section-note { color: var(--yellow); }
.release-list { border-top: 2px solid var(--paper); }
.release-row { display: grid; grid-template-columns: 100px minmax(0, 1fr) 68px 28px; gap: 25px; align-items: center; padding: 28px 0; color: var(--paper); border-bottom: 2px solid var(--line-light); text-decoration: none; transition: transform 220ms ease, background-color 220ms ease; }
.release-row:hover { transform: translateX(8px); background: rgba(23, 23, 23, 0.22); }
.row-kind { align-self: start; padding-top: 6px; color: var(--yellow); }
.row-main { display: flex; flex-direction: column; gap: 8px; }
.row-main strong { font-size: clamp(1.5rem, 2.7vw, 2.35rem); font-weight: 800; line-height: 1.05; }
.row-main > span { max-width: 55rem; color: #dce4ff; font-size: 0.98rem; }
.release-row > img { width: 68px; height: 68px; border: 2px solid var(--paper); border-radius: 18%; }
.row-arrow { color: var(--yellow); font-size: 1.45rem; transition: transform 200ms ease; }
.release-row:hover .row-arrow { transform: translateX(5px) rotate(-5deg); }
.release-row-future:hover { transform: none; background: transparent; }
.future-mark { width: 68px; height: 68px; display: grid; place-items: center; border: 2px solid var(--yellow); color: var(--yellow); font-family: var(--display); font-size: 2.5rem; line-height: 1; }
.catalog-footnote { margin: 23px 0 0; color: #dce4ff; font-size: 0.72rem; letter-spacing: 0; text-transform: none; }

.contact-section { background: var(--red); color: var(--ink); padding-block: 135px 150px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 55px; align-items: end; }
.contact-copy h2 { max-width: 900px; margin-bottom: 29px; font-size: clamp(4rem, 8vw, 8.5rem); }
.contact-copy h2 em { color: var(--yellow); }
.contact-copy p { max-width: 33rem; margin-bottom: 32px; font-size: 1.18rem; line-height: 1.5; }
.contact-note { display: grid; gap: 9px; align-self: stretch; align-content: end; padding-left: 21px; border-left: 2px solid var(--ink); color: #6a2e27; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding-block: 28px 34px; background: var(--ink); color: var(--paper); }
.footer-brand { font-size: 0.95rem; font-weight: 800; text-transform: uppercase; }
.footer-brand .brand-mark { width: 30px; height: 30px; }
.footer-brand .brand-mark svg { width: 22px; height: 22px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 19px; font-size: 0.82rem; font-weight: 700; }
.footer-links a { color: #d1cbc1; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-small { margin: 0; color: #aaa296; font-size: 0.7rem; letter-spacing: 0; text-align: right; text-transform: none; }

.detail-page { background: var(--paper); }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); gap: clamp(45px, 9vw, 160px); align-items: center; padding: 85px max(36px, calc((100% - var(--max)) / 2)) 105px; background: var(--yellow); border-bottom: 2px solid var(--ink); }
.detail-hero-copy { min-width: 0; max-width: 800px; }
.back-link { display: inline-block; margin-bottom: 42px; color: var(--muted); font-size: 0.73rem; text-decoration: none; }
.back-link:hover { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.detail-hero h1 { max-width: 780px; margin-bottom: 29px; font-size: clamp(4.2rem, 6.4vw, 7.5rem); overflow-wrap: anywhere; }
.detail-hero h1 em { color: var(--red); }
.detail-dek { max-width: 36rem; margin-bottom: 31px; font-size: 1.22rem; line-height: 1.45; }
.detail-hero .hero-state { display: flex; align-items: center; gap: 9px; margin: 0 0 27px; color: var(--green); font-size: 0.8rem; font-weight: 800; }
.detail-hero .hero-state i { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: currentColor; }
.detail-hero .hero-state span { color: var(--muted); }
.detail-icon-wrap { position: relative; display: grid; place-items: center; min-height: 380px; padding: 45px; background: var(--paper); border: 2px solid var(--ink); box-shadow: 0 18px 30px rgba(23, 23, 23, 0.26); transform: rotate(3deg); }
.detail-icon-wrap::before { content: ""; position: absolute; inset: 18px; border: 2px solid var(--red); }
.detail-icon-wrap::after { content: ""; position: absolute; top: 0; right: 10%; width: 80px; height: 44px; background: rgba(248, 244, 234, 0.75); border: 1px solid rgba(23, 23, 23, 0.12); transform: rotate(-4deg); }
.detail-icon-wrap img { position: relative; z-index: 1; width: 190px; border: 2px solid var(--ink); border-radius: 22%; box-shadow: 9px 10px 0 var(--red); }
.icon-caption { position: absolute; right: 12px; bottom: 13px; z-index: 2; padding: 9px 11px; background: var(--blue); color: var(--paper); font-size: 0.78rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; transform: rotate(-4deg); }
.detail-body { display: grid; grid-template-columns: 180px minmax(0, 800px); gap: clamp(45px, 10vw, 160px); padding-block: 125px 145px; }
.detail-aside { color: var(--muted); font-size: 0.82rem; font-weight: 700; line-height: 1.7; }
.aside-rule { display: block; width: 44px; height: 4px; margin-bottom: 18px; background: var(--red); }
.detail-content { max-width: 800px; }
.detail-content > h2 { margin: 0 0 42px; font-size: clamp(3.8rem, 7vw, 7.6rem); }
.detail-content > h2 em { color: var(--red); }
.lead-paragraph { margin-bottom: 65px; }
.lead-paragraph > p:first-child { max-width: 48rem; margin-bottom: 61px; color: var(--ink); font-size: clamp(1.55rem, 2.7vw, 2.4rem); line-height: 1.2; }
.lead-paragraph h2 { margin: 55px 0 17px; font-size: 2.2rem; }
.lead-paragraph p { max-width: 68ch; color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.screens-section { padding: 110px 0 130px; background: var(--blue); color: var(--paper); }
.screens-head { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 40px; align-items: end; margin-bottom: 62px; }
.screens-head .section-note { margin: 0 0 4px; color: var(--yellow); }
.screens-head h2 { margin: 0; font-size: clamp(3.8rem, 7vw, 7rem); }
.screens-head h2 em { color: var(--yellow); }
.screens-head > p { margin: 0 0 4px; color: #dce4ff; font-size: 0.92rem; font-weight: 600; }
.screens-grid { display: grid; grid-template-columns: 1fr .78fr .78fr; gap: 26px; align-items: end; }
.screen-card { margin: 0; }
.screen-card img { width: 100%; aspect-ratio: 230 / 512; object-fit: cover; background: var(--ink); border: 2px solid var(--paper); }
.screen-card-wide img { aspect-ratio: 512 / 250; object-fit: cover; }
.screen-card-tall { padding: 13px; background: var(--yellow); }
.screen-card-offset { padding-bottom: 33px; }
.screen-card figcaption { margin-top: 13px; color: #dce4ff; font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.facts-section { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(45px, 10vw, 150px); padding-block: 125px 145px; }
.facts-label h2 { margin: 0; font-size: clamp(3.8rem, 7vw, 7rem); }
.facts-label h2 em { color: var(--red); }
.facts-list { margin: 0; }
.facts-list > div { display: grid; grid-template-columns: 160px 1fr; gap: 25px; padding: 20px 0; border-top: 2px solid var(--line); }
.facts-list dt { color: var(--muted); font-size: 0.77rem; font-weight: 800; text-transform: uppercase; }
.facts-list dd { max-width: 43rem; margin: 0; font-size: 1rem; font-weight: 600; }
.faq-section { padding-block: 110px 140px; border-top: 2px solid var(--line); }
.faq-section h2 { margin: 0 0 55px; font-size: clamp(3.8rem, 7vw, 7rem); }
.faq-section h2 em { color: var(--red); }
.faq-section > .section-note { margin: -34px 0 42px; }
.faq-list { max-width: 900px; }
.faq-list details { padding: 23px 0; border-top: 2px solid var(--line); }
.faq-list details:last-child { border-bottom: 2px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 1.26rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--red); font-family: var(--display); font-size: 1.4rem; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 650px; margin: 17px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.6; }
.detail-cta { padding-block: 120px 145px; text-align: center; }
.detail-cta h2 { margin: 0 0 32px; font-size: clamp(3.8rem, 7vw, 7rem); }
.detail-cta h2 em { color: var(--red); }

.simple-page, .legal-page { min-height: 72vh; padding-block: 83px 135px; }
.simple-page h1, .legal-page h1, .not-found h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(4.5rem, 9vw, 9rem); }
.simple-page h1 em, .legal-page h1 em, .not-found h1 em { color: var(--red); }
.simple-lede { max-width: 650px; margin-bottom: 31px; color: var(--muted); font-size: 1.22rem; line-height: 1.5; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 120px; }
.support-grid > div { min-height: 220px; padding: 24px 0; border-top: 2px solid var(--ink); }
.support-grid h2 { margin: 50px 0 13px; font-size: 1.95rem; }
.support-grid p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.note-number { color: var(--red); font-size: 0.77rem; font-weight: 800; }
.legal-page h1 { margin-bottom: 24px; }
.legal-updated { color: var(--muted); font-size: 0.75rem; letter-spacing: 0; text-transform: none; }
.legal-copy { max-width: 760px; margin: 83px 0 0 17%; }
.legal-copy h2 { margin: 57px 0 16px; font-size: 1.95rem; }
.legal-copy p { color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.legal-copy a { color: var(--ink); font-weight: 700; }
.not-found { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.not-found p { max-width: 500px; color: var(--muted); font-size: 1.12rem; line-height: 1.5; }

@media (max-width: 980px) {
  .poster-shell { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 45px; }
  .hero-copy h1 { font-size: clamp(4.5rem, 10vw, 8rem); }
  .about-layout, .contact-layout { gap: 55px; }
  .release-feature { gap: 45px; }
  .detail-hero { gap: 55px; }
}

@media (max-width: 700px) {
  .section-shell { width: min(calc(100% - 36px), var(--max)); }
  .site-header { min-height: 72px; padding-inline: 18px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand-copy strong { font-size: 0.86rem; }
  .brand-copy small { font-size: 0.69rem; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: var(--paper); border: 2px solid var(--ink); box-shadow: 0 14px 22px rgba(23, 23, 23, 0.22); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .poster-sun { top: 3%; right: -22%; width: 80vw; }
  .poster-red-bar { right: 2%; width: 42px; opacity: .8; }
  .poster-shell { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding-block: 65px 75px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { margin-bottom: 29px; font-size: clamp(2.5rem, 10vw, 4.5rem); letter-spacing: -0.04em; overflow-wrap: anywhere; }
  .hero-intro { max-width: 20rem; font-size: 1.12rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-byline { margin-top: 28px; }
  .hero-poster { width: calc(100% - 4px); margin: -4px auto 0; transform: rotate(0); box-shadow: 0 14px 25px rgba(23, 23, 23, 0.24); }
  .hero-poster figcaption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-poster figcaption span { text-align: left; }
  .hero-footer { flex-direction: column; gap: 7px; padding-block: 14px; font-size: 0.77rem; }
  .about-section, .work-section, .catalog-section, .contact-section { padding-block: 90px 105px; }
  .about-layout, .contact-layout, .section-heading, .release-feature, .detail-body, .facts-section { display: block; }
  .about-copy h2, .section-heading h2, .contact-copy h2 { margin-bottom: 30px; font-size: clamp(3.7rem, 16vw, 6.4rem); }
  .about-copy .large-copy { font-size: 1.35rem; }
  .about-note { margin-top: 55px; }
  .section-heading { margin-bottom: 49px; }
  .section-intro-copy { max-width: 36rem; margin: 27px 0 0; font-size: 1rem; }
  .release-feature { padding-top: 0; border-top: 0; }
  .release-poster { margin-bottom: 56px; padding: 13px; }
  .release-collage { min-height: 310px; padding-inline: 7%; }
  .release-phone { width: 25%; }
  .release-info { max-width: none; }
  .release-info h3 { font-size: 3.35rem; }
  .release-actions { align-items: flex-start; flex-direction: column; }
  .release-row { grid-template-columns: 54px minmax(0, 1fr) 28px; gap: 15px; padding-block: 23px; }
  .row-kind { grid-column: 1; grid-row: 1 / span 2; padding-top: 4px; font-size: 0.68rem; word-break: break-word; }
  .row-main { grid-column: 2; }
  .release-row > img, .future-mark { grid-column: 2; grid-row: 2; width: 55px; height: 55px; }
  .release-row .row-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .row-main strong { font-size: 1.65rem; }
  .row-main > span { font-size: 0.92rem; }
  .detail-hero { display: block; padding: 59px 18px 80px; }
  .detail-hero h1 { max-width: 100%; font-size: clamp(3.5rem, 14.5vw, 5.3rem); }
  .detail-icon-wrap { min-height: 300px; margin-top: 55px; }
  .detail-icon-wrap img { width: 150px; }
  .detail-body { padding-block: 82px 95px; }
  .detail-aside { margin-bottom: 48px; }
  .detail-content > h2 { font-size: clamp(3.7rem, 15vw, 6rem); }
  .lead-paragraph > p:first-child { font-size: 1.65rem; }
  .screens-section { padding-block: 82px 92px; }
  .screens-head { display: block; margin-bottom: 42px; }
  .screens-head h2 { font-size: clamp(3.7rem, 15vw, 6rem); }
  .screens-head > p { margin-top: 27px; }
  .screens-grid { grid-template-columns: 1fr 1fr; gap: 13px; }
  .screen-card-tall, .screen-card-wide { grid-column: span 2; }
  .screen-card-tall { width: 72%; }
  .facts-section { padding-block: 82px 95px; }
  .facts-list { margin-top: 48px; }
  .facts-list > div { grid-template-columns: 1fr; gap: 8px; }
  .faq-section { padding-block: 82px 95px; }
  .faq-section h2 { margin-bottom: 44px; font-size: clamp(3.7rem, 15vw, 6rem); }
  .faq-list summary { font-size: 1.1rem; }
  .detail-cta { padding-block: 88px 105px; }
  .detail-cta h2 { font-size: clamp(3.7rem, 15vw, 6rem); }
  .simple-page, .legal-page { padding-block: 60px 92px; }
  .simple-page h1, .legal-page h1, .not-found h1 { font-size: clamp(4.1rem, 17vw, 6.6rem); }
  .support-grid { display: block; margin-top: 77px; }
  .support-grid > div { min-height: 0; padding-block: 23px 31px; }
  .legal-copy { margin: 60px 0 0; }
  .legal-copy h2 { margin-top: 44px; font-size: 1.75rem; }
  .site-footer { display: flex; flex-wrap: wrap; gap: 19px; padding-block: 24px 29px; }
  .footer-links { order: 3; width: 100%; justify-content: flex-start; }
  .footer-small { margin-left: auto; }
}

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