:root {
  --ink: #0b0b10;
  --ink-soft: #17171f;
  --paper: #f4f1e9;
  --white: #fff;
  --lime: #d7ff3f;
  --cyan: #55e8ff;
  --violet: #8b72ff;
  --coral: #ff664d;
  --pink: #ff6db4;
  --line: rgba(11, 11, 16, .2);
  --muted: #6d6b70;
  --shadow: 0 24px 74px rgba(5, 5, 10, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 26px clamp(22px, 4vw, 65px); color: #fff; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.brand-mark { display: grid; width: 48px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 13px; font-weight: 950; }
.brand-copy { display: grid; gap: 4px; }
.brand-copy b { font-size: 13px; letter-spacing: .13em; }
.brand-copy small { color: rgba(255, 255, 255, .55); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.global-nav { display: flex; align-items: center; gap: clamp(19px, 2.5vw, 40px); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.global-nav a { position: relative; padding: 8px 0; }
.global-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--lime); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; border: 0; color: inherit; background: none; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: 1.07fr .93fr; gap: 4vw; padding: 135px clamp(22px, 4vw, 65px) 72px; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { position: absolute; z-index: 1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 80px 80px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 74%); pointer-events: none; }
.hero-gallery { position: absolute; z-index: 0; inset: 0; display: grid; grid-template: repeat(2, minmax(0, 1fr)) / repeat(3, minmax(0, 1fr)); overflow: hidden; background: var(--ink); pointer-events: none; }
.hero-gallery::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,11,16,.95) 0%, rgba(11,11,16,.79) 31%, rgba(11,11,16,.45) 67%, rgba(11,11,16,.37) 100%), linear-gradient(0deg, rgba(11,11,16,.68) 0%, transparent 42%, rgba(11,11,16,.22) 100%); content: ""; }
.hero-gallery span { min-width: 0; min-height: 0; overflow: hidden; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; opacity: .48; filter: grayscale(.14) saturate(.83) contrast(1.08); transform: scale(1.035); }
.hero-gallery span:nth-child(2) img { object-position: center 28%; }
.hero-gallery span:nth-child(4) img { object-position: center 28%; }
.hero-copy, .hero-stage, .hero-disclosure { position: relative; z-index: 2; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.hero-kicker span { padding: 7px 10px; border-radius: 999px; color: var(--ink); background: var(--lime); }
.hero h1 { display: grid; width: min-content; margin: 0; font-size: clamp(68px, 8.6vw, 132px); font-weight: 950; line-height: .78; letter-spacing: -.085em; }
.hero h1 span:nth-child(2) { margin-left: .48em; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.64); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-top: clamp(48px, 7vh, 90px); }
.hero-bottom > p { margin: 0; font-size: clamp(18px, 1.6vw, 25px); font-weight: 700; line-height: 1.65; }
.circle-link { display: flex; flex: 0 0 auto; width: 128px; aspect-ratio: 1; flex-direction: column; justify-content: space-between; padding: 20px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; transition: transform .25s; }
.circle-link b { align-self: flex-end; font-size: 25px; }
.circle-link:hover { transform: rotate(8deg) scale(1.04); }
.hero-stage { min-height: 620px; display: grid; place-items: center; }
.hero-stage::before { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 54% 46% 42% 58%; background: linear-gradient(135deg, var(--violet), var(--pink) 48%, var(--coral) 76%, var(--cyan)); filter: blur(3px); content: ""; animation: stage-morph 10s ease-in-out infinite alternate; }
.image-orbit { position: relative; z-index: 1; width: min(31vw, 470px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(11,11,16,.72); box-shadow: 0 0 0 1px rgba(255,255,255,.35), 0 35px 90px rgba(0,0,0,.4); backdrop-filter: blur(14px); }
.orbit-ring { position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.orbit-ring-a { inset: 8%; }
.orbit-ring-b { inset: 24%; border-style: dashed; animation: spin 18s linear infinite; }
.frame-layer { position: absolute; width: 44%; aspect-ratio: 4 / 5; border: 1px solid rgba(255,255,255,.78); background: linear-gradient(145deg, rgba(85,232,255,.38), rgba(139,114,255,.08)); box-shadow: 0 18px 38px rgba(0,0,0,.26); }
.frame-layer::after { position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.32); content: ""; }
.frame-layer-a { transform: translateX(-31%) rotate(-15deg); }
.frame-layer-b { transform: translateX(28%) rotate(13deg); background: linear-gradient(145deg, rgba(255,109,180,.36), rgba(255,102,77,.1)); }
.frame-layer-c { width: 34%; transform: translateY(-4%) rotate(-1deg); background: rgba(11,11,16,.78); }
.image-core { position: relative; z-index: 2; width: 38%; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--lime); text-align: center; }
.image-core span { font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.image-core b { margin-top: 7px; font-size: clamp(20px, 2vw, 32px); line-height: .86; letter-spacing: -.07em; }
.stage-label { position: absolute; z-index: 2; right: 2%; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 850; letter-spacing: .18em; }
.stage-label-top { top: 10%; }
.stage-label-bottom { bottom: 9%; }
.hero-disclosure { position: absolute; right: clamp(22px,4vw,65px); bottom: 22px; margin: 0; color: rgba(255,255,255,.46); font-size: 9px; }

.section-rail { position: relative; z-index: 10; min-height: 86px; display: flex; align-items: center; justify-content: center; gap: clamp(10px, 2vw, 28px); padding: 18px 5vw; color: var(--ink); background: var(--lime); font-size: 15px; font-weight: 900; letter-spacing: .09em; }
.section-rail a { min-height: 46px; display: flex; align-items: center; padding: 8px 14px; border-radius: 10px; }
.section-rail a:hover { background: rgba(11,11,16,.09); }
.section-rail span { min-height: 46px; display: flex; align-items: center; padding: 8px 22px; border-radius: 999px; color: #fff; background: var(--ink); }

.section { padding: clamp(72px, 7.2vw, 116px) clamp(22px, 7vw, 110px); scroll-margin-top: 20px; }
.section-index { margin: 0; font-size: 9px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { margin: 0 0 13px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.section-heading { display: grid; grid-template-columns: 78px minmax(0,1fr) minmax(240px,.48fr); gap: 28px; align-items: start; max-width: 1320px; margin: 0 auto 50px; }
.section-heading h2 { margin: 0; font-size: clamp(42px,5.1vw,76px); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.section-heading .section-lead { margin: 27px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.section-heading-light { color: #fff; }
.section-heading-light .eyebrow, .section-heading-light .section-lead { color: rgba(255,255,255,.58); }

.intro { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 28px; background: var(--paper); }
.intro-copy { max-width: 1040px; }
.intro-copy h2 { margin: 0; font-size: clamp(42px, 5.7vw, 84px); line-height: 1.05; letter-spacing: -.065em; }
.intro-copy h2 em { color: var(--coral); font-style: normal; }
.intro-copy > p { max-width: 720px; margin: 48px 0 0 auto; color: #444248; font-size: 15px; line-height: 2.05; }

.gallery { color: #fff; background: var(--ink); }
.gallery-grid { max-width: 1320px; display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: repeat(2, minmax(270px, 28vw)); gap: 16px; margin: 0 auto; }
.gallery-card { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--ink-soft); }
.gallery-card-tall { grid-row: 1 / 3; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1), filter .45s; }
.gallery-card-tall img { object-position: center 24%; }
.gallery-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,5,10,.9)); content: ""; }
.gallery-card figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; align-items: end; padding: 24px; }
.gallery-card figcaption span { grid-column: 1 / -1; color: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.gallery-card figcaption strong { font-size: clamp(20px, 2vw, 31px); letter-spacing: -.04em; }
.gallery-card figcaption small { color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-card:hover img { filter: saturate(1.09) contrast(1.04); transform: scale(1.035); }

.collection { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(42px, 6vw, 92px); align-items: center; color: var(--ink); background: var(--lime); }
.collection-media { position: relative; min-height: 540px; overflow: hidden; background: var(--ink); box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.collection-media img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.collection-media::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.3); content: ""; pointer-events: none; }
.collection-media span { position: absolute; right: 20px; bottom: 20px; padding: 10px 12px; color: #fff; background: rgba(11,11,16,.8); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.collection-copy { max-width: 580px; }
.collection-copy .eyebrow { margin-top: 48px; color: rgba(11,11,16,.56); }
.collection-copy h2 { margin: 0; font-size: clamp(40px, 4.8vw, 72px); line-height: 1.04; letter-spacing: -.065em; }
.collection-copy > p:not(.section-index):not(.eyebrow) { margin: 34px 0 0; font-size: 15px; line-height: 2; }
.text-link { width: min(100%, 360px); min-height: 74px; display: flex; align-items: center; justify-content: space-between; margin-top: 36px; padding: 18px 24px; border: 1px solid var(--ink); font-size: 14px; font-weight: 900; }
.text-link b { font-size: 24px; transition: transform .25s; }
.text-link:hover b { transform: translate(4px, -4px); }

.process { background: var(--paper); }
.process-list { max-width: 1180px; margin: 0 auto; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 78px minmax(0, 1fr) 150px; gap: 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--coral); font-size: 12px; font-weight: 900; }
.process-list h3 { margin: 0 0 7px; font-size: clamp(21px, 2vw, 30px); letter-spacing: -.035em; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.process-list b { justify-self: end; color: #aaa7a7; font-size: 10px; letter-spacing: .18em; }

.start { color: #fff; background: var(--ink); }
.start-grid { max-width: 1180px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.19); border-left: 1px solid rgba(255,255,255,.19); }
.start-grid article { min-height: 340px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.start-grid article > span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.start-grid i { position: relative; width: 108px; height: 82px; margin: 36px 0 auto; border: 1px solid rgba(255,255,255,.42); transform: rotate(-7deg); }
.start-grid i::before, .start-grid i::after { position: absolute; content: ""; }
.start-grid i::before { width: 36px; aspect-ratio: 1; top: 13px; right: 12px; border-radius: 50%; background: var(--lime); }
.start-grid i::after { right: 10px; bottom: 10px; left: 10px; height: 22px; background: linear-gradient(135deg, transparent 28%, var(--violet) 29% 52%, var(--cyan) 53%); }
.start-grid article:nth-child(2) i { transform: rotate(5deg); }
.start-grid article:nth-child(3) i { transform: rotate(-2deg); }
.start-grid h3 { margin: 28px 0 10px; font-size: 25px; letter-spacing: -.04em; }
.start-grid p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.85; }
.guide-cta { max-width: 1180px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: center; margin: 56px auto 0; padding: 38px; color: var(--ink); background: var(--lime); }
.guide-cta h3 { margin: 0; font-size: clamp(26px,3vw,42px); letter-spacing: -.045em; }
.guide-cta p:not(.eyebrow) { max-width: 680px; margin: 13px 0 0; font-size: 13px; line-height: 1.8; }
.guide-cta .eyebrow { color: rgba(11,11,16,.56); }
.guide-cta a { min-width: 260px; min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border: 1px solid var(--ink); font-size: 13px; font-weight: 900; }
.guide-cta a b { font-size: 23px; }

.policy { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(42px, 5vw, 72px); color: var(--ink); background: var(--lime); }
.policy-intro h2 { margin: 0; font-size: clamp(34px, 3.3vw, 48px); line-height: 1.08; letter-spacing: -.055em; }
.policy-intro > p:last-child { max-width: 520px; margin: 30px 0 0; font-size: 14px; line-height: 1.95; }
.policy-intro .eyebrow { margin-top: 36px; color: rgba(11,11,16,.58); }
.policy-list { border-top: 1px solid rgba(11,11,16,.27); }
.policy-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(11,11,16,.27); }
.policy-list span { font-size: 11px; font-weight: 900; }
.policy-list h3 { margin: 0 0 8px; font-size: 20px; }
.policy-list p { margin: 0; color: rgba(11,11,16,.66); font-size: 13px; line-height: 1.8; }

.faq { background: #fff; }
.faq .section-heading { grid-template-columns: 78px 1fr; }
.faq-list { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 84px; display: grid; grid-template-columns: 48px 1fr 24px; gap: 14px; align-items: center; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 23px; font-weight: 400; }
details[open] summary::after { content: "−"; }
summary span, details > div > span { color: var(--coral); font-weight: 950; }
details > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 0 40px 28px 0; }
details > div p { max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.closing { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; padding: clamp(82px, 9vw, 138px) clamp(22px, 7vw, 110px); color: #fff; background: var(--ink); }
.closing h2 { margin: 0; font-size: clamp(56px, 7vw, 104px); line-height: .93; letter-spacing: -.075em; }
.closing .eyebrow { color: var(--lime); }
.closing > div:last-child > p { margin: 0 0 30px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.9; }
.closing-link { min-height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; color: var(--ink); background: var(--lime); font-size: 14px; font-weight: 900; }
.closing-link b { font-size: 25px; }

.site-footer { display: grid; grid-template-columns: auto 1fr; gap: 34px 60px; align-items: center; padding: 54px clamp(22px,7vw,110px) 30px; color: #fff; background: #08080c; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand > div { display: grid; gap: 4px; }
.footer-brand b { font-size: 13px; letter-spacing: .12em; }
.footer-brand small { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .17em; }
.site-footer > nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 800; }
.site-footer > nav a:hover { color: var(--lime); }
.footer-note { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.6; }
.footer-note p { margin: 0; }
.page-top { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 48px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 20px; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.22); }

.js-reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.js-reveal.is-visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes stage-morph { 0% { border-radius: 54% 46% 42% 58%; transform: rotate(-3deg) scale(.97); } 100% { border-radius: 43% 57% 61% 39%; transform: rotate(5deg) scale(1.04); } }

@media (max-width: 1050px) {
  .site-header { gap: 10px; }
  .global-nav { display: none; }
  .menu-button { position: relative; z-index: 3; width: 46px; height: 46px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; cursor: pointer; }
  .menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .menu-button i, .menu-button i::before { width: 18px; height: 1px; display: block; background: currentColor; content: ""; transition: transform .25s; }
  .menu-button i::before { transform: translateY(6px); }
  .menu-button[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .global-nav.is-open { position: fixed; z-index: 2; inset: 0; display: grid; place-content: center; gap: 28px; color: #fff; background: rgba(11,11,16,.98); text-align: center; font-size: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero h1 { font-size: clamp(64px, 15vw, 112px); }
  .hero-stage { min-height: 540px; }
  .image-orbit { width: min(62vw, 470px); }
  .section-heading { grid-template-columns: 68px minmax(0,1fr); }
  .section-heading .section-lead { grid-column: 2; margin-top: 0; }
  .collection { grid-template-columns: 1fr; }
  .collection-copy { max-width: 780px; }
  .guide-cta { grid-template-columns: 1fr; }
  .guide-cta a { min-width: 0; }
  .policy, .closing { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { padding: 20px; }
  .brand-mark { width: 42px; }
  .brand-copy b { font-size: 11px; }
  .hero { min-height: auto; padding: 125px 20px 65px; }
  .hero-gallery { grid-template: repeat(3, minmax(0,1fr)) / repeat(2, minmax(0,1fr)); }
  .hero-gallery::after { background: linear-gradient(180deg, rgba(11,11,16,.63) 0%, rgba(11,11,16,.43) 45%, rgba(11,11,16,.79) 100%), linear-gradient(90deg, rgba(11,11,16,.3), rgba(11,11,16,.13)); }
  .hero-gallery img { opacity: .36; }
  .hero h1 { font-size: clamp(52px, 18vw, 74px); line-height: .82; }
  .hero h1 span:nth-child(2) { margin-left: .27em; }
  .hero-kicker { align-items: flex-start; flex-direction: column; gap: 9px; }
  .hero-bottom { align-items: flex-start; }
  .hero-bottom > p { font-size: 16px; }
  .circle-link { width: 105px; padding: 16px; }
  .hero-stage { min-height: 390px; }
  .image-orbit { width: min(82vw, 350px); }
  .stage-label-top { top: 2%; }
  .stage-label-bottom { bottom: 2%; }
  .hero-disclosure { position: relative; right: auto; bottom: auto; grid-column: 1; margin-top: 25px; line-height: 1.7; }
  .section-rail { min-height: 72px; justify-content: flex-start; overflow-x: auto; padding: 10px 18px; font-size: 13px; white-space: nowrap; }
  .section-rail a, .section-rail span { min-height: 42px; flex: 0 0 auto; padding: 7px 11px; }
  .section { padding: 68px 20px; }
  .section-heading, .faq .section-heading { grid-template-columns: 38px minmax(0,1fr); gap: 14px; margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(31px, 8.6vw, 35px); line-height: 1.14; letter-spacing: -.04em; text-wrap: pretty; }
  .section-heading .section-lead { grid-column: 1 / -1; margin-top: 12px; }
  .intro { grid-template-columns: 38px minmax(0,1fr); gap: 14px; }
  .intro-copy h2 { font-size: clamp(36px, 10.4vw, 48px); }
  .intro-copy > p { margin-top: 34px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-card, .gallery-card-tall { min-height: 0; aspect-ratio: 4 / 3; grid-row: auto; }
  .gallery-card-tall { aspect-ratio: 3 / 4; }
  .gallery-card figcaption { grid-template-columns: 1fr; padding: 18px; }
  .gallery-card figcaption small { display: none; }
  .collection-media, .collection-media img { min-height: 360px; }
  .collection-copy .eyebrow { margin-top: 34px; }
  .collection-copy h2 { font-size: clamp(36px, 10vw, 48px); }
  .process-list li { grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
  .process-list b { grid-column: 2; justify-self: start; }
  .start-grid { grid-template-columns: 1fr; }
  .start-grid article { min-height: 300px; }
  .guide-cta { margin-top: 40px; padding: 26px 22px; }
  .guide-cta h3 { font-size: 29px; }
  .policy { gap: 38px; }
  .policy-intro h2 { font-size: clamp(31px, 8.6vw, 35px); }
  summary { grid-template-columns: 38px 1fr 22px; min-height: 86px; font-size: 14px; }
  details > div { grid-template-columns: 38px 1fr; padding-right: 3px; }
  .closing { gap: 40px; padding: 82px 20px; }
  .closing h2 { font-size: clamp(54px, 18vw, 72px); }
  .site-footer { grid-template-columns: 1fr; padding: 46px 20px 26px; }
  .site-footer > nav { justify-content: flex-start; flex-direction: column; }
  .footer-note { flex-direction: column; }
  .page-top { right: 15px; bottom: 15px; width: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-reveal { opacity: 1; transform: none; }
}


/* 2026-07 collection archive */
.collection-hub{background:#f1f0ea;color:#0a0b10}.collection-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;background:#0a0b10}.collection-hub-card{min-height:620px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(24px,4vw,54px);overflow:hidden;background:#10121a;color:#fff;isolation:isolate}.collection-hub-card-wide{grid-column:span 1}.collection-hub-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 25%,rgba(3,4,8,.92) 100%)}.collection-hub-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .7s ease}.collection-hub-card[href*="line-stamps"] img{object-fit:contain;background:#f5f2e9;padding:8%}.collection-hub-card:hover img{transform:scale(1.035)}.collection-hub-card span{font-size:10px;letter-spacing:.18em;font-weight:800;color:#d7ff3f}.collection-hub-card strong{font-size:clamp(34px,5vw,78px);line-height:.86;letter-spacing:-.055em;margin:18px 0}.collection-hub-card small{max-width:420px;font-size:12px;line-height:1.7;color:#d4d6df}@media(min-width:1100px){.collection-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-hub-card-wide{grid-column:span 2}}@media(max-width:720px){.collection-hub-grid{grid-template-columns:1fr}.collection-hub-card,.collection-hub-card-wide{grid-column:auto;min-height:520px}.collection-hub-card strong{font-size:14vw}}@media(prefers-reduced-motion:reduce){.collection-hub-card img{transition:none}}

/* 2026-07-20: laptop-height hero. */
@media(min-width:1051px){.hero{min-height:640px;padding:92px clamp(22px,4vw,65px) 40px}.hero h1{font-size:clamp(64px,7.5vw,112px)}.hero-kicker{margin-bottom:18px}.hero-bottom{margin-top:32px}.hero-bottom>p{font-size:clamp(16px,1.25vw,20px)}.circle-link{width:102px;padding:15px}.hero-stage{min-height:470px}.image-orbit{width:min(27vw,390px)}.hero-disclosure{bottom:13px}}
/* 2026-07-20: compact-height follow-up for short laptop viewports. */
@media(min-width:1051px){.hero{min-height:570px;padding-top:76px;padding-bottom:28px}.hero-stage{min-height:440px}.image-orbit{width:min(25vw,360px)}}


/* 2026-07-20: compact content rhythm — balanced headings and less unused height. */
@media (min-width: 701px) {
  .section { padding-block: 64px; }
  .intro { grid-template-columns: 110px minmax(0, 1fr); gap: 30px; }
  .intro-copy h2 { font-size: 3.4rem; line-height: 1.12; }
  .intro-copy h2 br, .section-heading h2 br, .collection-copy h2 br, .policy-intro h2 br, .closing h2 br { display: none; }
  .intro-copy > p { max-width: 820px; margin-top: 24px; font-size: .94rem; line-height: 1.75; }
  .section-heading { grid-template-columns: 58px minmax(0, 1fr) minmax(300px, .62fr); gap: 22px; margin-bottom: 36px; }
  .section-heading h2 { font-size: 3.15rem; line-height: 1.08; }
  .section-lead, .collection-copy > p, .policy-intro > p:last-child { line-height: 1.65; }
  .collection { gap: 56px; }
  .collection-copy h2 { font-size: 3.15rem; line-height: 1.12; }
  .process-list li { min-height: 145px; padding-block: 23px; }
  .start-grid article { min-height: 260px; padding: 28px; }
  .policy { gap: 56px; }
  .policy-intro h2 { font-size: 2.65rem; line-height: 1.12; }
  .closing { padding-block: 72px; }
  .closing h2 { font-size: 4rem; line-height: 1; }
  .collection-hub-card { min-height: 500px; }
}
@media (max-width: 700px) {
  .section { padding-block: 56px; }
  .section-heading { margin-bottom: 30px; }
  .collection-hub-card, .collection-hub-card-wide { min-height: 440px; }
}

/* 2026-07-25: latest topics for creative portal. */
.topics{background:#f1f0ea;color:var(--ink)}.topic-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.topic-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.76fr);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.topic-media{position:relative;min-height:330px;display:block;overflow:hidden;background:#0b0b10}.topic-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}.topic-media:hover img{transform:scale(1.035)}.topic-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,5,10,.74))}.topic-media span{position:absolute;z-index:1;left:18px;bottom:18px;color:var(--lime);font-size:10px;font-weight:900;letter-spacing:.16em}.topic-copy{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(26px,4vw,42px)}.topic-copy h3{margin:14px 0 16px;font-size:clamp(29px,3.2vw,48px);line-height:1.04;letter-spacing:-.06em}.topic-copy>p:not(.section-index){margin:0 0 28px;color:var(--muted);font-size:13px;line-height:1.85}.topic-copy .text-link{margin-top:auto}.topic-card-alt{background:var(--ink);color:#fff}.topic-card-alt .topic-copy>p:not(.section-index){color:rgba(255,255,255,.66)}.topic-card-alt .text-link{border-color:rgba(255,255,255,.35)}
@media(max-width:1050px){.topic-grid{grid-template-columns:1fr}.topic-card{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.topic-card{grid-template-columns:1fr}.topic-media{min-height:0;aspect-ratio:16/9}.topic-copy{padding:24px 22px}.topic-copy .text-link{width:100%}.topics .section-heading h2 br{display:none}}