@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap');

:root {
  --paper: #f2eee6;
  --paper-deep: #e9e1d5;
  --ink: #251f1d;
  --muted: #766f68;
  --rule: #d5cdc1;
  --rose: #b96961;
  --rose-pale: #dfb0a1;
  --sage: #879582;
  --display: 'Noto Serif SC', Georgia, serif;
  --sans: 'Manrope', 'PingFang SC', 'Noto Sans SC', sans-serif;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.atelier-shell { overflow: hidden; }
.section-wrap { width: min(1180px, calc(100% - 72px)); margin: 0 auto; }

.topbar { position: absolute; top: 0; right: 0; left: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 72px)); height: 96px; margin: 0 auto; color: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(242, 238, 230, .72); font-family: var(--display); font-size: 14px; }
.brand-lockup { display: grid; gap: 2px; line-height: 1.1; }
.brand-lockup strong { font-size: 14px; font-weight: 600; letter-spacing: .11em; }
.brand-lockup small { font-family: var(--mono); font-size: 7px; letter-spacing: .12em; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: 12px; }
.site-nav a { opacity: .78; transition: opacity .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.site-nav .nav-cta { padding: 9px 15px; border: 1px solid rgba(242, 238, 230, .66); opacity: 1; }
.menu-toggle { display: none; border: 0; color: var(--paper); background: transparent; font: inherit; }
.menu-icon { margin-right: 7px; font-size: 20px; line-height: 0; vertical-align: -2px; }

.hero { position: relative; display: flex; align-items: end; min-height: 715px; overflow: hidden; color: var(--paper); background: #473a37; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -2; object-position: 55% 43%; }
.hero-wash { position: absolute; inset: 0; z-index: -1; background: rgba(29, 23, 22, .39); }
.hero-content { padding-top: 180px; padding-bottom: 79px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--rose-pale); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-line { width: 30px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: 1.15; }
h1 { max-width: 740px; margin-bottom: 25px; font-size: clamp(52px, 8vw, 102px); }
h1 em, h2 em { color: var(--rose-pale); font-style: normal; }
.hero-intro { max-width: 410px; margin-bottom: 30px; color: rgba(242, 238, 230, .86); font-size: 14px; line-height: 1.9; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 45px; padding: 0 17px; border: 1px solid transparent; font-size: 12px; font-weight: 600; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover, .button-light:focus-visible { color: var(--paper); background: var(--rose); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--rose); }
.hero-caption { display: flex; gap: 18px; margin-top: 57px; color: rgba(242, 238, 230, .63); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.scroll-cue { position: absolute; right: max(36px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; gap: 7px; justify-items: center; color: rgba(242, 238, 230, .7); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; writing-mode: vertical-rl; }
.scroll-cue i { color: var(--rose-pale); font-size: 17px; font-style: normal; }

.story { padding-top: 139px; padding-bottom: 142px; }
.section-index { display: flex; align-items: center; gap: 13px; margin-bottom: 55px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.section-index i { width: 34px; height: 1px; background: var(--rose); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; }
.story-heading h2, .section-heading h2, .craft-copy h2, .contact h2 { margin-bottom: 0; font-size: clamp(38px, 4.7vw, 62px); }
.story-copy { max-width: 425px; padding-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.story-copy p { margin-bottom: 19px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 8px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 11px; }
.text-link span { color: var(--rose); font-size: 15px; }
.story-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 108px; border-top: 1px solid var(--rule); }
.story-facts div { display: grid; gap: 8px; min-height: 119px; padding: 25px 12px 0 0; border-right: 1px solid var(--rule); }
.story-facts div:not(:first-child) { padding-left: 27px; }
.story-facts div:last-child { border-right: 0; }
.story-facts strong { font-family: var(--display); font-size: 31px; font-weight: 600; line-height: 1; }
.story-facts span { color: var(--muted); font-size: 11px; }

.collection { padding-bottom: 153px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.edition-note { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.doll-card { min-width: 0; }
.doll-image { position: relative; aspect-ratio: .78 / 1; overflow: hidden; background: var(--paper-deep); }
.doll-image::after { position: absolute; inset: 0; background: rgba(39, 29, 27, .09); content: ''; pointer-events: none; }
.doll-image img { transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.doll-card:hover .doll-image img { transform: scale(1.04); }
.doll-no { position: absolute; top: 14px; left: 14px; z-index: 2; color: var(--paper); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.save-button { position: absolute; right: 12px; bottom: 12px; z-index: 2; display: grid; place-items: center; width: 33px; height: 33px; padding: 0; border: 1px solid rgba(242, 238, 230, .82); border-radius: 50%; color: var(--paper); background: rgba(37, 31, 29, .22); font-size: 18px; line-height: 1; cursor: pointer; transition: background .2s ease, color .2s ease; }
.save-button[aria-pressed="true"] { color: var(--ink); background: var(--paper); }
.doll-info { padding-top: 21px; }
.doll-type, .note-date { margin-bottom: 11px; color: var(--rose); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.doll-info h3 { margin-bottom: 9px; font-family: var(--display); font-size: 25px; font-weight: 600; }
.doll-info > p:not(.doll-type) { min-height: 45px; margin-bottom: 12px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.craft { color: var(--paper); background: var(--ink); }
.craft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9.5%; align-items: center; padding-top: 124px; padding-bottom: 132px; }
.craft-image { position: relative; aspect-ratio: .86 / 1; overflow: hidden; background: #463c39; }
.craft-image img { object-position: 48% 50%; }
.craft-image span { position: absolute; right: 14px; bottom: 14px; color: rgba(242, 238, 230, .8); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.craft-copy { max-width: 450px; }
.craft-copy .eyebrow { color: var(--rose-pale); }
.craft-copy h2 { margin-bottom: 27px; }
.craft-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 38px; color: rgba(242, 238, 230, .69); font-size: 13px; line-height: 1.9; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(242, 238, 230, .21); }
.process-list li { display: grid; grid-template-columns: 43px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(242, 238, 230, .21); }
.process-list li > span { color: var(--rose-pale); font-family: var(--mono); font-size: 9px; }
.process-list strong { display: block; margin-bottom: 3px; font-family: var(--display); font-size: 18px; font-weight: 500; }
.process-list small { color: rgba(242, 238, 230, .58); font-size: 11px; }

.notes { padding-top: 140px; padding-bottom: 151px; }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.note { min-height: 246px; padding: 25px 25px 21px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.note h3 { max-width: 230px; margin-bottom: 12px; font-family: var(--display); font-size: 22px; font-weight: 600; line-height: 1.4; }
.note > p:not(.note-date) { max-width: 230px; min-height: 44px; margin-bottom: 26px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.note a { display: inline-flex; align-items: center; gap: 9px; color: var(--rose); font-size: 11px; }
.note a span { font-size: 15px; }

.contact { display: grid; grid-template-columns: 1.15fr 1fr; gap: 11%; align-items: end; padding-top: 91px; padding-bottom: 105px; border-top: 1px solid var(--rule); }
.contact-side { max-width: 340px; padding-bottom: 5px; }
.contact-side p { max-width: 278px; margin-bottom: 24px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.contact-side .button { margin-bottom: 17px; }
.contact-side small { display: block; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.footer { display: flex; align-items: center; justify-content: space-between; min-height: 77px; border-top: 1px solid var(--rule); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.footer a { color: var(--rose); }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .section-wrap, .topbar { width: min(100% - 40px, 620px); }
  .topbar { height: 76px; }
  .menu-toggle { display: block; padding: 7px 0; color: var(--paper); font-size: 11px; }
  .site-nav { position: absolute; top: 67px; right: 0; left: 0; z-index: 9; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; border: 1px solid rgba(242, 238, 230, .34); background: var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 16px; }
  .site-nav .nav-cta { margin: 5px 8px; text-align: center; }
  .hero { min-height: 650px; }
  .hero-content { padding-top: 150px; padding-bottom: 83px; }
  .hero-intro { max-width: 440px; }
  .scroll-cue { right: 20px; }
  .story, .notes { padding-top: 100px; padding-bottom: 111px; }
  .story-grid, .craft-grid, .contact { grid-template-columns: 1fr; gap: 47px; }
  .story-copy { max-width: 560px; }
  .story-facts { margin-top: 73px; }
  .collection { padding-bottom: 110px; }
  .craft-grid { padding-top: 90px; padding-bottom: 95px; }
  .craft-image { width: min(100%, 560px); }
  .craft-copy { max-width: 560px; }
  .contact { padding-top: 69px; padding-bottom: 84px; }
  .footer { flex-wrap: wrap; gap: 12px 22px; padding: 20px 0; }
}

@media (max-width: 500px) {
  .section-wrap, .topbar { width: calc(100% - 32px); }
  .hero { min-height: 610px; }
  .hero-content { padding-top: 133px; padding-bottom: 70px; }
  h1 { font-size: clamp(45px, 13vw, 65px); }
  .hero-intro { font-size: 13px; }
  .hero-caption { margin-top: 42px; font-size: 7px; }
  .scroll-cue { right: 11px; bottom: 25px; }
  .section-index { margin-bottom: 36px; }
  .story-facts { grid-template-columns: 1fr 1fr; }
  .story-facts div, .story-facts div:not(:first-child) { min-height: 108px; padding: 20px 10px 0 0; }
  .story-facts div:nth-child(2n) { padding-left: 17px; border-right: 0; }
  .story-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .section-heading { display: block; margin-bottom: 36px; }
  .edition-note { display: block; margin-top: 18px; }
  .collection-grid, .notes-grid { grid-template-columns: 1fr; }
  .doll-image { aspect-ratio: .9 / 1; }
  .note { min-height: 216px; }
  .footer { font-size: 8px; }
}

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