/* ============================================================
   JARED EMERSON — cinematic gallery experience
   Brand bronze pulled from his actual logo: #ab8871 / #9d775c
   ============================================================ */

:root {
  --black: #0b0a09;
  --coal: #121110;
  --smoke: #1c1a18;
  --bone: #f3efe8;
  --bone-dim: #cfc8bc;
  --muted: #8d867b;
  --bronze: #ab8871;
  --bronze-deep: #9d775c;
  --line: rgba(171, 136, 113, 0.22);
  --serif: 'Palatino', 'Palatino Linotype', Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--bone);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ---------- Reveal system ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal[data-delay="3"] { transition-delay: .36s; }
.reveal[data-delay="4"] { transition-delay: .48s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none !important; }
}

/* ---------- Nav ---------- */
header.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s ease, border-color .4s ease, transform .4s ease;
  border-bottom: 1px solid transparent;
}
header.site-nav.scrolled {
  background: rgba(11,10,9,0.9);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.site-nav .bar { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.site-nav .brand img { height: 40px; width: auto; }
.site-nav nav { display: flex; gap: 30px; align-items: center; }
.site-nav nav a {
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  text-decoration: none; color: var(--bone-dim); transition: color .25s ease;
  white-space: nowrap;
}
.site-nav nav a:hover { color: var(--bronze); }
.site-nav nav a.active { color: var(--bronze); }
.site-nav nav a.nav-cta {
  border: 1px solid var(--bronze); color: var(--bronze); padding: 10px 18px;
}
.site-nav nav a.nav-cta:hover { background: var(--bronze); color: var(--black); }

.nav-burger {
  display: none; background: none; border: none; cursor: pointer; padding: 8px;
}
.nav-burger span { display: block; width: 26px; height: 2px; background: var(--bone); margin: 6px 0; transition: .3s; }

@media (max-width: 1150px) {
  .site-nav nav { gap: 18px; }
  .site-nav nav a { font-size: 10.5px; letter-spacing: 0.12em; }
}
@media (max-width: 880px) {
  .site-nav nav { display: none; }
  .nav-burger { display: block; }
  .site-nav nav.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; inset: 84px 0 auto 0; background: rgba(11,10,9,0.98);
    padding: 30px 32px 40px; gap: 22px; border-bottom: 1px solid var(--line);
  }
}

/* ---------- Hero ---------- */
.hero { position: relative; height: 100vh; min-height: 700px; overflow: hidden; }
.hero .hero-media {
  position: absolute; inset: -10% 0; will-change: transform;
}
.hero video {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.55;
}
.hero .scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 70%, rgba(11,10,9,0.15), transparent 55%),
    linear-gradient(180deg, rgba(11,10,9,0.55) 0%, rgba(11,10,9,0.1) 45%, var(--black) 98%);
}
.hero-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: 12vh;
}
.hero-eyebrow {
  font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--bronze); margin-bottom: 26px;
}
.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(44px, 7.2vw, 108px);
  line-height: 1.02; letter-spacing: -0.01em;
  margin: 0 0 28px; max-width: 13ch;
}
.hero h1 em { font-style: italic; color: var(--bronze); }
.hero p.lede {
  max-width: 52ch; font-size: 17px; color: var(--bone-dim); margin: 0 0 40px;
}
.cta-row { display: flex; gap: 18px; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: 16px 34px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; transition: all .3s ease; border: 1px solid;
}
.btn-bronze { background: var(--bronze); border-color: var(--bronze); color: var(--black); }
.btn-bronze:hover { background: transparent; color: var(--bronze); }
.btn-ghost { border-color: rgba(243,239,232,0.4); color: var(--bone); }
.btn-ghost:hover { border-color: var(--bone); background: var(--bone); color: var(--black); }

.scroll-cue {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 3; width: 1px; height: 64px; overflow: hidden;
}
.scroll-cue::after {
  content: ""; position: absolute; top: -50%; left: 0; width: 1px; height: 50%;
  background: var(--bronze); animation: cueDrop 2.2s ease-in-out infinite;
}
@keyframes cueDrop { 0% { top: -50%; } 100% { top: 110%; } }

/* ---------- Subpage hero ---------- */
body.subpage header.site-nav { background: rgba(11,10,9,0.92); border-bottom-color: var(--line); }
.page-hero {
  padding: 190px 0 90px; background: var(--coal);
  border-bottom: 1px solid var(--line);
}
.page-hero.split { padding: 150px 0 70px; background: var(--coal); }
.ph-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; align-items: center;
}
.ph-media {
  position: relative; aspect-ratio: 4/5; max-height: 62vh; justify-self: end;
  width: 100%; max-width: 440px; overflow: hidden; background: var(--smoke);
  box-shadow: 0 50px 110px -40px rgba(0,0,0,0.85);
  display: flex; align-items: center; justify-content: center;
}
.ph-media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(171,136,113,0.25);
}
.ph-media video, .ph-media img {
  width: 100%; height: 100%; object-fit: contain;
}
@media (max-width: 860px) {
  .page-hero.split { padding: 130px 0 60px; }
  .ph-grid { grid-template-columns: 1fr; gap: 34px; }
  .ph-media { justify-self: start; max-width: 100%; aspect-ratio: 4/4.4; }
}
.page-hero .section-title { font-size: clamp(40px, 5.6vw, 76px); }

.cta-center { display: flex; gap: 18px; justify-content: center; padding: 30px 0 10px; }

/* ---------- Stats ---------- */
.stats { padding: 110px 0 90px; background: var(--black); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
@media (max-width: 900px) { .stats-grid { gap: 24px; } .stat .num { font-size: clamp(30px, 6vw, 44px); } .stat .lbl { font-size: 10px; letter-spacing: 0.14em; } }
@media (max-width: 640px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; } }
.stat { position: relative; padding-top: 22px; }
.stat::before {
  content: ""; position: absolute; top: 0; left: 0; height: 1px; width: 54px;
  background: var(--bronze);
}
.stat .num {
  font-family: var(--serif); font-size: clamp(44px, 5vw, 72px);
  color: var(--bone); line-height: 1;
}
.stat .num b { color: var(--bronze); font-weight: 400; }
.stat .lbl {
  margin-top: 12px; font-size: 11.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted);
}

/* ---------- Section scaffolding ---------- */
section { position: relative; }
.section-eyebrow {
  font-size: 11.5px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--bronze); margin-bottom: 20px;
}
.section-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(34px, 4.6vw, 62px); line-height: 1.08;
  margin: 0 0 22px; letter-spacing: -0.01em;
}
.section-title em { font-style: italic; color: var(--bronze); }
.section-sub { color: var(--muted); font-size: 16.5px; max-width: 58ch; }

/* ---------- Experience (speed player) ---------- */
.experience { background: var(--coal); border-top: 1px solid var(--line); }
.exp-stage { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.exp-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.exp-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 45%, transparent 30%, rgba(11,10,9,0.55) 100%),
    linear-gradient(180deg, var(--black) 0%, transparent 22%, transparent 62%, var(--black) 100%);
}
.exp-overlay { position: relative; z-index: 2; width: 100%; padding-bottom: 11vh; }
.exp-copy-block { max-width: 700px; }
.speed-btn {
  margin-top: 26px; cursor: pointer;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  font-family: var(--sans); color: var(--black);
  background: var(--bronze); border: 1px solid var(--bronze);
  padding: 16px 30px; transition: all .25s ease;
}
.speed-btn:hover { background: transparent; color: var(--bronze); }
.speed-btn span { margin-left: 10px; font-family: var(--serif); font-size: 15px; }
.speed-btn.maxed { animation: speedPulse .4s ease; }
@keyframes speedPulse { 50% { transform: scale(1.06); } }

/* ---------- Gallery (originals) ---------- */
.gallery { padding: 140px 0 60px; background: var(--black); }
.gallery-head { max-width: 720px; margin-bottom: 90px; }
.piece-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; margin-bottom: 140px;
}
.piece-row.flip .piece-art { order: 2; }
@media (max-width: 900px) {
  .piece-row, .piece-row.flip { grid-template-columns: 1fr; gap: 36px; }
  .piece-row.flip .piece-art { order: 0; }
  .piece-row { margin-bottom: 90px; }
}
.piece-art { perspective: 1200px; }
.piece-art .frame {
  position: relative; transform-style: preserve-3d;
  transition: transform .5s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 60px 120px -40px rgba(0,0,0,0.85);
}
.piece-art .frame img { width: 100%; }
.piece-art .frame::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(171,136,113,0.25);
  pointer-events: none;
}
.piece-info .p-num { font-family: var(--serif); color: var(--bronze); font-size: 17px; margin-bottom: 16px; }
.piece-info h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.4vw, 48px); margin: 0 0 14px; line-height: 1.1; }
.piece-info .p-media { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.piece-info .p-desc { color: var(--bone-dim); font-size: 16px; max-width: 44ch; margin-bottom: 26px; }
.piece-info .p-price { font-family: var(--serif); font-size: 30px; color: var(--bone); margin-bottom: 26px; }
.piece-info .p-link {
  display: inline-block; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bronze); text-decoration: none; border-bottom: 1px solid var(--bronze);
  padding-bottom: 5px; transition: all .3s;
}
.piece-info .p-link:hover { color: var(--bone); border-color: var(--bone); }

/* smaller originals grid */
.more-originals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; padding-bottom: 40px; }
@media (max-width: 1000px) { .more-originals { grid-template-columns: repeat(2, 1fr); } }
.mini-piece { text-decoration: none; }
.mini-piece figure { margin: 0 0 14px; overflow: hidden; background: var(--smoke); }
.mini-piece figure { display: flex; align-items: center; justify-content: center; aspect-ratio: 4/5; }
.mini-piece img { max-height: 100%; width: auto; max-width: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.16,1,.3,1), opacity .4s; opacity: .92; }
.mini-piece:hover img { transform: scale(1.05); opacity: 1; }
.mini-piece .t { font-family: var(--serif); font-size: 17px; }
.mini-piece .m { font-size: 12px; color: var(--muted); margin-top: 3px; }
.mini-piece .pr { font-size: 14px; color: var(--bronze); margin-top: 6px; }

/* ---------- Prints ---------- */
.prints { padding: 130px 0; background: var(--coal); border-top: 1px solid var(--line); }
.prints-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 70px; }
@media (max-width: 1000px) { .prints-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .prints-grid { grid-template-columns: 1fr; } }
.print-card { text-decoration: none; }
.print-card figure {
  margin: 0 0 16px; overflow: hidden; background: var(--smoke);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7);
  aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center;
}
.print-card img { max-height: 100%; width: auto; max-width: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.print-card:hover img { transform: scale(1.05); }
.print-card .t { font-family: var(--serif); font-size: 20px; }
.print-card .m { font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.print-card .pr { font-size: 15px; color: var(--bronze); margin-top: 8px; letter-spacing: 0.04em; }

/* ---------- Embellished ---------- */
.embellished {
  padding: 150px 0; background: var(--black);
  border-top: 1px solid var(--line);
}
.emb-band { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
@media (max-width: 950px) { .emb-band { grid-template-columns: 1fr; gap: 44px; } }
.emb-badge {
  display: inline-block; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--bronze); border: 1px solid var(--bronze); padding: 8px 16px; margin-bottom: 26px;
}
.emb-price { font-family: var(--serif); font-size: clamp(40px, 4.5vw, 64px); margin: 26px 0 8px; }
.emb-price small { font-size: 40%; color: var(--muted); letter-spacing: .1em; }
.emb-art { perspective: 1200px; }
.emb-art .frame {
  transform-style: preserve-3d; transition: transform .5s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 70px 140px -50px rgba(0,0,0,0.9); position: relative;
}
.emb-art .frame::after {
  content: "Reference piece — final embellishment is unique to each canvas";
  position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 14px;
  font-size: 11px; letter-spacing: .06em; background: rgba(11,10,9,0.8); color: var(--bone-dim);
}

/* ---------- Atelier (apparel + painted goods) ---------- */
.atelier { padding: 130px 0; background: var(--coal); border-top: 1px solid var(--line); }
.atelier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 70px; }
@media (max-width: 900px) { .atelier-grid { grid-template-columns: 1fr; } }
.atelier-card { position: relative; display: flex; flex-direction: column; }
.atelier-card .shot {
  background: var(--smoke); aspect-ratio: 4/5; overflow: hidden;
  display: flex; align-items: center; justify-content: center; margin-bottom: 22px;
}
.atelier-card .shot img {
  max-height: 100%; width: auto; max-width: 100%; object-fit: contain;
  transition: transform 1s cubic-bezier(.16,1,.3,1);
}
.atelier-card:hover .shot img { transform: scale(1.04); }
.atelier-card .inner { flex: 1; }
.atelier-card .tag { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bronze); margin-bottom: 10px; }
.atelier-card h3 { font-family: var(--serif); font-weight: 400; font-size: 30px; margin: 0 0 10px; }
.atelier-card p { color: var(--bone-dim); font-size: 14.5px; max-width: 48ch; margin: 0; }
.atelier-card.placeholder {
  border: 1px dashed var(--line); background: transparent;
  align-items: center; justify-content: center; text-align: center; min-height: 460px;
}
.atelier-card.placeholder .shot { display: none; }

/* ---------- Serve (businesses & ministries) ---------- */
.serve { padding: 130px 0; background: var(--black); border-top: 1px solid var(--line); }
.serve-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 70px; }
@media (max-width: 900px) { .serve-grid { grid-template-columns: 1fr; } }
.serve-card {
  border: 1px solid var(--line); padding: 46px 42px; background: var(--coal);
  transition: transform .5s cubic-bezier(.16,1,.3,1), border-color .4s;
}
.serve-card:hover { transform: translateY(-8px); border-color: var(--bronze); }
.serve-card .mark { font-family: var(--serif); font-size: 15px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); margin-bottom: 22px; }
.serve-card h3 { font-family: var(--serif); font-weight: 400; font-size: 32px; margin: 0 0 16px; }
.serve-card p { color: var(--bone-dim); font-size: 15.5px; }
.serve-card ul { margin: 20px 0 0; padding: 0; list-style: none; }
.serve-card li { padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; color: var(--bone-dim); }
.serve-card li b { color: var(--bone); font-weight: 600; }

/* ---------- Moments (full-bleed interludes) ---------- */
.moment { position: relative; height: 88vh; min-height: 520px; overflow: hidden; }
.moment img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; will-change: transform; }
.moment .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, var(--black), transparent 30%, transparent 65%, var(--black)); }
.moment .quote {
  position: absolute; inset: 0; display: flex; align-items: center; z-index: 2;
}
.moment blockquote {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: clamp(26px, 3.6vw, 48px); line-height: 1.25; max-width: 22ch; color: var(--bone);
}
.moment blockquote footer { font-style: normal; font-family: var(--sans); font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bronze); margin-top: 24px; }

/* ---------- Events / News ---------- */
.events { padding: 130px 0; background: var(--coal); border-top: 1px solid var(--line); }
.events-list { margin-top: 60px; }
.event-row {
  display: grid; grid-template-columns: 150px 1fr auto; gap: 30px; align-items: baseline;
  padding: 26px 0; border-top: 1px solid var(--line); transition: background .3s;
}
.event-row:last-child { border-bottom: 1px solid var(--line); }
.event-row:hover { background: rgba(171,136,113,0.05); }
@media (max-width: 720px) { .event-row { grid-template-columns: 1fr; gap: 6px; } }
.event-row .date { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bronze); }
.event-row .name { font-family: var(--serif); font-size: 22px; }
.event-row .loc { font-size: 13px; color: var(--muted); letter-spacing: 0.06em; }

.news-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 70px; }
@media (max-width: 900px) { .news-cards { grid-template-columns: 1fr; } }
.news-card { text-decoration: none; }
.news-card figure {
  margin: 0 0 16px; overflow: hidden; background: var(--smoke);
  aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center;
}
.news-card img { max-height: 100%; width: auto; max-width: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.news-card:hover img { transform: scale(1.05); }
.news-card .k { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bronze); }
.news-card h4 { font-family: var(--serif); font-weight: 400; font-size: 21px; margin: 8px 0 6px; }
.news-card p { font-size: 14px; color: var(--muted); margin: 0; }

/* ---------- Cause ---------- */
.cause { padding: 130px 0; background: var(--black); border-top: 1px solid var(--line); }
.cause-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 950px) { .cause-layout { grid-template-columns: 1fr; gap: 40px; } }
.cause-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cause-imgs figure {
  margin: 0; overflow: hidden; background: var(--smoke);
  aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center;
}
.cause-imgs img { max-height: 100%; width: auto; max-width: 100%; object-fit: contain; }
.cause-imgs figure:nth-child(2) { margin-top: 44px; }

/* ---------- Shipping ---------- */
.shipping { background: var(--bronze); color: var(--black); padding: 64px 0; }
.shipping .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.shipping .label { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; margin-bottom: 10px; opacity: .75; }
.shipping h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 3vw, 38px); margin: 0; }
.shipping p { margin: 10px 0 0; font-size: 14.5px; max-width: 62ch; opacity: .85; }

/* ---------- Footer ---------- */
footer { padding: 100px 0 50px; background: var(--black); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }
footer .f-brand img { height: 46px; width: auto; margin-bottom: 22px; }
footer h4 { font-size: 11.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bronze); margin: 0 0 18px; font-weight: 600; }
footer .line { font-size: 14px; color: var(--bone-dim); margin: 8px 0; }
footer a.line { display: block; text-decoration: none; transition: color .25s; }
footer a.line:hover { color: var(--bronze); }
.footer-bottom {
  margin-top: 70px; padding-top: 28px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: var(--muted);
}

/* ---------- Mobile polish ---------- */
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .hero p.lede { font-size: 15.5px; }
  .btn { padding: 14px 22px; font-size: 11px; }
  .cta-row { gap: 12px; }
  .stats { padding: 70px 0 60px; }
  .stats-grid { gap: 28px 20px; }
  .gallery { padding: 80px 0 40px; }
  .piece-row { margin-bottom: 70px; gap: 26px; }
  .prints, .embellished, .atelier, .serve, .events, .cause { padding: 80px 0; }
  .page-hero.has-media { min-height: 56vh; }
  .ph-content { padding-top: 120px; padding-bottom: 46px; }
  .exp-stage { min-height: 88vh; }
  .footer-grid { gap: 32px; }
  .more-originals { grid-template-columns: 1fr 1fr; gap: 16px; }
  .event-row { padding: 20px 0; }
  .cta-center { flex-direction: column; align-items: stretch; text-align: center; }
}
