/* ============================================
   Kristen McKelvie Photography
   Shared stylesheet — 2026 redesign
   Photo-first editorial. Cormorant Garamond + Quicksand.
   ============================================ */

/* Cormorant Garamond + Quicksand load from Google Fonts via <link> in each page head. */

/* ---- Design tokens ---- */
:root {
  --slate:        #5f6470;
  --slate-soft:   #7c818c;
  --cream:        #f5f5f5;
  --offwhite:     #efefef;
  --white:        #ffffff;
  --rose:         #ebcdd3;
  --rose-ink:     #b9909a;
  --blush-pale:   #f6eaec;
  --taupe:        #c8c8c8;

  --font-serif:   "Cormorant Garamond", Georgia, serif;
  --font-sans:    "Quicksand", -apple-system, BlinkMacSystemFont, sans-serif;

  --maxw:         1180px;
}

/* ---- Reset ---- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  color: var(--slate);
  background: var(--cream);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---- Typography helpers ---- */
.eyebrow {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--slate);
}
.eyebrow-rose { color: var(--rose-ink); }
.display {
  font-family: var(--font-serif);
  font-weight: 300;
  font-style: italic;
  line-height: 1.12;
  color: var(--slate);
}
.section-pad { padding: 6.5rem 1.5rem; }
.wrap { max-width: var(--maxw); margin: 0 auto; }
.center { text-align: center; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2.6rem;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn-slate { background: var(--slate); color: var(--cream); border-color: var(--slate); }
.btn-slate:hover { background: transparent; color: var(--slate); }
.btn-ghost { border-color: rgba(255,255,255,0.85); color: var(--white); background: rgba(255,255,255,0.06); }
.btn-ghost:hover { background: var(--white); color: var(--slate); }
.btn-outline { background: transparent; color: var(--slate); border-color: var(--slate); }
.btn-outline:hover { background: var(--slate); color: var(--cream); }

.text-link {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--slate);
  border-bottom: 1px solid var(--rose);
  padding-bottom: 3px;
  transition: border-color 0.25s ease;
}
.text-link:hover { border-color: var(--slate); }

/* ============================================
   HEADER / NAV
   ============================================ */
.hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2.4rem;
  background: var(--cream);
  position: relative;
}
.hdr .logo-link { display: inline-flex; }
.hdr img.logo { height: 52px; width: auto; }
.hdr nav { display: flex; gap: 2.1rem; }
.hdr nav a {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--slate);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.hdr nav a:hover,
.hdr nav a.active { border-bottom-color: var(--rose); }

/* Mobile nav toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span {
  display: block; width: 24px; height: 1.5px;
  background: var(--slate); margin: 5px 0;
  transition: all 0.3s ease;
}

/* ============================================
   HERO (home)
   ============================================ */
.hero { position: relative; height: 88vh; min-height: 540px; overflow: hidden; }
.hero > img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(45,48,58,0.55) 0%, rgba(45,48,58,0.18) 24%, rgba(45,48,58,0) 46%, rgba(45,48,58,0) 64%, rgba(45,48,58,0.55) 100%);
}
.hero-text {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  text-align: center; color: var(--white); padding: 4.5rem 1.5rem 3.4rem;
}
.hero-top { display: flex; flex-direction: column; align-items: center; }
.hero-text .eyebrow { color: var(--white); text-shadow: 0 1px 10px rgba(0,0,0,0.6); margin-bottom: 1.3rem; letter-spacing: 0.38em; }
.hero-text h1 {
  font-family: var(--font-serif); font-weight: 400; font-style: italic;
  font-size: clamp(3rem, 6vw, 5.4rem); line-height: 1.08;
  text-shadow: 0 2px 28px rgba(0,0,0,0.6), 0 1px 5px rgba(0,0,0,0.45);
}
.hero-text .btn { margin: 0; }

/* ============================================
   PAGE BANNER (inner pages)
   ============================================ */
.page-banner {
  position: relative; min-height: 46vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  overflow: hidden; background-color: var(--taupe);
}
.page-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-banner::after { content: ""; position: absolute; inset: 0; background: rgba(45,48,58,0.32); }
.page-banner .banner-text { position: relative; z-index: 2; color: var(--white); padding: 0 1.5rem; }

/* Plain banner — no photo, soft blush band, slate text (e.g. Headshots) */
.page-banner.plain { background: var(--blush-pale); min-height: 38vh; }
.page-banner.plain::after { display: none; }
.page-banner.plain .banner-text { color: var(--slate); }
.page-banner.plain .eyebrow { color: var(--rose-ink); text-shadow: none; }
.page-banner.plain h1 { color: var(--slate); text-shadow: none; }
.page-banner .eyebrow { color: var(--white); text-shadow: 0 1px 8px rgba(0,0,0,0.5); margin-bottom: 0.8rem; }
.page-banner h1 {
  font-family: var(--font-serif); font-weight: 300; font-style: italic;
  font-size: clamp(2.6rem, 5.2vw, 4.4rem); line-height: 1.1;
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}

/* ============================================
   SECTION INTRO (centered eyebrow + display heading + lead)
   ============================================ */
.intro { text-align: center; max-width: 760px; margin: 0 auto; }
.intro .eyebrow { margin-bottom: 0.6rem; }
.intro h2 {
  font-family: var(--font-serif); font-weight: 300; font-style: italic;
  font-size: clamp(2.2rem, 4.2vw, 3.3rem); line-height: 1.2;
}
.intro .lead { font-size: 1.08rem; line-height: 2.05; color: var(--slate-soft); max-width: 620px; margin: 1.6rem auto 0; }
/* Standalone centered lead paragraphs (outside .intro) need auto side margins
   so the max-width box itself centers, not just the text inside it. */
.lead.center { margin-left: auto; margin-right: auto; }

/* ============================================
   FILM STRIP (home)
   ============================================ */
.strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; background: var(--cream); padding: 4px 0; }
.strip .ph { aspect-ratio: 3/4; overflow: hidden; }
.strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.strip .ph:hover img { transform: scale(1.04); }
.strip .bw img { filter: grayscale(1); }

/* ============================================
   STATEMENT (home)
   ============================================ */
.statement { text-align: center; padding: 6.5rem 1.5rem; max-width: 760px; margin: 0 auto; }
.statement h2 {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: clamp(2.1rem, 4vw, 3.1rem); line-height: 1.3; margin-bottom: 1.8rem; color: var(--slate);
}
.statement p { font-size: 1.12rem; line-height: 2.1; color: var(--slate-soft); max-width: 600px; margin: 0 auto; }

/* ============================================
   SESSION CARDS (home + services)
   ============================================ */
.sessions-head { text-align: center; padding: 0 1.5rem 3.2rem; }
.sessions-head .eyebrow { color: var(--rose-ink); }
.sessions-head h2 {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem); line-height: 1.15; margin-top: 0.5rem;
}
.sess-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.sess-card { display: block; text-decoration: none; }
.sess-photo { aspect-ratio: 4/5; overflow: hidden; }
.sess-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.sess-card:hover .sess-photo img { transform: scale(1.045); }
.sess-card.bw .sess-photo img { filter: grayscale(1); }
.sess-cap { text-align: center; padding: 1.5rem 0.5rem 0; }
.sess-cap .badge { font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--rose-ink); display: block; margin-bottom: 0.5rem; min-height: 0.9em; }
.sess-cap .name { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 2.1rem; line-height: 1.1; color: var(--slate); }
.sess-cap .facts { font-size: 0.82rem; letter-spacing: 0.04em; color: var(--slate-soft); margin: 0.7rem 0 0.5rem; }
.sess-cap .price { font-weight: 300; font-size: 1.2rem; letter-spacing: 0.05em; }
.sess-cap .details { display: inline-block; font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; margin-top: 1rem; padding-bottom: 3px; border-bottom: 1px solid var(--rose); transition: border-color 0.2s; }
.sess-card:hover .details { border-color: var(--slate); }

/* ============================================
   HEADSHOTS CALLOUT BAND (home)
   ============================================ */
.hs-banner { background: var(--blush-pale); text-align: center; padding: 2.6rem 1.5rem; margin-top: 5rem; }
.hs-banner .line { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 1.6rem; color: var(--slate); }
.hs-banner .sub { font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; margin-top: 0.6rem; }
.hs-banner .sub a { text-decoration: none; border-bottom: 1px solid var(--rose); padding-bottom: 2px; }

/* ============================================
   BREAKER (full-bleed photo + line)
   ============================================ */
.breaker { position: relative; height: 62vh; min-height: 380px; overflow: hidden; margin-top: 5rem; }
.breaker > img { width: 100%; height: 100%; object-fit: cover; }
.breaker::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(45,48,58,0.30), rgba(45,48,58,0.42)); }
.breaker .cap { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--white); padding: 0 1.5rem; }
.breaker .cap .eyebrow { color: var(--white); letter-spacing: 0.4em; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.breaker .cap h3 { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(2rem, 3.6vw, 2.9rem); margin-top: 0.8rem; text-shadow: 0 2px 18px rgba(0,0,0,0.55); }

/* ============================================
   TESTIMONIALS (Kind Words grid)
   ============================================ */
.quotes { max-width: 1060px; margin: 0 auto; padding: 6.5rem 1.5rem; text-align: center; }
.quotes .eyebrow { color: var(--rose-ink); margin-bottom: 3.4rem; }
.quotes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.4rem 4.5rem; }
.quote { display: flex; flex-direction: column; align-items: center; }
.quote p { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 1.28rem; line-height: 1.65; color: var(--slate); }
.quote .who { display: block; font-family: var(--font-sans); font-style: normal; font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--slate-soft); margin-top: 1.2rem; }
.quote .div { width: 28px; height: 1px; background: var(--rose); margin: 1.2rem auto 0; }

/* ============================================
   ABOUT
   ============================================ */
.about { display: grid; grid-template-columns: 1fr 1.15fr; max-width: 1080px; margin: 0 auto; padding: 6.5rem 1.5rem; gap: 4rem; align-items: center; }
.about .photo { aspect-ratio: 3/4; overflow: hidden; background: var(--white); padding: 10px; box-shadow: 0 3px 24px rgba(95,100,112,0.13); }
.about .photo img { width: 100%; height: 100%; object-fit: cover; }
.about .eyebrow { color: var(--rose-ink); margin-bottom: 1.1rem; }
.about h2 { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1.1; margin-bottom: 1.2rem; }
.about p { margin-bottom: 1rem; line-height: 2; color: var(--slate-soft); }
.about .text-link { margin-top: 0.6rem; }

/* Belief band */
.belief { background: var(--blush-pale); text-align: center; padding: 6rem 1.5rem; }
.belief .eyebrow { color: var(--rose-ink); margin-bottom: 1.2rem; }
.belief p { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.5; color: var(--slate); max-width: 760px; margin: 0 auto; }

/* ============================================
   CTA BAND
   ============================================ */
.cta { background: var(--blush-pale); text-align: center; padding: 6.5rem 1.5rem; }
.cta h2 { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 1.12; color: var(--slate); }
.cta .eyebrow { margin: 1.3rem 0 2.4rem; }

/* ============================================
   FOOTER
   ============================================ */
.ftr { text-align: center; padding: 3.6rem 1.5rem 2.6rem; background: var(--cream); }
.ftr .name { font-size: 1rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 400; }
.ftr .sub { font-size: 0.6rem; letter-spacing: 0.4em; text-transform: uppercase; opacity: 0.65; margin: 0.4rem 0 1.4rem; }
.ftr ul { list-style: none; display: flex; justify-content: center; gap: 1.6rem; flex-wrap: wrap; }
.ftr a { font-size: 0.64rem; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; opacity: 0.85; transition: opacity 0.2s; }
.ftr a:hover { opacity: 1; }
.ftr .fine { font-size: 0.6rem; opacity: 0.5; margin-top: 1.6rem; letter-spacing: 0.1em; }

/* ============================================
   GALLERY LANDING — family album cards
   ============================================ */
.family-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 0 4px 4px;
  max-width: 1400px;
  margin: 0 auto;
}
.family-card {
  display: block; position: relative; aspect-ratio: 3/4;
  overflow: hidden; text-decoration: none;
}
.family-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.family-card:hover img { transform: scale(1.05); }
.family-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(45,48,58,0) 45%, rgba(45,48,58,0.5)); opacity: 0; transition: opacity 0.35s ease; }
.family-card:hover::after, .family-card:focus-within::after { opacity: 1; }
.family-card .name {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem); color: var(--white);
  opacity: 0; transition: opacity 0.35s ease; padding: 1rem;
  text-shadow: 0 2px 14px rgba(0,0,0,0.5);
}
.family-card:hover .name, .family-card:focus-within .name { opacity: 1; }

/* ============================================
   ALBUM PAGE — photo grid + lightbox
   ============================================ */
.album-grid { column-count: 3; column-gap: 6px; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.album-grid .album-item { width: 100%; margin-bottom: 6px; break-inside: avoid; cursor: zoom-in; overflow: hidden; }
.album-grid .album-item img { width: 100%; display: block; transition: transform 0.6s ease, filter 0.3s ease; }
.album-grid .album-item:hover img { transform: scale(1.03); }
.album-grid.bw .album-item img { filter: grayscale(1); }
@media (max-width: 860px) { .album-grid { column-count: 2; } }
@media (max-width: 520px) { .album-grid { column-count: 1; } }

/* Headshots portfolio — uniform contact-sheet grid (even rows & columns) */
.album-grid.headshots-grid {
  column-count: initial;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  max-width: 1080px;
}
.album-grid.headshots-grid .album-item { margin-bottom: 0; aspect-ratio: 3/4; }
.album-grid.headshots-grid .album-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
}
@media (max-width: 900px) { .album-grid.headshots-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .album-grid.headshots-grid { grid-template-columns: repeat(2, 1fr); } }

.album-nav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; max-width: 1180px; margin: 0 auto; padding: 4rem 1.5rem 1rem; }
.album-nav a { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; color: var(--slate); border-bottom: 1px solid var(--rose); padding-bottom: 2px; transition: border-color 0.2s, color 0.2s; }
.album-nav a:hover { color: var(--rose-ink); }
.album-nav .all { color: var(--slate-soft); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(30,32,38,0.94);
  display: none; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s ease;
}
.lightbox.open { display: flex; opacity: 1; }
.lightbox img { max-width: 90vw; max-height: 86vh; object-fit: contain; box-shadow: 0 10px 50px rgba(0,0,0,0.5); }
.lightbox.bw img { filter: grayscale(1); }
.lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: rgba(255,255,255,0.85); cursor: pointer;
  font-size: 2.6rem; line-height: 1; padding: 1rem 1.4rem; transition: color 0.2s;
  font-family: var(--font-serif);
}
.lb-btn:hover { color: var(--white); }
.lb-prev { left: 0.5rem; }
.lb-next { right: 0.5rem; }
.lb-close {
  position: absolute; top: 1rem; right: 1.4rem;
  background: none; border: none; color: rgba(255,255,255,0.85); cursor: pointer;
  font-size: 2rem; line-height: 1; padding: 0.5rem; transition: color 0.2s;
}
.lb-close:hover { color: var(--white); }
.lb-count { position: absolute; bottom: 1.2rem; left: 0; right: 0; text-align: center; color: rgba(255,255,255,0.7); font-size: 0.7rem; letter-spacing: 0.2em; }
@media (max-width: 600px) { .lb-btn { font-size: 2rem; padding: 0.6rem 0.7rem; } }

/* ============================================
   SERVICES — session detail blocks
   ============================================ */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; max-width: 1080px; margin: 0 auto; padding: 4rem 1.5rem; }
.svc-detail:nth-child(even) .svc-photo { order: 2; }
.svc-photo { aspect-ratio: 4/5; overflow: hidden; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; }
.svc-photo.bw img { filter: grayscale(1); }
.svc-body .eyebrow { color: var(--rose-ink); margin-bottom: 0.8rem; }
.svc-body h3 { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 2.4rem; line-height: 1.1; margin-bottom: 0.4rem; }
.svc-body .price-line { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate-soft); margin-bottom: 1.2rem; }
.svc-body p { color: var(--slate-soft); line-height: 1.95; margin-bottom: 1.2rem; }
.svc-body ul { list-style: none; }
.svc-body li { position: relative; padding-left: 1.4rem; line-height: 1.9; }
.svc-body li::before { content: ""; position: absolute; left: 0; top: 0.85em; width: 7px; height: 7px; background: var(--rose); border-radius: 50%; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 1000px; margin: 0 auto; }
.step { text-align: center; }
.step .num { font-family: var(--font-serif); font-style: italic; font-size: 3rem; color: var(--rose-ink); line-height: 1; margin-bottom: 0.6rem; }
.step h3 { font-family: var(--font-sans); font-weight: 400; font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 0.6rem; }
.step p { font-size: 0.95rem; line-height: 1.9; color: var(--slate-soft); }

/* ============================================
   FAQ
   ============================================ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--taupe); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left; cursor: pointer;
  padding: 1.4rem 0; font-family: var(--font-sans); font-weight: 400; font-size: 0.92rem;
  letter-spacing: 0.02em; color: var(--slate);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q .icon { font-family: var(--font-serif); font-size: 1.4rem; transition: transform 0.3s ease; color: var(--rose-ink); }
.faq-q[aria-expanded="true"] .icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { font-size: 0.95rem; line-height: 1.9; color: var(--slate-soft); padding: 0 0 1.4rem; }

/* ============================================
   HEADSHOTS — two-tier cards
   ============================================ */
.tier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; max-width: 880px; margin: 0 auto; }
.tier { background: var(--white); padding: 3rem 2rem; text-align: center; position: relative; }
.tier.featured { background: var(--blush-pale); }
.tier .badge { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--rose-ink); display: block; margin-bottom: 0.8rem; min-height: 0.9em; }
.tier .name { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 2.4rem; line-height: 1.1; }
.tier .kicker { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--slate-soft); margin: 0.6rem 0 1.2rem; }
.tier .price { font-weight: 300; font-size: 1.6rem; margin-bottom: 1.4rem; }
.tier ul { list-style: none; }
.tier li { font-size: 0.92rem; padding: 0.4rem 0; color: var(--slate-soft); }

/* ============================================
   FORMS (contact)
   ============================================ */
.form-grid { max-width: 620px; margin: 0 auto; display: grid; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field label { display: block; font-family: var(--font-sans); font-weight: 400; font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 0.5rem; color: var(--slate-soft); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-sans); font-size: 0.9rem; color: var(--slate);
  background: var(--white); border: 1px solid var(--taupe); padding: 0.85rem 0.95rem;
}
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rose-ink); }

/* ============================================
   BOOKING / EMBED
   ============================================ */
.embed-frame { max-width: 900px; margin: 2.5rem auto 0; background: var(--white); border: 1px solid var(--taupe); min-height: 1100px; }
.embed-frame iframe { width: 100%; min-height: 1400px; border: 0; display: block; }
.embed-fallback { text-align: center; padding: 3rem 1.5rem; }

/* ============================================
   UTILITY BACKGROUNDS
   ============================================ */
.bg-cream { background: var(--cream); }
.bg-offwhite { background: var(--offwhite); }
.bg-white { background: var(--white); }
.bg-blush { background: var(--blush-pale); }

/* ============================================
   PAGE-LOAD / SCROLL ANIMATION
   ============================================ */
.js-anim .fade-up { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js-anim .fade-up.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .js-anim .fade-up { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .sess-grid { grid-template-columns: 1fr; max-width: 460px; }
  .family-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-grid { grid-template-columns: 1fr; max-width: 420px; }
  .steps { grid-template-columns: 1fr; gap: 2rem; max-width: 420px; }
}
@media (max-width: 760px) {
  .quotes-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about { grid-template-columns: 1fr; gap: 2.5rem; padding: 4.5rem 1.5rem; }
  .about .photo { max-width: 360px; margin: 0 auto; }
  .svc-detail { grid-template-columns: 1fr; gap: 2rem; }
  .svc-detail:nth-child(even) .svc-photo { order: 0; }
  .svc-photo { max-width: 440px; margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
  .section-pad { padding: 4.5rem 1.25rem; }

  .hdr { padding: 1rem 1.25rem; }
  .hdr nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--cream);
    padding: 0.5rem 1.25rem 1rem; z-index: 50; border-top: 1px solid var(--taupe);
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  }
  .hdr nav.open { display: flex; }
  .hdr nav a { padding: 0.7rem 0; }
  .nav-toggle { display: block; }
}
@media (max-width: 480px) {
  .strip { grid-template-columns: repeat(2, 1fr); }
  .family-grid { grid-template-columns: 1fr; }
}
