/* Hallmark · macrostructure: Photographic + Split Studio rows · theme: custom (warm editorial) · tone: warm editorial · anchor hue: chocolate 42 · nav: N1a · footer: Ft1 · pre-emit critique: P4 H4 E4 S4 R4 V3 */

@import url("assets/fonts/fonts.css?v=1");

:root {
  --paper: #e6e2dc;
  --paper: oklch(0.91 0.006 80);
  --paper-2: #dad5cd;
  --paper-2: oklch(0.87 0.008 78);
  --taupe: #a9a29a;
  --taupe: oklch(0.70 0.010 78);
  --ink: #3a2a1f;
  --ink: oklch(0.27 0.035 48);
  --accent: #5a3a26;
  --accent: oklch(0.40 0.07 42);
  --muted: #5f5348;
  --muted: oklch(0.42 0.022 60);
  --on-ink: #e9e4dc;
  --on-ink: oklch(0.91 0.010 80);

  --display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --body: "Jost", system-ui, -apple-system, sans-serif;
  --script: "Pinyon Script", cursive;

  --gutter: clamp(1.25rem, 5vw, 4.5rem);
  --measure: 62ch;
  --maxw: 76rem;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --radius: 3px;

  /* spacing, 4px scale */
  --space-1: 0.25rem;   /* 4 */
  --space-2: 0.5rem;    /* 8 */
  --space-3: 0.75rem;   /* 12 */
  --space-4: 1rem;      /* 16 */
  --space-5: 1.25rem;   /* 20 */
  --space-6: 1.5rem;    /* 24 */
  --space-7: 1.75rem;   /* 28 */
  --space-8: 2rem;      /* 32 */
  --space-10: 2.5rem;   /* 40 */
  --space-12: 3rem;     /* 48 */
  --space-14: 3.5rem;   /* 56 */
  --space-16: 4rem;     /* 64 */
  --space-20: 5rem;     /* 80 */
  --space-28: 7rem;     /* 112 */

  /* one hairline, one on-ink hairline, one shadow, one veil */
  --rule: color-mix(in oklab, var(--ink) 22%, transparent);
  --rule-soft: color-mix(in oklab, var(--on-ink) 22%, transparent);
  --rule-on-ink: color-mix(in oklab, var(--on-ink) 28%, transparent);
  --shadow: 0 1px 2px color-mix(in oklab, var(--ink) 5%, transparent),
            0 18px 48px color-mix(in oklab, var(--ink) 10%, transparent);
  --veil: color-mix(in oklab, var(--ink) 42%, transparent);
  --paper-glass: rgba(230, 226, 220, .6);
  --paper-lift: #fff;                       /* the one step brighter than paper, on ink */

  /* glass grounds */
  --nav-glass: rgba(230, 226, 220, .88);
  --nav-glass: color-mix(in oklab, var(--paper) 88%, transparent);
  --toggle-glass: rgba(230, 220, 207, .88);
  --toggle-glass: color-mix(in oklab, var(--paper) 88%, transparent);

  /* hairlines on glass */
  --nav-hairline: rgba(169, 162, 154, .38);
  --bar-hairline: rgba(169, 162, 154, .45);

  /* the chip that sits on a photo or a frame */
  --chip-ground: rgba(58, 42, 31, .88);
  --chip-ground: color-mix(in oklab, var(--ink) 88%, transparent);
  --chip-ground-hover: rgba(58, 42, 31, .96);
  --chip-ground-hover: color-mix(in oklab, var(--ink) 96%, transparent);
  --on-chip: #f3ece1;

  /* veil stops: paper rising over the phone hero, ink falling over the desktop frame */
  --veil-paper-strong: rgba(230, 226, 220, .74);
  --veil-paper-strong: color-mix(in oklab, var(--paper) 74%, transparent);
  --veil-paper-soft: rgba(230, 226, 220, .12);
  --veil-paper-soft: color-mix(in oklab, var(--paper) 12%, transparent);
  --veil-ink-top: rgba(58, 42, 31, .30);
  --veil-ink-top: color-mix(in oklab, var(--ink) 30%, transparent);
  --veil-ink-clear: rgba(58, 42, 31, 0);
  --veil-ink-clear: color-mix(in oklab, var(--ink) 0%, transparent);
  --text-shadow-soft: 0 1px 2px rgba(58, 42, 31, .5), 0 2px 20px rgba(58, 42, 31, .6);
}

/* Ground switches for the client call (?ground=b / ?ground=c). Default (no attribute
   or data-ground="a") is untouched. Paper tones only: ink, accent and taupe never move.
   Every band/slab/glass tone is color-mixed off --paper, so it follows automatically. */
:root[data-ground="b"] {
  /* warmer sand */
  --paper: #ece3d4;
  --paper: oklch(0.91 0.024 78);
  --paper-2: #e2d6c2;
  --paper-2: oklch(0.87 0.03 76);
  --paper-glass: rgba(236, 227, 212, .6);
  --paper-glass: color-mix(in oklab, var(--paper) 60%, transparent);
}

:root[data-ground="c"] {
  /* deeper mushroom taupe */
  --paper: #d9d2c8;
  --paper: oklch(0.86 0.014 72);
  --paper-2: #cbc1b4;
  --paper-2: oklch(0.81 0.018 70);
  --paper-glass: rgba(217, 210, 200, .6);
  --paper-glass: color-mix(in oklab, var(--paper) 60%, transparent);
  /* default muted is 4.2:1 on this paper-2, so it darkens one step to clear 4.5:1 */
  --muted: #564a3f;
  --muted: oklch(0.418 0.024 65);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: clip;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 50;
  background: var(--ink); color: var(--paper); padding: .75rem 1rem;
}
.skip:focus { left: 0; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  font-style: normal;
  margin: 0 0 .5em;
  letter-spacing: -0.02em;
  line-height: 1.06;
  text-wrap: balance;
  overflow-wrap: anywhere;
  min-width: 0;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1.03; }
h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h3 { font-size: 1.4rem; letter-spacing: -0.01em; }
p { margin: 0 0 1.1em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

.muted { color: var(--muted); }

.label {
  font-family: var(--body);
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
}

section { padding: clamp(var(--space-16), 9vw, var(--space-28)) var(--gutter); }

/* one shared measure: full-bleed background, centred content */
.hero, .about, .work, .testimonial, .how, .packages, .enquire, .foot {
  padding-inline: max(var(--gutter), (100% - var(--maxw)) / 2);
}

/* ---------- controls ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .85rem 1.7rem;
  border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; font-weight: 500; font-size: 1rem; letter-spacing: .01em;
  transition: transform 140ms var(--ease), background-color 140ms var(--ease), color 140ms var(--ease), border-color 140ms var(--ease);
}
.btn-primary { background: var(--accent); color: var(--paper); }
.btn-primary:hover { background: var(--ink); }
.btn-primary:active { transform: scale(.98); }
.btn-chip { background: transparent; color: var(--accent); border-color: var(--taupe); }
.btn-chip:hover { background: var(--accent); color: var(--paper); border-color: var(--accent); }
.btn-chip:active { transform: scale(.98); }

.link-quiet {
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 0 .25rem;
  color: var(--muted); text-decoration: none; font-weight: 500;
  box-shadow: inset 0 -1px 0 0 var(--taupe);
  transition: color 140ms var(--ease), box-shadow 140ms var(--ease);
}
.link-quiet:hover { color: var(--accent); box-shadow: inset 0 -1px 0 0 var(--accent); }

/* ---------- nav (N1a) ---------- */

.nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .75rem clamp(1.25rem, 3.4vw, 2.5rem);
  background: var(--nav-glass);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--nav-hairline);
}
.wordmark {
  font-family: var(--display); font-size: 1.3rem; letter-spacing: -0.01em;
  text-decoration: none; display: inline-flex; align-items: center; min-height: 44px;
}
.wordmark span { color: var(--muted); font-size: .8em; padding: 0 .12em; }
.nav-links { display: flex; align-items: center; gap: clamp(.65rem, 1.6vw, 1.25rem); }
.nav-links a {
  display: inline-flex; align-items: center; min-height: 44px;
  text-decoration: none; font-size: 1rem; font-weight: 500; color: var(--ink);
  transition: color 140ms var(--ease);
}
.nav-links a:hover { color: var(--accent); }
/* glyphs: sized to the line-height of the text they sit beside */
.glyph { flex: none; width: 18px; height: 18px; }

.nav-icon {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  min-height: 44px; padding: 0 .9rem;
  border: 1px solid var(--taupe); border-radius: 999px;
  text-decoration: none; font-size: .9375rem; font-weight: 500; color: var(--ink);
  transition: color 140ms var(--ease), border-color 140ms var(--ease), background-color 140ms var(--ease);
}
.nav-icon:hover { color: var(--accent); border-color: var(--accent); }
.nav-icon:active { transform: scale(.97); }

.nav-cta { box-shadow: inset 0 -1px 0 0 var(--taupe); }
.nav-cta:hover { box-shadow: inset 0 -1px 0 0 var(--accent); }

/* mobile nav: icons only, never overflows at 375px */
@media (max-width: 759px) {
  .nav { gap: .5rem; }
  .nav-links { gap: .5rem; }
  .nav-icon span, .nav-work, .nav-cta { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .nav-icon { width: 44px; min-width: 44px; padding: 0; }
  .wordmark { font-size: 1.15rem; }
}

/* ---------- hero (photographic) ---------- */

.hero {
  position: relative;
  padding-top: clamp(var(--space-10), 5vw, var(--space-14));
  padding-bottom: clamp(var(--space-14), 7vw, var(--space-20));
  min-height: 86vh; min-height: 86svh;
  display: flex; align-items: center;
}
.hero-grid { width: 100%; max-width: var(--maxw); margin: 0 auto; }
.hero-inner { position: relative; z-index: 2; max-width: 22ch; }
.hero-title { margin-bottom: .55em; }
.hero-title .script {
  font-family: var(--script); font-style: normal; font-weight: 400;
  color: var(--accent);
  display: inline-block; line-height: 1; font-size: 1.18em;
  transform: translateY(.06em);
  margin: 0 .04em 0 .06em; padding: 0 .08em 0 0;
  will-change: transform;
}
.hero-title .char { display: inline-block; will-change: transform; }
.speed-wrap { position: relative; display: inline-block; padding-bottom: .12em; }
.underline {
  position: absolute; left: 0; bottom: -.12em; width: 100%; height: .16em;
  color: var(--accent); pointer-events: none; overflow: visible;
}
.hero-sub { font-size: 1.125rem; color: var(--muted); max-width: 40ch; }
.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-top: 2rem; }

.hero-panel { position: absolute; inset: 0; z-index: 0; }
.hero-ig {
  position: absolute; right: .9rem; bottom: .9rem; z-index: 3;
  display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; padding: 0 .9rem;
  border-radius: 999px; background: var(--chip-ground);
  color: var(--on-chip); text-decoration: none; font-size: 1rem; font-weight: 500;
  letter-spacing: .04em; backdrop-filter: blur(6px);
  transition: background-color 140ms var(--ease);
}
.hero-ig:hover { background: var(--chip-ground-hover); }
.hero-panel-inner { position: absolute; inset: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.5); transform-origin: 50% 100%; }
.hero-play { position: absolute; z-index: 5; top: 1rem; right: 1rem; background: var(--paper); color: var(--ink); }
.hero-play[hidden] { display: none; }
@media (min-width: 900px) { .hero-video { transform: scale(1.22); transform-origin: 50% 68%; } }
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    var(--paper) 16%,
    var(--veil-paper-strong) 44%,
    var(--veil-paper-soft) 82%);
}

@media (max-width: 899px) {
  .hero-ig { right: calc(var(--gutter) + .35rem); bottom: auto; top: calc(var(--gutter) + .35rem); }
  .hero { align-items: flex-end; min-height: 94svh; }
  .hero-inner { max-width: none; }
  .hero-title { font-size: clamp(2.4rem, 10.5vw, 3.4rem); }
  .hero-sub { font-size: 1.0625rem; }
  .hero-panel { inset: 0 calc(max(var(--gutter), (100% - var(--maxw)) / 2) * -1); }
}

@media (min-width: 900px) {
  .hero-grid {
    display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  }
  .hero-inner { max-width: none; }
  .hero-panel { position: relative; inset: auto; }
  .hero-panel-inner {
    position: relative; inset: auto;
    width: 100%; aspect-ratio: 9 / 16; max-height: 76vh; margin-left: auto;
    border-radius: var(--radius); overflow: hidden;
    background: var(--paper-2);
    box-shadow: var(--shadow);
    will-change: transform;
  }
  .hero-veil {
    background: linear-gradient(to top, var(--veil-ink-top) 0%, var(--veil-ink-clear) 46%);
  }
}

/* ---------- about (split studio row) ---------- */

.about {
  background: var(--paper-2);
  display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.about-photo { margin: 0; }
.about-photo img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 100%;
  border-radius: var(--radius); background: var(--taupe);
}
.about-text > :last-child { margin-bottom: 0; }
.about-text h2 { max-width: 16ch; }
.about-text .wedge {
  padding-top: var(--space-8);
  border-top: 1px solid var(--rule); color: var(--muted);
}
.about-text .wedge strong { color: var(--ink); font-weight: 600; }
.about-text .btn-chip { margin-top: var(--space-7); }

@media (min-width: 860px) {
  .about {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: clamp(2.5rem, 6vw, 5.5rem);
  }
}

/* ---------- work ---------- */

.work-head { position: relative; z-index: 1; margin: 0 0 1.5rem; max-width: 14ch; }
.reel-grid {
  display: grid; gap: clamp(1rem, 2.4vw, 1.75rem);
  grid-template-columns: minmax(0, 1fr);
}
@media (max-width: 759px) {
  .reel-grid {
    grid-auto-flow: column; grid-auto-columns: 72vw;
    grid-template-columns: none;
    overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--gutter);
    padding-bottom: .5rem;
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    scrollbar-width: none;
  }
  .reel-grid::-webkit-scrollbar { display: none; }
  .reel { scroll-snap-align: start; }
}
.reel { margin: 0; }
.reel-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--paper-2);
}
.reel video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.reel-toggle {
  position: absolute; left: .75rem; bottom: .75rem;
  min-height: 44px; padding: .5rem 1rem;
  border: 0; border-radius: 999px;
  background: var(--toggle-glass);
  color: var(--ink); font-family: var(--body); font-size: 1rem; font-weight: 500;
  cursor: pointer; backdrop-filter: blur(6px);
  transition: background-color 140ms var(--ease), transform 140ms var(--ease);
}
.reel-toggle:hover { background: var(--paper); }
.reel-toggle:active { transform: scale(.97); }
.reel figcaption {
  margin-top: .7rem; color: var(--muted);
  font-size: .8125rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase;
}

.reel-ig {
  display: inline-flex; align-items: center; gap: .45rem; min-height: 44px;
  margin-top: .15rem; color: var(--accent); text-decoration: none;
  font-size: 1rem; font-weight: 500;
  transition: color 140ms var(--ease);
}
.reel-ig span { box-shadow: inset 0 -1px 0 0 var(--taupe); transition: box-shadow 140ms var(--ease); }
.reel-ig:hover span { box-shadow: inset 0 -1px 0 0 var(--accent); }

@media (min-width: 760px) {
  .reel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
  .work-head { margin-bottom: 2rem; max-width: 20ch; }
  .reel:nth-child(2) { margin-top: 3rem; }
  .reel:nth-child(3) { margin-top: 1.25rem; }
}

/* ---------- photo band ---------- */

.band {
  position: relative; padding: 0;
  background: var(--ink);
}
.band-strip {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 100%;
  height: 62vh; min-height: 360px; max-height: 620px;
  overflow: hidden;
}
.band-strip img {
  width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 38%;
  opacity: .72; filter: saturate(.92);
}
.band-quote {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: var(--gutter);
  background: linear-gradient(to bottom, color-mix(in oklab, var(--ink) 10%, transparent), var(--veil) 52%, color-mix(in oklab, var(--ink) 10%, transparent));
}
.band-line {
  margin: 0; color: var(--paper);
  font-family: var(--display); font-style: normal;
  font-size: clamp(2.1rem, 5.2vw, 3.6rem); line-height: 1.1; letter-spacing: -0.02em;
  text-align: center; max-width: 18ch; padding: 0 .5rem;
  text-shadow: var(--text-shadow-soft);
}
@media (max-width: 759px) {
  .band-strip { height: 62vh; min-height: 340px; max-height: 560px; }
  .band-strip img:nth-child(n+3) { display: none; }
}
@media (min-width: 760px) {
  .band-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); height: 78vh; min-height: 520px; max-height: 760px; }
}

/* ---------- how it works (split studio row, own surface) ---------- */

.how {
  position: relative;
  padding-block: clamp(var(--space-16), 9vw, var(--space-28));
  background: var(--paper-2); color: var(--ink);
  display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.how h2 { color: var(--ink); max-width: 14ch; margin-bottom: .5em; }
.how p { color: var(--muted); margin: 0; max-width: 46ch; font-size: 1.125rem; }

.how-photo { margin: 0; }
.how-photo img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 70%;
  border-radius: var(--radius); background: var(--taupe);
}
@media (min-width: 860px) {
  .how { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
}

/* ---------- testimonial (one real review) ---------- */

.testimonial {
  background: var(--paper-2);
  padding-block: clamp(var(--space-12), 6vw, var(--space-16));
}
.testi-inner {
  margin: 0 auto; max-width: 42rem; text-align: center;
  padding-block: clamp(var(--space-8), 4vw, var(--space-12));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.testi-quote { margin: 0; }
.testi-quote p {
  margin: 0 auto; max-width: 34ch;
  font-family: var(--display); font-style: normal; font-weight: 400;
  color: var(--ink);
  font-size: clamp(1.45rem, 3.4vw, 2.1rem); line-height: 1.22; letter-spacing: -0.02em;
  text-wrap: balance;
}
.testi-by {
  margin-top: var(--space-6); color: var(--muted);
  font-family: var(--body); font-size: .8125rem; font-weight: 500;
  letter-spacing: .17em; text-transform: uppercase;
}

/* ---------- packages ---------- */

.packages { background: var(--paper-2); }
.pack-head { margin: 0 0 var(--space-10); }
.pack-head h2 { max-width: 16ch; }
.pack-deliverable { margin-top: var(--space-3); color: var(--muted); font-size: 1.0625rem; max-width: 58ch; }
.availability {
  margin-top: var(--space-2); color: var(--accent);
  font-size: 1rem; font-weight: 500;
}
.pack-grid {
  display: grid; gap: var(--space-5); grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 860px) {
  .pack-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
}
.pack {
  display: grid; grid-template-rows: auto auto auto auto auto auto 1fr;
  background: var(--paper); border: 1px solid var(--rule); border-radius: 6px;
  padding: clamp(var(--space-5), 2.4vw, var(--space-6));
}
.pack-still {
  margin: 0 0 var(--space-5); border-radius: 4px; overflow: hidden;
  background: var(--taupe);
}
.pack-still img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.pack-still-couple img { object-position: 50% 60%; }
.pack-still-veil img { object-position: 50% 60%; }
.pack h3 { margin-bottom: .25em; font-size: 1.5rem; line-height: 1.1; }
.pack-cover {
  margin: 0 0 var(--space-3); color: var(--muted);
  font-size: .8125rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase;
}
.pack-liner {
  margin: 0 0 var(--space-4); color: var(--ink);
  font-size: 1.0625rem; line-height: 1.5;
}
.pack .price {
  font-family: var(--display); font-size: 2.35rem; line-height: 1;
  color: var(--accent); margin: 0 0 var(--space-4);
}
.pack ul { margin: 0; padding: 0; list-style: none; }
.pack li {
  padding: .25rem 0; font-size: 1rem; line-height: 1.55; color: var(--muted);
  border: 0;
}
.pack .pack-note {
  margin: 0; align-self: end; padding-top: var(--space-6);
  font-size: 1rem; line-height: 1.5; color: var(--muted);
}

.addon {
  margin: var(--space-8) 0 0; width: 100%;
  display: flex; align-items: flex-start; justify-content: flex-start; gap: var(--space-5);
  padding: clamp(var(--space-5), 2.4vw, var(--space-6)) clamp(var(--space-5), 2.4vw, var(--space-7));
  background: var(--paper-glass); border-radius: 6px;
  border: 1px solid var(--rule);
  color: var(--muted);
}
.addon-text { min-width: 0; }
.addon p { margin: 0; font-size: 1.0625rem; line-height: 1.55; max-width: 62ch; }
.addon .addon-price { margin-top: var(--space-3); font-size: 1rem; color: var(--accent); font-weight: 500; }
.addon strong { color: var(--ink); font-weight: 600; }
/* Polaroid frame, drawn in CSS */
.polaroid {
  flex: none; position: relative;
  width: 40px; height: 47px;
  background: var(--paper);
  border: 1px solid var(--accent);
  border-radius: 2px;
  transform: rotate(-4deg);
}
.polaroid::before {
  content: ""; position: absolute; left: 5px; right: 5px; top: 5px; height: 28px;
  background: var(--accent); opacity: .72;
}
.polaroid::after {
  content: ""; position: absolute; left: 5px; bottom: 5px;
  width: 17px; height: 2px; background: var(--taupe);
}

.pack-cta {
  margin: clamp(var(--space-14), 7vw, var(--space-20)) 0 0;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: var(--space-6);
}
.pack-cta-line {
  margin: 0; max-width: 24ch;
  font-family: var(--display); font-weight: 400; letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem); line-height: 1.14; color: var(--ink);
}

/* ---------- good to know ---------- */

.gtk {
  margin: clamp(var(--space-14), 7vw, var(--space-20)) 0 0;
  display: grid; gap: clamp(var(--space-6), 4vw, var(--space-12)); align-items: center;
}
.gtk-photo { margin: 0; }
.gtk-photo img {
  width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center;
  border-radius: var(--radius); background: var(--taupe);
}
.gtk-head { margin-bottom: var(--space-5); }
.gtk-text ul { margin: 0; padding: 0; list-style: none; max-width: var(--measure); }
.gtk-text li {
  padding: 0 0 var(--space-5) var(--space-5); position: relative;
  color: var(--muted); line-height: 1.6; border: 0;
}
.gtk-text li:last-child { padding-bottom: 0; }
.gtk-text li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--muted); opacity: .55;
}
@media (min-width: 760px) {
  .gtk { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); align-items: center; }
  /* Preserve the original portrait instead of stretching a letterboxed image. */
  .gtk-photo { align-self: center; }
  .gtk-photo img {
    position: static;
    width: 100%; height: auto; aspect-ratio: 4 / 5;
  }
  .gtk-text { align-self: center; padding-block: 0; }
  .gtk-text ul {
    max-width: none; width: 100%;
    columns: 2; column-gap: clamp(var(--space-6), 3vw, var(--space-10));
    orphans: 1; widows: 1;
  }
  .gtk-text li { break-inside: avoid; }
}

/* film grain: the band only */
.band::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: .16; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}
.band-strip { position: relative; z-index: 1; }
.band-quote { z-index: 3; }

/* ---------- enquire: the dark closer ---------- */

.enquire {
  background: var(--ink); color: var(--on-ink);
  padding-block: clamp(var(--space-20), 11vw, var(--space-28));
  display: grid; gap: clamp(var(--space-8), 5vw, var(--space-12)); align-items: center;
}
.enquire-inner h2 { color: var(--paper); max-width: 12ch; }
.enquire-inner p { color: var(--on-ink); font-size: 1.125rem; }
.enquire-actions { display: flex; align-items: center; gap: var(--space-4); flex-wrap: wrap; margin-top: var(--space-8); }
.enquire .btn-primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.enquire .btn-primary:hover { background: var(--paper-lift); border-color: var(--paper-lift); color: var(--ink); }
.enquire .btn-chip { background: transparent; color: var(--on-ink); border-color: var(--rule-soft); }
.enquire .btn-chip:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.enquire-copy {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0 .35em;
  margin: var(--space-4) 0 0; font-size: 1rem; color: var(--on-ink);
}
.copy-mail {
  display: inline-flex; align-items: center; min-height: 44px; vertical-align: middle;
  background: none; border: 0; padding: 0; cursor: pointer; font: inherit;
  color: var(--paper); box-shadow: inset 0 -1px 0 0 var(--rule-soft);
  transition: box-shadow 140ms var(--ease);
}
.copy-mail:hover { box-shadow: inset 0 -1px 0 0 var(--paper); }
.copy-mail[data-done="1"] { box-shadow: none; color: var(--taupe); }

.enquire-photo { margin: 0; }
.enquire-photo img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 32%;
  background: var(--accent);
}
@media (min-width: 860px) {
  .enquire {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    align-items: stretch;
    padding-right: 0; padding-block: 0;
    gap: clamp(var(--space-10), 6vw, var(--space-16));
    min-height: 40rem;
  }
  .enquire-inner {
    align-self: center;
    padding-block: clamp(var(--space-20), 11vw, var(--space-28));
  }
  /* photo runs edge to edge on the right: no card, no shadow, no radius */
  .enquire-photo { align-self: center; display: flex; }
  .enquire-photo img { width: 100%; height: auto; aspect-ratio: 1334 / 1600; border-radius: 0; object-position: center; }
}

/* ---------- footer (Ft1), same chocolate as the closer ---------- */

.foot {
  background: var(--ink); color: var(--on-ink);
  padding: clamp(3rem, 6vw, 4.5rem) var(--gutter) clamp(2rem, 5vw, 3rem);
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .75rem 2rem;
}
.foot-mark { margin: 0; font-family: var(--display); font-size: 1.3rem; letter-spacing: -0.01em; color: var(--paper); }
.foot-mark span { color: var(--taupe); font-size: .8em; }
.foot-line { margin: 0; color: var(--on-ink); font-size: 1rem; }
.foot-line a {
  display: inline-flex; align-items: center; min-height: 44px; vertical-align: middle;
  text-decoration: none; box-shadow: inset 0 -1px 0 0 var(--rule-soft);
}
.foot-line a:hover { color: var(--paper); box-shadow: inset 0 -1px 0 0 var(--paper); }
.foot-credit { flex: 0 0 100%; width: 100%; max-width: none; margin: 1.25rem 0 0; font-size: .75rem; letter-spacing: .04em; color: var(--taupe); opacity: .7; }
.foot-credit a { color: inherit; text-decoration: none; }
.foot-credit a:hover { color: var(--on-ink); }

/* ---------- motion (JS-scoped, never traps content) ---------- */

.js .reveal { opacity: 0; transform: translateY(14px); }
.js .hero-title .char { will-change: transform; }

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

/* add-on: full width under the grid, its own reading measure inside */
@media (min-width: 860px) {
  .addon { width: 100%; }
}

/* ---------- pass D: mobile audit at 375 / 390 ---------- */

@media (max-width: 759px) {
  .hero-title { font-size: clamp(2.15rem, 9.4vw, 3rem); }
  .hero { min-height: 86svh; }
  .hero-sub { max-width: 34ch; }
  .hero-actions { margin-top: 1.5rem; gap: .9rem 1.25rem; }
  .hero-actions .btn { width: 100%; }

  /* reel strip: a real peek of the next reel, captions never clipped */
  .reel-grid { grid-auto-columns: 78vw; }
  .reel figcaption { overflow-wrap: anywhere; margin-top: .5rem; }
  /* the whole card (frame + caption + link) has to land above the sticky bar,
     so the 9:16 frame gives back height on short phones instead of the caption */
  .reel video { max-height: calc(100svh - 21rem); }
  .reel-ig { margin-top: 0; }

  .band-line { font-size: clamp(1.6rem, 7.4vw, 2.2rem); max-width: 14ch; }

  .pack-grid { gap: var(--space-5); }
  .pack .pack-note { padding-top: var(--space-5); }
  .addon { margin-top: var(--space-5); }
  .pack-cta { margin-top: var(--space-12); }
  .pack-cta .btn { width: 100%; }
  .gtk { margin-top: var(--space-12); }

  .enquire-actions { flex-direction: column; align-items: stretch; gap: var(--space-3); }
  .enquire-actions .btn { width: 100%; }

  /* keep the sticky bar off the last thing on every block */
  .packages, .how { padding-bottom: calc(clamp(var(--space-16), 9vw, var(--space-28)) + 12px); }
  .enquire { padding-bottom: calc(var(--space-16) + 80px); }
  .enquire-photo img { aspect-ratio: 1334 / 1600; object-position: center; }
}

/* sticky mobile "say hi" bar: fixed, no layout shift, phone only */
.saybar { display: none; }
@media (max-width: 859px) {
  .saybar[hidden] { display: none; }
  .saybar {
    display: block;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    padding: 0 var(--gutter) env(safe-area-inset-bottom);
    background: color-mix(in oklab, var(--paper) 92%, transparent);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--bar-hairline);
  }
  .saybar-btn {
    display: flex; align-items: center; justify-content: center;
    height: 56px; width: 100%;
    background: var(--accent); color: var(--paper);
    border-radius: 999px; margin: 0 0 6px;
    text-decoration: none; font-weight: 500; font-size: 1rem;
  }
  .saybar-btn:active { transform: scale(.99); }
  /* keep the bar clear of the reel sound buttons and the footer */
  .work { padding-bottom: calc(clamp(var(--space-16), 9vw, var(--space-28)) + 72px); }
  .foot { padding-top: clamp(2.5rem, 8vw, 3.5rem); padding-bottom: calc(3rem + 72px); }
}

/* how, testimonial and packages share the paper-2 ground: do not double the padding between them */
.how { padding-bottom: clamp(var(--space-10), 5vw, var(--space-16)); }
.how + .testimonial { padding-top: clamp(var(--space-10), 5vw, var(--space-16)); }
.testimonial + .packages { padding-top: clamp(var(--space-10), 5vw, var(--space-16)); }

/* QA follow-through: motion choice, clear anchor landings, and dark-section focus. */
section[id] { scroll-margin-top: 88px; }
.motion-toggle {
  min-height: 44px; padding: 8px; border: 0; background: transparent;
  color: var(--ink); font: inherit; font-size: .875rem; white-space: nowrap; cursor: pointer;
}
.motion-toggle:hover { text-decoration: underline; }
.motion-toggle:active { opacity: .75; }
.enquire :focus-visible, .foot :focus-visible { outline-color: var(--paper); }
.foot-credit a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 420px) {
  .motion-toggle { font-size: .75rem; padding-inline: 4px; }
  .copy-mail { font-size: .875rem; }
}
@media (max-width: 359px) {
  .nav-icon[href*="instagram.com"] { display: none; }
}
