/* The accent colour animates between chapters: thread-pink -> flower-red */
@property --pink { syntax: "<color>"; inherits: true; initial-value: #ff5fae; }

/* ==========================================================================
   Angelica Moreart — design tokens
   ========================================================================== */
:root {
  --bg: #0a0a09;
  --bg-2: #121210;
  --bone: #ece6dc;
  --muted: #8a847a;
  --line: rgba(236, 230, 220, 0.14);
  --pink: #ff5fae;          /* the thread */
  --red: #e0301e;           /* the flowers */
  --thread: #ff5fae;

  --display: "Bodoni Moda", "Didot", "Times New Roman", serif;
  --sans: "Inter Tight", system-ui, -apple-system, sans-serif;
  --mono: "Space Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --gutter: clamp(16px, 3.4vw, 48px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--bone);
  font-family: var(--sans); font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
em { font-style: italic; }
::selection { background: var(--pink); color: var(--bg); }
.mono { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; z-index: 200; background: var(--bone); color: var(--bg); padding: 8px 14px; }
:focus-visible { outline: 1px solid var(--pink); outline-offset: 4px; }

main, .footer { position: relative; z-index: 2; }

/* ---------- Atmosphere: grain, threads, cursor ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .07;
  background-image: var(--noise); animation: grain 1s steps(5) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -4%); }
  60% { transform: translate(-4%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); }
}
.threads { position: absolute; left: 0; top: 0; width: 100%; z-index: 1; pointer-events: none; overflow: visible; }
.thread { fill: none; stroke-linecap: round; }
.thread-pink { stroke: var(--thread); stroke-width: 1.4; }
.thread-white { stroke: var(--bone); stroke-width: .8; opacity: .35; }

.cursor {
  position: fixed; left: 0; top: 0; z-index: 150; pointer-events: none;
  width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%;
  background: var(--bone); mix-blend-mode: difference;
  display: grid; place-items: center; transition: width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), opacity .3s;
  opacity: 0;
}
.cursor span { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--bg); opacity: 0; transition: opacity .2s; }
.cursor.is-on { opacity: 1; }
.cursor.has-label { width: 84px; height: 84px; margin: -42px 0 0 -42px; mix-blend-mode: normal; background: var(--pink); }
.cursor.has-label span { opacity: 1; }
@media (pointer: fine) { body.custom-cursor, body.custom-cursor a, body.custom-cursor button { cursor: none; } }

/* ---------- Header ---------- */
.bar {
  position: fixed; inset: 0 0 auto; z-index: 100; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  padding: 18px var(--gutter); mix-blend-mode: difference; color: #fff;
}
.logo { font-family: var(--display); font-size: 26px; letter-spacing: -.02em; line-height: 1; }
.logo i { color: var(--pink); margin: 0 1px; }
.links { display: flex; justify-content: center; gap: clamp(16px, 2.6vw, 40px); font-size: 14px; }
.links a, .menu a { position: relative; }
.links sup, .menu sup { font-family: var(--mono); font-size: 9px; margin-right: 4px; opacity: .6; }
.links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.links a:hover::after, .links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.clock b { font-weight: 400; margin-left: 6px; font-variant-numeric: tabular-nums; }
.menu-btn { display: none; }
.menu {
  position: fixed; inset: 0; z-index: 99; background: var(--bg); display: flex; flex-direction: column; justify-content: center; gap: 4px;
  padding: 0 var(--gutter); font-family: var(--display); font-size: clamp(44px, 12vw, 80px); line-height: 1.05;
  clip-path: inset(0 0 100% 0); transition: clip-path .7s var(--ease); visibility: hidden;
}
.menu a:hover { color: var(--pink); font-style: italic; }
body.menu-open .menu { clip-path: inset(0 0 0 0); visibility: visible; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100svh; min-height: 560px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 var(--gutter) 22px; z-index: 3; }
.hero-media { position: absolute; inset: 0; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-dark {
  position: absolute; inset: 0; background: rgba(8, 8, 7, .86);
  --x: 50%; --y: 45%; --r: 220px;
  -webkit-mask-image: radial-gradient(circle var(--r) at var(--x) var(--y), transparent 0, transparent 35%, #000 100%);
          mask-image: radial-gradient(circle var(--r) at var(--x) var(--y), transparent 0, transparent 35%, #000 100%);
}
.hero-name {
  position: relative; margin: 0; font-family: var(--display); font-weight: 400;
  font-size: clamp(64px, 15.5vw, 290px); line-height: .82; letter-spacing: -.045em;
  mix-blend-mode: difference; color: #fff; pointer-events: none;
}
.hero-name .word { display: block; white-space: nowrap; }
.hero-name .word-2 { font-style: italic; text-align: right; padding-right: .04em; }
.hero-name .ch { display: inline-block; transform: translateY(105%) rotate(6deg); opacity: 0; transition: transform 1.2s var(--ease), opacity 1.2s var(--ease); }
.hero.is-in .hero-name .ch { transform: none; opacity: 1; }
.hero-foot { position: relative; display: flex; justify-content: space-between; gap: 16px; margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--bone); }
.hero-hint { color: var(--pink); }
.hero-hint::before { content: "● "; animation: blink 1.6s infinite; }
@keyframes blink { 50% { opacity: .2; } }

/* ---------- Section heads ---------- */
section { position: relative; }
.works, .film, .archive, .about { padding: clamp(96px, 14vw, 200px) var(--gutter) 0; }
.sec-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 24px; margin-bottom: clamp(48px, 7vw, 110px); border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.sec-head > .mono:first-child { grid-column: 1 / -1; color: var(--pink); }
.sec-title { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(64px, 13vw, 220px); line-height: .8; letter-spacing: -.05em; }
.sec-note { margin: 0; color: var(--muted); text-align: right; line-height: 1.7; }

/* ---------- Projects ---------- */
.project { margin-bottom: clamp(120px, 16vw, 240px); }
.project-head { display: grid; grid-template-columns: 90px 1.2fr 1fr; gap: 20px 32px; align-items: start; margin-bottom: clamp(40px, 6vw, 90px); }
.project-no { color: var(--pink); padding-top: 10px; }
.project-title { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(48px, 7vw, 120px); line-height: .9; letter-spacing: -.04em; }
.project-title em { display: block; color: var(--muted); }
.project-side { padding-top: 8px; }
.project-meta { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; margin: 0 0 24px; }
.project-meta dt { color: var(--muted); }
.project-meta dd { margin: 0; }
.project-text { color: #c8c1b6; font-size: 17px; margin: 0 0 28px; max-width: 46ch; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; transition: background .3s, color .3s, border-color .3s;
}
.btn:hover { background: var(--bone); color: var(--bg); border-color: var(--bone); }
.btn-pink { border-color: var(--pink); color: var(--pink); }
.btn-pink:hover { background: var(--pink); border-color: var(--pink); color: var(--bg); }
.btn[aria-disabled="true"] { opacity: .4; pointer-events: none; }

.collage { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(12px, 2vw, 32px); row-gap: clamp(40px, 6vw, 100px); align-items: start; }
.fig { margin: 0; cursor: pointer; will-change: transform; }
.fig-media { overflow: hidden; position: relative; background: var(--bg-2); }
.fig-media img { width: 100%; height: auto; filter: grayscale(.35) contrast(1.05); transform: scale(1.02); transition: filter .8s var(--ease), transform 1.2s var(--ease); }
.fig:hover .fig-media img { filter: none; transform: scale(1.06); }
.fig figcaption { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); }
.fig:hover figcaption span:first-child { color: var(--pink); }
.more { grid-column: 1 / -1; justify-self: center; }

/* ---------- Film ---------- */
.film-wrap { display: grid; grid-template-columns: 1fr auto; gap: clamp(32px, 6vw, 100px); align-items: end; }
.film-kicker { color: var(--pink); margin: 0 0 20px; }
.film-name { margin: 0 0 28px; font-family: var(--display); font-weight: 400; font-size: clamp(48px, 7.5vw, 132px); line-height: .88; letter-spacing: -.04em; }
.film-name em { display: block; color: var(--pink); }
.film-desc { color: #c8c1b6; font-size: 17px; max-width: 44ch; margin: 0 0 24px; }
.film-sound { color: var(--muted); }
.film-frame { position: relative; aspect-ratio: 9 / 16; height: min(86svh, 900px); background: var(--bg-2); overflow: hidden; cursor: pointer; }
.film-frame video { width: 100%; height: 100%; object-fit: cover; }
.film-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 50%); pointer-events: none; transition: opacity .5s; }
.film-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: clamp(96px, 12vw, 160px); aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--bone); display: grid; place-items: center; z-index: 2; transition: background .4s, color .4s, transform .6s var(--ease); }
.film-play span { font-family: var(--display); font-style: italic; font-size: clamp(22px, 2.4vw, 34px); }
.film-frame:hover .film-play { background: var(--pink); border-color: var(--pink); color: var(--bg); transform: translate(-50%, -50%) scale(1.06); }
.film-frame.is-playing { cursor: auto; }
.film-frame.is-playing .film-play, .film-frame.is-playing::after { opacity: 0; pointer-events: none; }

/* ---------- Archive ---------- */
.archive-status { display: inline-flex; align-items: center; gap: 10px; color: var(--pink); margin: 0 0 32px; }
.archive-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); animation: blink 1.6s infinite; }
.archive-list { border-top: 1px solid var(--line); }
.item {
  display: grid; grid-template-columns: 80px 150px 1fr 1fr auto; gap: 24px; align-items: center;
  padding: 22px 0; border-bottom: 1px solid var(--line); transition: background .4s;
}
.item:hover { background: rgba(236, 230, 220, .03); }
.item-code { color: var(--pink); }
.item-img { aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg-2); display: grid; place-items: center; }
.item-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .6s var(--ease), transform 1s var(--ease); }
.item:hover .item-img img { filter: none; transform: scale(1.05); }
.item-img .blank { font-family: var(--display); font-style: italic; font-size: 32px; color: var(--muted); }
.item h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(26px, 3vw, 44px); line-height: 1; letter-spacing: -.02em; }
.item .from { margin-top: 8px; color: var(--muted); }
.item p { margin: 0; color: #bdb6ab; font-size: 15px; max-width: 40ch; }
.item-buy { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; text-align: right; }
.badge { color: var(--muted); }
.badge.available { color: #8fd18b; } .badge.sold { text-decoration: line-through; } .badge.reserved { color: var(--pink); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 110px); align-items: start; }
.about-portrait { margin: 0; position: sticky; top: 90px; }
.about-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(.2); }
.statement { margin: 0 0 40px; font-family: var(--display); font-size: clamp(28px, 3.4vw, 52px); line-height: 1.08; letter-spacing: -.02em; }
.statement.is-empty { color: var(--muted); font-style: italic; }
.bio p { font-size: 18px; color: #c8c1b6; margin: 0 0 1em; max-width: 56ch; }
.facts { display: grid; grid-template-columns: 140px 1fr; margin: 48px 0 0; border-top: 1px solid var(--line); }
.facts dt, .facts dd { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.facts dt { color: var(--muted); }

/* ---------- Contact ---------- */
.contact { padding: clamp(120px, 16vw, 240px) var(--gutter) clamp(48px, 6vw, 80px); }
.contact > .mono { color: var(--pink); }
.contact-title { margin: 24px 0 48px; font-family: var(--display); font-weight: 400; font-size: clamp(56px, 11vw, 190px); line-height: .86; letter-spacing: -.05em; }
.contact-title em { color: var(--pink); }
.contact-mail { display: inline-block; font-family: var(--display); font-style: italic; font-size: clamp(26px, 4.4vw, 68px); border-bottom: 1px solid var(--line); transition: color .3s, border-color .3s; overflow-wrap: anywhere; }
.contact-mail:hover { color: var(--pink); border-color: var(--pink); }
.contact-row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: clamp(64px, 9vw, 140px); color: var(--muted); }
.contact-row a { color: var(--bone); } .contact-row a:hover { color: var(--pink); }
.contact-row b { color: var(--bone); font-weight: 400; margin-left: 6px; }
.footer { display: flex; justify-content: space-between; padding: 20px var(--gutter); border-top: 1px solid var(--line); color: var(--muted); }
.footer a:hover { color: var(--pink); }

/* ---------- Viewer ---------- */
.viewer { position: fixed; inset: 0; z-index: 120; background: #050505; display: grid; grid-template-rows: auto 1fr auto; opacity: 0; transition: opacity .4s; }
.viewer.is-open { opacity: 1; }
.viewer[hidden] { display: none; }
.viewer-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px var(--gutter); }
.viewer-top #vCount { color: var(--pink); }
.viewer-top button { justify-self: end; font: inherit; }
.viewer-top button:hover { color: var(--pink); }
.viewer-stage { position: relative; min-height: 0; display: grid; place-items: center; padding: 0 clamp(56px, 8vw, 120px); }
.viewer-stage img, .viewer-stage video { max-width: 100%; max-height: 100%; object-fit: contain; grid-area: 1 / 1; }
.viewer-stage img { transition: opacity .3s; }
.viewer-stage img.is-loading { opacity: .2; }
.v-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; transition: background .3s, color .3s; background: #050505; z-index: 2; }
.v-nav:hover { background: var(--bone); color: var(--bg); }
.v-prev { left: var(--gutter); } .v-next { right: var(--gutter); }
.viewer-strip { display: flex; gap: 6px; overflow-x: auto; padding: 14px var(--gutter) 18px; scrollbar-width: none; }
.viewer-strip::-webkit-scrollbar { display: none; }
.viewer-strip button { flex: 0 0 auto; width: 56px; height: 56px; opacity: .35; transition: opacity .3s; outline-offset: 2px; }
.viewer-strip button img { width: 100%; height: 100%; object-fit: cover; }
.viewer-strip button.is-active, .viewer-strip button:hover { opacity: 1; }
.viewer-strip button.is-active { outline: 1px solid var(--pink); }
.viewer-strip .strip-film { font-family: var(--mono); font-size: 10px; border: 1px solid var(--pink); color: var(--pink); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .hero-name .ch { opacity: 1 !important; transform: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .links, .clock { display: none; }
  .bar { grid-template-columns: 1fr auto; }
  .menu-btn { display: block; position: relative; z-index: 101; }
  body.menu-open .bar { mix-blend-mode: normal; }
  .project-head { grid-template-columns: 1fr; }
  .project-no { padding: 0; }
  .collage { grid-template-columns: repeat(6, 1fr); }
  .item { grid-template-columns: 60px 110px 1fr; }
  .item p { grid-column: 3; }
  .item-buy { grid-column: 3; align-items: flex-start; text-align: left; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .item-code { align-self: start; }
  .film-wrap { grid-template-columns: 1fr; }
  .film-frame { height: auto; width: min(100%, 460px); justify-self: center; }
  .about-grid { grid-template-columns: 1fr; }
  .about-portrait { position: static; max-width: 460px; }
}
@media (max-width: 600px) {
  .hero-foot .hero-hint { display: none; }
  .hero-name { font-size: 23vw; }
  .sec-head { grid-template-columns: 1fr; }
  .sec-note { text-align: left; }
  .item { grid-template-columns: 90px 1fr; gap: 14px 18px; }
  .item-code { grid-column: 1 / -1; }
  .item-img { grid-row: span 3; }
  .item p, .item-buy { grid-column: 2; }
  .viewer-stage { padding: 0 8px; }
  .v-nav { top: auto; bottom: 8px; transform: none; background: rgba(5,5,5,.7); }
  .facts { grid-template-columns: 110px 1fr; }
}

/* ---------- Collage placement ---------- */
.c1 { grid-column: 1 / 8; }
.c2 { grid-column: 9 / 13; margin-top: 16vh; }
.c3 { grid-column: 2 / 6; }
.c4 { grid-column: 7 / 12; margin-top: 12vh; }
.c5 { grid-column: 1 / 5; margin-top: 6vh; }
.c6 { grid-column: 6 / 10; margin-top: -4vh; }
.c7 { grid-column: 10 / 13; margin-top: 18vh; }
.fig-media { clip-path: inset(100% 0 0 0); transition: clip-path 1.4s var(--ease); }
.fig.is-in .fig-media { clip-path: inset(0 0 0 0); }
@media (max-width: 960px) {
  .c1 { grid-column: 1 / 7; } .c2 { grid-column: 3 / 7; margin-top: 0; } .c3 { grid-column: 1 / 5; }
  .c4 { grid-column: 2 / 7; margin-top: 0; } .c5 { grid-column: 1 / 4; margin-top: 0; }
  .c6 { grid-column: 4 / 7; margin-top: 12vh; } .c7 { grid-column: 1 / 6; margin-top: 0; }
}
@media (prefers-reduced-motion: reduce) { .fig-media { clip-path: none !important; } }

/* ==========================================================================
   Chapter: Under the Dress — the threads become cuts
   ========================================================================== */
body { transition: --pink 1s var(--ease); }
body.motif-cut { --pink: var(--red); }

.cut-line { stroke: var(--bone); stroke-width: 1.2; stroke-dasharray: 11 8; opacity: .8; }
.snip-white { stroke: var(--bone); stroke-width: .8; stroke-dasharray: 46 38; opacity: .3; }
.cut-label { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; fill: var(--red); }
.scissors { opacity: 0; transition: opacity .4s; }
.scissors.is-on { opacity: 1; }
.scissors .blade { fill: var(--bone); }
.scissors .shank, .scissors .ring { fill: none; stroke: var(--red); stroke-width: 2.4; stroke-linecap: round; }
.scissors .pivot { fill: var(--bg); stroke: var(--bone); stroke-width: 1.2; }

/* photos reveal with a diagonal blade cut instead of a curtain */
.project.is-cut .fig-media { clip-path: polygon(0 0, 0 0, -35% 100%, 0 100%); transition: clip-path 1.2s var(--ease); }
.project.is-cut .fig.is-in .fig-media { clip-path: polygon(0 0, 135% 0, 100% 100%, 0 100%); }
.project.is-cut .fig { outline: 1px dashed transparent; outline-offset: 10px; transition: outline-color .4s; }
.project.is-cut .fig:hover { outline-color: rgba(236, 230, 220, .35); }
.project.is-cut .project-title em { color: var(--pink); }

/* ---------- Scissors in front + photos that get cut ---------- */
.scissors-layer { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 60; pointer-events: none; overflow: visible; }
.scissors { filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .55)); }
.scissors .blade-back { fill: #b9b1a5; }

.project.is-cut .fig:hover .fig-media img { transform: scale(1.02); }  /* keep the pieces aligned */
.fig-media .piece { position: absolute; inset: 0; visibility: hidden; transition: transform 1.1s cubic-bezier(.3, 1.4, .5, 1); }
.fig-media .piece img { width: 100%; height: 100%; object-fit: cover; }
.fig-media .seam { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.fig-media .seam polyline { fill: none; stroke: var(--bg); stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 0 1.5px rgba(255, 255, 255, .9)); }
.fig.is-revealed .fig-media { clip-path: none !important; }
.fig.is-snipped .fig-media { overflow: visible; background: transparent; }
.fig.is-snipped .piece { visibility: visible; filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .6)); }
.fig.is-snipped .seam polyline { opacity: 0; transition: opacity .3s; }

/* ==========================================================================
   Archive — one section per work
   ========================================================================== */
.archive-works { display: grid; gap: clamp(90px, 11vw, 170px); }
.aw.is-cut, .object.is-cut { --pink: var(--red); }
.aw-head { display: grid; grid-template-columns: 90px 1fr auto; gap: 12px 24px; align-items: end; padding-bottom: 18px; margin-bottom: clamp(28px, 3vw, 44px); border-bottom: 1px solid var(--line); }
.aw-no { color: var(--pink); padding-bottom: 10px; }
.aw-title { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(40px, 6vw, 96px); line-height: .9; letter-spacing: -.035em; }
.aw-title em { color: var(--pink); }
.aw-side { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: var(--muted); padding-bottom: 6px; }
.aw-side a { color: var(--bone); } .aw-side a:hover { color: var(--pink); }
.aw-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 40px clamp(16px, 2vw, 28px); }

.obj { display: block; }
.obj-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg-2); }
.obj-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .6s var(--ease), transform 1.2s var(--ease), filter .6s; filter: grayscale(.4); }
.obj-media .obj-alt { opacity: 0; }
.obj:hover .obj-media img { transform: scale(1.05); filter: none; }
.obj:hover .obj-alt { opacity: 1; }
.obj-row { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; color: var(--muted); }
.obj-code { color: var(--pink); }
.obj-title { margin: 8px 0 0; font-family: var(--display); font-weight: 400; font-size: clamp(26px, 2.4vw, 36px); line-height: 1; letter-spacing: -.02em; transition: color .3s; }
.obj:hover .obj-title { color: var(--pink); font-style: italic; }
.obj-empty { aspect-ratio: 4 / 5; border: 1px dashed var(--line); display: grid; place-items: center; padding: 24px; text-align: center; font-family: var(--display); font-style: italic; font-size: 22px; color: var(--muted); }

/* ==========================================================================
   Object page — each archive object on its own
   ========================================================================== */
.object { position: fixed; inset: 0; z-index: 110; background: var(--bg); display: grid; grid-template-rows: auto 1fr; opacity: 0; transition: opacity .4s var(--ease); }
.object.is-open { opacity: 1; }
.object-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 18px var(--gutter); border-bottom: 1px solid var(--line); }
.object-top button { font: inherit; color: var(--bone); }
.object-top button:hover { color: var(--pink); }
#oCrumb { color: var(--muted); }
.object-steps { justify-self: end; display: flex; align-items: center; gap: 14px; }
.object-steps #oPos { color: var(--pink); }
.object-scroll { overflow-y: auto; padding: 0 var(--gutter); overscroll-behavior: contain; }
.object-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(32px, 5vw, 90px); align-items: start; padding-top: clamp(28px, 4vw, 56px); }
.object-main { margin: 0; background: var(--bg-2); display: grid; place-items: center; }
.object-main img { width: 100%; max-height: 76svh; object-fit: contain; }
.object-thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.object-thumbs button { width: 96px; text-align: left; opacity: .45; transition: opacity .3s; }
.object-thumbs button img { width: 96px; height: 96px; object-fit: cover; }
.object-thumbs button span { display: block; margin-top: 6px; font-size: 9px; color: var(--muted); }
.object-thumbs button:hover, .object-thumbs button.is-active { opacity: 1; }
.object-thumbs button.is-active img { outline: 1px solid var(--pink); outline-offset: 3px; }
.object-info { position: sticky; top: 24px; }
.object-code { color: var(--pink); margin: 0; }
.object-title { margin: 14px 0 16px; font-family: var(--display); font-weight: 400; font-size: clamp(48px, 6vw, 104px); line-height: .9; letter-spacing: -.04em; }
.object-from { color: var(--muted); margin: 0 0 28px; }
.object-from a { color: var(--bone); border-bottom: 1px solid var(--line); }
.object-from a:hover { color: var(--pink); border-color: var(--pink); }
.object-text { font-size: 18px; color: #c8c1b6; max-width: 46ch; margin: 0 0 32px; }
.object-facts { display: grid; grid-template-columns: 110px 1fr; margin: 0; border-top: 1px solid var(--line); }
.object-facts dt, .object-facts dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); }
.object-facts dt { color: var(--muted); }
.object-buy { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin: 32px 0 18px; }
.object-price { font-family: var(--display); font-size: clamp(26px, 2.6vw, 38px); }
.object-note { color: var(--muted); line-height: 1.8; max-width: 52ch; }
.object-more { margin-top: clamp(80px, 10vw, 140px); padding: 24px 0 80px; border-top: 1px solid var(--line); }
.object-more h3 { color: var(--pink); margin: 0 0 28px; font-weight: 400; }

@media (max-width: 960px) {
  .aw-head { grid-template-columns: 1fr; }
  .aw-side { align-items: flex-start; }
  .object-grid { grid-template-columns: 1fr; }
  .object-info { position: static; }
}
@media (max-width: 600px) {
  #oCrumb { display: none; }
  .object-top { grid-template-columns: 1fr auto; }
  .aw-grid { grid-template-columns: 1fr 1fr; gap: 28px 14px; }
  .obj-row { flex-direction: column; gap: 4px; }
}

/* ==========================================================================
   The concept — Under the Dress
   ========================================================================== */
.project-native { display: block; margin-top: 18px; font-size: 12px; letter-spacing: .14em; color: var(--muted); }
.story { margin-top: clamp(120px, 14vw, 220px); position: relative; }
.st-kicker { color: var(--pink); margin: 0 0 28px; }
.st-question { margin: 0 0 clamp(80px, 10vw, 160px); font-family: var(--display); font-weight: 400; font-size: clamp(44px, 7.4vw, 128px); line-height: .95; letter-spacing: -.035em; }
.st-question span { display: block; opacity: 0; transform: translateY(35%); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.st-question span:nth-child(2) { padding-left: 1.2em; }
.st-question span:nth-child(3) { padding-left: .4em; }
.st-question.is-in { opacity: 1; transform: none; }
.st-question.is-in span { opacity: 1; transform: none; }
.st-question em { color: var(--pink); }

.st-block { display: grid; grid-template-columns: 220px 1fr; gap: 24px clamp(32px, 5vw, 80px); padding: clamp(56px, 7vw, 110px) 0; border-top: 1px solid var(--line); }
.st-label { position: sticky; top: 90px; align-self: start; display: flex; flex-direction: column; gap: 10px; }
.st-num { font-family: var(--display); font-style: italic; font-size: clamp(48px, 5vw, 80px); line-height: .8; color: var(--pink); }
.st-label .mono { color: var(--muted); }
.st-body { max-width: 760px; }
.st-body p { font-size: 18px; color: #c8c1b6; margin: 0 0 1.1em; max-width: 56ch; }
.st-body .st-lede { font-family: var(--display); font-size: clamp(26px, 2.6vw, 40px); line-height: 1.15; letter-spacing: -.015em; color: var(--bone); max-width: 30ch; margin-bottom: 1em; }
.st-sub { color: var(--pink); margin: 40px 0 8px; }

.st-white { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.st-white li { display: grid; grid-template-columns: 56px 1fr; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-style: italic; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.1; }
.st-white li .mono { color: var(--muted); font-style: normal; }

.st-choices { list-style: none; margin: 8px 0 40px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.st-choices li { position: relative; min-height: 180px; padding: 20px; border: 1px dashed rgba(236, 230, 220, .28); display: flex; flex-direction: column; justify-content: space-between; transition: border-color .4s, background .4s; }
.st-choices li .mono { color: var(--pink); }
.st-choices li em { font-family: var(--display); font-size: clamp(24px, 2.2vw, 34px); line-height: 1.05; }
.is-cut .st-choices li::after { content: "✂"; position: absolute; top: -11px; right: 16px; background: var(--bg); padding: 0 6px; color: var(--muted); transition: color .3s, transform .5s var(--ease); }
.st-choices li:hover { border-color: var(--pink); background: rgba(224, 48, 30, .05); }
.is-cut .st-choices li:hover::after { color: var(--pink); transform: translateX(-24px); }

.st-sound { list-style: none; margin: 10px 0 40px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 28px; }
.st-sound li { font-family: var(--display); font-style: italic; font-size: clamp(28px, 3.4vw, 54px); line-height: 1.1; color: var(--bone); opacity: 0; filter: blur(8px); transition: opacity 1.4s var(--ease), filter 1.4s var(--ease); }
.st-sound li:nth-child(even) { color: var(--muted); }
.st-sound.is-in { opacity: 1; transform: none; }
.st-sound.is-in li { opacity: 1; filter: none; }

.st-fall { font-family: var(--display) !important; font-size: clamp(52px, 8vw, 140px) !important; line-height: 1 !important; letter-spacing: -.04em; color: var(--bone) !important; max-width: none !important; margin: .2em 0 1.4em !important; }
.st-fall .w { display: inline-block; transition: transform 1.3s cubic-bezier(.55, 0, .3, 1.35); }
.st-fall.is-in .w { transform: translateY(var(--dy)) rotate(var(--rot)); }
.st-fall .w:last-child { color: var(--pink); font-style: italic; }

.st-close { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(32px, 6vw, 110px); padding-top: clamp(56px, 7vw, 110px); border-top: 1px solid var(--line); }
.st-questions { list-style: none; margin: 8px 0 0; padding: 0; }
.st-questions li { font-family: var(--display); font-size: clamp(24px, 2.4vw, 36px); line-height: 1.15; padding: 10px 0; border-bottom: 1px solid var(--line); }
.st-questions li::after { content: " ?"; color: var(--pink); font-style: italic; }
.st-focus { font-size: 18px; color: #c8c1b6; margin: 0 0 32px; max-width: 56ch; }
.st-facts { display: grid; grid-template-columns: 110px 1fr; margin: 0; border-top: 1px solid var(--line); }
.st-facts dt, .st-facts dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); }
.st-facts dt { color: var(--muted); }

@media (max-width: 960px) {
  .st-block { grid-template-columns: 1fr; }
  .st-label { position: static; flex-direction: row; align-items: baseline; gap: 16px; }
  .st-close { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .st-choices { grid-template-columns: 1fr; }
  .st-choices li { min-height: 120px; }
  .st-question span:nth-child(2), .st-question span:nth-child(3) { padding-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .st-question span, .st-sound li { opacity: 1 !important; filter: none !important; transform: none !important; }
}
.contact-mail.is-soon { color: var(--muted); border-bottom-style: dashed; pointer-events: none; }

.st-close-solo { grid-template-columns: 1fr; }
.st-close-solo .st-facts { max-width: 720px; }
.bio p:first-child { font-family: var(--display); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.2; color: var(--bone); }
