:root{
  --accent:#2c5282;
  --dark:#1a1f2e;
  --light:#f4ede0;
  --font:'Fraunces',system-ui,sans-serif;
  --radius:10px;
  --heading-transform:uppercase;
  --heading-spacing:0.02em;
}
/* pipeline typographic safety */
img,svg,video,canvas{max-width:100%;height:auto;}
h1,h2,h3,h4,h5,h6,.footer-mark,.footer-wordmark,.footer-brand{text-wrap:balance;overflow-wrap:break-word;}
p,li,blockquote,figcaption,dd,dt{text-wrap:pretty;}
body{overflow-wrap:break-word;}
a,cite,code,.label{overflow-wrap:anywhere;}
main :where(section,article,div,ul,ol,li){min-width:0;}
/* Minimal Boutique — the most restrained template in the set. Character comes
   from an oversized centered display serif, huge whitespace, a single wide
   letter-spaced caps LABEL ROLE, one quiet accent, and a large calm wordmark
   footer that bookends the hero — NOT from texture. Palette, font and corner
   radius arrive as CSS custom properties injected at render time (:root block
   prepended above this file). Dark neutral is reserved for the closing band
   and footer only. Everything renders without JS. */

:root {
  --line: color-mix(in srgb, var(--dark) 12%, transparent);
  --line-soft: color-mix(in srgb, var(--dark) 7%, transparent);
  --tint: color-mix(in srgb, var(--dark) 4%, var(--light));
  --ink-soft: color-mix(in srgb, var(--dark) 52%, var(--light));
  --on-dark: color-mix(in srgb, var(--light) 64%, var(--dark));
  --grain: 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='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.38'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--dark);
  background: var(--light);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

/* A whisper of grain so no surface reads as flat — invisible until you look. */
body::after { content: ""; position: fixed; inset: 0; background-image: var(--grain); opacity: .02; mix-blend-mode: multiply; pointer-events: none; z-index: 9999; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 44px); }

/* ── Label role: wide letter-spaced caps (the one micro-text voice) ──── */
.eyebrow,
.nav-links li:not(.nav-cta-li) a,
.trust-ticker,
.trust-checklist,
.portfolio-tag,
.stat-label,
.review cite,
.about-badge,
.footer-col h4,
.footer-legal {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* ── Type ─────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1.08;
  text-transform: var(--heading-transform);
  letter-spacing: var(--heading-spacing);
  margin: 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.72rem;
  color: var(--accent);
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 26px; height: 1px;
  background: color-mix(in srgb, var(--accent) 55%, transparent);
}
.section-title {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  text-align: center;
  margin: 0 auto clamp(48px, 7vw, 68px);
  padding-bottom: 24px;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  width: 30px; height: 1px;
  transform: translateX(-50%);
  background: var(--accent);
}

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 30px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 200ms cubic-bezier(.2,.7,.2,1), background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}
.btn-lg { min-height: 54px; padding: 16px 38px; font-size: 0.84rem; }
.btn-accent { background: var(--accent); color: var(--light); border-color: var(--accent); }
.btn-accent:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--accent) 84%, black); border-color: color-mix(in srgb, var(--accent) 84%, black); }
.btn-ghost { background: transparent; color: currentColor; border-color: color-mix(in srgb, currentColor 32%, transparent); }
.btn-ghost:hover { transform: translateY(-2px); border-color: currentColor; }
:where(a, button):focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ── Header / nav ─────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 42px; /* the publisher pins a 42px banner above the page */
  z-index: 900;
  background: color-mix(in srgb, var(--light) 86%, transparent);
  backdrop-filter: saturate(140%) blur(9px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.wordmark { font-weight: 500; font-size: 1rem; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; }
.nav { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.nav-links li:not(.nav-cta-li) a { position: relative; text-decoration: none; font-size: 0.7rem; padding: 6px 0; transition: color 160ms ease; }
.nav-links li:not(.nav-cta-li) a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 220ms cubic-bezier(.2,.7,.2,1);
}
.nav-links li:not(.nav-cta-li) a:hover { color: var(--accent); }
.nav-links li:not(.nav-cta-li) a:hover::after { transform: scaleX(1); }
.nav-cta-li a { color: var(--light); text-decoration: none; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 0;
  background: none; border: none; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; width: 24px; background: var(--dark); transition: transform 200ms ease, opacity 200ms ease; }

section { scroll-margin-top: 132px; } /* banner + sticky header */

/* ── Hero (centered, light, gallery-like) ────────────────────────── */
.hero { background: var(--light); color: var(--dark); text-align: center; }
.hero-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(96px, 16vw, 184px) 0 clamp(56px, 9vw, 88px);
}
.eyebrow { margin-bottom: 30px; }
.hero-title { font-size: clamp(2.8rem, 8vw, 5.8rem); line-height: 1.02; max-width: 15ch; }
.hero-subline { font-size: clamp(1.04rem, 1.8vw, 1.24rem); max-width: 44ch; margin: 30px 0 0; color: var(--ink-soft); line-height: 1.6; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 44px; }
.hero-media { width: 100%; margin-top: clamp(48px, 8vw, 88px); }
.hero-media img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; } /* full-bleed frame: no radius against the viewport edge */

/* ── Trust (quiet text-only band — hairline framed, NO pills) ───────── */
.trust {
  padding: clamp(40px, 6vw, 60px) 0;
  text-align: center;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.trust-ticker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.trust-ticker span { display: inline-flex; align-items: center; }
.trust-ticker span:not(:last-child)::after {
  content: "·";
  margin: 0 clamp(14px, 2.4vw, 28px);
  color: var(--accent);
  font-weight: 700;
}
.trust-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 56px; }
.trust-stat { font-size: clamp(1.05rem, 2vw, 1.4rem); font-weight: 500; letter-spacing: 0.01em; }
.trust-proof {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  max-width: 30ch;
  margin: 0 auto;
}
.trust-checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 40px;
  list-style: none;
  margin: 0; padding: 0;
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.trust-checklist li { display: inline-flex; align-items: center; gap: 11px; }
.trust-checklist li::before {
  content: "";
  width: 11px; height: 6px;
  border-left: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(-45deg);
}

/* ── Services (spare numbered index, heavy air, hairlines only) ─────── */
.services { padding: clamp(96px, 14vw, 156px) 0; text-align: center; }
.service-list { list-style: none; margin: 0 auto; padding: 0; max-width: 620px; }
.service-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: clamp(48px, 6vw, 64px) 0;
  border-top: 1px solid var(--line-soft);
}
.service-row:last-child { border-bottom: 1px solid var(--line-soft); }
.service-index { font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 300; color: var(--accent); line-height: 1; font-feature-settings: "lnum" 1; }
.service-name { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.service-descriptor { margin: 0; max-width: 50ch; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }

/* ── Portfolio (the work leads — a big, spare editorial gallery. Right
   column drops to a brick offset for the magazine cascade; captions sit
   quiet beneath each frame, serif title and one caps tag) ───────────── */
.portfolio { padding: clamp(96px, 14vw, 156px) 0 clamp(80px, 12vw, 132px); }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 6vw, 76px) clamp(20px, 3vw, 40px); }
.portfolio-item { margin: 0; }
.portfolio-item:nth-child(even) { margin-top: clamp(0px, 6vw, 72px); }
.portfolio-figure { overflow: hidden; border-radius: var(--radius); background: var(--tint); }
.portfolio-figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.portfolio-item:hover .portfolio-figure img { transform: scale(1.035); }
.portfolio-cap { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; margin-top: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.portfolio-title { font-size: clamp(1.16rem, 1.9vw, 1.5rem); line-height: 1.15; }
.portfolio-tag { font-size: 0.64rem; color: var(--accent); white-space: nowrap; }

/* ── Packages (session tiers — hairline-topped columns, no cards, no
   prices. The flagship carries a single accent rule up top) ─────────── */
.packages { padding: clamp(96px, 14vw, 156px) 0; text-align: center; background: var(--tint); }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 4vw, 56px); max-width: 1000px; margin: 0 auto; text-align: left; }
.package { border-top: 1px solid var(--line); padding-top: clamp(28px, 3vw, 40px); }
.package:first-child { border-top: 2px solid var(--accent); }
.package-name { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.package-summary { margin: 16px 0 28px; color: var(--ink-soft); font-size: 1rem; line-height: 1.62; }
.package-features { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.package-features li { position: relative; padding-left: 26px; font-size: 0.98rem; line-height: 1.5; }
.package-features li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 11px; height: 6px;
  border-left: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(-45deg);
}

/* ── Proof (tinted band — distinct from the hairline trust band) ────── */
.proof { padding: clamp(96px, 14vw, 156px) 0; text-align: center; background: var(--tint); }

.stat-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 72px; }
.stat { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.stat-value { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 300; color: var(--accent); line-height: 1; }
.stat-label { font-size: 0.68rem; color: var(--ink-soft); }

.review-list { display: flex; flex-direction: column; gap: clamp(48px, 7vw, 72px); max-width: 660px; margin: 0 auto; }
.review { margin: 0; padding: 0; }
.review::before { content: "\201C"; display: block; font-family: var(--font); font-size: 3rem; color: color-mix(in srgb, var(--accent) 60%, transparent); line-height: .6; margin-bottom: 18px; }
.review p { margin: 0 0 20px; font-size: clamp(1.16rem, 2.1vw, 1.5rem); font-style: italic; font-weight: 400; line-height: 1.5; }
.review cite { font-style: normal; font-size: 0.68rem; color: var(--ink-soft); }

.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 8px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }

/* ── About ────────────────────────────────────────────────────────── */
.about { padding: clamp(96px, 14vw, 156px) 0; text-align: center; }
.about-inner { max-width: 620px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.about p { margin: 0; max-width: 56ch; font-size: clamp(1.06rem, 1.7vw, 1.2rem); line-height: 1.75; color: var(--ink-soft); }
.about-badge { display: inline-flex; align-items: center; gap: 12px; font-size: 0.7rem; color: var(--accent); }
.about-badge::before { content: ""; width: 24px; height: 1px; background: var(--accent); }

/* ── Final CTA (dark bookend) ────────────────────────────────────── */
.final-cta { background: var(--dark); color: var(--light); padding: clamp(104px, 16vw, 180px) 0; text-align: center; }
.final-title { font-size: clamp(2.3rem, 5.2vw, 3.8rem); line-height: 1.04; max-width: 18ch; margin: 0 auto; }
.final-sentence { font-size: clamp(1.04rem, 1.7vw, 1.18rem); max-width: 44ch; margin: 26px auto 0; color: var(--on-dark); line-height: 1.6; }
.final-buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 48px; }
.final-cta .btn-ghost { color: var(--light); border-color: color-mix(in srgb, var(--light) 34%, transparent); }
.final-cta .btn-ghost:hover { border-color: var(--light); }

/* ── Footer (large quiet wordmark bookends the hero) ─────────────── */
.site-footer { background: color-mix(in srgb, var(--dark) 95%, black); color: var(--light); padding: clamp(76px, 10vw, 112px) 0 34px; overflow: hidden; }
.footer-wordmark {
  font-size: clamp(3rem, 13vw, 8rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -0.01em;
  color: color-mix(in srgb, var(--light) 86%, var(--dark));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: clamp(36px, 4vw, 48px);
  border-top: 1px solid color-mix(in srgb, var(--light) 15%, transparent);
}
.footer-tagline { margin: 0; max-width: 34ch; color: var(--on-dark); font-size: 0.96rem; line-height: 1.65; }
.footer-col h4 { font-size: 0.66rem; color: var(--accent); margin: 0 0 18px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-col a { text-decoration: none; color: var(--on-dark); font-size: 0.94rem; transition: color 200ms ease; }
.footer-col a:hover { color: var(--accent); }
.footer-col li { color: var(--on-dark); font-size: 0.94rem; }
.footer-legal { margin-top: clamp(40px, 5vw, 56px); font-size: 0.66rem; color: color-mix(in srgb, var(--light) 46%, var(--dark)); }

/* ── Scroll reveal (hidden state added by JS only, never at rest) ──── */
.reveal-init { opacity: 0; transform: translateY(16px); }
.reveal-in { opacity: 1; transform: none; transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); }

/* ── Orchestrated hero page-load (pure CSS, degrades to visible) ───── */
@media (prefers-reduced-motion: no-preference) {
  .hero-inner > * { animation: rise .8s cubic-bezier(.2,.7,.2,1) both; }
  .hero-inner > *:nth-child(1) { animation-delay: .05s; }
  .hero-inner > *:nth-child(2) { animation-delay: .14s; }
  .hero-inner > *:nth-child(3) { animation-delay: .23s; }
  .hero-inner > *:nth-child(4) { animation-delay: .32s; }
  .hero-media { animation: rise .9s cubic-bezier(.2,.7,.2,1) .3s both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ── Tablet ───────────────────────────────────────────────────────── */
@media (max-width: 820px) {
  .packages-grid { grid-template-columns: 1fr; max-width: 460px; }
}

/* ── Mobile ───────────────────────────────────────────────────────── */
@media (max-width: 700px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--light);
    border-bottom: 1px solid var(--line);
    padding: 8px clamp(24px, 5vw, 44px) 20px;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 6px 0; }
  .nav-links li:not(.nav-cta-li) a { display: block; padding: 12px 0; min-height: 44px; }
  .nav-links li:not(.nav-cta-li) a::after { display: none; }
  .nav-cta-li a { display: inline-flex; margin-top: 10px; }
  .header-inner { position: relative; }

  .hero-ctas { flex-direction: column; width: 100%; }
  .portfolio-grid { grid-template-columns: 1fr; gap: clamp(40px, 9vw, 56px); }
  .portfolio-item:nth-child(even) { margin-top: 0; }
  .portfolio-cap { gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn, .final-buttons .btn { width: 100%; }
}
