:root {
  --night: #170f1f;
  --night-soft: #24162f;
  --paper: #fbf4e8;
  --paper-dark: #efe1cd;
  --ink: #211821;
  --orange: #ee8b3a;
  --orange-dark: #bd5427;
  --gold: #dfb35f;
  --purple: #553165;
  --muted: #766b68;
  --line: rgba(45, 28, 42, .16);
  --shadow: 0 26px 70px rgba(13, 7, 18, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 11px 15px; color: var(--night); background: var(--paper); transform: translateY(-170%); }
.skip-link:focus { transform: translateY(0); }

.announcement {
  padding: 9px 18px;
  color: #2a1520;
  background: var(--orange);
  text-align: center;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-header {
  height: 82px;
  max-width: 1320px;
  margin: auto;
  padding: 0 32px;
  color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark { font: 700 1.2rem/1 "Libre Baskerville", Georgia, serif; letter-spacing: -.04em; text-decoration: none; }
.wordmark span { color: var(--orange); }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav a { font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover { color: var(--orange); }
.nav-cta { padding: 10px 14px; border: 1px solid rgba(255,255,255,.45); }

.hero {
  min-height: 670px;
  max-width: 1320px;
  margin: auto;
  padding: 72px 32px 86px;
  color: var(--paper);
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
}
.hero-copy { padding-left: clamp(0px, 2vw, 34px); }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3.4rem, 6vw, 6rem); line-height: 1.02; }
h1 span { color: var(--orange); }
.hero-text { max-width: 580px; margin: 26px 0 30px; color: rgba(251,244,232,.76); font-size: 1.05rem; line-height: 1.75; }
.button { min-height: 50px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid transparent; font-size: .8rem; font-weight: 700; letter-spacing: .03em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.button-primary { color: #291522; background: var(--orange); }
.shop-key { margin-top: 33px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); display: flex; gap: 14px 27px; flex-wrap: wrap; }
.shop-key span { color: rgba(251,244,232,.62); font-size: .76rem; }
.shop-key strong { margin-right: 7px; color: var(--paper); }

.hero-mosaic { min-height: 500px; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr 1fr; gap: 14px; }
.hero-mosaic figure { margin: 0; overflow: hidden; background: #0d0911; box-shadow: var(--shadow); }
.hero-mosaic figure:not(.mosaic-main) { border: 7px solid rgba(251,244,232,.08); }
.hero-mosaic img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.hero-mosaic figure:hover img { transform: scale(1.025); }
.mosaic-main { grid-column: 1 / 3; grid-row: 1 / 3; }
.collection-mark { width: 104px; height: 104px; position: absolute; left: calc(50% - 52px); top: calc(50% - 52px); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--paper); background: var(--purple); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.collection-mark strong { color: var(--orange); font: 700 2rem/1 "Libre Baskerville", Georgia, serif; }
.collection-mark span { margin-top: 5px; font-size: .52rem; font-weight: 700; line-height: 1.25; letter-spacing: .13em; text-align: center; }

.collection { padding: 105px max(32px, calc((100vw - 1220px) / 2)) 125px; background: var(--paper); }
.section-intro { max-width: 840px; margin: 0 auto 70px; text-align: center; }
.section-intro h2 { font-size: clamp(2.9rem, 5vw, 5rem); line-height: 1.06; }
.section-intro > p:last-child { max-width: 700px; margin: 25px auto 0; color: var(--muted); font-size: 1.02rem; line-height: 1.72; }
.design-list { display: grid; gap: 74px; }
.design-card { min-height: 555px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); background: #fffaf2; box-shadow: 0 20px 60px rgba(55,31,43,.09); }
.design-card-reverse .artwork { order: 2; }
.design-card-reverse .design-copy { order: 1; }
.artwork { min-height: 0; aspect-ratio: 1; display: block; overflow: hidden; background: var(--night); }
.artwork img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.artwork:hover img { transform: scale(1.022); }
.design-copy { position: relative; padding: clamp(42px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.design-number { position: absolute; top: 25px; right: 28px; color: rgba(85,49,101,.18); font: 700 clamp(3.3rem, 6vw, 5.6rem)/1 "Libre Baskerville", Georgia, serif; }
.design-kicker { margin: 0 0 14px; color: var(--orange-dark); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.design-copy h3 { max-width: 560px; font-size: clamp(2.4rem, 4.1vw, 4.25rem); line-height: 1.08; }
.design-description { max-width: 520px; margin: 20px 0 30px; color: var(--muted); font-size: 1rem; line-height: 1.68; }
.shop-options { border-top: 1px solid var(--line); }
.shop-option { min-height: 74px; padding: 14px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 76px 1fr auto; gap: 15px; align-items: center; text-decoration: none; transition: color .18s ease, padding .18s ease, background .18s ease; }
.shop-option:hover { padding-left: 11px; padding-right: 11px; background: rgba(238,139,58,.08); }
.shop-option.amazon:hover { background: rgba(85,49,101,.08); }
.shop-label { font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.etsy .shop-label { color: var(--orange-dark); }
.amazon .shop-label { color: var(--purple); }
.shop-option > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.shop-option strong { font-family: "Libre Baskerville", Georgia, serif; font-size: .98rem; }
.shop-option small { color: var(--muted); font-size: .73rem; }
.shop-option b { font-size: 1.15rem; }

.closing { padding: 104px 32px 112px; color: var(--paper); background: var(--night-soft); text-align: center; }
.closing .eyebrow { color: var(--gold); }
.closing h2 { margin-bottom: 32px; font-size: clamp(3rem, 5.5vw, 5.7rem); line-height: 1.04; }
.closing h2 span { color: var(--orange); }
.button-light { color: var(--night); background: var(--paper); }

footer { min-height: 98px; padding: 27px max(32px, calc((100vw - 1256px) / 2)); background: var(--paper); display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.footer-wordmark { color: var(--ink); }
footer p { margin: 0; color: var(--muted); font-size: .72rem; }
footer > a:last-child { justify-self: end; font-size: .76rem; font-weight: 700; text-decoration: none; }

a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (min-width: 941px) {
  .design-card-pumpkin .design-copy { transform: translateY(-76px); }
}

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-mosaic { width: 100%; max-width: 760px; min-height: 570px; }
  .design-card { grid-template-columns: 1fr; }
  .design-card-reverse .artwork, .design-card-reverse .design-copy { order: initial; }
  .artwork { min-height: 0; aspect-ratio: 1; }
}

@media (max-width: 640px) {
  .announcement { padding: 8px 12px; font-size: .61rem; letter-spacing: .1em; }
  .site-header { height: 68px; padding: 0 18px; }
  .wordmark { font-size: 1rem; }
  .site-header nav a:first-child { display: none; }
  .nav-cta { padding: 8px 10px; font-size: .65rem !important; }
  .hero { min-height: 0; padding: 50px 18px 70px; gap: 46px; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-text { font-size: .98rem; }
  .button { width: 100%; }
  .shop-key { display: grid; }
  .hero-mosaic { min-height: 390px; gap: 8px; }
  .hero-mosaic figure:not(.mosaic-main) { border-width: 3px; }
  .collection-mark { width: 75px; height: 75px; left: calc(50% - 37px); top: calc(50% - 37px); }
  .collection-mark strong { font-size: 1.4rem; }
  .collection-mark span { font-size: .4rem; }
  .collection { padding: 78px 18px 88px; }
  .section-intro { margin-bottom: 43px; text-align: left; }
  .section-intro h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .section-intro > p:last-child { font-size: .98rem; }
  .design-list { gap: 34px; }
  .design-card { min-height: 0; }
  .design-copy { padding: 38px 24px 30px; }
  .design-number { top: 18px; right: 20px; font-size: 3.4rem; }
  .design-copy h3 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .design-description { font-size: .95rem; }
  .shop-option { grid-template-columns: 64px 1fr auto; gap: 11px; }
  .shop-option strong { font-size: .9rem; }
  .closing { padding: 78px 18px 84px; }
  footer { padding: 28px 18px; grid-template-columns: 1fr auto; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
