/* ==========================================================================
   MP Design — mp-design.co.uk
   Brand system: ink + cream, Marcellus display, Jost text.
   No framework, no build step. Edit here, it is the only stylesheet.
   ========================================================================== */

@font-face {
  font-family: 'Marcellus';
  src: url('../../fonts/marcellus.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../../fonts/jost.woff') format('woff');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0b0b0b;
  --ink-soft: #1a1917;
  --cream: #f3efe6;
  --paper: #faf8f4;
  --brass: #b99b5b;
  --brass-deep: #7d6838; /* 5.1:1 on paper, 4.7:1 on cream */
  --muted: #6b6560;
  --muted-light: #a8a29a;
  --line: rgba(11, 11, 11, 0.12);
  --line-light: rgba(243, 239, 230, 0.18);

  --display: 'Marcellus', 'Times New Roman', Times, serif;
  --text: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  --gutter: clamp(1.25rem, 5vw, 5rem);
  --measure: 62ch;
  --max: 1280px;
  --section: clamp(4.5rem, 10vw, 9rem);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
/* Images carry width/height attributes for CLS. Without this they would also
   honour the literal height attribute wherever CSS sets only a width. */
img { height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.12; margin: 0; letter-spacing: -0.005em; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- utilities ---------- */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 860px; }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(3rem, 7vw, 6rem); }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--cream); padding: 0.85rem 1.4rem; font-size: 0.85rem;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
}
.skip:focus { left: 1rem; top: 1rem; }
:where(a, button, input, textarea, summary):focus-visible {
  outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 1px;
}

.eyebrow {
  font-family: var(--text);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin: 0 0 1.5rem;
}
.eyebrow--light { color: var(--brass); }

.display-1 { font-size: clamp(2.4rem, 1.4rem + 4.4vw, 4.75rem); }
.display-2 { font-size: clamp(1.95rem, 1.3rem + 2.8vw, 3.25rem); }
.display-3 { font-size: clamp(1.4rem, 1.15rem + 1.1vw, 1.9rem); }

.lead {
  font-size: clamp(1.075rem, 1rem + 0.45vw, 1.3rem);
  line-height: 1.68;
  color: var(--muted);
  max-width: var(--measure);
  font-weight: 300;
}
.lead--light { color: rgba(243, 239, 230, 0.78); }

.rule { width: 54px; height: 1px; background: var(--brass); border: 0; margin: 2.25rem 0; }
.rule--center { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--text); font-size: 0.775rem; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none;
  padding: 1.05rem 2.1rem; border: 1px solid var(--ink); background: var(--ink); color: var(--cream);
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease);
  cursor: pointer;
}
.btn:hover { background: transparent; color: var(--ink); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); }
.btn--light { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.btn--light:hover { background: transparent; color: var(--cream); }
.btn--ghost-light { background: transparent; border-color: rgba(243,239,230,0.5); color: var(--cream); }
.btn--ghost-light:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.btn__arrow { transition: transform 0.35s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.header.is-stuck { border-bottom-color: var(--line); }
.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 96px;
}
.brand { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand__logo { height: 44px; width: auto; }
@media (max-width: 880px) { .brand__logo { height: 36px; } .header__inner { min-height: 80px; } }
.brand__sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 2.75rem); }
.nav__link {
  font-size: 0.775rem; letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; color: var(--ink); position: relative; padding-block: 0.4rem;
  transition: color 0.3s var(--ease);
}
.nav__link::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--brass); transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.nav__link:hover::after, .nav__link[aria-current='page']::after { transform: scaleX(1); transform-origin: left; }
.nav__link[aria-current='page'] { color: var(--brass-deep); }
.header__cta { display: inline-flex; }

.burger {
  display: none; background: none; border: 0; padding: 0.6rem; cursor: pointer;
  width: 44px; height: 44px; align-items: center; justify-content: center;
}
.burger span { display: block; width: 22px; height: 1px; background: var(--ink); position: relative; transition: background 0.2s; }
.burger span::before, .burger span::after {
  content: ''; position: absolute; left: 0; width: 22px; height: 1px; background: var(--ink);
  transition: transform 0.35s var(--ease);
}
.burger span::before { top: -7px; }
.burger span::after { top: 7px; }
.burger[aria-expanded='true'] span { background: transparent; }
.burger[aria-expanded='true'] span::before { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded='true'] span::after { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
  .burger { display: inline-flex; }
  .header__cta { display: none; }
  .nav {
    position: fixed; inset: 80px 0 auto; background: var(--paper);
    flex-direction: column; align-items: flex-start; gap: 0;
    padding: 1rem var(--gutter) 2.5rem; border-bottom: 1px solid var(--line);
    transform: translateY(-120%); transition: transform 0.45s var(--ease);
  }
  .nav.is-open { transform: translateY(0); }
  .nav__link { font-size: 1rem; padding-block: 1rem; width: 100%; border-bottom: 1px solid var(--line); }
  .nav__link:last-of-type { border-bottom: 0; }
  .nav .btn { margin-top: 1.5rem; }
}

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); color: var(--cream); overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.46; }
.hero__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,11,0.72) 0%, rgba(11,11,11,0.5) 45%, rgba(11,11,11,0.92) 100%);
}
.hero__inner {
  position: relative; z-index: 1;
  min-height: clamp(560px, 82vh, 820px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-block: clamp(6rem, 14vh, 9rem) clamp(3.5rem, 8vh, 5.5rem);
}
.hero h1 { max-width: 17ch; margin-bottom: 1.75rem; }
.hero .lead { max-width: 56ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.75rem; }
@media (max-width: 560px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { justify-content: center; }
}

/* ---------- page head (inner pages) ---------- */
.pagehead { background: var(--ink); color: var(--cream); padding-block: clamp(5rem, 12vh, 8.5rem) clamp(3.5rem, 8vh, 5.5rem); }
/* Matches the hero exactly, so every page opens on the same rhythm. */
.pagehead h1 { margin-bottom: 1.75rem; }
.pagehead .lead { max-width: 56ch; }

/* ---------- statement / prose ---------- */
.statement p { font-size: clamp(1.15rem, 1rem + 0.7vw, 1.5rem); line-height: 1.62; color: var(--ink); max-width: 46ch; font-weight: 300; }
.prose { max-width: var(--measure); }
.prose p + p { margin-top: 0.2em; }

/* ---------- split ---------- */
.split { display: grid; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: 0.85fr 1.15fr; } }
/* Sticky only in the two-column layout; on one column it would slide over the text. */
@media (min-width: 900px) { .split__sticky { position: sticky; top: 120px; } }
/* Single column: keep the portrait a sensible size rather than a full-width tower on tablets. */
@media (max-width: 899px) { .split__sticky { max-width: 520px; } }

/* ---------- pillars ---------- */
.pillars { display: grid; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
@media (min-width: 820px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
.pillar { background: var(--paper); padding: clamp(2rem, 4vw, 3rem); }
.pillar h3 { margin-bottom: 1rem; font-size: 1.3rem; }
.pillar p { color: var(--muted); font-size: 0.975rem; margin: 0; }

/* ---------- process ---------- */
.process { display: grid; gap: clamp(2rem, 4vw, 3rem); counter-reset: step; }
@media (min-width: 760px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process__item { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.process__num {
  font-family: var(--display); font-size: 0.95rem; color: var(--brass); letter-spacing: 0.1em;
  display: block; margin-bottom: 1rem;
}
.process__item h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.process__item p { font-size: 0.925rem; color: var(--muted); margin: 0; }

/* ---------- figures & galleries ---------- */
.figure { margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.figure--zoom:hover img { transform: scale(1.035); }
.figure figcaption {
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); padding-top: 0.9rem; background: var(--paper);
}
.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-3-4 { aspect-ratio: 3 / 4; }
.ratio-1-1 { aspect-ratio: 1 / 1; }
.ratio-16-9 { aspect-ratio: 16 / 9; }

/* Uniform grid. Client photography arrives in mixed orientations, so every
   tile crops to the same ratio rather than leaving holes in a masonry layout. */
.gallery { display: grid; gap: clamp(0.6rem, 1.4vw, 1.1rem); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
/* A three-image gallery on a two-column phone grid: let the last tile span the row instead of sitting alone. */
@media (max-width: 759px) { .gallery > .gallery__item:nth-child(3):last-child { grid-column: 1 / -1; aspect-ratio: 2 / 1; } }
.gallery__item { position: relative; overflow: hidden; background: var(--ink); margin: 0; aspect-ratio: 4 / 3; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.gallery__item:hover img { transform: scale(1.04); }
.gallery__item a { display: block; width: 100%; height: 100%; }
.gallery__tag {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
  background: rgba(11,11,11,0.82); color: var(--cream); padding: 0.45rem 0.85rem;
}

/* Method strip: four stages, so two columns on tablet and four on desktop. */
@media (min-width: 760px) { .gallery--method { grid-template-columns: repeat(4, 1fr); } }

.figure--feature { width: 100%; }
.figure--feature img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- featured project ---------- */
.featured { background: var(--cream); }
.featured__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 980px) { .featured__grid { grid-template-columns: 1.1fr 0.9fr; } }
.meta { display: grid; gap: 0; margin: 2.25rem 0 0; border-top: 1px solid var(--line); }
.meta__row { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.meta__key { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); padding-top: 0.28rem; }
.meta__val { font-size: 0.975rem; }
@media (max-width: 520px) { .meta__row { grid-template-columns: 1fr; gap: 0.15rem; } }

.ticks { display: grid; gap: 0.85rem; margin-top: 2rem; }
.ticks li { position: relative; padding-left: 1.85rem; font-size: 0.975rem; color: var(--muted); }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: 0.72em;
  width: 11px; height: 1px; background: var(--brass);
}

/* ---------- named clients on the home page ---------- */
.clients { display: grid; gap: 0; margin-top: 2.25rem; border-top: 1px solid var(--line); }
.client { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.client h3 { font-size: 1.2rem; margin-bottom: 0.35rem; }
.client p { font-size: 0.925rem; color: var(--muted); margin: 0; }

/* ---------- credentials ---------- */
.creds { display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: repeat(3, 1fr); }
.cred { text-align: left; }
.cred__figure { font-family: var(--display); font-size: clamp(2.6rem, 2rem + 2.4vw, 4rem); line-height: 1; color: var(--ink); display: block; }
.cred__label { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 0.8rem; display: block; }

/* ---------- pull quote ---------- */
.pullquote { background: var(--ink); color: var(--cream); text-align: center; }
.pullquote blockquote {
  margin: 0; font-family: var(--display);
  font-size: clamp(1.5rem, 1.1rem + 2vw, 2.6rem); line-height: 1.35; max-width: 22ch; margin-inline: auto;
}
.pullquote cite {
  display: block; margin-top: 2rem; font-family: var(--text); font-style: normal;
  font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass);
}

/* ---------- tags ---------- */
.tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.75rem; }
.tags li {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid var(--line); padding: 0.55rem 1.05rem; color: var(--muted);
}

/* ---------- other projects ---------- */
.cards { display: grid; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
@media (min-width: 760px) { .cards { grid-template-columns: repeat(2, 1fr); } }
/* Odd card count on the two-column grid: the last card spans the row instead of leaving an empty cell. */
@media (min-width: 760px) { .cards > .card:nth-child(odd):last-child { grid-column: 1 / -1; } }
.card { background: var(--paper); padding: clamp(2rem, 4vw, 3rem); }
.card__type { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-deep); }
.card h3 { font-size: 1.45rem; margin: 1rem 0 0.35rem; }
.card__loc { font-size: 0.8rem; letter-spacing: 0.06em; color: var(--muted-light); margin-bottom: 1.1rem; }
.card p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* ---------- contact ---------- */
/* ---------- testimonials ---------- */
.testimonials { background: var(--paper); }
.testimonial-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 720px) { .testimonial-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial {
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.testimonial blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink);
}
.testimonial figcaption { margin-top: auto; display: grid; gap: 0.2rem; }
.testimonial__name {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.testimonial__role { font-size: 0.875rem; color: var(--muted); }

.contact { background: var(--ink); color: var(--cream); }
.contact__grid { display: grid; gap: clamp(2.5rem, 6vw, 5rem); }
@media (min-width: 940px) { .contact__grid { grid-template-columns: 0.9fr 1.1fr; } }
.contact h2 { margin-bottom: 1.25rem; }
.contact__direct { margin-top: 2.5rem; display: grid; gap: 1.25rem; }
.contact__direct a {
  font-family: var(--display); font-size: clamp(1.1rem, 1rem + 0.7vw, 1.45rem);
  text-decoration: none; color: var(--cream); border-bottom: 1px solid rgba(243,239,230,0.25);
  padding-bottom: 0.3rem; display: inline-block; width: fit-content;
  transition: border-color 0.35s var(--ease), color 0.35s var(--ease);
}
.contact__direct a:hover { color: var(--brass); border-color: var(--brass); }
.contact__addr { font-size: 0.9rem; color: rgba(243,239,230,0.6); font-style: normal; line-height: 1.9; }

.form { display: grid; gap: 1.5rem; }
.form__row { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 0.6rem; }
.field label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(243,239,230,0.65); }
.field input, .field textarea, .field select {
  font-family: var(--text); font-size: 1rem; font-weight: 300; color: var(--cream);
  background: rgba(243,239,230,0.06); border: 1px solid rgba(243,239,230,0.45);
  padding: 0.85rem 1rem; border-radius: 0; width: 100%;
  transition: border-color 0.35s var(--ease), background-color 0.35s var(--ease);
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brass); background: rgba(243,239,230,0.09); }
.field input::placeholder, .field textarea::placeholder { color: rgba(243,239,230,0.45); }
.field select option { background: var(--ink); color: var(--cream); }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__note { font-size: 0.8rem; color: rgba(243,239,230,0.5); }
.form__status { font-size: 0.9rem; min-height: 1.4em; }
.form__status[data-state='error'] { color: #e5a3a3; }
.form__status[data-state='ok'] { color: var(--brass); }

/* ---------- footer ---------- */
.footer { background: var(--ink-soft); color: rgba(243,239,230,0.72); padding-block: clamp(3.5rem, 7vw, 5rem) 2.5rem; }
.footer a { color: inherit; text-decoration: none; transition: color 0.3s var(--ease); }
.footer a:hover { color: var(--brass); }
.footer__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); }
/* Three columns normally, four once the social list has any URLs in it.
   Note: do NOT use repeat(auto-fit, ...) alongside a plain fr track here.
   An auto-repeat cannot sit in a track list with a flexible track outside it,
   so the whole declaration is discarded and the footer collapses to one column. */
@media (min-width: 820px) {
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid:has(> :nth-child(4)) { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
/* Footer lockup: the SVG wordmark with the rule and tagline set as live text,
   so it reads as the print mark but stays crisp at any size. */
.footer__brand { margin-bottom: 1.75rem; }
.footer__mark { width: 205px; }
.footer__rule { display: block; width: 96px; height: 1px; background: var(--brass); margin: 0.85rem 0 0.7rem; }
.footer__tagline {
  display: block; font-family: var(--text); font-size: 0.6rem; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--brass);
}
.footer p { font-size: 0.9rem; max-width: 38ch; }
.footer h3 { font-family: var(--text); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); margin-bottom: 1.25rem; }
.footer li { margin-bottom: 0.7rem; font-size: 0.9rem; }
.footer__bottom {
  margin-top: clamp(3rem, 6vw, 4.5rem); padding-top: 1.75rem; border-top: 1px solid var(--line-light);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: 0.76rem; letter-spacing: 0.06em; color: rgba(243,239,230,0.55); /* 5.4:1 on ink-soft */
}

.linkbtn { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; letter-spacing: inherit; }
.linkbtn:hover { color: var(--brass); }

/* ---------- cookie banner ---------- */
.cookie {
  position: fixed; inset: auto 1rem 1rem 1rem; z-index: 60;
  background: var(--ink); color: var(--cream); border: 1px solid var(--line-light);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.cookie[hidden] { display: none; }
.cookie__inner {
  max-width: var(--max); margin-inline: auto; padding: 1.25rem clamp(1.25rem, 3vw, 2rem);
  display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between;
}
.cookie h4 { font-size: 1.05rem; margin-bottom: 0.25rem; }
.cookie p { margin: 0; font-size: 0.9rem; max-width: 60ch; color: rgba(243,239,230,0.78); }
.cookie a { color: var(--brass); }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
@media (min-width: 720px) { .cookie { inset: auto 2rem 2rem 2rem; } }

/* ---------- legal prose ---------- */
.prose--legal h2 { margin-top: 2.5rem; margin-bottom: 0.75rem; }
.prose--legal h2:first-child { margin-top: 0; }
.prose--legal ul { padding-left: 1.25rem; margin: 0.5rem 0 1rem; }
.prose--legal li + li { margin-top: 0.25rem; }
.prose--legal a { color: var(--brass-deep); }
.prose__meta { margin-top: 3rem; font-size: 0.85rem; color: var(--muted); }
.form__note { font-size: 0.8rem; color: rgba(243,239,230,0.55); margin: 0.5rem 0 0; }
.form__note a { color: var(--brass); }
.grecaptcha-badge { visibility: hidden; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 90; background: rgba(11,11,11,0.96);
  display: none; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem);
}
.lightbox[open], .lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox__close {
  position: absolute; top: 1.25rem; right: 1.25rem; background: none; border: 1px solid rgba(243,239,230,0.4);
  color: var(--cream); width: 46px; height: 46px; font-size: 1.2rem; cursor: pointer; line-height: 1;
}
.lightbox__cap {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  color: rgba(243,239,230,0.7); font-size: 0.78rem; letter-spacing: 0.1em; text-align: center;
  max-width: 60ch; padding-inline: 1rem;
}

/* ---------- print ---------- */
@media print {
  .header, .footer, .hero__media, .contact, .lightbox { display: none !important; }
  body { background: #fff; color: #000; }
}
