:root {
    color-scheme: light;
    --studio: #f7f7f5;
    --paper: #ffffff;
    --ink: #17131b;
    --muted: #66616c;
    --soft: #eceae7;
    --line: #d8d5d9;
    --plum: #3b214d;
    --violet: #7145a4;
    --lilac: #cdb7f6;
    --pale-lilac: #eee7fa;
    --signal: #307b63;
    --max: 1240px;
    --measure: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    padding-top: 52px;
    color: var(--ink);
    background: var(--studio);
    font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.sentence-lines > span { display: block; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible {
    outline: 3px solid var(--violet);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 58px;
    left: 10px;
    padding: 10px 14px;
    color: #fff;
    background: var(--plum);
    transform: translateY(-420%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; }
.site-header {
    position: fixed !important;
    z-index: 80;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid rgba(23,19,27,.09);
    border-radius: 0;
    background: rgba(250,250,252,.8);
    box-shadow: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.site-header::before { content: none; }
.nav-shell {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    position: relative;
    z-index: 1;
}
.nav-home {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 4px 0 0;
    color: var(--ink);
    font-size: .86rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.nav-home img { width: 28px; height: 28px; border-radius: 7px; }
.nav-home-label { white-space: nowrap; }
.cluster-nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.cluster-nav a {
    position: relative;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: var(--muted);
    font-size: .86rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.nav-glyph { width: 21px; height: 21px; display: none; }
.nav-home::after,
.cluster-nav a::after {
    position: absolute;
    right: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    content: "";
    background: var(--violet);
    transform: translateX(50%);
    transition: width .18s ease;
}
.nav-home:hover::after,
.nav-home[aria-current="page"]::after,
.cluster-nav a:hover::after,
.cluster-nav a[aria-current="page"]::after { width: 20px; }
.cluster-nav a:hover,
.cluster-nav a[aria-current="page"] { color: var(--ink); }

.eyebrow, .mono-label, .step-number {
    color: var(--violet);
    font-family: ui-monospace, "SFMono-Regular", SFMono-Regular, Menlo, monospace;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}
.hero-kicker {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    color: var(--ink);
    font-family: inherit;
    font-size: clamp(.865rem, 2.455vw, 1.97rem);
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
}
.section-kicker {
    margin: 0 0 20px;
    color: var(--violet);
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    font-weight: 620;
    letter-spacing: -.06em;
    line-height: .94;
}
.story-kicker { color: var(--lilac); font-size: clamp(1.65rem, 2.7vw, 3.1rem); }

h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; }
h1 {
    max-width: 1050px;
    margin: 24px 0 30px;
    font-size: clamp(3.9rem, 8vw, 7.7rem);
    font-weight: 600;
    letter-spacing: -.07em;
    line-height: .92;
}
h1 > span, h2 > span { display: block; }
h1 > span:nth-child(2) { margin-top: .2em; letter-spacing: -.035em; white-space: nowrap; }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.precision-word {
    display: inline-block;
    min-width: 0;
    color: var(--plum);
    text-shadow: 0 1px 0 rgba(255,255,255,.7), 0 8px 28px rgba(59,33,77,.16);
    transition: opacity .2s ease, transform .2s ease;
}
.precision-word.is-changing { opacity: 0; transform: translateY(.18em); }

.hero { padding: 92px 0 74px; border-bottom: 1px solid rgba(23,19,27,.08); background: var(--studio); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr); gap: 66px; align-items: center; }
.hero .lead {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.12rem, 2vw, 1.45rem);
    line-height: 1.48;
}
.hero-note { max-width: 700px; margin: 20px 0 0; color: var(--ink); font-weight: 650; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.privacy-hero-actions { align-items: flex-start; flex-direction: column; }
.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 21px;
    border: 1px solid var(--ink);
    border-radius: 12px;
    background: transparent;
    color: var(--ink);
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--ink); color: #fff; }
.button.primary { border-color: var(--plum); background: var(--plum); color: #fff; }
.button.primary:hover { background: var(--violet); border-color: var(--violet); }
.commercial-line { margin: 22px 0 0; color: var(--muted); font-size: .84rem; }

.hero-home { padding: 0; overflow: clip; border-bottom: 0; }
.hero-home .hero-copy {
    position: relative;
    isolation: isolate;
    padding-top: clamp(88px, 11vw, 150px);
    padding-bottom: clamp(62px, 8vw, 105px);
    text-align: center;
}
.hero-home .hero-copy::before {
    --hero-mark-y: -51%;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: clamp(420px, 49vw, 680px);
    aspect-ratio: 1;
    border-radius: 30%;
    content: "";
    background: url("/images/peekin/peekin-cam-icon.png") center / contain no-repeat;
    filter: blur(8px) saturate(1.18);
    opacity: .24;
    pointer-events: none;
    transform: translate(-50%, var(--hero-mark-y)) rotate(-11deg);
    animation: hero-mark-hover 8s ease-in-out infinite;
    will-change: transform;
}
.hero-home .hero-copy > * { position: relative; z-index: 1; }
@keyframes hero-mark-hover {
    0%, 100% { transform: translate(-50%, var(--hero-mark-y)) rotate(-11deg); }
    50% { transform: translate(-50%, calc(var(--hero-mark-y) - 8px)) rotate(-9.5deg); }
}
.hero-home .hero-copy h1 {
    width: 100%;
    max-width: none;
    display: grid;
    justify-items: center;
    margin-right: auto;
    margin-left: auto;
}
.hero-home .hero-copy h1 > span { width: max-content; max-width: 100%; text-align: center; }
.hero-home .hero-copy .lead { margin-right: auto; margin-left: auto; }
.hero-home .actions { justify-content: center; }
.hero-campaign { position: relative; width: 100%; margin: 0; overflow: hidden; background: #ebe7e0; }
.hero-campaign img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.image-editorial { position: relative; isolation: isolate; }
.image-editorial::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(247,247,245,.22) 0%, transparent 48%);
}
.image-editorial-dark::after { background: linear-gradient(90deg, rgba(15,13,16,.74) 0%, rgba(15,13,16,.16) 48%, transparent 72%); }
.image-statement,
.hero-campaign .image-statement,
.audience-card .image-statement,
.camera-story .image-statement,
.feature-figure .image-statement {
    --image-statement-size: clamp(2.5rem, 5vw, 5.8rem);
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: 11%;
    left: 7%;
    width: min(44%, 650px);
    display: grid;
    justify-content: start;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.image-statement span {
    color: inherit;
    font-family: inherit;
    font-size: calc(var(--image-statement-size) - 6px);
    font-weight: 650;
    letter-spacing: -.06em;
    line-height: .94;
    text-transform: none;
}
.image-statement strong {
    color: inherit;
    font-size: var(--image-statement-size);
    font-weight: 700;
    letter-spacing: -.065em;
    line-height: .94;
}
.image-statement.image-statement-ink {
    color: var(--plum);
    text-shadow: 0 1px 0 rgba(255,255,255,.72), 0 10px 34px rgba(255,255,255,.52);
}
.image-statement.image-statement-ink span { color: var(--violet); }
.image-statement.image-statement-light {
    color: #eadcff;
    text-shadow: 0 2px 30px rgba(21,8,31,.78), 0 0 1px rgba(21,8,31,.9);
}
.image-statement.image-statement-light span { color: #fff; }
.motion-ready .image-statement {
    opacity: .01;
    filter: none;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(-54px, 0, 0);
    transition: opacity .35s ease, clip-path .8s cubic-bezier(.2,.75,.2,1), transform .8s cubic-bezier(.2,.75,.2,1);
}
.motion-ready .image-statement.is-visible {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
}

.hero-story, .feature-figure, .campaign-strip, .use-case-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(23,19,27,.11);
    background: var(--paper);
}
.hero-story { position: relative; }
.hero-story img, .feature-figure img, .campaign-strip img, .use-case-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-story figcaption, .feature-figure figcaption, .campaign-strip figcaption, .use-case-card figcaption {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 24px;
    padding: 18px 20px 20px;
    color: var(--muted);
    font-size: .84rem;
}
.hero-story figcaption b, .feature-figure figcaption b, .campaign-strip figcaption b, .use-case-card figcaption b { color: var(--ink); }
.story-pill { position: absolute; top: 18px; left: 18px; padding: 9px 12px; background: rgba(255,255,255,.9); font-size: .78rem; font-weight: 700; }

.product-story {
    --story-pin-top: 72px;
    min-height: 250vh;
    padding: 0;
    color: #fff;
    background: #131116;
}
.story-layout {
    position: sticky;
    top: var(--story-pin-top);
    min-height: calc(100vh - var(--story-pin-top));
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(520px, 1.25fr);
    gap: 78px;
    align-items: center;
    padding: clamp(22px, 3.5vh, 38px) 0;
}
.story-copy h2, .section h2, .operator-section h2, .privacy-message h2, .cta-band h2 {
    margin: 18px 0 22px;
    font-size: clamp(3.1rem, 6vw, 6rem);
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: .95;
}
.product-story .story-copy h2 { font-size: clamp(3.1rem, 5vw, 5.4rem); }
.product-story .section-lead { max-width: 620px; margin: 0 0 28px; color: #b9b4bd; font-size: 1.08rem; }
.story-step {
    width: 100%;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 16px 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.18);
    background: transparent;
    color: #8f8a92;
    text-align: left;
    cursor: pointer;
    transition: color .2s ease;
}
.story-step:last-of-type { border-bottom: 1px solid rgba(255,255,255,.18); }
.story-step b { display: block; margin-bottom: 4px; color: inherit; font-size: 1.3rem; }
.story-step small { display: block; color: inherit; font-size: .92rem; line-height: 1.45; }
.story-step.is-active { color: #fff; }
.story-step.is-active .step-number { color: var(--lilac); }
.interface-stage { position: relative; margin: 0; }
.interface-topline { display: flex; justify-content: space-between; padding: 0 4px 12px; color: #aaa5ad; font-size: .72rem; }
.interface-screen {
    height: min(66vh, 640px);
    overflow: hidden;
    border: 1px solid #3a363e;
    background: #0b0a0c;
}
.interface-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: opacity .18s ease; }
.interface-screen img.is-changing { opacity: 0; }
.interface-stage figcaption { padding: 13px 3px 0; color: #8f8a92; font-size: .75rem; }

.confidence-section { overflow: hidden; background: var(--studio); }
.confidence-campaign { position: relative; margin: 0; overflow: hidden; background: #e8dfd2; }
.confidence-campaign img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.confidence-campaign .image-statement { top: 42%; bottom: auto; width: min(38%, 560px); }
.confidence-statement { --image-statement-size: clamp(3.2rem, 5.3vw, 6rem); }
.confidence-statement small { color: inherit; font-size: clamp(1.15rem, 1.55vw, 1.6rem); font-weight: 750; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; }

.home-privacy-section {
    padding: 130px 0;
    overflow: hidden;
    color: #fff;
    background: #131016;
}
.home-privacy-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: stretch; }
.home-privacy-figure { position: relative; min-height: 720px; margin: 0; overflow: hidden; background: #241b29; }
.home-privacy-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-privacy-figure .image-statement { width: min(76%, 650px); }
.home-privacy-copy { --privacy-title-size: clamp(3rem, 4.6vw, 5rem); display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 7vw, 118px) clamp(34px, 6vw, 104px); }
.home-privacy-copy .eyebrow {
    color: var(--lilac);
    font-family: inherit;
    font-size: calc(var(--privacy-title-size) - 6px);
    font-weight: 600;
    letter-spacing: -.065em;
    line-height: .94;
    text-transform: none;
}
.home-privacy-copy h2 {
    margin: 22px 0 26px;
    font-size: var(--privacy-title-size);
    font-weight: 600;
    letter-spacing: -.065em;
    line-height: .94;
}
.home-privacy-copy h2 span { display: block; }
.home-privacy-copy h2 em { color: var(--lilac); font-style: normal; }
.home-privacy-copy > p { max-width: 650px; margin: 0; color: #d3cfd5; font-size: 1.12rem; }
.privacy-presets { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0; }
.privacy-presets span { padding: 9px 12px; border: 1px solid rgba(205,183,246,.42); border-radius: 999px; color: #f0e7ff; font-size: .78rem; font-weight: 700; }
.home-privacy-details { display: grid; grid-template-columns: 1fr; gap: 22px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.17); }
.home-privacy-details h3 { margin: 0 0 9px; font-size: 1.18rem; }
.home-privacy-details p { margin: 0; color: #aaa5ad; font-size: .92rem; }
.home-privacy-copy .local-promise { margin-top: 30px; color: var(--lilac); font-size: .86rem; font-weight: 700; }
.privacy-button { margin-top: 25px; border-color: #fff; color: #fff; }
.privacy-button:hover { background: #fff; color: var(--ink); }

.signature-section { padding-bottom: 96px; overflow: clip; background: var(--pale-lilac); }
.signature-intro-shell { position: relative; z-index: 3; }
.signature-scroll { min-height: 360vh; }
.signature-sticky {
    position: sticky;
    top: 72px;
    height: calc(100vh - 72px);
    display: grid;
    place-items: center;
    overflow: hidden;
}
.signature-grid {
    --focus-x: 0px;
    --focus-y: 0px;
    --focus-width: 0px;
    --focus-height: 0px;
    position: relative;
    height: min(76vh, 760px);
    max-height: calc(100vh - 112px);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.signature-focus {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: var(--focus-width);
    height: var(--focus-height);
    border: 1px solid rgba(255,255,255,.16);
    background: var(--plum);
    box-shadow: 0 30px 80px rgba(59,33,77,.24);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(var(--focus-x), var(--focus-y), 0);
    will-change: width, height, transform;
}
.signature-grid.is-ready .signature-focus { opacity: 1; }
.signature-card {
    position: relative;
    z-index: 2;
    grid-column: span 2;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(18px, 2vw, 32px);
    border: 1px solid rgba(59,33,77,.15);
    background: rgba(255,255,255,.9);
    transition: color .28s ease, background-color .28s ease, border-color .28s ease;
}
.signature-card-half { grid-column: span 3; }
.signature-card-featured { color: #fff; background: var(--plum); }
.signature-card > *:not(.signature-glyph) { position: relative; z-index: 2; }
.signature-glyph {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -3%;
    width: clamp(150px, 17vw, 300px);
    height: clamp(150px, 17vw, 300px);
    color: var(--plum);
    opacity: .075;
    pointer-events: none;
    transform: translateY(-50%) rotate(-11deg) scale(1.08);
    transition: color .28s ease, opacity .28s ease, transform .45s cubic-bezier(.2,.75,.2,1);
}
.card-kicker {
    color: var(--violet);
    font-size: clamp(1.28rem, 1.85vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .96;
}
.signature-card h3 {
    margin: auto 0 14px;
    font-size: clamp(1.7rem, 2.7vw, 3.1rem);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: .98;
}
.signature-card h3 span { display: block; }
.signature-card p { margin: 0; color: var(--muted); font-size: clamp(.78rem, .88vw, .98rem); line-height: 1.38; }
.signature-card-featured .card-kicker { color: var(--lilac); }
.signature-card-featured p { color: #d9d2dd; }
.signature-grid.is-ready .signature-card-featured:not(.is-active) { color: var(--ink); background: rgba(255,255,255,.9); }
.signature-grid.is-ready .signature-card-featured:not(.is-active) .card-kicker { color: var(--violet); }
.signature-grid.is-ready .signature-card-featured:not(.is-active) p { color: var(--muted); }
.signature-card.is-active { color: #fff; border-color: rgba(255,255,255,.16); background: transparent; }
.signature-card.is-active .card-kicker { color: var(--lilac); }
.signature-card.is-active p { color: #ddd4e3; }
.signature-card.is-active .signature-glyph { color: var(--lilac); opacity: .19; transform: translateY(-50%) rotate(-7deg) scale(1.18); }
.signature-more { margin: 28px 0 0; text-align: right; }
.signature-more a { color: var(--plum); font-weight: 760; text-underline-offset: .22em; }
.signature-more a:hover { color: var(--violet); }

.motion-ready .reveal-copy {
    opacity: 0;
    filter: none;
    transform: translate3d(-42px, 0, 0);
    transition: opacity .45s ease, transform .8s cubic-bezier(.2,.75,.2,1);
}
.motion-ready .reveal-copy.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

.section { padding: 126px 0; border-bottom: 1px solid rgba(23,19,27,.08); }
.section[id] { scroll-margin-top: 88px; }
.section-intro { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 54px; margin-bottom: 58px; }
.section-intro-solo { grid-template-columns: 1fr; }
.section-intro p, .section-lead { max-width: var(--measure); margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-intro .section-kicker {
    max-width: none;
    margin: 0 0 28px;
    color: var(--violet);
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    font-weight: 620;
    letter-spacing: -.06em;
    line-height: .94;
}
.wide-intro { align-items: start; }
.audience-section { overflow: hidden; background: var(--paper); }
.audience-intro { max-width: 1080px; }
.audience-intro .section-kicker { margin-bottom: 28px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { position: relative; min-height: 0; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; background: #e9e5df; }
.audience-card-wide { grid-column: 1 / -1; min-height: 680px; }
.audience-card-fullbleed {
    width: 100vw;
    min-height: 0;
    margin: 20px 0 0 calc(50% - 50vw);
    aspect-ratio: 16 / 7.8;
}
.audience-card img { width: 100%; height: 100%; object-fit: cover; }
.audience-card .image-statement { --image-statement-size: clamp(2.15rem, 3.45vw, 4rem); width: min(70%, 520px); }
.audience-card-work .image-statement { --image-statement-size: clamp(2rem, 3.15vw, 3.7rem); width: min(68%, 480px); }
.audience-card-fullbleed .image-statement { --image-statement-size: clamp(3rem, 5.3vw, 6.4rem); width: min(48%, 760px); }
.rotating-label { display: inline-block; transition: opacity .18s ease, transform .18s ease; }
.rotating-label.is-changing { opacity: 0; transform: translateY(.18em); }
.campaign-disclosure { margin: 18px 0 0; color: var(--muted); font-size: .75rem; }

.compatibility-section { overflow: hidden; background: var(--pale-lilac); }
.compatibility-heading { max-width: 1120px; margin-bottom: 66px; }
.compatibility-heading p { max-width: var(--measure); margin: 0; color: var(--muted); font-size: 1.08rem; }
.marquee-stack { display: grid; gap: 14px; }
.compatibility-marquee {
    width: 100%;
    overflow: hidden;
    padding: 2px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.compatibility-track { width: max-content; display: flex; will-change: transform; }
.compatibility-track.is-forward { animation: marqueeForward 32s linear infinite; }
.compatibility-track.is-reverse { animation: marqueeReverse 34s linear infinite; }
.compatibility-marquee:hover .compatibility-track,
.compatibility-marquee:focus-within .compatibility-track { animation-play-state: paused; }
.compatibility-group { display: flex; gap: 16px; padding-right: 16px; }
.compatibility-card {
    width: 142px;
    min-height: 110px;
    display: grid;
    place-items: center;
    padding: 20px;
    border: 1px solid rgba(59,33,77,.16);
    border-radius: 24px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 16px 40px rgba(59,33,77,.06);
}
.compatibility-card img { width: 68px; height: 68px; object-fit: contain; }
.maker-card { width: 170px; }
.maker-card img { width: 78px; height: 62px; }
.maker-mark { color: var(--ink); font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.acer-mark { color: #6f9f19; font-size: 1.65rem; }
.canon-mark { color: #c90018; font-family: Georgia, serif; font-size: 1.45rem; font-style: italic; }
@keyframes marqueeForward {
    from { transform: translateX(calc(-50% - 8px)); }
    to { transform: translateX(0); }
}
@keyframes marqueeReverse {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 8px)); }
}

.operator-section { padding: 152px 0; color: #fff; background: var(--plum); }
.operator-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.operator-section .eyebrow { color: var(--lilac); }
.operator-section h2 { max-width: 900px; margin-bottom: 0; }
.operator-copy p { margin: 0 0 22px; color: #ded5e4; font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: 8px; color: #fff; font-weight: 700; text-underline-offset: 5px; }

.lens-story { min-width: 0; display: grid; grid-template-columns: .78fr 1.22fr; min-height: 820px; overflow: hidden; background: var(--pale-lilac); }
.lens-message { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 7vw, 120px); }
.lens-message h2 {
    margin: 24px 0 28px;
    font-size: clamp(3rem, 5vw, 5.4rem);
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: .96;
}
.lens-message > p { max-width: 620px; margin: 0 0 20px; color: var(--muted); font-size: 1.08rem; }
.lens-message .text-link { color: var(--plum); }
.lens-message .campaign-disclosure { margin-top: 28px; font-size: .72rem; }
.lens-campaign { position: relative; min-width: 0; margin: 0; min-height: 720px; overflow: hidden; }
.lens-campaign img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.lens-campaign figcaption {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    gap: 2px;
    padding: 16px 19px;
    background: rgba(255,255,255,.92);
    color: var(--muted);
    font-size: .82rem;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.lens-campaign figcaption b { color: var(--ink); }

.privacy-story { min-width: 0; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; overflow: hidden; background: #111014; color: #fff; }
.privacy-campaign { position: relative; min-width: 0; margin: 0; min-height: 720px; overflow: hidden; }
.privacy-campaign img { width: 100%; height: 100%; object-fit: cover; }
.privacy-campaign figcaption { position: absolute; right: 18px; bottom: 14px; left: 18px; color: rgba(255,255,255,.64); font-size: .68rem; }
.privacy-message { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.privacy-message .eyebrow { color: var(--lilac); }
.privacy-message h2 { margin-top: 24px; }
.privacy-message > p { max-width: 650px; margin: 0 0 24px; color: #d2ced5; font-size: 1.16rem; }
.privacy-message .privacy-detail { color: #aaa5ad; font-size: .96rem; }
.privacy-message .tier-note { color: #88828d; font-size: .78rem; }
.privacy-message .button { align-self: flex-start; border-color: #fff; color: #fff; }
.privacy-message .button:hover { background: #fff; color: var(--ink); }

.ink-section { color: #fff; background: #17131b; }
.ink-section .eyebrow, .ink-section .mono-label { color: var(--lilac); }
.ink-section .section-intro p, .ink-section .section-lead { color: #b9b4bd; }
.ink-section .privacy-mystery-line {
    font-size: clamp(1.24rem, .42rem + 1.1vw, 1.42rem);
    line-height: 1.42;
}
.lens-section { background: var(--pale-lilac); }
.feature-hero { padding-top: clamp(108px, 12vw, 178px); padding-bottom: clamp(86px, 10vw, 144px); }
.feature-hero h1 { max-width: 980px; }
.feature-hero .lead { max-width: 760px; }

.bench { display: grid; gap: 14px; }
.bench.three { grid-template-columns: repeat(3, 1fr); }
.bench.four { grid-template-columns: repeat(4, 1fr); }
.bench-unit { min-width: 0; padding: 28px 25px 30px; border: 1px solid var(--line); background: var(--paper); }
.bench-unit h3 { margin: 12px 0 10px; font-size: 1.34rem; letter-spacing: -.025em; line-height: 1.16; }
.bench-unit p { margin: 0; color: var(--muted); }
.ink-section .bench-unit { border-color: #3f3942; background: #211d23; }
.ink-section .bench-unit p { color: #b9b4bd; }
.quick-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 46px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.quick-lines span { color: #c8c3cb; font-size: .96rem; }
.quick-lines b { color: #fff; }
.quick-lines.light-lines { border-top-color: var(--line); }
.quick-lines.light-lines span { color: var(--muted); }
.quick-lines.light-lines b { color: var(--ink); }
.feature-note { margin-top: 30px; }

.feature-figure, .campaign-strip { margin-top: 46px; }
.feature-explainer img { aspect-ratio: 3 / 1; object-fit: cover; }
.use-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.camera-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.camera-story { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #e8e3de; }
.camera-story-wide { grid-column: 1 / -1; min-height: 680px; }
.camera-story img { width: 100%; height: 100%; object-fit: cover; }
.camera-story .image-statement { width: min(50%, 610px); }
.camera-story:not(.camera-story-wide) .image-statement { --image-statement-size: clamp(2.2rem, 3.7vw, 4.3rem); width: min(72%, 490px); }
.camera-source-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.camera-source-tile { margin: 0; border: 1px solid var(--line); background: var(--paper); }
.camera-source-visual { aspect-ratio: 1.25; background-size: cover; background-position: center; }
.source-built-in { background-image: url('/images/peekin/peekin-lens-work-call-composition.png'); }
.source-usb { background-image: url('/images/peekin/peekin-cam-online-creator-workflow.png'); }
.source-motorised { background-image: url('/images/peekin/peekin-camera-sources-campaign-v1.png'); }
.source-connected { background-image: url('/images/peekin/peekin-creator-rear-camera-v2.png'); }
.camera-source-tile figcaption { padding: 13px 14px; font-size: .84rem; font-weight: 700; }

.privacy-sheet { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.privacy-copy, .coverage-list { padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.privacy-copy h3 { margin: 14px 0 12px; font-size: 1.7rem; }
.privacy-copy p { color: var(--muted); }
.coverage-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 0; overflow: hidden; background: var(--line); }
.coverage-list div { padding: 24px; background: var(--paper); }
.coverage-list b, .coverage-list span { display: block; }
.coverage-list span { margin-top: 6px; color: var(--muted); font-size: .88rem; }
.ink-section .privacy-copy, .ink-section .coverage-list { border-color: #3f3942; background: #211d23; }
.ink-section .coverage-list div { background: #211d23; }
.ink-section .privacy-copy p, .ink-section .coverage-list span { color: #b9b4bd; }
.tier-note { color: var(--muted); font-size: .8rem; }
.tier-note a { text-underline-offset: 3px; }

.tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tier { display: flex; flex-direction: column; min-height: 100%; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.tier.featured { border: 2px solid var(--violet); }
.tier-name { margin-top: 14px; font-size: 1.32rem; font-weight: 700; }
.tier-price { margin: 16px 0 12px; font-size: 2.7rem; font-weight: 650; letter-spacing: -.05em; }
.tier-price small { color: var(--muted); font-size: .78rem; letter-spacing: 0; }
.tier p, .tier li { color: var(--muted); }
.tier ul { flex: 1; padding-left: 20px; }
.tier .button { margin-top: 22px; }
.price-poster, .hero-instrument { padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.price-poster > strong { display: block; margin: 14px 0 2px; color: var(--plum); font-size: clamp(4rem, 7vw, 7rem); letter-spacing: -.07em; line-height: 1; }
.price-kicker, .price-once { display: block; color: var(--muted); }
.price-promises { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.hero-icon { width: 160px; margin: 0 auto 26px; border-radius: 35px; }
.instrument-readout { display: grid; gap: 1px; background: var(--line); }
.instrument-readout div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 16px; background: var(--paper); }
.instrument-readout span { color: var(--muted); }

.comparison-hero { padding-top: 118px; padding-bottom: 104px; }
.comparison-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 80px;
    align-items: end;
}
.comparison-hero h1 { margin-bottom: 0; font-size: clamp(4.2rem, 7.4vw, 7rem); }
.comparison-hero h1 > span:nth-child(2) { max-width: 760px; white-space: normal; }
.comparison-answer { padding: 32px 0 6px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-answer p { margin: 0 0 18px; color: var(--muted); font-size: 1.08rem; }
.comparison-answer p strong { color: var(--ink); }
.comparison-answer .text-link { margin: 4px 0 24px; color: var(--violet); }

.comparison-intro-section { background: var(--pale-lilac); }
.comparison-intro-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 66px; }
.comparison-statements { display: grid; gap: 0; border-top: 1px solid rgba(59,33,77,.2); }
.comparison-statements article { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; padding: 36px 0; border-bottom: 1px solid rgba(59,33,77,.2); }
.comparison-statements h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.6rem); }
.comparison-statements p { max-width: 650px; margin: 5px 0 0; color: var(--muted); }

.comparison-section { padding-top: 142px; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid #49434d; background: #17131b; }
.comparison-table-wrap:focus-visible { outline: 3px solid var(--lilac); outline-offset: 4px; }
.comparison-table { width: 100%; min-width: 1040px; border-collapse: collapse; table-layout: fixed; color: #eeeaf0; }
.comparison-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.comparison-table th, .comparison-table td { padding: 23px 22px; border-right: 1px solid #49434d; border-bottom: 1px solid #49434d; text-align: left; vertical-align: top; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th { color: #fff; background: #0f0d10; font-size: .86rem; letter-spacing: .01em; }
.comparison-table thead th:first-child { width: 19%; }
.comparison-table tbody th { color: #fff; background: #1b171e; font-size: .88rem; }
.comparison-table td { color: #c8c3cb; font-size: .92rem; }
.comparison-table .peekin-column { color: #fff; background: #2a2032; }
.comparison-table thead .peekin-column { color: var(--lilac); background: #211729; }
.comparison-table strong { color: var(--lilac); }
.comparison-note { max-width: 940px; margin: 24px 0 0; color: #9f99a3; font-size: .78rem; }
.comparison-note a { color: #d9c9f5; text-underline-offset: 3px; }
.home-comparison-wrap { margin-bottom: 22px; }
.home-comparison-table { min-width: 980px; }

.choice-section { background: var(--paper); }
.choice-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.choice-grid h2 { font-size: clamp(3rem, 5.6vw, 5.6rem); }
.choice-lines { border-top: 1px solid var(--line); }
.choice-lines article { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.choice-lines span { color: var(--ink); font-weight: 700; }
.choice-lines p { margin: 0; color: var(--muted); }
.choice-lines .choice-peekin span { color: var(--violet); }

.comparison-sources { padding-top: 98px; padding-bottom: 98px; }
.source-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.source-grid h2 { font-size: clamp(3rem, 5vw, 5rem); }
.source-grid p { max-width: 720px; color: var(--muted); }
.source-grid ul { margin: 28px 0; padding-left: 20px; }
.source-grid li { margin-bottom: 10px; }
.source-grid a { color: var(--plum); text-underline-offset: 4px; }
.comparison-updated { font-size: .8rem; }

.lock-section {
    position: relative;
    min-height: min(84vh, 900px);
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 72% 22%, #7145a4 0%, #3b214d 38%, #130d18 100%);
}
.lock-section::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(110deg, rgba(12,8,15,.78) 5%, rgba(12,8,15,.18) 58%, rgba(12,8,15,.42) 100%);
}
.lock-logo {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -8%;
    width: min(78vw, 980px);
    max-width: none;
    opacity: .28;
    filter: saturate(112%) contrast(106%) drop-shadow(0 36px 70px rgba(0,0,0,.3));
    transform: translateY(-50%) rotate(-11deg) scale(1.24);
}
.lock-shell { position: relative; z-index: 2; }
.lock-copy {
    max-width: 1040px;
    margin: 0;
    color: #fff;
    font-size: clamp(4.4rem, 9vw, 9rem);
    font-weight: 650;
    letter-spacing: -.07em;
    line-height: .86;
}
.lock-copy .lock-line { display: block; }
.lock-copy .lock-line:nth-child(2) { color: var(--lilac); }
.motion-ready .lock-line { opacity: 0; filter: blur(10px); transform: translate3d(0, 62px, 0); transition: opacity .7s ease, filter .85s ease, transform .85s cubic-bezier(.2,.75,.2,1); }
.motion-ready .lock-line:nth-child(2) { transition-delay: .12s; }
.motion-ready .lock-line:nth-child(3) { transition-delay: .24s; }
.motion-ready .lock-line.is-visible { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
.motion-ready .lock-logo { opacity: 0; transform: translateY(-47%) rotate(-17deg) scale(1.48); transition: opacity 1.15s ease, transform 1.45s cubic-bezier(.2,.75,.2,1); }
.motion-ready .lock-section.is-visible .lock-logo { opacity: .28; transform: translateY(-50%) rotate(-11deg) scale(1.24); }

.cta-band { padding: 92px 0; color: #fff; background: var(--violet); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; }
.cta-band .mono-label { color: #eadffd; }
.cta-band h2 { margin: 16px 0; max-width: 840px; }
.cta-band p { margin: 0; color: #eadffd; }
.cta-band .button { border-color: #fff; color: #fff; }
.cta-band .button:hover { background: #fff; color: var(--violet); }

.site-footer { padding: 70px 0 80px; color: #c5c0c8; background: #0f0d10; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; }
.site-footer strong { color: #fff; }
.site-footer p { max-width: 450px; margin: 10px 0 0; font-size: .82rem; }
.footer-group { display: grid; align-content: start; gap: 9px; }
.footer-group a { color: #c5c0c8; font-size: .84rem; text-decoration: none; }
.footer-group a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-signature {
    width: min(var(--max), calc(100% - 56px));
    margin: 52px auto 0;
    padding-top: 36px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #d8d3db;
    font-size: .9rem;
    font-weight: 650;
    text-align: center;
    text-decoration: none;
}
.footer-signature img {
    width: 44px;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.32));
    transition: transform .2s ease;
}
.footer-signature:hover { color: #fff; }
.footer-signature:hover img { transform: translateY(-2px); }
.footer-row, .footer-links, .crosslinks { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.crosslinks { margin-top: 32px; }
.crosslink { color: var(--violet); font-weight: 700; }

@media (max-width: 1040px) {
    .hero-grid, .story-layout, .operator-grid, .lens-story, .privacy-story, .comparison-hero-grid, .home-privacy-layout { grid-template-columns: 1fr; }
    .hero-grid { gap: 44px; }
    .product-story { min-height: 0; padding: 110px 0; }
    .story-layout { position: static; min-height: 0; gap: 54px; padding: 0; }
    .interface-stage { position: static; }
    .interface-screen { height: min(76vw, 700px); }
    .operator-grid { gap: 44px; }
    .lens-campaign { min-height: 620px; }
    .privacy-campaign { min-height: 620px; }
    .privacy-message { padding: 90px 56px; }
    .bench.four, .camera-source-grid { grid-template-columns: repeat(2, 1fr); }
    .comparison-hero-grid { gap: 48px; }
    .comparison-intro-grid { grid-template-columns: 150px minmax(0, 1fr); gap: 42px; }
    .choice-grid, .source-grid { grid-template-columns: 1fr; gap: 48px; }
    .home-privacy-figure { min-height: 620px; }
    .signature-scroll { min-height: 0; }
    .signature-sticky { position: static; height: auto; overflow: visible; }
    .signature-grid { height: auto; max-height: none; grid-template-rows: none; }
    .signature-focus { display: none; }
    .signature-card { min-height: 310px; }
    .signature-grid.is-ready .signature-card-featured:not(.is-active) { color: #fff; background: var(--plum); }
    .signature-grid.is-ready .signature-card-featured:not(.is-active) .card-kicker { color: var(--lilac); }
    .signature-grid.is-ready .signature-card-featured:not(.is-active) p { color: #d9d2dd; }
}

@media (min-width: 1041px) and (max-height: 760px) {
    .signature-grid { height: calc(100vh - 106px); }
    .signature-card { padding: 18px 20px; }
    .card-kicker { font-size: clamp(1.08rem, 1.4vw, 1.45rem); }
    .signature-card h3 { margin-bottom: 10px; font-size: clamp(1.45rem, 2.15vw, 2.3rem); }
    .signature-card p { font-size: .76rem; line-height: 1.3; }
    .signature-glyph { width: clamp(130px, 15vw, 220px); height: clamp(130px, 15vw, 220px); }
}

@media (max-width: 760px) {
    body { padding-top: 56px; font-size: 16px; }
    .shell { width: min(var(--max), calc(100% - 32px)); }
    .skip-link { top: 60px; }
    .site-header { top: 0; right: 0; left: 0; border-radius: 0; }
    .nav-shell { width: 100%; height: 56px; min-height: 56px; display: flex; gap: 0; padding: 0 6px; overflow: hidden; }
    .nav-home { width: 44px; height: 44px; display: grid; gap: 0; padding: 0; }
    .nav-home img { width: 28px; height: 28px; }
    .nav-home-label { display: none; }
    .cluster-nav { flex: 1 1 auto; justify-content: space-between; gap: 0; overflow: visible; padding: 0; }
    .cluster-nav a { width: auto; height: 44px; min-width: 0; min-height: 44px; flex: 0 1 auto; display: flex; align-items: center; justify-content: center; padding: 0; }
    .nav-label { display: block; font-size: .68rem; letter-spacing: -.025em; }
    .nav-glyph { display: none; }
    .cluster-nav a:last-child { width: 44px; flex: 0 0 44px; }
    .cluster-nav a:last-child .nav-label { display: none; }
    .cluster-nav a:last-child .nav-glyph { display: block; }
    .nav-home::after, .cluster-nav a::after { bottom: -6px; }
    .hero { padding: 70px 0 58px; }
    .hero-home { padding: 0; }
    .hero-home .hero-copy { padding-top: 70px; padding-bottom: 56px; }
    .hero-home .hero-copy::before {
        --hero-mark-y: -53%;
        width: min(96vw, 360px);
        filter: blur(6px) saturate(1.18);
        opacity: .23;
    }
    h1 { margin-top: 18px; font-size: clamp(3rem, 14.5vw, 4.8rem); line-height: .95; }
    .hero-home h1 > span:nth-child(2) { font-size: clamp(1.72rem, 7.4vw, 2.4rem); }
    .hero .lead br { display: none; }
    .hero-campaign { width: 100%; }
    .product-story, .section, .operator-section { padding: 86px 0; }
    .story-layout { display: flex; flex-direction: column; }
    .story-copy { display: contents; }
    .story-copy > .eyebrow, .story-copy > .section-kicker, .story-copy > h2, .story-copy > .section-lead { order: 1; }
    .interface-stage { order: 2; width: 100%; }
    .story-step { order: 3; }
    .interface-screen { height: auto; aspect-ratio: 15 / 16; }
    .interface-screen img { object-fit: contain; }
    .story-copy h2, .section h2, .operator-section h2, .privacy-message h2, .home-privacy-copy h2, .cta-band h2 { font-size: clamp(2.65rem, 13vw, 4.7rem); }
    .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
    .compatibility-heading { margin-bottom: 48px; }
    .audience-grid, .use-case-grid, .privacy-sheet, .tier-grid { grid-template-columns: 1fr; }
    .audience-card-wide { grid-column: auto; }
    .audience-card, .audience-card-wide {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }
    .audience-grid .audience-card {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    .confidence-campaign .image-statement { top: 18%; bottom: auto; width: 44%; }
    .confidence-campaign::after { background: linear-gradient(90deg, rgba(247,247,245,.82) 0%, rgba(247,247,245,.58) 52%, transparent 78%); }
    .confidence-campaign .image-statement {
        top: 15%;
        right: auto;
        bottom: auto;
        left: 20px;
        width: 56%;
        --image-statement-size: clamp(1.9rem, 7.8vw, 2.45rem);
    }
    .confidence-campaign .confidence-statement small {
        width: 100%;
        max-width: 190px;
        font-size: clamp(.82rem, 3.15vw, 1rem);
        line-height: 1.18;
        white-space: normal;
    }
    .home-privacy-section { padding: 86px 0; }
    .home-privacy-layout { gap: 0; }
    .home-privacy-figure { min-height: 0; aspect-ratio: 16 / 10; }
    .home-privacy-figure .image-statement { width: calc(100% - 40px); }
    .home-privacy-copy { padding: 62px 22px 78px; }
    .home-privacy-details { grid-template-columns: 1fr; gap: 22px; }
    .signature-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .signature-card, .signature-card-half, .signature-card-featured { grid-column: auto; min-height: 280px; }
    .signature-card.is-active { color: var(--ink); border-color: rgba(59,33,77,.15); background: rgba(255,255,255,.9); }
    .signature-card.is-active .card-kicker { color: var(--violet); }
    .signature-card.is-active p { color: var(--muted); }
    .signature-card.is-active .signature-glyph { color: var(--plum); opacity: .075; transform: translateY(-50%) rotate(-11deg) scale(1.08); }
    .signature-card-featured.is-active { color: #fff; background: var(--plum); }
    .signature-card-featured.is-active .card-kicker { color: var(--lilac); }
    .signature-card-featured.is-active p { color: #d9d2dd; }
    .signature-card-featured.is-active .signature-glyph { color: var(--lilac); opacity: .19; }
    .signature-more { text-align: left; }
    .signature-section .section-intro h2 {
        max-width: 100%;
        font-size: clamp(2.5rem, 11vw, 3.45rem);
        overflow-wrap: normal;
    }
    .signature-section .section-intro h2 > span { max-width: 100%; }
    .audience-card img { object-position: center; }
    .audience-card-fullbleed { width: 100vw; margin-left: calc(50% - 50vw); aspect-ratio: 16 / 10; }
    .audience-card-fullbleed .image-statement { width: calc(100% - 40px); }
    .privacy-campaign { min-height: 530px; }
    .lens-message { padding: 78px 24px; }
    .lens-campaign { min-height: 530px; }
    .privacy-message { padding: 78px 24px; }
    .bench.three, .bench.four, .camera-source-grid, .quick-lines { grid-template-columns: 1fr; }
    .coverage-list { grid-template-columns: 1fr; }
    .comparison-hero { padding-top: 82px; padding-bottom: 76px; }
    .comparison-hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
    .comparison-intro-grid, .comparison-statements article { grid-template-columns: 1fr; gap: 20px; }
    .comparison-statements article { padding: 30px 0; }
    .comparison-table-wrap { margin-right: 0; }
    .comparison-table { min-width: 900px; }
    .comparison-table th, .comparison-table td { padding: 19px 17px; }
    .choice-lines article { grid-template-columns: 1fr; gap: 8px; }
    .cta-grid, .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .cta-grid .button { justify-self: start; }
    .actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .camera-story-grid { grid-template-columns: 1fr; }
    .camera-story-wide { grid-column: auto; }
    .camera-story, .camera-story-wide {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }
    .camera-story img { object-position: center; }
    .image-statement,
    .hero-campaign .image-statement,
    .audience-card .image-statement,
    .camera-story .image-statement,
    .camera-story:not(.camera-story-wide) .image-statement,
    .feature-figure .image-statement {
        bottom: 7%;
        left: 20px;
        width: calc(100% - 40px);
        --image-statement-size: clamp(1.8rem, 7.4vw, 2.75rem);
    }
    .confidence-statement { --image-statement-size: clamp(1.72rem, 7.7vw, 2.65rem); }
    .confidence-statement small { display: block; width: calc(100vw - 40px); font-size: clamp(.82rem, 3.2vw, 1.05rem); white-space: nowrap; }
    .home-privacy-copy { --privacy-title-size: clamp(2.65rem, 13vw, 4.7rem); }
    .home-privacy-copy h2 { font-size: var(--privacy-title-size); }
    .lock-section { min-height: 680px; }
    .lock-logo { right: -46%; width: 148vw; }
    .lock-copy { font-size: clamp(3.6rem, 17vw, 5.2rem); }
}

@media (max-width: 760px) and (min-height: 640px) {
    .product-story {
        --story-pin-top: 56px;
        min-height: 320vh;
        padding: 0;
    }
    .story-layout {
        position: sticky;
        top: var(--story-pin-top);
        height: calc(100vh - var(--story-pin-top));
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
        justify-content: center;
        padding: 16px 0 12px;
        overflow: hidden;
    }
    .story-copy { flex: 0 0 auto; display: block; }
    .story-copy > .eyebrow,
    .story-copy > .section-kicker,
    .story-copy > .section-lead { display: none; }
    .product-story .story-copy h2 {
        margin: 0 0 8px;
        font-size: clamp(1.85rem, 8.4vw, 2.55rem);
        line-height: .94;
    }
    .story-step {
        display: none;
        grid-template-columns: 34px 1fr;
        gap: 10px;
        padding: 9px 0;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }
    .story-step.is-active { display: grid; }
    .story-step b { margin-bottom: 2px; font-size: 1.02rem; }
    .story-step small { font-size: .74rem; line-height: 1.32; }
    .interface-stage {
        position: relative;
        width: 100%;
        min-height: 0;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
    }
    .interface-topline { padding: 0 3px 6px; font-size: .6rem; }
    .interface-screen {
        min-height: 0;
        height: auto;
        flex: 0 0 auto;
        aspect-ratio: 15 / 16;
    }
    .interface-screen img { object-fit: contain; }
    .interface-stage figcaption { padding-top: 7px; font-size: .64rem; }

    .signature-scroll { min-height: 610vh; }
    .signature-sticky {
        position: sticky;
        top: 56px;
        height: calc(100vh - 56px);
        display: grid;
        place-items: center;
        overflow: hidden;
    }
    .signature-grid {
        position: relative;
        width: calc(100% - 28px);
        height: calc(100vh - 92px);
        max-height: none;
        display: block;
    }
    .signature-focus { display: none; }
    .signature-card,
    .signature-card-half,
    .signature-card-featured {
        position: absolute;
        inset: 0;
        min-height: 0;
        padding: 30px 24px;
        color: #fff;
        border-color: rgba(255,255,255,.16);
        background: var(--plum);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(0, 20px, 0) scale(.985);
        transition: opacity .24s ease, transform .45s cubic-bezier(.2,.75,.2,1), visibility 0s linear .45s;
    }
    .signature-card.is-active,
    .signature-card-featured.is-active {
        color: #fff;
        border-color: rgba(255,255,255,.16);
        background: var(--plum);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition-delay: 0s;
    }
    .signature-card .card-kicker,
    .signature-card.is-active .card-kicker { color: var(--lilac); font-size: clamp(1.35rem, 6vw, 1.7rem); }
    .signature-card h3 { margin: auto 0 18px; font-size: clamp(2.25rem, 10vw, 3.2rem); }
    .signature-card p,
    .signature-card.is-active p { color: #ddd4e3; font-size: .98rem; line-height: 1.45; }
    .signature-card .signature-glyph,
    .signature-card.is-active .signature-glyph {
        right: -14%;
        width: min(76vw, 320px);
        height: min(76vw, 320px);
        color: var(--lilac);
        opacity: .18;
        transform: translateY(-50%) rotate(-8deg) scale(1.12);
    }
}

@media (max-width: 390px) {
    .shell { width: min(var(--max), calc(100% - 24px)); }
    h1 { font-size: 2.82rem; }
    .story-step { grid-template-columns: 38px 1fr; }
    .interface-screen { height: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .compatibility-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
    .compatibility-track { transform: none !important; animation: none !important; }
    .compatibility-group[aria-hidden="true"] { display: none; }
    .image-statement { opacity: 1 !important; filter: none !important; transform: none !important; }
    .lock-line, .lock-logo { opacity: 1 !important; filter: none !important; transform: none !important; }
    .product-story { min-height: 0; padding: 110px 0; }
    .story-layout { position: static; height: auto; min-height: 0; gap: 54px; padding: 0; overflow: visible; }
    .story-copy > .eyebrow,
    .story-copy > .section-kicker,
    .story-copy > .section-lead { display: block; }
    .story-step { display: grid; }
    .signature-scroll { min-height: 0; }
    .signature-sticky { position: static; height: auto; overflow: visible; }
    .signature-grid { height: auto; max-height: none; display: grid; grid-template-rows: none; gap: 14px; }
    .signature-card,
    .signature-card-half,
    .signature-card-featured {
        position: relative;
        inset: auto;
        min-height: 280px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }
    .signature-focus { display: none; }
}
