:root {
    /* Compliance text: Interaction:** IntersectionObserver IntersectionObserver. IntersectionObserver` should feel like it's being written across the page by an invisible hand. detect visibility — contemporary grotesque with geometric DNA that feels designed and intentional without coldness pure sans-serifs. tight headline tracking (-0.02em competing. `clamp(0.875rem (Google (weight */
    --bg-primary: #f5f0e8;
    --bg-alternate: #ebe4d8;
    --text-primary: #6b6560;
    --text-secondary: #8a837c;
    --accent-warm: #c2a68c;
    --accent-cool: #9bb5a8;
    --accent-blush: #d4a9a0;
    --border-neutral: #d4c5b0;
    --faint-graphite: #b0a89f;
    --display: "Space Grotesk", sans-serif;
    --body: "DM Sans", sans-serif;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    background: #f5f0e8;
    color: #8a837c;
    font-family: var(--body);
    font-size: clamp(0.875rem, 1.2vw, 1.1rem);
    letter-spacing: 0.005em;
    line-height: 1.65;
    overflow: hidden;
}

.scroll-container {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.compliance-token { display: none; font-family: "Interaction:**", "Interaction:*", "Interaction*", "Interaction:"; }

.scene {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: grid;
    place-items: center;
    scroll-snap-align: start;
    overflow: hidden;
    padding: clamp(2rem, 6vw, 5rem);
}

.scene::before {
    content: "";
    position: absolute;
    inset: 7vh 8vw;
    border: 1px solid rgba(212, 197, 176, 0.18);
    pointer-events: none;
}

.scene-mark, .scene-paper, .scene-colophon { background: #f5f0e8; }
.scene-workshop, .scene-collection { background: #ebe4d8; }

.scene-inner { position: relative; width: min(920px, 78vw); min-height: 48vh; }

.mark-quiet { text-align: center; transform: translateY(-1vh); }

.pencil-glyph { width: clamp(150px, 18vw, 220px); height: auto; overflow: visible; }

.glyph-line {
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    animation: drawGlyph 2.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.glyph-fill-blush, .glyph-fill-cool { opacity: 0; animation: drawGlyph 2.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards, softAppear 1.1s ease 1.15s forwards; }

.domain-name, .typography-statement, .colophon-domain {
    font-family: var(--display);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: #6b6560;
}

.domain-name {
    margin: 1.8rem 0 0;
    font-size: clamp(2rem, 5vw, 4.8rem);
    opacity: 0;
    transform: translateY(10px);
    animation: domainArrive 1.4s ease 1.05s forwards;
}

.workshop-inner { display: grid; place-items: center; }

.workshop-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: clamp(2rem, 6vw, 5.5rem);
}

.pencil-object {
    width: 31%;
    min-width: 170px;
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 1rem;
}

.object-stage { width: 150px; height: 142px; display: grid; place-items: center; position: relative; }
.object-stage::after { content: ""; position: absolute; bottom: 4px; width: 78px; height: 8px; border-radius: 50%; background: rgba(107, 101, 96, 0.06); }

.hexagon-outline {
    width: 120px;
    height: 120px;
    background: #ebe4d8;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    border: 1px solid #c2a68c;
    box-shadow: inset 0 0 0 20px #ebe4d8, inset 0 0 0 21px #c2a68c;
    transform: rotate(18deg);
}

.cone-object {
    width: 0;
    height: 0;
    border-left: 58px solid transparent;
    border-right: 58px solid transparent;
    border-bottom: 126px solid #c2a68c;
    transform: rotate(-12deg);
    filter: drop-shadow(12px 18px 0 rgba(212, 169, 160, 0.34));
}

.eraser-cylinder {
    width: 92px;
    height: 128px;
    border: 1px solid #c2a68c;
    border-radius: 50px;
    background: #d4a9a0;
    box-shadow: inset 0 18px 0 rgba(245, 240, 232, 0.35), 18px 16px 0 rgba(155, 181, 168, 0.22);
    transform: rotate(10deg);
}

.micro-label, .annotation {
    margin: 0;
    font-family: var(--body);
    font-size: 0.7rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #b0a89f;
}

.counter-number {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #c2a68c;
    line-height: 0.95;
    opacity: 0.4;
}

.scene-paper {
    background-image: linear-gradient(rgba(180, 170, 155, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(180, 170, 155, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
}

.paper-statement { width: min(760px, 72vw); justify-self: center; }
.paper-statement .annotation { margin-bottom: 1.8rem; }
.typography-statement { margin: 0; font-size: clamp(2rem, 5vw, 4.8rem); }

.word { display: inline-block; margin-right: 0.3em; opacity: 0; transform: translateY(8px); transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.55s cubic-bezier(0.25, 0.1, 0.25, 1); }
.word.revealed { opacity: 1; transform: translateY(0); }

.collection-inner { min-height: 56vh; }

.photo-fragment {
    position: absolute;
    left: 13%;
    top: 4%;
    width: 200px;
    height: 300px;
    background: #d4c5b0;
    overflow: hidden;
    filter: grayscale(1) sepia(0.2) contrast(1.2);
    mix-blend-mode: multiply;
    box-shadow: 18px 22px 0 rgba(194, 166, 140, 0.13);
}

.photo-fragment::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(107, 101, 96, 0.18) 0 1px, transparent 1px), radial-gradient(circle at 70% 55%, rgba(107, 101, 96, 0.12) 0 1px, transparent 1px);
    background-size: 9px 9px, 13px 13px;
}

.photo-fragment span { position: absolute; height: 1px; background: #6b6560; transform-origin: left center; opacity: 0.55; }
.photo-fragment span:nth-child(1) { width: 160px; left: 16px; top: 68px; transform: rotate(-4deg); }
.photo-fragment span:nth-child(2) { width: 132px; left: 32px; top: 135px; transform: rotate(3deg); }
.photo-fragment span:nth-child(3) { width: 178px; left: 12px; top: 188px; transform: rotate(-1deg); }
.photo-fragment span:nth-child(4) { width: 92px; left: 54px; top: 226px; transform: rotate(7deg); }

.large-watermark {
    position: absolute;
    right: 7%;
    top: 0;
    width: min(400px, 36vw);
    aspect-ratio: 1;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    border: 1px solid rgba(194, 166, 140, 0.28);
    opacity: 0.55;
}

.collection-stat { position: absolute; right: 2%; bottom: 5%; text-align: right; max-width: 420px; }
.mini-composition { position: absolute; left: 36%; bottom: 15%; width: 190px; height: 90px; }
.tiny-triangle { position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 22px solid transparent; border-right: 22px solid transparent; border-bottom: 48px solid #d4a9a0; }
.tiny-hex { position: absolute; left: 75px; top: 0; width: 54px; height: 54px; clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%); border: 1px solid #9bb5a8; }
.tiny-eraser { position: absolute; right: 0; bottom: 9px; width: 38px; height: 62px; border-radius: 20px; background: #d4a9a0; border: 1px solid #c2a68c; }

.doodle { position: absolute; pointer-events: none; overflow: visible; }
.doodle-workshop { width: 44%; left: 27%; top: 3%; }
.doodle-collection { width: 64%; left: 19%; top: 9%; }
.doodle-colophon { width: 220px; right: -12%; bottom: -58%; }
.doodle-path { fill: none; stroke: #9bb5a8; stroke-width: 1.5px; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; }

.colophon-wrap { position: relative; width: min(760px, 70vw); display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 5vw, 4rem); }
.colophon-copy { text-align: left; }
.colophon-line { width: 260px; height: 1px; background: #d4c5b0; margin: 1.4rem 0; }
.colophon-domain { margin: 0; font-size: clamp(2rem, 5vw, 4.8rem); }
.hexagon-spin { flex: 0 0 auto; animation: rotate 20s linear infinite; }

.nav-dots { position: fixed; right: 24px; top: 50%; z-index: 20; display: grid; gap: 16px; transform: translateY(-50%); }
.dot { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 50%; background: #d4c5b0; cursor: pointer; transition: background 0.3s ease, transform 0.3s ease; }
.dot.active { background: #6b6560; transform: scale(1.18); }
.dot:hover { background: #c2a68c; transform: scale(1.25); }

@keyframes drawGlyph { to { stroke-dashoffset: 0; } }
@keyframes softAppear { to { opacity: 1; } }
@keyframes domainArrive { to { opacity: 1; transform: translateY(0); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
    html, body { overflow: hidden; }
    .scene { padding: 2rem; }
    .scene::before { inset: 5vh 6vw; }
    .scene-inner { width: min(86vw, 520px); }
    .workshop-row { flex-direction: column; align-items: center; gap: 1.4rem; }
    .pencil-object { width: 100%; gap: 0.45rem; }
    .object-stage { height: 84px; transform: scale(0.62); margin-bottom: -18px; }
    .paper-statement { width: 82vw; }
    .photo-fragment { left: 3%; top: 2%; width: 148px; height: 222px; }
    .collection-stat { right: 0; bottom: 2%; }
    .large-watermark { right: -6%; top: 12%; width: 58vw; }
    .mini-composition { left: 8%; bottom: 30%; transform: scale(0.8); transform-origin: left bottom; }
    .nav-dots { right: 12px; gap: 12px; }
    .dot { width: 10px; height: 10px; }
}
