/* ==========================================================================
   Bound Up — global styles
   Ported from the Claude Design source (Bound Up - Home.dc.html).
   Palette: cream #F4F1EA · ink #211E1A · accent #9A7A4A · muted #5C5447
   Fonts:   Newsreader (serif display) · Hanken Grotesk (sans body)
   ========================================================================== */

:root {
  --cream: #F4F1EA;
  --ink: #211E1A;
  --accent: #9A7A4A;
  --muted: #5C5447;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'Hanken Grotesk', system-ui, sans-serif;
  --ease: cubic-bezier(.16, .74, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
input:focus { outline: none; }
::selection { background: var(--ink); color: var(--cream); }
.is-hidden { display: none !important; }

/* honeypot anti-spam field */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

@keyframes bu_rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes bu_cue  { 0%,100% { transform: translateY(0); opacity: .5; } 50% { transform: translateY(7px); opacity: 1; } }

.page { position: relative; background: var(--cream); }

/* ---- Shared bits -------------------------------------------------------- */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}
.eyebrow__rule { width: 28px; height: 1px; background: var(--accent); }
.eyebrow--center { justify-content: center; letter-spacing: 0.34em; margin-bottom: 38px; }
.eyebrow--light { color: #E9E3D6; }
.eyebrow--light .eyebrow__rule { background: var(--accent); }

.section-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 18ch;
}
.section-title--light { color: #EDE7DA; max-width: none; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--sans);
  border: none;
  transition: background .35s ease;
}
.btn__arrow { font-size: 15px; }
.btn--light { padding: 18px 34px; background: var(--cream); color: var(--ink); }
.btn--light:hover { background: #fff; }
.btn--dark { padding: 17px 34px; background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: #000; }

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  padding: 26px clamp(22px, 5vw, 64px);
  color: var(--cream); background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .5s ease, color .5s ease, padding .5s ease, border-color .5s ease, backdrop-filter .5s ease;
  animation: bu_rise 1s .05s both var(--ease);
}
.nav--solid {
  background: rgba(244, 241, 234, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: #DED7C8;
  color: var(--ink);
  padding-top: 16px;
  padding-bottom: 16px;
}
.nav__brand { font-weight: 600; font-size: 16px; letter-spacing: 0.34em; text-transform: uppercase; }
.nav__links {
  display: flex; align-items: center; gap: clamp(20px, 2.6vw, 40px);
  flex-wrap: wrap; font-size: 12px; letter-spacing: 0.22em;
  text-transform: uppercase; font-weight: 500;
}
.nav__links a { opacity: .82; transition: opacity .25s ease; }
.nav__links a:hover { opacity: 1; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; height: 100vh; min-height: 660px; width: 100%;
  overflow: hidden; background: #14120D;
}
.hero__img {
  position: absolute; inset: -5% 0 0 0; transform: scale(1.06);
  will-change: transform; background-color: #14120D;
  background-size: cover; background-position: 50% 42%;
}
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,9,6,0.5) 0%, rgba(10,9,6,0.12) 30%, rgba(10,9,6,0) 48%, rgba(10,9,6,0.62) 100%);
}
.hero__credit {
  position: absolute; right: clamp(18px, 5vw, 56px); bottom: 22px;
  font-family: ui-monospace, Menlo, monospace; font-size: 10.5px;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(244,241,234,0.34);
}
.hero__inner {
  position: relative; z-index: 2; height: 100%; max-width: 1280px;
  margin: 0 auto; padding: 0 clamp(22px, 5vw, 64px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: clamp(80px, 12vh, 140px);
}
.hero__content { animation: bu_rise 1.2s .15s both var(--ease); }
.hero__content .eyebrow { color: #E9E3D6; letter-spacing: 0.34em; margin-bottom: 30px; }
.hero__title {
  font-family: var(--serif); font-weight: 300; color: #F6F2E9;
  font-size: clamp(40px, 6.6vw, 102px); line-height: 1.02;
  letter-spacing: -0.015em; margin: 0; max-width: 16ch;
}
.hero__actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-top: 44px; }
.hero__note { color: rgba(244,241,234,0.62); font-size: 13px; max-width: 24ch; line-height: 1.5; }
.hero__cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2;
  color: rgba(244,241,234,0.6); font-size: 19px; animation: bu_cue 2.4s ease-in-out infinite;
}

/* ==========================================================================
   REVEAL ON SCROLL
   ========================================================================== */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity 1.05s var(--ease), transform 1.05s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ==========================================================================
   COLLECTIONS
   ========================================================================== */
.collections {
  max-width: 1280px; margin: 0 auto;
  padding: clamp(90px,12vw,180px) clamp(22px,5vw,64px) clamp(60px,8vw,110px);
}
.collections__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: clamp(40px,5vw,72px);
}
.collections__lead { color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 34ch; margin: 0; }
.collections__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(440px,100%), 1fr));
  gap: clamp(20px,2.4vw,38px);
}

.collection-card { display: block; }
.collection-card__media {
  position: relative; aspect-ratio: 4/5; overflow: hidden; background: #201D17;
}
.collection-card__media--light { background: #C7B9A4; }
.collection-card__img {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform 1.2s var(--ease);
}
.collection-card:hover .collection-card__img { transform: scale(1.045); }
.collection-card__num {
  position: absolute; top: 26px; left: 26px; color: rgba(244,241,234,0.55);
  font-family: ui-monospace, Menlo, monospace; font-size: 11px; letter-spacing: 0.18em;
}
.collection-card__num--dark { color: rgba(40,32,22,0.5); }
.collection-card__body {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 20px; padding-top: 26px;
}
.collection-card__kicker {
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 12px;
}
.collection-card__title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(26px,2.6vw,38px); margin: 0 0 14px; letter-spacing: -0.01em;
}
.collection-card__desc { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; max-width: 40ch; }
.collection-card__enter {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink);
  white-space: nowrap; border-bottom: 1px solid var(--ink); padding-bottom: 4px; margin-top: 6px;
}

/* ==========================================================================
   PHILOSOPHY
   ========================================================================== */
.philosophy { background: #ECE7DC; border-top: 1px solid #DED7C8; border-bottom: 1px solid #DED7C8; }
.philosophy__inner {
  max-width: 1100px; margin: 0 auto;
  padding: clamp(96px,13vw,190px) clamp(22px,5vw,64px); text-align: center;
}
.philosophy__statement {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(30px,4.6vw,68px); line-height: 1.14; letter-spacing: -0.015em;
  margin: 0 auto; max-width: 16ch;
}
.philosophy__statement em { font-style: italic; color: var(--accent); }
.philosophy__sub {
  color: var(--muted); font-size: clamp(16px,1.2vw,19px); line-height: 1.75;
  max-width: 52ch; margin: 44px auto 0;
}

/* ==========================================================================
   CRAFT
   ========================================================================== */
.craft { max-width: 1280px; margin: 0 auto; padding: clamp(90px,12vw,180px) clamp(22px,5vw,64px); }
.craft__intro { max-width: 56ch; margin-bottom: clamp(44px,5vw,72px); }
.craft__intro .section-title { margin-bottom: 26px; max-width: none; }
.craft__lead { color: var(--muted); font-size: clamp(16px,1.1vw,18px); line-height: 1.75; margin: 0; }

.craft__figs { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(16px,1.6vw,26px); }
.craft__fig { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #2A2620; border-radius: 1px; margin: 0; }
.craft__fig--light { background: #B7A892; }
.craft__fig-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.craft__fig-cap {
  position: absolute; bottom: 22px; left: 24px; color: rgba(40,32,22,0.5);
  font-family: ui-monospace, Menlo, monospace; font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.craft__fig--light .craft__fig-cap { color: rgba(40,32,22,0.42); }

.craft__principles {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px,100%),1fr));
  gap: 36px; margin-top: clamp(44px,5vw,72px); border-top: 1px solid #DED7C8;
  padding-top: clamp(36px,4vw,56px);
}
.principle__num { font-family: var(--serif); font-size: 30px; color: var(--accent); margin-bottom: 14px; }
.principle__title { font-size: 14px; letter-spacing: 0.04em; margin: 0 0 10px; font-weight: 600; }
.principle__desc { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0; }

/* ==========================================================================
   JOURNAL
   ========================================================================== */
.journal { background: #1B1813; color: #EDE7DA; }
.journal__inner { max-width: 1280px; margin: 0 auto; padding: clamp(90px,12vw,180px) clamp(22px,5vw,64px); }
.journal__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: clamp(40px,5vw,68px);
}
.journal__all {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: #EDE7DA;
  border-bottom: 1px solid rgba(237,231,218,0.5); padding-bottom: 5px; transition: border-color .25s ease;
}
.journal__all:hover { border-color: #EDE7DA; }
.journal__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px,100%),1fr));
  gap: clamp(22px,2.4vw,40px);
}
.post { display: block; }
.post__media { position: relative; aspect-ratio: 5/6; overflow: hidden; margin-bottom: 24px; }
.post__media--a { background: #2A2620; }
.post__media--b { background: #312B22; }
.post__media--c { background: #463C2E; }
.post__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1.2s var(--ease); }
.post:hover .post__img { transform: scale(1.05); }
.post__kicker {
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 14px;
}
.post__title {
  font-family: var(--serif); font-weight: 400; font-size: clamp(22px,1.8vw,27px);
  line-height: 1.18; margin: 0 0 14px; letter-spacing: -0.01em;
}
.post__meta { font-size: 12px; letter-spacing: 0.1em; color: rgba(237,231,218,0.5); }

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.newsletter { background: var(--cream); }
.newsletter__inner {
  max-width: 820px; margin: 0 auto;
  padding: clamp(90px,12vw,170px) clamp(22px,5vw,64px); text-align: center;
}
.newsletter__title {
  font-family: var(--serif); font-weight: 300; font-size: clamp(28px,3.8vw,52px);
  line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 22px;
}
.newsletter__sub { color: var(--muted); font-size: 15.5px; line-height: 1.7; margin: 0 auto 42px; max-width: 42ch; }
.newsletter__form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; max-width: 540px; margin: 0 auto; }
.newsletter__input {
  flex: 1 1 280px; min-width: 0; padding: 17px 20px; background: transparent;
  border: 1px solid #C9C0AE; color: var(--ink); font-family: var(--sans);
  font-size: 15px; letter-spacing: 0.02em;
}
.newsletter__thanks { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--accent); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: #14120D; color: #C9C2B3; }
.site-footer__inner { max-width: 1280px; margin: 0 auto; padding: clamp(70px,9vw,120px) clamp(22px,5vw,64px) 44px; }
.site-footer__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(180px,100%),1fr));
  gap: 48px; padding-bottom: clamp(56px,7vw,90px); border-bottom: 1px solid rgba(201,194,179,0.16);
}
.site-footer__brandcol { grid-column: 1 / -1; max-width: 520px; }
.site-footer__wordmark {
  font-family: var(--serif); font-weight: 300; font-size: clamp(40px,5vw,72px);
  color: var(--cream); letter-spacing: -0.01em; line-height: 1;
}
.site-footer__tagline { margin-top: 18px; font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.site-footer__heading { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(201,194,179,0.5); margin-bottom: 20px; }
.site-footer__links { display: flex; flex-direction: column; gap: 13px; font-size: 14.5px; }
.site-footer__links a { transition: color .25s ease; }
.site-footer__links a:hover { color: var(--cream); }
.site-footer__legal {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  flex-wrap: wrap; padding-top: 30px; font-size: 12px; letter-spacing: 0.04em; color: rgba(201,194,179,0.55);
}

/* ==========================================================================
   RESPONSIVE  (from the design's @media rules)
   ========================================================================== */
@media (max-width: 760px) {
  #craft-figs { grid-template-columns: 1fr; }
  .nav { padding-top: 18px; padding-bottom: 18px; row-gap: 4px; }
  .nav--solid { padding-top: 14px; padding-bottom: 14px; }
  .nav__brand { font-size: 14px; }
  .nav__links { gap: 14px; font-size: 10.5px; letter-spacing: 0.16em; }
}
@media (max-width: 460px) {
  .nav__links a[data-sec] { display: none; }
}

/* Respect reduced motion: show content immediately, no parallax/reveal */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
  .hero__content, .nav { animation: none; }
  .hero__cue { animation: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   FOOTER — Studio block
   ========================================================================== */
.site-footer__address {
  font-style: normal; font-size: 14.5px; line-height: 1.7;
  color: rgba(201,194,179,0.75); margin: 0 0 18px;
}

/* ==========================================================================
   SUB-PAGE HERO + STONEBOUND
   ========================================================================== */
.hero--sub { height: 74vh; min-height: 520px; }
.hero__lead {
  color: rgba(244,241,234,0.72); font-size: clamp(15px,1.4vw,18px); line-height: 1.6;
  max-width: 40ch; margin: 22px 0 0;
}

.sb-intro { max-width: 900px; margin: 0 auto; padding: clamp(80px,11vw,150px) clamp(22px,5vw,64px) clamp(30px,5vw,60px); }
.sb-intro__inner .section-title { margin: 0 0 26px; max-width: none; }
.sb-intro__lead { color: var(--muted); font-size: clamp(16px,1.2vw,19px); line-height: 1.75; margin: 0; }

.pieces { max-width: 1280px; margin: 0 auto; padding: clamp(50px,7vw,90px) clamp(22px,5vw,64px) clamp(70px,9vw,120px); }
.pieces__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: clamp(36px,4vw,60px);
}
.pieces__lead { color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 36ch; margin: 0; }
.pieces__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px,100%),1fr));
  gap: clamp(20px,2.4vw,38px);
}
.piece { display: flex; flex-direction: column; }
.piece__media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #201D17; }
.piece__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1.2s var(--ease); }
.piece:hover .piece__img { transform: scale(1.045); }
.piece__num {
  position: absolute; top: 22px; left: 22px; color: rgba(244,241,234,0.55);
  font-family: ui-monospace, Menlo, monospace; font-size: 11px; letter-spacing: 0.18em;
}
.piece__body { padding-top: 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.piece__name { font-family: var(--serif); font-weight: 400; font-size: clamp(22px,2vw,28px); margin: 0; letter-spacing: -0.01em; }
.piece__note { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0; }
.piece__enquire {
  margin-top: 6px; background: none; border: none; cursor: pointer; padding: 4px 0;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); border-bottom: 1px solid var(--ink); transition: color .25s ease, border-color .25s ease;
}
.piece__enquire:hover { color: var(--accent); border-color: var(--accent); }

.commission { background: #ECE7DC; border-top: 1px solid #DED7C8; border-bottom: 1px solid #DED7C8; }
.commission__inner { max-width: 760px; margin: 0 auto; padding: clamp(80px,11vw,150px) clamp(22px,5vw,64px); text-align: center; }
.commission__title {
  font-family: var(--serif); font-weight: 300; font-size: clamp(28px,3.6vw,52px);
  line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 20px;
}
.commission__lead { color: var(--muted); font-size: clamp(15px,1.1vw,17px); line-height: 1.7; max-width: 48ch; margin: 0 auto 38px; }

/* ==========================================================================
   ENQUIRY — shared form (modal + page)
   ========================================================================== */
.enquiry-form { display: flex; flex-direction: column; gap: 18px; text-align: left; }
.enquiry-form .field { display: flex; flex-direction: column; gap: 8px; }
.enquiry-form .field-row { display: flex; gap: 16px; flex-wrap: wrap; }
.enquiry-form .field-row .field { flex: 1 1 200px; }
.enquiry-form label {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; color: var(--ink);
}
.field__hint { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--muted); }
.enquiry-form input, .enquiry-form textarea {
  width: 100%; padding: 14px 16px; background: #fff; border: 1px solid #C9C0AE;
  color: var(--ink); font-family: var(--sans); font-size: 15px; letter-spacing: 0.01em;
  border-radius: 0;
}
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--accent); }
.enquiry-form textarea { resize: vertical; min-height: 96px; }
.enquiry-form .field__file { padding: 11px 12px; background: #F4F1EA; font-size: 14px; cursor: pointer; }
.enquiry-form__submit { align-self: flex-start; margin-top: 4px; }
.enquiry-form__note { font-size: 12.5px; color: var(--muted); margin: 2px 0 0; letter-spacing: 0.02em; }
.enquiry-form__error {
  background: #f3e3df; border: 1px solid #d9b3a8; color: #7a2f1c;
  padding: 12px 16px; font-size: 14px; margin: 0;
}

/* ---- Enquiry no-JS page ---- */
.enquiry-page { max-width: 720px; margin: 0 auto; padding: clamp(120px,16vh,200px) clamp(22px,5vw,64px) clamp(80px,10vw,130px); }
.enquiry-page__inner .section-title { margin: 0 0 20px; }
.enquiry-page__lead { color: var(--muted); font-size: clamp(15px,1.1vw,17px); line-height: 1.7; margin: 0 0 36px; max-width: 52ch; }
.enquiry-page__thanks { font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--accent); }
.enquiry-page__error {
  background: #f3e3df; border: 1px solid #d9b3a8; color: #7a2f1c;
  padding: 12px 16px; font-size: 14px; margin: 0 0 24px;
}

/* ==========================================================================
   MODAL
   ========================================================================== */
body.modal-open { overflow: hidden; }
.modal {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: flex-start; justify-content: center;
  padding: clamp(16px,5vh,64px) 16px; overflow-y: auto;
}
.modal.is-open { display: flex; }
.modal__backdrop {
  position: fixed; inset: 0; background: rgba(20,18,13,0.62);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  animation: bu_rise .3s ease both;
}
.modal__panel {
  position: relative; z-index: 1; width: 100%; max-width: 560px;
  background: var(--cream); border: 1px solid #DED7C8;
  padding: clamp(28px,4vw,48px); box-shadow: 0 30px 80px rgba(20,18,13,0.35);
  animation: bu_rise .4s cubic-bezier(.16,.74,.3,1) both;
}
.modal__close {
  position: absolute; top: 14px; right: 16px; background: none; border: none;
  font-size: 30px; line-height: 1; color: var(--muted); cursor: pointer;
  width: 40px; height: 40px; transition: color .2s ease;
}
.modal__close:hover { color: var(--ink); }
.modal__title { font-family: var(--serif); font-weight: 300; font-size: clamp(24px,3vw,34px); line-height: 1.1; letter-spacing: -0.015em; margin: 0 0 12px; }
.modal__lead { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0 0 26px; }
.modal__thanks { text-align: left; padding: 12px 0; }
.modal__thanks-text { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--accent); margin: 14px 0 0; }

@media (prefers-reduced-motion: reduce) {
  .modal__backdrop, .modal__panel { animation: none; }
}
