:root {
  --paper: #f1ede5;
  --paper-warm: #e7dfd3;
  --paper-cool: #e8e6df;
  --ink: #191713;
  --ink-soft: #5f594f;
  --muted: #81786d;
  --line: rgba(31, 27, 22, .16);
  --line-strong: rgba(31, 27, 22, .36);
  --dark: #171614;
  --dark-soft: #23201c;
  --ease: cubic-bezier(.2,.76,.2,1);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Baskerville, Georgia, serif;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.5;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.site-texture {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .028;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170' viewBox='0 0 170 170'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 62px;
  padding: 14px clamp(18px, 3.8vw, 64px);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(15, 13, 11, .16);
  backdrop-filter: blur(12px);
  transition: border-color .25s ease, background .25s ease, color .25s ease;
  color: #f2ece2;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  background: rgba(241, 237, 229, .95);
  color: var(--ink);
}
.site-header.scrolled .header-meta { color: var(--muted); }
.site-header.scrolled .nav a { color: #514c44; }
.brand {
  justify-self: start;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -.045em;
  line-height: 1;
}
.header-meta {
  color: rgba(244,238,229,.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.nav {
  justify-self: end;
  display: flex;
  gap: clamp(14px, 2.2vw, 34px);
}
.nav a {
  position: relative;
  padding: 4px 0;
  color: rgba(244,238,229,.78);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav a::after,
.hero-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.nav a:hover::after,
.nav a:focus-visible::after,
.hero-link:hover::after,
.hero-link:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.kicker,
.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  max-width: none;
  margin: -62px 0 0;
  padding: calc(62px + clamp(54px, 7vw, 110px)) clamp(20px, 5.5vw, 92px) clamp(42px, 5.5vw, 78px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: #171411;
}
.hero-background {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  transform: scale(1.015);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11,10,9,.76) 0%, rgba(11,10,9,.48) 28%, rgba(11,10,9,.12) 57%, rgba(11,10,9,.16) 100%),
    linear-gradient(0deg, rgba(10,9,8,.63) 0%, rgba(10,9,8,.08) 43%, rgba(10,9,8,.16) 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 72vw);
  padding-bottom: clamp(24px, 2.5vw, 42px);
  color: #f3eee5;
  text-shadow: 0 2px 28px rgba(0,0,0,.16);
}
.hero .kicker {
  color: rgba(245,239,229,.68);
}
.hero h1,
.index-heading h2,
.collection-heading h2,
.about h2,
.contact h2,
.lightbox-info h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.065em;
}
.hero h1 {
  margin: 15px 0 0;
  color: #f4efe7;
  font-size: clamp(92px, 13vw, 210px);
  line-height: .72;
}
.hero h1 span { display: block; }
.hero h1 span:last-child { margin-left: .40em; }
.hero-intro {
  max-width: 500px;
  margin: clamp(32px, 4vw, 58px) 0 0;
  color: rgba(246,241,233,.80);
  font-family: Baskerville, Georgia, serif;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.5;
}
.hero-link {
  position: relative;
  display: inline-flex;
  gap: 18px;
  margin-top: 28px;
  padding-bottom: 5px;
  color: rgba(249,244,236,.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-caption {
  position: absolute;
  right: clamp(20px, 4vw, 66px);
  bottom: clamp(22px, 3vw, 42px);
  z-index: 2;
  display: flex;
  gap: 18px;
  color: rgba(248,242,233,.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.index-section {
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(92px, 10vw, 155px) clamp(20px, 5.5vw, 92px) clamp(100px, 12vw, 190px);
  display: grid;
  grid-template-columns: minmax(230px, .52fr) minmax(0, 1.25fr);
  gap: clamp(55px, 8vw, 140px);
  border-top: 1px solid var(--line);
}
.index-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(61px, 7.5vw, 118px);
  line-height: .82;
}
.collection-index { border-top: 1px solid var(--line-strong); }
.collection-index a {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: 17px 0 16px;
  border-bottom: 1px solid var(--line);
  transition: padding .3s var(--ease), opacity .2s ease;
}
.collection-index a:hover { padding-left: 12px; }
.collection-index span {
  color: #91877c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}
.collection-index strong {
  font-family: Baskerville, Georgia, serif;
  font-size: clamp(19px, 2vw, 29px);
  font-weight: 400;
  line-height: 1;
}
.collection-index i {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.collection {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(96px, 10vw, 160px) clamp(20px, 5.5vw, 92px) clamp(122px, 14vw, 220px);
  border-top: 1px solid var(--line);
  isolation: isolate;
  overflow: hidden;
}
.collection::after {
  content: attr(data-collection);
  position: absolute;
  z-index: -1;
  right: clamp(-12px, -1vw, -4px);
  top: clamp(70px, 8vw, 115px);
  color: rgba(31, 27, 22, .035);
  font-family: var(--serif);
  font-size: clamp(180px, 23vw, 380px);
  line-height: .65;
  pointer-events: none;
}
.collection:nth-of-type(even) { background: rgba(255,255,255,.13); }
.collection-pleasures { background: #ece5db; }
.collection-contact { background: #e7e4dd; }
.collection-winter { background: #e9e7df; }
.collection-companion { background: #ece7dc; }
.collection-salon { background: #e9e1d6; }

.collection-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(330px, .78fr);
  gap: clamp(50px, 8vw, 135px);
  align-items: end;
  margin-bottom: clamp(78px, 9vw, 145px);
}
.collection-heading h2 {
  margin: 14px 0 0;
  max-width: 9.5ch;
  font-size: clamp(62px, 8vw, 128px);
  line-height: .8;
}
.collection-description {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-family: Baskerville, Georgia, serif;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.5;
}

.pair {
  display: grid;
  align-items: start;
  min-width: 0;
}
.layout-balanced,
.layout-diptych,
.layout-squares { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(55px, 8vw, 130px); }
.layout-studio { grid-template-columns: minmax(0, 1.15fr) minmax(230px, .56fr); gap: clamp(70px, 11vw, 175px); align-items: center; }
.layout-studio .work-secondary { margin-top: clamp(90px, 11vw, 175px); }
.layout-pleasures { grid-template-columns: minmax(260px, .56fr) minmax(0, 1.1fr); gap: clamp(65px, 10vw, 160px); align-items: center; }
.layout-pleasures .work-primary { margin-top: clamp(75px, 9vw, 145px); }
.layout-winter { grid-template-columns: minmax(230px, .64fr) minmax(0, 1.02fr); gap: clamp(75px, 11vw, 180px); align-items: center; }
.layout-winter .work-secondary { margin-top: clamp(85px, 10vw, 160px); }
.layout-salon { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(60px, 8vw, 130px); align-items: center; }
.layout-salon .work-primary { margin-top: clamp(70px, 9vw, 145px); }

.work { min-width: 0; }
.art-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.art-shell,
.lightbox-frame {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(7px, .65vw, 10px);
  background: #181613;
  box-shadow: 0 24px 55px rgba(42, 33, 26, .16);
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.art-shell::after {
  content: "View work ↗";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 9px;
  background: rgba(19, 17, 14, .88);
  color: #f4efe7;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .3s ease, transform .3s var(--ease);
}
.art-shell img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
}
.art-open:hover .art-shell,
.art-open:focus-visible .art-shell {
  transform: translateY(-5px);
  box-shadow: 0 34px 75px rgba(42, 33, 26, .24);
}
.art-open:hover .art-shell::after,
.art-open:focus-visible .art-shell::after { opacity: 1; transform: translateY(0); }

.work-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: baseline;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line-strong);
}
.work-meta h3 {
  margin: 0;
  font-family: Baskerville, Georgia, serif;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08;
}
.work-meta span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
}
.work-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about {
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(110px, 12vw, 185px) clamp(20px, 5.5vw, 92px) clamp(120px, 14vw, 210px);
  display: grid;
  grid-template-columns: minmax(230px, .58fr) minmax(280px, .76fr) minmax(320px, 1fr);
  gap: clamp(45px, 6vw, 100px);
  align-items: start;
  border-top: 1px solid var(--line);
}
.about-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(74px, 9vw, 144px);
  line-height: .67;
}
.about-image-wrap {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #d6cec2;
}
.about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(245,239,229,.44);
  pointer-events: none;
}
.about-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(.72) contrast(.96);
}
.about-copy { padding-top: 3px; }
.about-copy > p {
  max-width: 700px;
  color: var(--ink-soft);
  font-family: Baskerville, Georgia, serif;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.5;
}
.about-copy .about-lede {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(23px, 2vw, 32px);
  line-height: 1.28;
}
.credentials {
  margin: 52px 0 0;
  border-top: 1px solid var(--line-strong);
}
.credentials div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 25px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.credentials dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.credentials dd {
  margin: 0;
  color: #4f4942;
  font-family: Baskerville, Georgia, serif;
  font-size: 15px;
  line-height: 1.42;
}

.contact {
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) clamp(20px, 5.5vw, 92px) clamp(95px, 11vw, 165px);
  background: var(--dark);
  color: #f1ece4;
}
.contact-kicker {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.contact .eyebrow { color: #aaa097; }
.contact-kicker span {
  color: #8f877f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact h2 {
  margin: clamp(58px, 7vw, 100px) 0 clamp(58px, 7vw, 105px);
  font-size: clamp(76px, 11vw, 180px);
  line-height: .74;
}
.contact-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 70px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.contact-links a {
  position: relative;
  width: fit-content;
  padding-bottom: 3px;
  font-family: Baskerville, Georgia, serif;
  font-size: clamp(20px, 2.3vw, 34px);
}
.contact-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(.2);
  transform-origin: left;
  opacity: .5;
  transition: transform .35s var(--ease), opacity .25s ease;
}
.contact-links a:hover::after { transform: scaleX(1); opacity: 1; }

.site-footer {
  max-width: 1680px;
  margin: 0 auto;
  padding: 22px clamp(20px, 5.5vw, 92px) 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.site-footer strong { color: var(--ink); }
.site-footer span { justify-self: center; }
.site-footer a { justify-self: end; }

.lightbox {
  width: min(96vw, 1560px);
  height: min(94vh, 980px);
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  background: #e8e2d9;
  color: var(--ink);
  overflow: hidden;
}
.lightbox::backdrop { background: rgba(13, 12, 10, .9); backdrop-filter: blur(9px); }
.lightbox[open] { display: grid; grid-template-columns: minmax(0, 1fr) 360px; }
.lightbox-art {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 42px;
  background: #d8d0c5;
}
.lightbox-frame {
  max-width: 100%;
  max-height: 84vh;
  padding: 9px;
}
.lightbox-art img {
  width: auto;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
}
.lightbox-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 40px 32px 34px;
  border-left: 1px solid var(--line);
}
.lightbox-collection,
.lightbox-size {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.lightbox-info h2 {
  margin: 14px 0 10px;
  font-size: clamp(39px, 3.5vw, 58px);
  line-height: .9;
}
.lightbox-description {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-family: Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.48;
}
.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  border: 1px solid rgba(50,39,30,.18);
  background: rgba(241,237,229,.92);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}
.lightbox-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 34px;
}
.lightbox-nav button {
  padding: 10px 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  background: transparent;
  color: #5a544c;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lightbox-nav button:first-child { text-align: left; }
.lightbox-nav button:last-child { text-align: right; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .hero { min-height: 92svh; }
  .hero h1 { font-size: clamp(90px, 15vw, 170px); }
  .index-section { grid-template-columns: .55fr 1fr; }
  .collection-header { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: minmax(210px, .52fr) minmax(260px, .68fr); }
  .about-copy { grid-column: 1 / -1; max-width: 930px; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-meta { display: none; }
  .hero {
    min-height: 92svh;
    align-items: flex-end;
  }
  .hero-copy { width: min(680px, 84vw); }
  .hero h1 { font-size: clamp(100px, 22vw, 174px); }
  .hero h1 span:last-child { margin-left: .26em; }
  .hero-intro { margin-top: 36px; }
  .hero-background img { object-position: 47% 52%; }
  .index-section { grid-template-columns: 1fr; gap: 48px; }
  .collection-index a { grid-template-columns: 45px 1fr auto; }
  .collection-header { grid-template-columns: 1fr; gap: 30px; }
  .collection-description { max-width: 700px; }
  .layout-studio,
  .layout-pleasures,
  .layout-winter,
  .layout-salon,
  .layout-balanced,
  .layout-diptych,
  .layout-squares { grid-template-columns: 1fr; gap: 68px; }
  .layout-studio .work-secondary,
  .layout-pleasures .work-primary,
  .layout-winter .work-secondary,
  .layout-salon .work-primary { margin-top: 0; }
  .art-shell img { max-height: none; width: 100%; }
  .about { grid-template-columns: 1fr; }
  .about-heading h2 { font-size: 92px; }
  .about-image-wrap,
  .about-image-wrap img { min-height: 0; }
  .about-image-wrap img { aspect-ratio: 4 / 3; }
  .about-copy { grid-column: auto; }
  .contact-links { grid-template-columns: 1fr; }
  .lightbox[open] { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; }
  .lightbox-info { border-left: 0; border-top: 1px solid var(--line); padding: 20px 24px 24px; }
  .lightbox-description { display: none; }
  .lightbox-nav { margin-top: 20px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 56px; padding: 13px 16px; }
  .brand { font-size: 22px; }
  .nav { gap: 12px; }
  .nav a { font-size: 8px; }
  .index-section,
  .collection,
  .about,
  .contact,
  .site-footer { padding-left: 16px; padding-right: 16px; }
  .hero {
    min-height: 88svh;
    margin-top: -56px;
    padding: calc(56px + 42px) 16px 28px;
  }
  .hero-copy { width: 100%; padding-bottom: 52px; }
  .hero h1 { font-size: clamp(78px, 27vw, 132px); }
  .hero-intro { max-width: 28rem; font-size: 16px; }
  .hero-caption { left: 16px; right: 16px; bottom: 18px; justify-content: space-between; }
  .hero-background img { object-position: 44% 50%; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(10,9,8,.70) 0%, rgba(10,9,8,.35) 58%, rgba(10,9,8,.10) 100%),
      linear-gradient(0deg, rgba(10,9,8,.72) 0%, rgba(10,9,8,.14) 56%, rgba(10,9,8,.20) 100%);
  }
  .index-section { padding-top: 78px; padding-bottom: 100px; }
  .index-heading h2 { font-size: 69px; }
  .collection-index a { grid-template-columns: 34px 1fr; gap: 12px; }
  .collection-index i { display: none; }
  .collection { padding-top: 82px; padding-bottom: 112px; }
  .collection::after { top: 72px; font-size: 170px; }
  .collection-heading h2 { font-size: clamp(56px, 17vw, 79px); }
  .collection-description { font-size: 16px; }
  .pair { gap: 58px; }
  .work-meta h3 { font-size: 23px; }
  .art-shell::after { display: none; }
  .about { padding-top: 86px; padding-bottom: 105px; gap: 44px; }
  .about-heading h2 { font-size: 78px; }
  .credentials div { grid-template-columns: 1fr; gap: 7px; }
  .contact { padding-top: 76px; padding-bottom: 90px; }
  .contact-kicker { display: block; }
  .contact-kicker span { display: block; margin-top: 10px; }
  .contact h2 { font-size: clamp(68px, 22vw, 105px); }
  .contact-links a { font-size: 24px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer span { display: none; }
  .lightbox { width: 100vw; height: 100vh; }
  .lightbox-art { padding: 58px 14px 16px; }
  .lightbox-art img { max-height: 62vh; }
  .lightbox-info h2 { font-size: 34px; }
}

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