:root { --paper: #f5f6f0; --ink: #203b31; --muted: #69756c; --line: #d9ded4; --green: #305442; --lime: #d8ee98; --blue: #dce8f2; --pink: #f0dce0; --white: #fff; --shadow: #21382c24; --mono: 'DM Mono', monospace; --sans: 'Manrope', sans-serif; --ease: cubic-bezier(.22,1,.36,1); }
* { box-sizing: border-box; margin: 0; padding: 0; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
::selection { color: var(--ink); background: var(--lime); }
[hidden] { display: none !important; }
.wrap { width: min(100% - 96px, 1320px); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.skip-link { position: absolute; top: 8px; left: 20px; z-index: 50; background: var(--lime); padding: 12px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 80px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: baseline; font-weight: 800; font-size: 36px; line-height: 1; }
.identity-dot { width: 7px; height: 7px; background: currentColor; border-radius: 50%; margin-left: 3px; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { padding: 12px 0; font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 6px; transition: text-decoration-color .2s; }
.site-header nav a:hover { text-decoration-color: currentColor; }
.header-social { display: flex; align-items: center; gap: 16px; font-size: 13px; }
.header-social .icon { width: 18px; }
.hero { overflow: clip; }
.hero-heading { padding-top: 24px; }
.hero-kicker, .hero-bottom, .eyebrow, .small-label, .case-meta, .product-meta, .artifact-caption, .copyright { font-family: var(--mono); font-size: 10px; font-weight: 400; line-height: 1.5; }
.hero-kicker { display: flex; align-items: center; gap: 9px; }
.hero-edition { margin-left: auto; color: var(--muted); }
.live-dot { height: 6px; width: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--lime); }
h1 { font-size: 144px; font-weight: 600; line-height: 1.05; margin-top: 12px; white-space: nowrap; }
.name-period { color: var(--green); }
.hero-intro { margin-top: 10px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.hero-intro p:first-child { font-size: 21px; line-height: 1.45; font-weight: 500; }
.hero-intro p:first-child span { color: var(--muted); }
.hero-intro p:last-child { font-size: 13px; line-height: 1.8; max-width: 365px; color: var(--muted); }
.curiosity-lab { margin-top: 58px; }
.curiosity-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.curiosity-heading .eyebrow { margin-bottom: 12px; }
.curiosity-heading h2 { font-size: 42px; }
.curiosity-heading > p { max-width: 280px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.curiosity-machine { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.45fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.question-rail { border-right: 1px solid var(--line); }
.question-tab { position: relative; display: grid; grid-template-columns: 28px 1fr 18px; align-items: start; gap: 14px; width: 100%; min-height: 93px; padding: 18px 18px 18px 0; background: transparent; text-align: left; border-bottom: 1px solid var(--line); transition: color .25s var(--ease), background .25s var(--ease), padding .35s var(--ease); }
.question-tab:last-child { border-bottom: 0; }
.question-tab:hover, .question-tab.active { color: var(--ink); background: var(--lime); padding-left: 14px; }
.question-tab:not(.active) { color: var(--muted); }
.question-number { font: 9px var(--mono); color: var(--green); padding-top: 3px; }
.question-copy { display: grid; gap: 9px; min-width: 0; }
.question-copy strong { font-size: 15px; line-height: 1.4; font-weight: 600; }
.question-copy small { font: 8px var(--mono); text-transform: uppercase; color: var(--muted); }
.question-tab .icon { width: 17px; height: 17px; opacity: 0; transform: translateX(-5px); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.question-tab:hover .icon, .question-tab.active .icon { opacity: 1; transform: none; }
.curiosity-panel { min-width: 0; padding: 18px 18px 20px; }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 15px; color: var(--muted); }
.panel-top .small-label { font-size: 8px; }
.panel-index { font: 8px var(--mono); }
.curiosity-preview { position: relative; display: grid; place-items: center; min-height: 292px; overflow: hidden; background: var(--paper); border-radius: 5px; padding: 24px; }
.curiosity-preview picture { display: block; width: min(100%, 610px); }
.curiosity-preview img { width: 100%; max-height: 245px; object-fit: contain; border: 1px solid var(--line); box-shadow: 0 14px 22px var(--shadow); transform: rotate(-2deg); transition: opacity .25s var(--ease), transform .6s var(--ease); }
.curiosity-preview.is-changing img { opacity: 0; transform: translateY(8px) rotate(-2deg) scale(.98); }
.preview-stamp { position: absolute; left: 14px; bottom: 13px; z-index: 1; padding: 6px 8px; background: var(--paper); color: var(--ink); font: 8px var(--mono); }
.curiosity-caption { display: flex; justify-content: space-between; align-items: end; gap: 25px; padding-top: 18px; }
.curiosity-caption .eyebrow { margin-bottom: 9px; font-size: 8px; }
.curiosity-caption p { max-width: 395px; font-size: 15px; line-height: 1.6; }
.curiosity-caption .text-button { flex-shrink: 0; font-size: 11px; }
.collection { position: relative; height: 290px; margin-top: 24px; }
.artifact { --rotate: 0deg; --px: 0px; --py: 0px; position: absolute; display: block; background: var(--white); padding: 9px 9px 0; box-shadow: 0 8px 22px var(--shadow); transform: translate(var(--px), var(--py)) rotate(var(--rotate)); transition: box-shadow .4s var(--ease), translate .4s var(--ease); will-change: transform; }
.artifact:hover, .artifact:focus-visible { z-index: 3; translate: 0 -12px; box-shadow: 0 18px 28px var(--shadow); }
.artifact-photo { display: block; position: relative; overflow: hidden; }
.artifact-photo img { width: 100%; height: 100%; object-fit: cover; }
.artifact-caption { padding: 12px 5px; display: flex; align-items: center; justify-content: space-between; font-size: 8px; gap: 12px; }
.artifact-caption .icon { width: 14px; height: 14px; }
.artifact-product { width: 28%; left: 1.2%; top: 19px; --rotate: -7deg; }
.artifact-product .artifact-photo { aspect-ratio: 1.6; }
.artifact-portrait { width: 25%; left: 37%; top: 4px; --rotate: 4deg; }
.artifact-portrait .artifact-photo { aspect-ratio: 1.55; }
.artifact-portrait img { object-position: center; }
.artifact-film { width: 26%; right: 1.5%; top: 24px; --rotate: -5deg; }
.artifact-film .artifact-photo { aspect-ratio: 1.55; }
.collection-note { position: absolute; left: 32%; bottom: 0; font-size: 13px; line-height: 1.4; transform: rotate(-6deg); }
.collection-note strong { font-size: 22px; font-weight: 600; }
.collection-note .icon { margin-left: 16px; }
.hero-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 72px; padding-block: 24px; border-top: 1px solid var(--line); color: var(--muted); }
.hero-note .eyebrow { margin: 0; font-size: 9px; }
.hero-note > span:last-child { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 13px; }
.hero-note .icon { width: 16px; height: 16px; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; padding-block: 20px; gap: 20px; color: var(--muted); border-bottom: 1px solid var(--line); }
.hero-bottom a { color: var(--ink); display: flex; gap: 12px; align-items: center; }
.hero-bottom .icon { width: 16px; height: 16px; }
.section-space { padding-block: 112px; }
.work-section { padding-top: 64px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 64px; }
.eyebrow { display: block; margin-bottom: 25px; color: var(--green); }
h2 { font-size: 60px; font-weight: 500; line-height: 1.12; }
.soft-ink { color: var(--muted); }
.section-heading > p, .section-aside { width: 285px; flex-shrink: 0; }
.section-heading p, .about-intro > p { font-size: 15px; color: var(--muted); line-height: 1.8; }
.case-study { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.case-switchon, .case-bookchange { display: block; }
.case-switchon .case-copy, .case-bookchange .case-copy { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); column-gap: 9%; align-items: start; }
.case-switchon .case-meta, .case-bookchange .case-meta { grid-column: 1 / -1; }
.switchon-detail { min-width: 0; }
.switchon-detail > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.switchon-detail > p + p { margin-top: 20px; }
.case-copy { min-width: 0; }
.case-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; color: var(--green); }
.status { display: inline-flex; align-items: center; gap: 5px; font-size: 9px; }
.status::before { content: ''; background: var(--green); width: 5px; height: 5px; border-radius: 50%; }
h3 { font-size: 35px; line-height: 1.23; font-weight: 500; }
.case-copy > p { margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.8; max-width: 420px; }
.case-result { margin-block: 28px; padding-left: 18px; border-left: 2px solid var(--green); }
.case-result p { font-size: 15px; margin-top: 8px; line-height: 1.65; max-width: 310px; }
.evidence-note, .visual-caption { font-size: 10px; color: var(--muted); line-height: 1.6; }
.evidence-note { display: block; margin-top: 6px; }
.text-button { display: inline-flex; align-items: center; gap: 22px; padding: 9px 0; background: none; font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--ink); text-align: left; transition: gap .25s var(--ease); }
.text-button:hover { gap: 30px; }
.text-button .icon { width: 18px; height: 18px; }
.case-bookchange { padding-top: 80px; margin-top: 80px; border-top: 1px solid var(--line); }
.case-bookchange .lesson { color: var(--ink); padding-left: 18px; border-left: 2px solid var(--green); margin-block: 24px; }
.playground { background: #eaf0e5; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.product-image { position: relative; display: flex; align-items: center; aspect-ratio: 1.15; overflow: hidden; border-radius: 6px; padding: 34px 22px; }
.accept-image { background: #d9d4cb; }
.access-image { background: #e4ced0; }
.fitness-image { background: #c2d2e4; }
.product-image picture { display: block; width: 100%; transform: rotate(-5deg); box-shadow: 0 10px 25px #203b312b; transition: transform .7s var(--ease); }
.product-image img { width: 100%; }
.access-image picture { transform: rotate(5deg); }
.fitness-image picture { transform: rotate(-4deg); }
.product-image:hover picture, .product-image:focus-visible picture { transform: rotate(0deg) scale(1.07); }
.open-circle, .film-play { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); }
.open-circle { position: absolute; right: 15px; bottom: 15px; transition: transform .3s var(--ease); }
.product-image:hover .open-circle { transform: rotate(45deg); }
.product-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 23px; font-size: 8px; color: var(--muted); }
.product-card h3 { margin-block: 10px; font-size: 30px; }
.product-card h3 a { display: flex; align-items: center; justify-content: space-between; }
.product-card h3 .icon { width: 20px; }
.product-card > p { font-size: 13px; color: var(--muted); line-height: 1.75; min-height: 48px; }
.product-card details { border-top: 1px solid #203b3126; margin-top: 22px; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.product-card summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; font-size: 11px; }
summary .icon { transition: transform .3s var(--ease); width: 17px; height: 17px; }
details[open] > summary .icon { transform: rotate(45deg); }
.product-card details p { font-size: 12px; color: var(--muted); line-height: 1.8; margin-top: 15px; }
.about-intro { max-width: 850px; }
.about-intro > p { max-width: 530px; margin-top: 26px; }
.about-layout { margin-top: 60px; }
.about-layout .experience-list { max-width: 820px; margin-left: auto; }
.portrait-figure { padding: 12px 12px 0; background: var(--white); transform: rotate(-3deg); box-shadow: 0 8px 22px var(--shadow); max-width: 370px; margin-left: 14px; }
.portrait-figure img { aspect-ratio: 1; object-fit: cover; }
.portrait-figure figcaption { font-size: 10px; padding: 15px 4px; color: var(--muted); }
.experience-list { border-top: 1px solid var(--line); }
.experience-list details { border-bottom: 1px solid var(--line); }
.experience-list summary { padding: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 24px; }
.experience-list summary span { display: grid; gap: 5px; }
.experience-list summary small { font: 9px var(--mono); color: var(--muted); }
.experience-list details > div { padding: 0 25px 24px 0; }
.experience-list details p { font-size: 13px; line-height: 1.8; color: var(--muted); }
.inline-link { font-size: 11px; text-decoration: underline; text-underline-offset: 4px; display: inline-block; margin-top: 14px; }
.thought-strip { margin-top: 100px; display: grid; grid-template-columns: 180px 1fr auto; gap: 30px; align-items: center; border-block: 1px solid var(--line); padding-block: 34px; }
.thought-strip > .small-label { max-width: 150px; color: var(--muted); line-height: 1.7; font-size: 9px; }
.thought-content { min-height: 105px; display: flex; flex-direction: column; justify-content: center; }
.thought-content p { font-size: 25px; line-height: 1.35; }
.thought-content span { font: 8px var(--mono); margin-top: 14px; color: var(--muted); }
.icon-button { display: grid; place-items: center; background: transparent; border: 1px solid var(--line); width: 46px; height: 46px; border-radius: 50%; transition: background .2s, transform .2s; flex-shrink: 0; }
.icon-button:hover { background: var(--lime); transform: rotate(6deg); }
.offscreen { padding-top: 0; }
.section-aside .text-button { margin-top: 20px; font-size: 12px; }
.film-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.film-image { position: relative; aspect-ratio: 1.5; overflow: hidden; border-radius: 4px; }
.film-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.film-card:hover img { transform: scale(1.05); }
.film-play { position: absolute; bottom: 15px; left: 15px; width: 36px; height: 36px; }
.film-play .icon { width: 20px; height: 20px; fill: currentColor; stroke-width: 1; }
.artifact .film-play { width: 30px; height: 30px; bottom: 10px; left: 10px; }
.film-card h3 { font-size: 19px; margin-block: 17px 11px; }
.film-card > div > span { display: flex; justify-content: space-between; align-items: center; font: 8px var(--mono); color: var(--muted); }
.film-card > div > span .icon { width: 15px; }
.essays-band { border-top: 1px solid var(--line); padding-block: 52px 65px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.essays-band .eyebrow { margin-bottom: 12px; }
.essays-band h2 { font-size: 55px; }
.essays-band h2 span { color: var(--muted); }
.essays-band > p { margin-left: auto; margin-right: 30px; color: var(--muted); font-size: 12px; }
.contact-section { background: var(--green); color: var(--paper); padding-top: 72px; }
.contact-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 72px; }
.contact-top .eyebrow { color: var(--lime); font-size: 9px; }
.contact-top h2 { font-size: 84px; }
.contact-top h2 span { color: var(--lime); }
.contact-main { display: flex; gap: 36px; align-items: center; font-size: 23px; padding-bottom: 12px; border-bottom: 1px solid var(--lime); }
.contact-main .icon { width: 30px; height: 30px; color: var(--lime); }
.contact-section a:focus-visible { outline-color: var(--lime); }
.footer-bottom { border-top: 1px solid #f5f6f040; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 108px; }
.social-links { display: flex; gap: 27px; }
.social-links a { font-size: 11px; display: flex; align-items: center; gap: 6px; }
.social-links .icon { width: 14px; height: 14px; }
.social-links a:hover { color: var(--lime); }
.copyright { font-size: 8px; color: #f5f6f099; }
.story-dialog { position: fixed; inset: 0; margin: auto; width: min(720px, calc(100% - 32px)); max-height: min(90dvh, 1000px); background: var(--paper); border: 0; border-radius: 8px; color: var(--ink); overscroll-behavior: contain; box-shadow: 0 20px 80px #12271c44; }
.story-dialog::backdrop { background: #12271c99; backdrop-filter: blur(6px); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 28px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--paper); z-index: 1; }
.dialog-top .icon-button { width: 35px; height: 35px; }
.story-content { padding: 36px 52px 52px; }
.story-content h2 { font-size: 50px; }
.story-content p { font-size: 14px; line-height: 1.85; margin-top: 12px; color: var(--muted); }
.story-content .story-lead { font-size: 17px; margin-top: 24px; color: var(--ink); }
.story-content h3 { font-size: 21px; margin-top: 32px; }
.story-content .story-caveat { font-size: 11px; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 28px; }
.story-content .text-button { margin-top: 24px; }
.story-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 30px; }
.story-stats span { font: 10px var(--mono); }
.story-stats strong { display: block; font: 42px var(--sans); margin-bottom: 4px; }
.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.motion-ready .reveal.visible { opacity: 1; transform: none; }
.thought-change { animation: thought-in .4s var(--ease); }
@keyframes thought-in { from { opacity: .2; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1500px) { h1 { font-size: 164px; } }
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 64px); }
  h1 { font-size: 136px; } .collection { height: 280px; } h2 { font-size: 52px; } h3 { font-size: 29px; }
  .case-study { gap: 6%; } .product-image { padding: 30px 14px; }
}
@media (max-width: 900px) {
  .section-space { padding-block: 84px; } h1 { font-size: 110px; } h2 { font-size: 44px; }
  .hero-intro p:first-child { font-size: 21px; } .hero-intro p:last-child { font-size: 12px; max-width: 280px; }
  .curiosity-machine { grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); }
  .question-tab { grid-template-columns: 22px 1fr; gap: 10px; padding-right: 12px; }
  .question-tab .icon { display: none; }
  .question-copy strong { font-size: 13px; }
  .curiosity-preview { min-height: 240px; padding: 18px; }
  .curiosity-preview img { max-height: 205px; }
  .desktop-break { display: none; } .hero-heading { padding-top: 26px; } .collection { height: 280px; }
  .artifact-caption { font-size: 8px; padding-block: 10px; } .collection-note { bottom: 12px; }
  .hero-bottom > span { max-width: 160px; font-size: 8px; } .section-heading { gap: 36px; } .section-heading > p, .section-aside { width: 230px; }
  .case-study { gap: 35px; } .case-copy > p, .case-result p { font-size: 13px; } .case-meta { font-size: 8px; }
  .product-grid, .film-grid { gap: 18px; } .product-meta { font-size: 6px; gap: 5px; } .product-card > p { font-size: 12px; min-height: 63px; } .product-card summary { font-size: 10px; }
  .about-layout { gap: 8%; } .thought-strip { grid-template-columns: 135px 1fr auto; gap: 25px; } .thought-content p { font-size: 22px; }
  .offscreen { padding-top: 0; } .film-card h3 { font-size: 16px; } .film-card > div > span { font-size: 6px; } .contact-top h2 { font-size: 70px; }
}
@media (max-width: 600px) {
  .case-switchon .case-copy, .case-bookchange .case-copy { grid-template-columns: minmax(0, 1fr); }
  .switchon-detail { margin-top: 16px; }
  .switchon-detail > p { font-size: 13px; }
  .wrap { width: calc(100% - 40px); } .site-header { height: 74px; } .wordmark { font-size: 30px; }
  .site-header nav { gap: 24px; } .site-header nav a { font-size: 12px; } .header-social { display: none; }
  .hero-heading { padding-top: 18px; } .hero-kicker { font-size: 8px; } .hero-edition { display: none; }
  h1 { font-size: 64px; margin-top: 16px; line-height: 1.05; }
  .hero-intro { flex-direction: column; align-items: start; gap: 14px; margin-top: 14px; }
  .hero-intro p:first-child { font-size: 20px; line-height: 1.45; } .hero-intro p:last-child { max-width: 310px; font-size: 12px; line-height: 1.8; }
  .curiosity-lab { margin-top: 42px; }
  .curiosity-heading { display: block; margin-bottom: 20px; }
  .curiosity-heading h2 { font-size: 34px; }
  .curiosity-heading > p { margin-top: 13px; max-width: 300px; font-size: 11px; }
  .curiosity-machine { display: block; }
  .question-rail { border-right: 0; }
  .question-tab { min-height: 0; grid-template-columns: 25px 1fr 17px; padding: 14px 0; }
  .question-tab:hover, .question-tab.active { padding-left: 9px; }
  .question-tab .icon { display: block; width: 15px; height: 15px; }
  .question-copy { gap: 5px; }
  .question-copy strong { font-size: 12px; line-height: 1.35; }
  .question-copy small { font-size: 7px; }
  .curiosity-panel { border-top: 1px solid var(--line); padding: 16px 0 18px; }
  .curiosity-preview { min-height: 214px; padding: 19px 13px; }
  .curiosity-preview img { max-height: 177px; }
  .preview-stamp { left: 9px; bottom: 9px; font-size: 7px; }
  .curiosity-caption { display: block; padding-top: 15px; }
  .curiosity-caption p { font-size: 13px; max-width: 300px; }
  .curiosity-caption .text-button { margin-top: 16px; }
  .collection { height: 282px; margin-top: 24px; } .artifact { padding: 5px 5px 0; }
  .artifact-caption { padding: 8px 2px; font-size: 8px; gap: 3px; } .artifact-caption .icon { width: 10px; height: 10px; }
  .artifact-product { width: 44%; left: 0; top: 25px; --rotate: -10deg; } .artifact-portrait { width: 37%; left: auto; right: 1%; top: 0; --rotate: 7deg; }
  .artifact-film { width: 46%; right: 12%; top: 159px; --rotate: -7deg; } .artifact-film .artifact-photo { aspect-ratio: 1.8; }
  .artifact .film-play { width: 23px; height: 23px; bottom: 6px; left: 6px; } .artifact .film-play .icon { width: 15px; }
  .collection-note { bottom: 6px; left: 8px; right: auto; font-size: 12px; } .collection-note strong { font-size: 17px; } .collection-note .icon { width: 18px; margin-left: 6px; }
  .hero-note { margin-top: 54px; padding-block: 20px; } .hero-note .eyebrow { max-width: 190px; line-height: 1.7; } .hero-note > span:last-child { font-size: 11px; }
  .hero-bottom { padding-block: 14px; justify-content: center; } .hero-bottom > span { display: none; } .hero-bottom a { font-size: 8px; }
  .section-space { padding-block: 65px; } .work-section { padding-top: 44px; } .section-heading { flex-direction: column; align-items: start; gap: 20px; margin-bottom: 35px; }
  .section-heading > p, .section-aside { width: auto; max-width: 330px; } .section-heading p, .about-intro > p { font-size: 13px; }
  .eyebrow { font-size: 8px; margin-bottom: 18px; } h2 { font-size: 39px; } h3 { font-size: 29px; }
  .case-study { grid-template-columns: minmax(0, 1fr); gap: 30px; } .case-meta { font-size: 8px; margin-bottom: 20px; }
  .case-copy > p { font-size: 13px; margin-top: 16px; } .case-result { margin-block: 22px; } .case-result p { max-width: 250px; } .text-button { font-size: 12px; }
  .case-bookchange { padding-top: 48px; margin-top: 48px; }
  .product-grid, .film-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .product-image { aspect-ratio: 1.07; align-items: start; padding: 22px 54px 0; } .product-image picture { width: 100%; transform: rotate(-5deg); } .access-image picture { transform: rotate(5deg); }
  .product-image img { height: auto; aspect-ratio: 375 / 812; } .product-meta { font-size: 8px; margin-top: 20px; } .product-card h3 { font-size: 31px; }
  .product-card > p { min-height: 0; font-size: 13px; max-width: 290px; } .product-card summary { font-size: 11px; padding-top: 14px; } .product-card details { margin-top: 18px; }
  .about-layout { margin-top: 35px; }
  .experience-list summary { font-size: 23px; padding-block: 21px; }
  .thought-strip { grid-template-columns: minmax(0, 1fr) 46px; gap: 18px; margin-top: 45px; padding-block: 27px; }
  .thought-strip > .small-label { grid-column: 1 / -1; max-width: none; font-size: 8px; } .thought-content { min-height: 100px; } .thought-content p { font-size: 20px; }
  .offscreen { padding-top: 0; } .section-aside .text-button { margin-top: 16px; } .film-grid { gap: 30px; } .film-image { aspect-ratio: 1.65; }
  .film-card h3 { font-size: 21px; margin-bottom: 9px; } .film-card > div > span { font-size: 8px; } .film-play { width: 40px; height: 40px; }
  .essays-band { display: grid; grid-template-columns: 1fr 46px; gap: 15px; padding-block: 30px 44px; } .essays-band h2 { font-size: 46px; }
  .essays-band > p { grid-column: 1; grid-row: 2; margin: 0; font-size: 11px; } .essays-band > a { grid-column: 2; grid-row: 1 / 3; }
  .contact-section { padding-top: 50px; } .contact-top { align-items: start; flex-direction: column; gap: 28px; padding-bottom: 45px; }
  .contact-top .eyebrow { font-size: 8px; } .contact-top h2 { font-size: 54px; } .contact-main { font-size: 18px; gap: 70px; } .contact-main .icon { width: 25px; }
  .footer-bottom { flex-wrap: wrap; padding-block: 25px; gap: 25px 20px; } .social-links { order: -1; width: 100%; gap: 21px; justify-content: space-between; }
  .social-links a { font-size: 10px; gap: 4px; }
  .story-content { padding: 28px 24px 36px; } .story-content h2 { font-size: 37px; } .story-content .story-lead { font-size: 15px; } .story-content p { font-size: 13px; }
  .dialog-top { padding: 15px 18px; }
}
@media (max-width: 370px) {
  h1 { font-size: 54px; } h2 { font-size: 35px; } .wrap { width: calc(100% - 32px); } .hero-intro p:first-child { font-size: 18px; } .hero-note { margin-top: 42px; gap: 12px; } .hero-note > span:last-child { font-size: 9px; }
  .collection { height: 260px; } .artifact-film { top: 140px; } .site-header nav { gap: 18px; }
  .product-image { padding-inline: 43px; } .contact-top h2 { font-size: 49px; }
}
@media (min-width: 601px) and (max-width: 750px) { h1 { font-size: 96px; } }
@media (min-width: 901px) and (max-height: 800px) {
  .site-header { height: 72px; } .hero-heading { padding-top: 16px; } h1 { font-size: 112px; margin-top: 8px; }
  .hero-intro p:first-child { font-size: 20px; } .collection { height: 248px; margin-top: 20px; }
  .artifact-product { width: 24%; } .artifact-portrait { width: 22%; } .artifact-film { width: 24%; top: 10px; }
  .hero-bottom { padding-block: 16px; } .work-section { padding-top: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; } .artifact { transform: rotate(var(--rotate)); }
}
