/* Virtual Office for Nextcloud: product page.
   Standalone stylesheet in the colors of the office scene, so the real
   captures sit on the page without a seam. Fonts are self-hosted: the site
   CSP is `font-src 'self' data:`. */

@font-face {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/fraunces-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/fraunces-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/fraunces-vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Fraunces";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/fraunces-italic-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/source-sans-3-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/source-sans-3-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/source-sans-3-vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* ------------------------------------------------------------- tokens */

:root {
    color-scheme: light;
    --cream: #fbf8f3;
    --sand: #f4ede2;
    --sand-deep: #eadfcf;
    --paper: #fffefc;
    --sky: #dceffa;
    --sky-deep: #b9e7f8;
    --ink: #0f2a3f;
    --text: #2a4255;
    --dim: #50677a;
    --rule: #e4dacb;
    --rule-cool: #d3e3ee;
    --navy: #0c2c44;
    --navy-2: #123a58;
    --navy-3: #1b4c70;
    --on-navy: #eef6fb;
    --on-navy-dim: #a9c3d6;
    --blue: #0b5f96;
    --blue-link: #0b639c;
    --blue-bright: #1596dc;
    --apricot: #f5ad79;
    --apricot-soft: #ffe3cc;
    --apricot-ink: #a2521b;
    --lilac: #7a5bc4;
    --serif: "Fraunces", ui-serif, Georgia, "Times New Roman", serif;
    --sans: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --wrap: 74rem;
    --gutter: clamp(1.15rem, 4.5vw, 2.75rem);
    --radius: 22px;
    --radius-sm: 14px;
    --shadow-1: 0 1px 2px rgb(15 42 63 / .06), 0 4px 14px rgb(15 42 63 / .06);
    --shadow-2: 0 2px 4px rgb(15 42 63 / .05), 0 18px 48px -12px rgb(15 42 63 / .22);
    --shadow-3: 0 3px 8px rgb(15 42 63 / .06), 0 40px 90px -30px rgb(12 44 68 / .45);
    --ease: cubic-bezier(.22, .8, .24, 1);
}

/* --------------------------------------------------------------- base */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--text);
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
figure { margin: 0; }
img { height: auto; }
a { color: var(--blue-link); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 3px; border-radius: 6px; }
p { margin: 0; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 100, "WONK" 0; letter-spacing: -0.02em; text-wrap: balance; }
h1 em, h2 em { font-style: italic; font-weight: 500; }
.skip { position: absolute; left: -999px; top: .75rem; z-index: 100; padding: .6rem .9rem; border-radius: 10px; background: var(--ink); color: #fff; }
.skip:focus { left: .75rem; }
.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1.1rem;
    color: var(--apricot-ink);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.6rem; height: 2px; border-radius: 2px; background: currentColor; opacity: .55; }

.section { padding: clamp(5rem, 11vw, 9rem) 0; position: relative; }
.section-head { max-width: 44rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow::after { content: ""; width: 1.6rem; height: 2px; border-radius: 2px; background: currentColor; opacity: .55; }
.section-head h2 { font-size: clamp(2.2rem, 1.3rem + 3.4vw, 3.9rem); line-height: 1.04; }
.section-head p { margin-top: 1.25rem; font-size: 1.15rem; color: var(--dim); max-width: 38rem; }
.section-head--center p { margin-left: auto; margin-right: auto; }

/* ------------------------------------------------------------ buttons */

.btn {
    --btn-bg: var(--paper);
    --btn-ink: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 3.25rem;
    padding: .8rem 1.4rem;
    border: 0;
    border-radius: 999px;
    background: var(--btn-bg);
    color: var(--btn-ink);
    font: 650 1.02rem/1 var(--sans);
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgb(15 42 63 / .12), var(--shadow-1);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s;
}
.btn:hover { color: var(--btn-ink); transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgb(15 42 63 / .16), var(--shadow-2); }
.btn:active { transform: translateY(0); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn--primary { --btn-bg: var(--blue); --btn-ink: #fff; box-shadow: inset 0 1px 0 rgb(255 255 255 / .18), 0 10px 24px -10px rgb(11 95 150 / .8); background-image: linear-gradient(180deg, #1175b6, var(--blue)); }
.btn--primary:hover { box-shadow: inset 0 1px 0 rgb(255 255 255 / .2), 0 16px 34px -12px rgb(11 95 150 / .85); }
.btn--ghost-dark { --btn-bg: rgb(255 255 255 / .08); --btn-ink: #fff; box-shadow: inset 0 0 0 1px rgb(255 255 255 / .22); }
.btn--ghost-dark:hover { --btn-bg: rgb(255 255 255 / .14); box-shadow: inset 0 0 0 1px rgb(255 255 255 / .35); }
.btn__play { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; margin-left: -.35rem; border-radius: 50%; background: var(--apricot-soft); color: var(--apricot-ink); }
.btn__play svg { width: .8rem; height: .8rem; margin-left: 2px; }

/* ------------------------------------------------------------- header */

.top {
    position: sticky;
    top: 0;
    z-index: 50;
    transition: background-color .3s, box-shadow .3s, backdrop-filter .3s;
}
.top.is-stuck { background: rgb(251 248 243 / .82); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 var(--rule); }
.top__bar { display: flex; align-items: center; gap: 1.5rem; height: 4.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; font: 640 1.22rem/1 var(--serif); font-variation-settings: "SOFT" 100; letter-spacing: -0.01em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 4px 12px -4px rgb(11 79 130 / .55); }
.brand:hover { color: var(--ink); }
.top nav { display: flex; gap: .25rem; margin-left: auto; }
.top nav a { padding: .5rem .8rem; border-radius: 999px; color: var(--text); font-size: .98rem; font-weight: 600; text-decoration: none; transition: background-color .2s, color .2s; }
.top nav a:hover { background: rgb(15 42 63 / .06); color: var(--ink); }
.top .btn { min-height: 2.6rem; padding: .55rem 1.05rem; font-size: .95rem; }
@media (max-width: 860px) { .top nav { display: none; } .top .btn { margin-left: auto; } }

/* --------------------------------------------------------------- hero */

.hero { position: relative; padding: clamp(2.5rem, 6vw, 5rem) 0 0; isolation: isolate; }
.hero::before {
    /* Morning light over a tiled floor. */
    content: "";
    position: absolute;
    inset: -4.5rem 0 28% 0;
    z-index: -1;
    background:
        radial-gradient(42rem 26rem at 12% 8%, rgb(255 205 164 / .55), transparent 70%),
        radial-gradient(46rem 30rem at 92% 0%, rgb(185 231 248 / .75), transparent 70%),
        radial-gradient(circle at 1px 1px, rgb(15 42 63 / .09) 1px, transparent 1.6px) 0 0 / 28px 28px;
    -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent);
    mask-image: linear-gradient(to bottom, #000 55%, transparent);
}
.hero__copy { max-width: 60rem; margin: 0 auto; text-align: center; }
.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.6rem;
    padding: .35rem .9rem .35rem .4rem;
    border-radius: 999px;
    background: rgb(255 255 255 / .75);
    box-shadow: inset 0 0 0 1px var(--rule), var(--shadow-1);
    color: var(--text);
    font-size: .92rem;
    font-weight: 600;
}
.hero__badge b { padding: .18rem .6rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { font-size: clamp(3rem, 1.4rem + 6.4vw, 6.4rem); line-height: .98; letter-spacing: -0.03em; }
.hero h1 em { position: relative; white-space: nowrap; color: var(--blue); }
.hero h1 em::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 3%;
    bottom: -.02em;
    height: .14em;
    border-radius: 99px;
    background: var(--apricot);
    opacity: .75;
    z-index: -1;
    transform-origin: left;
    animation: underline 1.1s .55s var(--ease) both;
}
@keyframes underline { from { transform: scaleX(0); } }
.hero__lead { max-width: 40rem; margin: 1.6rem auto 0; font-size: clamp(1.1rem, 1rem + .45vw, 1.32rem); color: var(--text); }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 2.2rem; }
.hero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem 1.2rem; margin-top: 1.4rem; color: var(--dim); font-size: .95rem; }
.hero__meta span { display: inline-flex; align-items: center; gap: .45rem; }
.hero__meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #3fae7a; box-shadow: 0 0 0 3px rgb(63 174 122 / .18); }

.stage { position: relative; max-width: 72rem; margin: clamp(3rem, 6vw, 4.5rem) auto 0; }
.stage__frame {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius) + 6px);
    background: var(--paper);
    box-shadow: 0 0 0 1px rgb(15 42 63 / .08), var(--shadow-3);
}
.stage__chrome { display: flex; align-items: center; gap: .45rem; height: 2.4rem; padding: 0 1rem; background: linear-gradient(#f7f2ea, #f1eadf); border-bottom: 1px solid var(--rule); }
.stage__chrome i { width: 11px; height: 11px; border-radius: 50%; background: #e3d6c4; }
.stage__chrome span { margin: 0 auto; padding: .15rem 1rem; border-radius: 8px; background: rgb(255 255 255 / .7); color: var(--dim); font-size: .78rem; font-weight: 600; letter-spacing: .01em; }
.stage__frame img { width: 100%; }
.float { position: absolute; z-index: 2; margin: 0; will-change: transform; }
.float img { width: 100%; filter: drop-shadow(0 24px 30px rgb(12 44 68 / .18)); }
.float--knock { left: -4%; bottom: 7%; width: min(31%, 22rem); }
.float--knock::before { content: "Chi's screen"; position: absolute; left: .4rem; top: -1.9rem; padding: .2rem .65rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.cutout { margin: 0; }
.cutout img { width: 100%; filter: drop-shadow(0 1px 1px rgb(15 42 63 / .1)) drop-shadow(0 30px 50px rgb(12 44 68 / .22)); }
@media (max-width: 760px) {
    .float--knock { position: relative; left: auto; bottom: auto; width: 88%; margin: -2.5rem auto 0; }
    .float--knock::before { display: none; }
    .tile__art--pad { aspect-ratio: auto !important; padding: .4rem 1.2rem 1.8rem; }
    .stage__chrome span { display: none; }
}

/* ------------------------------------------------------------- proofs */

.proofs { margin-top: clamp(3.5rem, 7vw, 5.5rem); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.proof { display: flex; gap: .9rem; align-items: flex-start; padding: 1.5rem 1.4rem; }
.proof + .proof { border-left: 1px solid var(--rule); }
.proof svg { flex: none; width: 1.6rem; height: 1.6rem; margin-top: .1rem; color: var(--blue); }
.proof strong { display: block; color: var(--ink); font-size: 1.02rem; }
.proof span { color: var(--dim); font-size: .94rem; line-height: 1.4; }
@media (max-width: 980px) { .proofs { grid-template-columns: repeat(2, 1fr); } .proof:nth-child(3) { border-left: 0; } .proof:nth-child(n+3) { border-top: 1px solid var(--rule); } }
@media (max-width: 520px) { .proofs { grid-template-columns: 1fr; } .proof + .proof { border-left: 0; border-top: 1px solid var(--rule); } }

/* ------------------------------------------------------------- splits */

.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.split--flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.split--flip .split__copy { order: 2; }
.split__copy h2 { font-size: clamp(2.1rem, 1.3rem + 2.8vw, 3.4rem); line-height: 1.05; }
.split__copy > p { margin-top: 1.2rem; color: var(--text); font-size: 1.12rem; }
.split__copy > p + p { margin-top: .9rem; }
.ticks { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: .8rem; }
.ticks li { display: flex; gap: .75rem; align-items: flex-start; color: var(--text); }
.ticks li::before { content: ""; flex: none; width: 1.35rem; height: 1.35rem; margin-top: .12rem; border-radius: 50%; background: var(--sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%230b5f96' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 70% no-repeat; }
.shot { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--paper); box-shadow: 0 0 0 1px rgb(15 42 63 / .08), var(--shadow-2); }
.shot img { width: 100%; }
@media (max-width: 900px) { .split, .split--flip { grid-template-columns: 1fr; } .split--flip .split__copy { order: 0; } }

/* Talk: the conversation sits on a soft sky panel. */
.talk-art { position: relative; padding: clamp(1.2rem, 3vw, 2.4rem); border-radius: calc(var(--radius) + 10px); background: linear-gradient(160deg, var(--sky) 0%, #eaf5fb 55%, var(--apricot-soft) 130%); }
.talk-art .shot { box-shadow: 0 0 0 1px rgb(15 42 63 / .08), var(--shadow-3); }

/* ------------------------------------------------------------ moments */

.moments { background: var(--sand); }
.moments::before, .moments::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--rule); }
.moments::before { top: 0; }
.moments::after { bottom: 0; }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.1rem; }
.tile {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 0 0 1px rgb(15 42 63 / .07), var(--shadow-1);
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.tile:hover { transform: translateY(-4px); box-shadow: 0 0 0 1px rgb(15 42 63 / .08), var(--shadow-2); }
.tile__text { padding: 1.5rem 1.6rem 1.1rem; }
.tile h3 { font-size: 1.55rem; line-height: 1.1; }
.tile p { margin-top: .5rem; color: var(--dim); font-size: 1rem; line-height: 1.5; }
.tile__art { position: relative; margin-top: auto; overflow: hidden; }
.tile__art img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tile:hover .tile__art img { transform: scale(1.035); }
.tile--wide { grid-column: span 4; }
.tile--third { grid-column: span 2; }
.tile--half { grid-column: span 3; }
.tile--wide .tile__art { aspect-ratio: 16 / 8.2; }
.tile--third .tile__art { aspect-ratio: 1 / 1; }
.tile--half .tile__art { aspect-ratio: 16 / 9; }
.tile__art--pad { display: grid; place-items: center; padding: 1.4rem 1.4rem 1.8rem; background: linear-gradient(180deg, transparent, var(--sky) 180%); }
.tile__art--pad img { width: auto; max-width: 100%; height: auto; }
.ui-card { padding: 10px 16px; border-radius: 16px; background: #fff; box-shadow: 0 0 0 1px rgb(15 42 63 / .06), var(--shadow-2); }
.tile__art--lilac { background: linear-gradient(180deg, transparent, #ece5fa 160%); }
.tile--scene .tile__art { display: grid; place-items: center; min-height: 12rem; background: radial-gradient(circle at 50% 75%, var(--apricot-soft), transparent 70%); }
.tile--signals .tile__art { background: radial-gradient(circle at 50% 75%, #e6e0f7, transparent 70%); }
.pair span { position: relative; }
.pair .is-dozing > svg { filter: saturate(.6); opacity: .6; }
.zz, .balloon { position: absolute; display: block; }
.zz { right: -8px; top: -6px; width: 28px; height: 28px; animation: doze 2.4s ease-in-out infinite; }
.zz svg { width: 100%; height: 100%; fill: #6b7fae; }
.balloon { left: -18px; top: -34px; width: 34px; height: 34px; animation: float 3s ease-in-out infinite; }
.balloon svg { width: 100%; height: 100%; fill: #e0565b; }
.tile--signals .pair { gap: 3.5rem; }
.tile--signals .pair span { animation: none; }
@keyframes doze { 0%, 100% { transform: translateY(0); opacity: .6; } 50% { transform: translateY(-5px); opacity: 1; } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-5px) rotate(4deg); } }
.pair { display: flex; align-items: flex-end; gap: .2rem; padding: 1.5rem 0 1.8rem; }
.pair span { width: 104px; height: 121px; }
.pair span svg { width: 100%; height: 100%; }
.pair span:first-child { animation: hop 2.8s ease-in-out infinite; }
.pair span:last-child { animation: hop 2.8s 1.4s ease-in-out infinite; }
.pair i { align-self: center; display: grid; place-items: center; width: 44px; height: 44px; margin: 0 .3rem 1.6rem; border-radius: 50%; background: #fff; box-shadow: var(--shadow-1); color: var(--apricot-ink); }
.pair i svg { width: 24px; height: 24px; fill: currentColor; }
@keyframes hop { 0%, 70%, 100% { transform: translateY(0); } 80% { transform: translateY(-9px); } 90% { transform: translateY(0); } }
@media (max-width: 980px) { .tile--wide, .tile--half { grid-column: span 6; } .tile--third { grid-column: span 3; } }
@media (max-width: 620px) { .tile--third { grid-column: span 6; } .tile--third .tile__art { aspect-ratio: 4 / 3; } }

/* --------------------------------------------------------- characters */

.maker { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.maker__stage {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 82%, rgb(15 42 63 / .12) 0 18%, transparent 19%),
        radial-gradient(circle at 50% 45%, #fff 0 40%, transparent 70%),
        repeating-conic-gradient(from 0deg, #f7f3ed 0 25%, #efe6d9 0 50%) 50% / 64px 64px;
    box-shadow: inset 0 0 0 1px var(--rule), inset 0 -30px 60px -20px rgb(15 42 63 / .08);
}
.maker__who { width: 56%; aspect-ratio: 48 / 56; animation: breathe 3.2s ease-in-out infinite; transform-origin: 50% 95%; }
.maker__who svg { width: 100%; height: 100%; filter: drop-shadow(0 6px 4px rgb(22 67 95 / .18)); }
@keyframes breathe { 0%, 100% { transform: translateY(0) scale(1, 1); } 50% { transform: translateY(-4px) scale(1.01, .99); } }
.maker__who.is-pop { animation: pop .45s var(--ease), breathe 3.2s .45s ease-in-out infinite; }
@keyframes pop { 0% { transform: scale(.9); } 60% { transform: scale(1.05); } 100% { transform: scale(1); } }
.maker__count { position: absolute; bottom: 7%; left: 50%; transform: translateX(-50%); padding: .3rem .8rem; border-radius: 999px; background: var(--paper); box-shadow: var(--shadow-1); color: var(--dim); font-size: .85rem; font-weight: 600; white-space: nowrap; }
.maker fieldset { margin: 0; padding: 0; border: 0; }
.maker fieldset + fieldset { margin-top: 1.6rem; }
.maker legend { margin-bottom: .7rem; padding: 0; color: var(--ink); font-weight: 700; font-size: .95rem; }
.opts { display: flex; flex-wrap: wrap; gap: .55rem; }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.opt span {
    display: grid;
    place-items: center;
    min-width: 3.1rem;
    height: 3.1rem;
    padding: 0 .9rem;
    border-radius: 14px;
    background: var(--paper);
    box-shadow: inset 0 0 0 1px var(--rule);
    color: var(--text);
    font-weight: 600;
    font-size: .95rem;
    text-transform: capitalize;
    transition: box-shadow .2s, transform .2s var(--ease), background-color .2s;
}
.opt--creature span { width: 4.3rem; height: 4.8rem; padding: .35rem; }
.opt--creature span svg { width: 100%; height: 100%; }
.opt--color span { min-width: 0; width: 2.6rem; height: 2.6rem; padding: 0; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 1px rgb(15 42 63 / .18); }
.opt:hover span { transform: translateY(-2px); }
.opt input:checked + span { box-shadow: inset 0 0 0 2px var(--blue), 0 6px 16px -8px rgb(11 95 150 / .6); background-color: #f2f9fd; }
.opt--color input:checked + span { background-color: var(--swatch); box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--blue); }
.opt input:focus-visible + span { outline: 3px solid var(--blue-bright); outline-offset: 3px; }
.maker__note { margin-top: 1.6rem; color: var(--dim); font-size: .95rem; }
@media (max-width: 900px) { .maker { grid-template-columns: 1fr; } .maker__stage { max-width: 22rem; margin: 0 auto; width: 100%; } }

/* --------------------------------------------------------------- film */

.film { background: var(--navy); color: var(--on-navy); overflow: hidden; isolation: isolate; }
.film::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(50rem 30rem at 15% 0%, rgb(21 150 220 / .28), transparent 70%),
        radial-gradient(40rem 26rem at 90% 100%, rgb(245 173 121 / .16), transparent 70%);
}
.film .eyebrow { color: var(--apricot); }
.film h2 { color: #fff; }
.film .section-head p { color: var(--on-navy-dim); }
.player {
    position: relative;
    max-width: 68rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: calc(var(--radius) + 4px);
    background: #081f31;
    box-shadow: 0 0 0 1px rgb(255 255 255 / .08), 0 50px 100px -40px rgb(0 0 0 / .7);
    aspect-ratio: 16 / 9;
}
.player video { width: 100%; height: 100%; object-fit: cover; }
.player__start {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    padding: 0;
    background: linear-gradient(180deg, rgb(8 31 49 / 0) 40%, rgb(8 31 49 / .55));
    color: #fff;
    cursor: pointer;
    transition: opacity .4s;
}
.player__start span { display: inline-flex; align-items: center; gap: .9rem; padding: .7rem 1.4rem .7rem .7rem; border-radius: 999px; background: rgb(255 255 255 / .14); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px rgb(255 255 255 / .28); font: 650 1.05rem/1 var(--sans); transition: transform .3s var(--ease), background-color .3s; }
.player__start i { display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border-radius: 50%; background: #fff; color: var(--navy); }
.player__start i svg { width: 1.2rem; height: 1.2rem; margin-left: 3px; }
.player__start:hover span { transform: scale(1.04); background: rgb(255 255 255 / .2); }
.player.is-playing .player__start { opacity: 0; pointer-events: none; }
.film__caption { margin-top: 1.4rem; text-align: center; color: var(--on-navy-dim); font-size: .92rem; }

/* ------------------------------------------------------------- places */

.places { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.where { list-style: none; margin: 0; padding: 0; }
.where li { padding: 1.1rem 0 1.1rem 1.4rem; border-left: 2px solid var(--rule); transition: border-color .3s; }
.where li:hover { border-left-color: var(--apricot); }
.where b { display: block; color: var(--ink); font: 600 1.3rem/1.2 var(--serif); font-variation-settings: "SOFT" 100; }
.where span { display: block; margin-top: .3rem; color: var(--dim); }
@media (max-width: 900px) { .places { grid-template-columns: 1fr; } }

/* -------------------------------------------------------- day / night */

.compare { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: 0 0 0 1px rgb(15 42 63 / .08), var(--shadow-3); user-select: none; touch-action: pan-y; --at: 50%; }
.compare img { width: 100%; pointer-events: none; }
.compare__night { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--at)); }
.compare__night img { height: 100%; object-fit: cover; }
.compare__handle { position: absolute; top: 0; bottom: 0; left: var(--at); width: 2px; margin-left: -1px; background: #fff; box-shadow: 0 0 0 1px rgb(15 42 63 / .15); pointer-events: none; }
.compare__handle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 3rem; height: 3rem; margin: -1.5rem 0 0 -1.5rem; border-radius: 50%; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 7l-5 5 5 5M15 7l5 5-5 5' fill='none' stroke='%230f2a3f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 60% no-repeat; box-shadow: var(--shadow-2); }
.compare input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare input:focus-visible ~ .compare__handle::after { outline: 3px solid var(--blue-bright); outline-offset: 3px; }
.compare__labels { position: absolute; bottom: 1rem; left: 1rem; right: 1rem; display: flex; justify-content: space-between; pointer-events: none; }
.compare__labels span { padding: .3rem .75rem; border-radius: 999px; background: rgb(255 255 255 / .85); color: var(--ink); font-size: .82rem; font-weight: 700; box-shadow: var(--shadow-1); }
.compare__labels span:last-child { background: rgb(12 44 68 / .85); color: #fff; }

/* ------------------------------------------------------------ privacy */

.privacy { background: linear-gradient(180deg, var(--cream), var(--sky) 260%); }
.promises { display: grid; gap: 1rem; margin-top: 2rem; }
.promise { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.2rem 1.3rem; border-radius: var(--radius-sm); background: rgb(255 255 255 / .7); box-shadow: inset 0 0 0 1px var(--rule-cool); }
.promise svg { width: 2.4rem; height: 2.4rem; padding: .55rem; border-radius: 12px; background: var(--sky); color: var(--blue); }
.promise strong { display: block; color: var(--ink); font-size: 1.08rem; }
.promise span { color: var(--dim); font-size: 1rem; }

/* ------------------------------------------------------------ phone */

.phone { position: relative; width: min(100%, 21rem); margin: 0 auto; padding: .7rem; border-radius: 3rem; background: #0f2a3f; box-shadow: inset 0 0 0 2px #2a4b66, 0 40px 80px -30px rgb(12 44 68 / .55); }
.phone img { border-radius: 2.4rem; }
.keys { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.6rem; }
kbd { display: inline-grid; place-items: center; min-width: 2.3rem; height: 2.3rem; padding: 0 .6rem; border-radius: 9px; background: var(--paper); box-shadow: inset 0 -2px 0 var(--rule), inset 0 0 0 1px var(--rule); color: var(--ink); font: 650 .9rem/1 var(--sans); }

/* ------------------------------------------------------------- setup */

.setup { background: var(--sand); }
.setup__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.card { padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: var(--radius); background: var(--paper); box-shadow: 0 0 0 1px rgb(15 42 63 / .07), var(--shadow-1); }
.card h3 { font-size: 1.6rem; }
.needs { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.needs li { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--rule); }
.needs li:first-child { border-top: 0; }
.needs b { color: var(--ink); }
.needs span { color: var(--dim); }
.needs em { font-style: normal; display: inline-block; margin-left: .35rem; padding: .05rem .5rem; border-radius: 999px; background: var(--sky); color: var(--blue); font-size: .8rem; font-weight: 700; vertical-align: .1em; }
.steps { counter-reset: step; list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 2.4rem 1fr; gap: .9rem; align-items: start; color: var(--text); }
.steps li::before { content: counter(step); display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--apricot-soft); color: var(--apricot-ink); font: 700 1.05rem/1 var(--serif); }
.steps b { color: var(--ink); }
.card__foot { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; font-weight: 600; }
@media (max-width: 900px) { .setup__grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .needs li { grid-template-columns: 1fr; gap: .15rem; } }

/* --------------------------------------------------------------- end */

.end { position: relative; overflow: hidden; padding: clamp(5rem, 12vw, 9rem) 0 0; background: var(--navy); color: var(--on-navy); text-align: center; isolation: isolate; }
.end::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(46rem 26rem at 50% 0%, rgb(21 150 220 / .35), transparent 70%); }
.end img.end__logo { width: 76px; height: 76px; margin: 0 auto 1.8rem; border-radius: 20px; box-shadow: 0 20px 40px -12px rgb(0 0 0 / .5); }
.end h2 { color: #fff; font-size: clamp(2.6rem, 1.4rem + 4.6vw, 5rem); line-height: 1; }
.end p { margin: 1.2rem auto 0; max-width: 32rem; color: var(--on-navy-dim); font-size: 1.15rem; }
.end .hero__actions { margin-top: 2.2rem; }
.parade { position: relative; height: 150px; margin-top: clamp(3rem, 7vw, 5rem); background: linear-gradient(180deg, transparent, rgb(255 255 255 / .04)); border-top: 1px solid rgb(255 255 255 / .08); overflow: hidden; }
.parade__floor { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgb(255 255 255 / .03) 0 60px, transparent 60px 120px); }
.walker { position: absolute; bottom: 26px; left: 0; width: 64px; height: 75px; animation: stroll var(--dur, 26s) linear infinite; animation-delay: var(--delay, 0s); }
.walker svg { width: 100%; height: 100%; }
.walker .vo-body { animation: bob .5s ease-in-out infinite; }
.walker .vo-foot-l { animation: step .5s steps(1) infinite; }
.walker .vo-foot-r { animation: step .5s steps(1) infinite reverse; }
.walker__tag { position: absolute; top: 80px; left: 50%; transform: translateX(-50%); padding: 0 .55rem; border-radius: 999px; background: rgb(255 255 255 / .92); color: var(--ink); font-size: .72rem; font-weight: 700; line-height: 1.35rem; white-space: nowrap; }
@keyframes stroll { from { transform: translateX(-120px); } to { transform: translateX(calc(100vw + 120px)); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
@keyframes step { 0% { transform: translateY(-2.5px); } 50% { transform: translateY(0); } }

.foot { background: var(--navy); color: var(--on-navy-dim); font-size: .95rem; }
.foot__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.2rem 2rem; padding-top: 2rem; padding-bottom: 2.4rem; border-top: 1px solid rgb(255 255 255 / .1); }
.foot a { color: var(--on-navy); text-decoration-color: rgb(255 255 255 / .3); }
.foot a:hover { color: #fff; }
.foot__links { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; }
.foot__brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--on-navy); text-decoration: none; font-weight: 600; }
.foot__brand img { width: 22px; height: 22px; border-radius: 5px; }
.foot small { display: block; margin-top: .5rem; font-size: .85rem; }

/* ------------------------------------------------------------- motion */

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .walker { display: none; }
}
