:root {
  --ivory: #fbf8f1;
  --ivory-deep: #f0eadc;
  --paper: #fffdfa;
  --ink: #201d19;
  --muted: #6f685d;
  --gold: #a87c34;
  --gold-deep: #72511d;
  --gold-soft: #e9d9b8;
  --line: #ded4c1;
  --charcoal: #171513;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "General Sans", Arial, sans-serif;
  --content: min(1120px, calc(100% - 3rem));
  --ease: 180ms cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ivory); color: var(--ink); font: 400 16px/1.6 var(--font-body); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip { position: absolute; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--charcoal); color: #fff; z-index: 10; }
.skip:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 4; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--ivory) 93%, transparent); backdrop-filter: blur(14px); }
.nav { width: var(--content); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; width: 146px; }
.brand img { width: 146px; height: auto; }
.nav-list { display: flex; align-items: center; gap: 1.25rem; padding: 0; margin: 0; list-style: none; }
.nav-list a { font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.nav-list a[aria-current="page"], .nav-list a:hover { color: var(--gold-deep); }
.nav-cta { border: 1px solid var(--charcoal); padding: .6rem .9rem; color: var(--ink) !important; }
.nav-cta:hover { background: var(--charcoal); color: var(--ivory) !important; }

.hero { width: var(--content); margin: auto; min-height: 580px; display: grid; align-content: center; text-align: center; padding: clamp(4rem, 6vw, 6rem) 0 3rem; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold-deep); font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: .96; margin: 0; }
h1 { font-size: clamp(4rem, 8.6vw, 8.8rem); letter-spacing: -.06em; max-width: 10ch; margin: 0 auto; }
.hero h1 em { color: var(--gold); font-style: italic; }
.lede { font-family: var(--font-display); color: var(--muted); font-size: clamp(1.35rem, 2vw, 1.75rem); font-style: italic; line-height: 1.35; max-width: 42rem; margin: 2rem auto 0; }
.line-mark { width: 1px; height: 68px; background: var(--gold); margin: 2.5rem auto 0; }
.button-row { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--charcoal); min-height: 49px; min-width: 11rem; padding: .7rem 1.35rem; font-size: .72rem; font-weight: 700; letter-spacing: .13em; word-spacing: .08em; text-transform: uppercase; transition: background var(--ease), color var(--ease), transform var(--ease); }
.button:hover { transform: translateY(-2px); }
.button--dark { background: var(--charcoal); color: var(--ivory); }
.button--dark:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.button--light { background: transparent; color: var(--ink); }
.button--light:hover { background: var(--paper); }

.editorial { padding: clamp(5rem, 11vw, 10rem) 0; }
.editorial--paper { background: var(--paper); }
.editorial--gold { background: var(--gold-soft); }
.split { width: var(--content); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.section-label { color: var(--gold-deep); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.statement { font-size: clamp(2.8rem, 5vw, 5.2rem); letter-spacing: -.055em; max-width: 11ch; }
.body-copy { max-width: 42rem; color: var(--muted); font-size: 1.04rem; }
.body-copy p + p { margin-top: 1.1rem; }
.ribbon-frame { min-height: 350px; border: 1px solid var(--line); display: grid; place-items: center; background: var(--ivory); }
.ribbon-frame img { width: min(126px, 34%); }

.box-grid { width: var(--content); margin: 3rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.box-card { padding: 1.75rem 1.5rem 1.5rem 0; border-right: 1px solid var(--line); }
.box-card + .box-card { padding-left: 1.5rem; }
.box-card:last-child { border-right: 0; }
.roman { color: var(--gold-deep); font: italic 1.6rem/1 var(--font-display); }
.box-card h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; line-height: 1.3; margin-top: .7rem; }
.box-card p { color: var(--muted); font-size: .91rem; margin: .55rem 0 0; }
.quote { width: min(750px, calc(100% - 3rem)); margin: auto; text-align: center; font: italic clamp(2.4rem, 5vw, 4.8rem)/1.02 var(--font-display); letter-spacing: -.04em; }
.quote cite { display: block; margin-top: 1.4rem; color: var(--gold-deep); font: 700 .72rem var(--font-body); font-style: normal; letter-spacing: .15em; text-transform: uppercase; }

.status { width: min(680px, calc(100% - 3rem)); margin: auto; text-align: center; }
.status h2 { font-size: clamp(2.9rem, 5vw, 4.6rem); letter-spacing: -.05em; }
.status p { color: var(--muted); }
.notice { display: inline-block; margin-top: 1.5rem; padding: .6rem .9rem; border: 1px solid var(--gold); color: var(--gold-deep); font-size: .78rem; }

.page-hero { width: var(--content); margin: auto; padding: clamp(5rem, 11vw, 9rem) 0 4rem; text-align: center; }
.page-hero h1 { font-size: clamp(3.7rem, 7vw, 7rem); max-width: 12ch; }
.page-hero .lede { margin-top: 1.4rem; }
.content-shell { width: min(920px, calc(100% - 3rem)); margin: 0 auto; padding-bottom: 7rem; }
.info-band { border: 1px solid var(--line); background: var(--paper); padding: 1.3rem 1.5rem; color: var(--muted); font-size: .9rem; }
.info-band strong { color: var(--ink); }

.donation-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3.5rem; padding-top: 3rem; }
.form-label { display: block; margin: 1.5rem 0 .6rem; color: var(--gold-deep); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.option { border: 1px solid var(--line); background: transparent; padding: .85rem .6rem; color: var(--ink); }
.option[aria-pressed="true"], .option:hover { border-color: var(--gold-deep); background: var(--gold-soft); }
.input { width: 100%; padding: .86rem; border: 1px solid var(--line); background: var(--paper); }
.donation-summary { align-self: start; background: var(--charcoal); color: var(--ivory); padding: 2rem; }
.donation-summary h2 { font-size: 2.4rem; }
.donation-summary p { color: #d9d0c0; font-size: .9rem; }
.donation-summary .amount { margin: 1.8rem 0; color: #f0d99e; font: 500 4.3rem/1 var(--font-display); }
.submission-status { min-height: 1.5rem; margin-top: 1rem; color: var(--gold-deep); font-size: .88rem; }

.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; padding-top: 3rem; }
.product { border: 1px solid var(--line); background: var(--paper); }
.product-art { height: 260px; display: grid; place-items: center; background: var(--charcoal); padding: 1.25rem; }
.product-art img { width: 82%; }
.product-copy { padding: 1.2rem; }
.product-copy h2 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; }
.product-copy p { color: var(--muted); font-size: .87rem; }
.product-copy .button { margin-top: 1rem; width: 100%; min-height: 43px; }
.cart-status { position: sticky; bottom: 1rem; width: min(450px, calc(100% - 2rem)); margin: 2rem auto 0; padding: .9rem 1rem; background: var(--charcoal); color: var(--ivory); text-align: center; font-size: .88rem; }

.alex-list { display: grid; gap: 0; margin-top: 3rem; border-top: 1px solid var(--line); }
.alex-item { display: grid; grid-template-columns: 92px 1fr; gap: 1.25rem; padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.alex-item .number { color: var(--gold-deep); font: italic 2rem var(--font-display); }
.alex-item h2 { font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; }
.alex-item p { margin: .4rem 0 0; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: var(--ivory-deep); padding: 3rem 0; }
.footer-inner { width: var(--content); margin: auto; display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.footer-logo { width: 190px; }
.footer-copy { color: var(--muted); font-size: .82rem; text-align: right; }
.footer-copy p { margin: 0; }
.footer-copy p + p { margin-top: .35rem; }

@media (max-width: 760px) {
  .nav { min-height: 76px; flex-wrap: wrap; padding: .85rem 0; }
  .brand, .brand img { width: 122px; }
  .nav-list { gap: .65rem .9rem; justify-content: flex-end; }
  .nav-list a { font-size: .65rem; }
  .nav-list .nav-cta { padding: .45rem .65rem; }
  .hero { min-height: 570px; }
  .split, .donation-grid { grid-template-columns: 1fr; }
  .ribbon-frame { min-height: 230px; grid-row: 1; }
  .box-grid, .shop-grid { grid-template-columns: 1fr; }
  .box-card, .box-card + .box-card { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .box-card:last-child { border-bottom: 0; }
  .product-art { height: 230px; }
  .options { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { display: block; }
  .footer-copy { margin-top: 1rem; text-align: left; }
}

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