/* ═══════════════════════════════════════════════════════════
   Jenna Lynn Photography — Seniors, Couples, and Wedding Photography
   Bright, airy, modern template with Christian warmth
   ═══════════════════════════════════════════════════════════ */

/* ─── RESET & BASE ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; font-size: 16px; }
body {
  font-family: 'Montserrat', sans-serif;
  color: #2c2c2c;
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.2;
}

/* ─── UTILITIES ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #acb19f;
  margin-bottom: 12px;
}
.section-tag.center { text-align: center; }
.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #2c2c2c;
  margin-bottom: 16px;
}
.section-title.center { text-align: center; }
.section-sub {
  font-size: 1.05rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto 48px;
}
.section-sub.center { text-align: center; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 0;
  border: 2px solid #acb19f;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary {
  background: #acb19f;
  color: #fff;
  border-color: #acb19f;
}
.btn-primary:hover {
  background: #9baaa2;
  border-color: #9baaa2;
}
.btn-outline {
  background: transparent;
  color: #acb19f;
}
.btn-outline:hover {
  background: #acb19f;
  color: #fff;
}
.btn-full { width: 100%; text-align: center; }

/* ─── PLACEHOLDER IMAGES ─── */
.placeholder-img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: rgba(0,0,0,0.25);
  font-style: italic;
  border-radius: 4px;
}

/* ═══════════════════════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: linear-gradient(rgba(255,255,255,0.82), rgba(255,255,255,0.82)), url('photos/backgrounds/flower_background.jpg') repeat;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}
.nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.nav-logo {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  line-height: 1;
}
.logo-jenna {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #2c2c2c;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.logo-lynn {
  font-family: 'Tangerine', cursive;
  font-weight: 700;
  font-size: 2.2rem;
  color: #2c2c2c;
  margin-left: 0.1em;
  line-height: 0.8;
}
.logo-photo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #2c2c2c;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-left: 0.3em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  transition: color 0.2s;
}
.nav-links a:hover { color: #acb19f; }
.nav-links a.active { color: #acb19f; border-bottom: 2px solid #acb19f; padding-bottom: 2px; }
.nav-links a.nav-cta.active { border-bottom: none; padding-bottom: 10px; }
.nav-cta {
  background: #acb19f;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 2px;
  transition: background 0.3s !important;
  display: inline-flex;
  align-items: center;
  height: 42px;
  box-sizing: border-box;
}
.nav-cta:hover { background: #9baaa2 !important; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #2c2c2c;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .logo-jenna { font-size: 1.2rem; }
  .logo-lynn { font-size: 1.9rem; }
  .logo-photo { font-size: 0.75rem; }
  .nav-links {
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: linear-gradient(rgba(255,255,255,0.82), rgba(255,255,255,0.82)), url('photos/backgrounds/flower_background.jpg') repeat;
    background-position: 0 -72px;
    flex-direction: column;
    padding: 0 24px;
    gap: 0;
    border-bottom: 1px solid #eee;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease, gap 0.35s ease;
  }
  .nav-links.open {
    max-height: 500px;
    opacity: 1;
    padding: 24px;
    gap: 0;
  }
  .nav-links.open a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .nav-links.open a:last-child {
    border-bottom: none;
  }
  .nav-links.open a.nav-cta {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    padding: 10px 24px;
  }
}

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f5f5f3;
  overflow: hidden;
}

/* ─── Hero Background Scroller (B&W photos) ─── */
.hero-scroller {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-scroller-track {
  display: flex;
  height: 100%;
  width: max-content;
  gap: 0;
  animation: heroScroll 240s linear infinite;
  will-change: transform;
}

.hero-scroller-track img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  object-fit: cover;
  filter: grayscale(100%) contrast(0.95) brightness(1.05);
  opacity: 0.75;
}

@keyframes heroScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.3);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 60px 48px;
  background: rgba(255,255,255,0.65);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.05);
}
.hero-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #acb19f;
  margin-bottom: 24px;
}
.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: #2c2c2c;
  margin-bottom: 24px;
  font-weight: 300;
}
.hero-sub {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 40px;
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero-scroll span {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
}
.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #acb19f, transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; height: 40px; }
  50% { opacity: 1; height: 50px; }
}

/* ═══════════════════════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════════════════════ */
.about {
  padding: 120px 0;
  background: rgba(255, 255, 255, 0.9);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-image-inner {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.about-image-inner img {
  width: 100%;
  border-radius: 4px;
  display: block;
  --base-scale: 1;
  transform: scale(var(--base-scale));
  transform-origin: center;
  transition: transform 0.5s ease;
}
.about-image-inner:hover img {
  transform: scale(calc(var(--base-scale) * 1.03));
}
.about-image-inner::before {
  content: '';
  position: absolute;
  top: -16px; left: -16px;
  width: 200px; height: 200px;
  background: rgba(196,117,138,0.08);
  border-radius: 50%;
  z-index: -1;
}
.about-text p {
  margin-bottom: 16px;
  color: #555;
}
.about-text .btn { margin-top: 24px; }

@media (max-width: 768px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero {
    min-height: var(--app-height, 100svh);
    height: var(--app-height, 100svh);
  }
  .hero-scroller {
    height: var(--app-height, 100svh);
  }
  .hero-scroller-track img {
    width: 300px;
    height: 100%;
    object-fit: cover;
  }
  .hero-content { padding: 40px 24px; }
}

/* ═══════════════════════════════════════════════════════════
   SERVICES
   ═══════════════════════════════════════════════════════════ */
.services {
  padding: 120px 0;
  background: rgba(237, 236, 230, 0.9);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.service-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.service-card.featured {
  border: 2px solid #acb19f;
}
.service-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: #acb19f;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  z-index: 2;
}
.service-card-img { height: 440px; overflow: hidden; }
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-card-body { padding: 32px; }
.service-card h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: #acb19f;
  font-weight: 500;
  margin-bottom: 8px;
}
.service-tagline {
  font-size: 0.9rem;
  color: #888;
  font-style: italic;
  margin-bottom: 20px;
}
.service-includes {
  margin-bottom: 24px;
}
.service-includes li {
  padding: 6px 0;
  font-size: 0.9rem;
  color: #555;
  position: relative;
  padding-left: 20px;
}
.service-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #acb19f;
  font-weight: 600;
  font-size: 0.85rem;
}
.services-note {
  text-align: center;
  margin-top: 40px;
  font-size: 0.95rem;
  color: #888;
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
}

/* ═══════════════════════════════════════════════════════════
   GALLERY
   ═══════════════════════════════════════════════════════════ */
.gallery {
  padding: 120px 0;
  background: rgba(255, 255, 255, 0.9);
}

/* Portfolio grid */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 16px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.portfolio-tall { grid-row: span 2; }
.portfolio-wide { grid-column: span 2; }
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.portfolio-item:hover img { transform: scale(1.03); }
.portfolio-item:hover .portfolio-overlay,
.portfolio-item:focus-within .portfolio-overlay { opacity: 1; }
.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44,44,44,0.5) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .portfolio-overlay { opacity: 0.6; }
}
.portfolio-cat {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(172,177,159,0.9);
  padding: 4px 12px;
  border-radius: 2px;
}
.portfolio-item.hidden { display: none; }

/* ═══════════════════════════════════════════════════════════
   CLIENT GALLERIES
   ═══════════════════════════════════════════════════════════ */
.client-galleries {
  padding: 120px 0;
  background: #fff;
}
/* AA: the live-site sage tag is 2.20:1; the gauntlet's approved darkened variant */
.client-galleries .section-tag { color: #5e654e; }
.client-galleries .cg-intro {
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1.05rem;
  color: #666;
}
.cg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .cg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cg-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; } }
.cg-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  color: inherit;
  min-height: 44px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cg-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(44,44,44,0.14); }
.cg-card:focus-visible { outline: 2px solid #a85a70; outline-offset: 3px; }
.cg-media {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #fef9f0;
}
.cg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cg-card:hover .cg-media img { transform: scale(1.03); }
.cg-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: #5e654e;
  padding: 4px 12px;
  border-radius: 2px;
}
.cg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44,44,44,0.55) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.cg-couple {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(20,14,16,0.55);
}
.cg-date {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 6px rgba(20,14,16,0.55);
  margin-top: 4px;
}
.cg-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 4px 0;
}
.cg-count {
  font-size: 0.85rem;
  color: #6e6961;
}
.cg-pin {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #8a857a;
  margin-top: 2px;
}
.cg-cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a85a70;
}
.cg-card:hover .cg-cta { color: #a05365; text-decoration: underline; }
.cg-note {
  margin-top: 28px;
  text-align: center;
  font-size: 0.85rem;
  color: #6e6961;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(44,44,44,0.95);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  touch-action: none;
  overscroll-behavior: contain;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
  max-width: 90%;
  max-height: 85vh;
  position: relative;
}
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  transition: opacity 0.2s ease;
}
.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 2001;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 3.5rem;
  cursor: pointer;
  z-index: 2001;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 0.2s;
  padding: 1rem;
}
.lightbox-prev:hover, .lightbox-next:hover { opacity: 1; }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .portfolio-tall { grid-row: span 1; }
}

/* ═══════════════════════════════════════════════════════════
   PROCESS
   ═══════════════════════════════════════════════════════════ */
.process {
  padding: 120px 0;
  background: rgba(237, 234, 229, 0.9);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 48px;
}
.process-step { text-align: center; }
.process-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: #acb19f;
  margin-bottom: 16px;
  opacity: 0.6;
}
.process-step h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.process-step p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .process-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════ */
.faq {
  padding: 120px 0;
  background: #8a857a;
}
.faq .section-tag { color: #c8ccc0; }
.faq-list {
  max-width: 720px;
  margin: 48px auto 0;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.faq-item summary {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s;
  color: #fff;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: #c8ccc0;
  font-weight: 300;
  transition: transform 0.3s;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-item[open] summary { color: #c8ccc0; }
.faq-answer {
  padding: 0 0 20px;
}
.faq-answer p {
  font-size: 0.95rem;
  color: #d8d6cf;
  line-height: 1.8;
}

/* ═══════════════════════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════════════════════ */
.contact {
  padding: 120px 0;
  background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('photos/backgrounds/flower_background.jpg') repeat;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-info .lead {
  font-size: 1rem;
  color: #555;
  margin-bottom: 24px;
  line-height: 1.8;
}
.contact-details {
  margin-bottom: 2rem;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0;
}
.contact-icon {
  width: 40px;
  height: 40px;
  background: #edeae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #acb19f;
  flex-shrink: 0;
}
.contact-item small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.1rem;
}
.contact-item a, .contact-item span:not(.contact-icon) {
  font-size: 0.95rem;
  color: #2c2c2c;
}
.contact-item a:hover { color: #acb19f; }

.contact-verse {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #c2bdb1;
  line-height: 1.7;
  margin-top: 1.5rem;
}
.contact-verse small {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin-top: 0.3rem;
}
.verse-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  color: #acb19f;
  line-height: 0;
  position: relative;
  top: 0.3rem;
}

.contact-form-card {
  background: #edece6;
  padding: 40px;
  border-radius: 4px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field {
  margin-bottom: 20px;
}
.form-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #686868;
  margin-bottom: 6px;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid #acb19f;
  outline-offset: -1px;
  border-color: #acb19f;
}
.form-field textarea { resize: vertical; }
.form-note {
  text-align: center;
  font-size: 0.8rem;
  color: #686868;
  margin-top: 16px;
}

/* Formspree success state */
.form-success {
  display: none;
  text-align: center;
  margin-top: 1.5rem;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #f0ebe2 0%, #e8e0d4 100%);
  border: 2px solid #b8a896;
  border-radius: 0;
  color: #5a4e42;
  font-size: 1.15rem;
  line-height: 1.8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Cormorant Garamond', serif;
}

.form-success.show {
  display: block;
  animation: successPop 0.4s ease-out;
}

@keyframes successPop {
  0% { opacity: 0; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}

/* Formspree loading state */
.form-loading {
  display: none;
  text-align: center;
  margin-top: 1rem;
  padding: 1rem;
  background: #f0ebe2;
  border: 1px solid #b8a896;
  border-radius: 0;
  color: #5a4e42;
  font-size: 0.9rem;
}

.form-loading.show { display: block; }

/* Formspree error state */
.form-error {
  display: none;
  text-align: center;
  margin-top: 1rem;
  padding: 1rem;
  background: #fef2f2;
  border: 1px solid #e8a0a0;
  border-radius: 0;
  color: #a04040;
  font-size: 0.9rem;
}

.form-error.show { display: block; }
.form-error a { color: #a04040; text-decoration: underline; }

/* Disabled submit button state */
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-card { order: -1; }
  .form-row { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   INSTAGRAM
   ═══════════════════════════════════════════════════════════ */
.instagram {
  padding: 80px 0;
  background: #fafafa;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 40px;
}
.insta-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
}
.insta-item .placeholder-img {
  transition: transform 0.4s ease;
}
.insta-item:hover .placeholder-img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.footer {
  padding: 64px 0 32px;
  background: #8a857a;
  color: #ccc;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 12px;
}
.footer-logo-wordmark {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-logo-jenna {
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  color: #fff;
}
.footer-logo-lynn {
  font-size: 2.6rem;
  color: #fff;
}
.footer-logo-photo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-left: 0.3em;
}
.footer-logo-img {
  height: 56px;
  width: auto;
  margin-bottom: 12px;
}
.footer-brand p { font-size: 0.9rem; line-height: 1.7; }
.footer-links h4,
.footer-connect h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer-links li,
.footer-connect li { margin-bottom: 8px; }
.footer-links a,
.footer-connect a {
  font-size: 0.85rem;
  color: #d5d0c8;
  transition: color 0.2s;
}
.footer-links a:hover,
.footer-connect a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid #6a655a;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #c5c0b8;
}
.footer-bottom a { color: #d5d0c8; }
.footer-bottom a:hover { color: #fff; }

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* Mobile section padding reduction */
@media (max-width: 768px) {
  .about, .services, .gallery, .faq, .contact { padding: 64px 0; }
  .contact-form-card { padding: 24px; }
}

/* ═══════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════ */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════
   CHRISTIAN FAITH ACCENTS
   ═══════════════════════════════════════════════════════════ */
.hero-sub em,
.services-note em,
.footer-bottom em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #c2bdb1;
  display: block;
  margin-top: 8px;
  font-size: 0.9em;
}
.footer-bottom em {
  display: inline;
  margin-top: 0;
  font-size: 0.85rem;
}

/* Scripture accent in hero */
.hero-scripture {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #c2bdb1;
  margin-top: 20px;
  text-align: center;
}
.hero-scripture::before {
  content: '✦ ';
}
.hero-scripture::after {
  content: ' ✦';
}

  /* ── editorial-classic scoped styles ─────────────────────────────
     Palette/type mirror the live pattern (style.css 413-506):
     Cormorant Garamond display, Montserrat UI, white cards,
     4px radii, 0 2px 20px rgba(0,0,0,.04) shadow, 32px gutters.
     Prices + micro-labels use deep sage #5f6755 (a darkened site
     sage): 5.9:1 on white, ≥4.5:1 on every surface used here.      */

  /* section-tag contrast fix: darker than live sage; size kept at the
     sibling-tag value 0.75rem (R7 — no size deviation) */
  .services .section-tag {
    color: #5f6755;
    font-size: 0.75rem;
  }

  /* decorative hairline under the title (magazine rate-card motif) */
  .services .ec-rule {
    width: 64px;
    height: 1px;
    margin: 22px auto 0;
    background: #acb19f; /* decorative, not text */
  }

  .services .ec-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 480px;
    margin: 48px auto 0;
  }

  .services .ec-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .services .ec-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  }

  .services .ec-media {
    position: relative;
    height: 440px;
    overflow: hidden;
  }
  /* explicit fill (R-inset rule): percentage width/height plus
     object-fit on the img — robust for arbitrary source ratios,
     unlike the earlier absolute-fill pattern. Values below are
     layout percentages, not prices. */
  .services .ec-media img,
  .services .ec-media .placeholder-img {
    width: 100%;
    height: 100%;
  }
  .services .ec-media img {
    object-fit: cover;
    display: block;
  }

  /* placeholder slots (R-P1): the site's own yaml gradient vocabulary,
     copied verbatim from site.yaml instagram entries — pink for
     Maternity, lavender for Senior Photos. Label #2c2c2c passes 4.5:1
     on every yaml gradient dark stop (parent-computed); label font
     1.5rem clears the ≥1rem floor. */
  .services .ec-media .placeholder-img {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c2c2c;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  .services .ec-media .placeholder-img--maternity {
    background: linear-gradient(135deg, #fce4ec, #f8bbd0);
  }
  .services .ec-media .placeholder-img--senior {
    background: linear-gradient(135deg, #f3e5f5, #ce93d8);
  }

  .services .ec-body {
    padding: 32px;
  }

  .services .ec-name {
    font-size: 1.6rem;
    color: #2c2c2c;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(44,44,44,0.12);
    margin-bottom: 20px;
  }

  /* ── price typography: the stance signature (large serif numerals) ── */
  .services .ec-price {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #5f6755;
    line-height: 1;
    margin: 0;
  }
  .services .ec-cur {
    font-size: 0.55em;
    font-weight: 400;
    vertical-align: 0.58em;
    margin-right: 0.08em;
  }
  .services .ec-price--hero { font-size: clamp(3.25rem, 5vw, 4.5rem); }
  .services .ec-price--tier { font-size: clamp(2.5rem, 3.2vw, 3.25rem); }
  .services .ec-price--row {
    font-size: clamp(2.75rem, 3.6vw, 3.75rem);
    white-space: nowrap;
    margin-left: auto;
  }

  .services .ec-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5f6755;
    margin: 0 0 8px;
  }

  .services .ec-incl {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
  }

  /* ── two-tier editorial split (Senior Photos, Couple) ── */
  .services .ec-tiers {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .services .ec-tier { min-width: 0; }
  .services .ec-tier + .ec-tier {
    border-top: 1px solid rgba(44,44,44,0.12);
    padding-top: 20px;
  }

  /* ── wedding: full-width spread, image left / tier table right ── */
  .services .ec-card--spread {
    display: flex;
    flex-direction: column;
  }
  .services .ec-media--fill {
    position: relative;
    height: 320px;
    flex: 0 0 auto;
  }
  .services .ec-rows { margin-top: 4px; }
  .services .ec-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 16px;
    padding: 16px 0;
  }
  .services .ec-row + .ec-row {
    border-top: 1px solid rgba(44,44,44,0.12);
  }
  .services .ec-row-info {
    flex: 1 1 160px;
    min-width: 0;
  }

  @media (min-width: 901px) {
    .services .ec-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: none;
    }
    .services .ec-card--spread {
      grid-column: 1 / -1;
      flex-direction: row;
    }
    .services .ec-media--fill {
      height: auto;
      min-height: 460px;
      flex: 0 0 42%;
    }
    .services .ec-tiers { grid-template-columns: 1fr 1fr; gap: 0; }
    .services .ec-tier { padding-right: 24px; }
    .services .ec-tier + .ec-tier {
      border-top: 0;
      padding-top: 0;
      border-left: 1px solid rgba(44,44,44,0.12);
      padding-left: 24px;
    }
    .services .ec-body { padding: 32px; }
    .services .ec-card--spread .ec-body { padding: 40px 48px; }
    .services .ec-row { padding: 20px 0; }
  }

  @media (max-width: 480px) {
    .services .ec-body { padding: 24px; }
    .services .ec-media { height: 360px; }
    .services .ec-media--fill { height: 300px; }
  }

  /* R-land: landscape phones — pair the four single/two-tier category
     cards; wedding spread stays full-width. Minimal adaptation only. */
  @media (min-width: 700px) and (max-height: 520px) {
    .services .ec-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: none;
    }
    .services .ec-card--spread { grid-column: 1 / -1; }
    .services .ec-tiers { grid-template-columns: 1fr 1fr; gap: 0; }
    .services .ec-tier { padding-right: 24px; }
    .services .ec-tier + .ec-tier {
      border-top: 0;
      padding-top: 0;
      border-left: 1px solid rgba(44,44,44,0.12);
      padding-left: 24px;
    }
  }
  /* R20 (second-round refutation): CTAs must pass WCAG — live .btn-outline is
     sage-on-white 2.2:1; scoped override keeps live button vocabulary while
     meeting 4.5:1 at 0.8rem. Hover fills with the same compliant token. */
  .services .btn-outline { color: #5f6755; border: 1px solid #5f6755; }
  .services .btn-outline:hover { background: #5f6755; color: #fff; }

/* ═══════════════════════════════════════════════════════════════════
   JLP PRICING v2 — winner "grid-rows" + ruling R-V2-1 (boxed toggle)
   Appended AFTER the v1 winner block on purpose: the v2 section markup
   (template.html) reuses the .services .ec-* names, so identical
   selectors resolve to THESE v2 values by cascade order (later wins at
   equal specificity). v1-only rules above (.ec-tiers/.ec-tier/
   .ec-rows/.ec-row/.ec-price--tier/--row/.ec-incl) are dead under the
   v2 markup and kept harmlessly. New in v2: .ec-toggle = boxed "Learn
   More" button (btn-outline idiom at reduced prominence), .ec-panel =
   grid-rows 0fr->1fr dropdown with html.js-gate closed default and
   delayed visibility, .ec-eyebrow = "Starting at" teaser, placeholder
   gradient modifier classes.
   Source: winner_v2/section.html <style> — appended verbatim below.
   ═══════════════════════════════════════════════════════════════════ */

  /* ── editorial-classic scoped styles (inherited from v1 winner) ─────
     Cormorant Garamond display, Montserrat UI, white cards, 4px radii,
     0 2px 20px rgba(0,0,0,.04) shadow, 32px gutters, hairline ornaments.
     Deep sage #5f6755 for prices/micro-labels: 5.9:1 on white.        */

  /* section-tag contrast fix (R7/R-eyebrow): darker than live sage,
     sibling size 0.75rem kept */
  .services .section-tag {
    color: #5f6755;
    font-size: 0.75rem;
  }

  /* decorative hairline under the title (magazine rate-card motif) */
  .services .ec-rule {
    width: 64px;
    height: 1px;
    margin: 22px auto 0;
    background: #acb19f; /* decorative, not text */
  }

  .services .ec-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 480px;
    margin: 48px auto 0;
  }

  .services .ec-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .services .ec-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  }

  .services .ec-media {
    position: relative;
    height: 440px;
    overflow: hidden;
  }
  /* explicit percentage fill + object-fit (R-inset), robust for
     arbitrary source ratios */
  .services .ec-media img,
  .services .ec-media .placeholder-img {
    width: 100%;
    height: 100%;
  }
  .services .ec-media img {
    object-fit: cover;
    display: block;
  }

  /* placeholder slots (R-P1): the site's own yaml gradient vocabulary —
     pink for Maternity, lavender for Senior Photos. Label #2c2c2c
     passes 4.5:1 on every gradient stop; label font 1.5rem. */
  .services .ec-media .placeholder-img {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c2c2c;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  .services .ec-media .placeholder-img--maternity {
    background: linear-gradient(135deg, #fce4ec, #f8bbd0);
  }
  .services .ec-media .placeholder-img--senior {
    background: linear-gradient(135deg, #f3e5f5, #ce93d8);
  }

  .services .ec-body {
    padding: 32px;
  }

  .services .ec-name {
    font-size: 1.6rem;
    color: #2c2c2c;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(44,44,44,0.12);
    margin: 0 0 20px;
  }

  /* ── card face: Starting-at eyebrow + big serif price ─────────────── */
  .services .ec-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5f6755;
    margin: 0 0 6px;
  }

  .services .ec-price {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #5f6755;
    line-height: 1;
    margin: 0;
  }
  .services .ec-cur {
    font-size: 0.55em;
    font-weight: 400;
    vertical-align: 0.58em;
    margin-right: 0.08em;
  }
  .services .ec-price--hero { font-size: clamp(3.25rem, 5vw, 4.5rem); }

  /* ── Learn More toggle (the only interactive reveal) ────────────────
     R-V2-1 (Agent 4 review, binding): boxed interactive idiom — the
     .btn-outline vocabulary at reduced prominence vs Inquire Now.
     Rest: 1px solid sage frame at 45% alpha (decorative frame, not
     text; text stays #5f6755 = 5.9:1 on the untouched white card),
     transparent fill, 4px radius, Montserrat uppercase 0.18em label.
     Hover/focus: border darkens to the full sage token + subtle
     sage-tinted fill (renders AND reverts); text token unchanged, so
     label contrast is 5.9:1 on white in BOTH states. Reads clearly
     secondary to the solid-action Inquire Now. #acb19f is never used
     as text (2.2:1); the 45% frame is border-only, no contrast duty. */
  .services .ec-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: auto;
    max-width: 100%;
    min-height: 48px; /* ≥44px tap target */
    padding: 10px 20px;
    margin-top: 20px;
    background: transparent;
    border: 1px solid rgba(95, 103, 85, 0.45); /* reduced sage vs CTA */
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5f6755; /* text 5.9:1 on card white — rest and hover */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .services .ec-toggle:hover {
    border-color: #5f6755;
    background: rgba(95, 103, 85, 0.08); /* subtle fill; card stays white */
  }
  .services .ec-toggle:focus-visible {
    outline: 2px solid #5f6755;
    outline-offset: 3px;
  }
  .services .ec-toggle-label { flex: 1 1 auto; text-align: left; }
  .services .ec-chevron {
    flex: 0 0 auto;
    transition: transform 0.3s ease;
  }
  /* Mobile-first (primary customer base): DOWN arrow, expands downward.
     The desktop right-arrow is hidden below 901px. */
  .services .ec-chevron--right { display: none; }
  .services .ec-toggle[aria-expanded="true"] .ec-chevron--down {
    transform: rotate(180deg);
  }

  /* ── dropdown panel: grid-template-rows 0fr -> 1fr animation ────────
     No-JS default is OPEN (1fr): the js-gate class is added by this
     section's inline script, so content is never lost without JS.     */
  .services .ec-panel {
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.3s ease;
  }
  html.js-gate .services .ec-panel:not(.is-open) {
    grid-template-rows: 0fr; /* closed default once JS is present */
  }
  .services .ec-panel-inner {
    min-height: 0;
    overflow: hidden;
  }
  /* keep collapsed content out of the a11y tree/tab order, delayed so
     it stays visible for the duration of the closing animation */
  html.js-gate .services .ec-panel:not(.is-open) .ec-panel-inner {
    visibility: hidden;
    transition: visibility 0s linear 0.3s;
  }

  .services .ec-panel-list {
    padding: 2px 0 8px;
  }
  .services .ec-panel-row {
    padding: 14px 2px;
    font-size: 0.8rem;
    color: #555; /* 7.5:1 on white */
  }
  .services .ec-panel-row + .ec-panel-row {
    border-top: 1px solid rgba(44,44,44,0.12);
  }
  .services .ec-row-price {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 1.35rem;
    color: #5f6755;
    white-space: nowrap;
    margin-left: 4px;
  }

  /* Inquire Now sits after the panel, unchanged vocabulary */
  .services .ec-body .btn { margin-top: 24px; }

  /* R20: live .btn-outline is 2.2:1; scoped override keeps the live
     button vocabulary at 4.5:1+ (5.9:1). Hover fills same token. */
  .services .btn-outline { color: #5f6755; border: 1px solid #5f6755; }
  .services .btn-outline:hover { background: #5f6755; color: #fff; }

  /* ── wedding: full-width spread, image left / face+panel right ────── */
  .services .ec-card--spread {
    display: flex;
    flex-direction: column;
  }
  .services .ec-media--fill {
    position: relative;
    height: 320px;
    flex: 0 0 auto;
  }

  @media (min-width: 901px) {
    .services .ec-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: none;
    }
    .services .ec-card--spread {
      grid-column: 1 / -1;
      flex-direction: row;
    }
    .services .ec-media--fill {
      height: auto;
      min-height: 460px;
      flex: 0 0 50%;
    }
    .services .ec-body { padding: 32px; }
    .services .ec-card--spread .ec-body { padding: 32px 48px 24px; }
  }

  @media (max-width: 480px) {
    .services .ec-body { padding: 24px; }
    .services .ec-media { height: 360px; }
    .services .ec-media--fill { height: 300px; }
  }

  /* R-land: landscape phones — pair the four non-wedding cards */
  @media (min-width: 700px) and (max-height: 520px) {
    .services .ec-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: none;
    }
    .services .ec-card--spread { grid-column: 1 / -1; }
  }

  /* reduced motion: no height animation, no chevron spin, no toggle
     hover transition, no delayed visibility — content still opens
     (instantly) */
  @media (prefers-reduced-motion: reduce) {
    .services .ec-panel { transition: none; }
    .services .ec-chevron { transition: none; }
    .services .ec-toggle { transition: none; }
    html.js-gate .services .ec-panel:not(.is-open) .ec-panel-inner {
      transition: none;
    }
  }

/* ═══════════════════════════════════════════════════════════
   KIND WORDS (testimonials)
   ═══════════════════════════════════════════════════════════ */
.kindwords {
  padding: 120px 0;
  background: rgba(255, 255, 255, 0.9);
}
.kindwords .section-tag {
  color: #5f6755;
  font-size: 0.75rem;
}
.kindwords .section-sub { margin-bottom: 0; }
.kw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.kw-card {
  position: relative;
  background: #edece6;
  border-radius: 4px;
  padding: 40px 32px 32px;
  margin: 0;
}
.kw-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  line-height: 0;
  color: #acb19f;
  display: block;
  position: relative;
  top: 0.9rem;
}
.kw-card blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555;
  margin: 0 0 16px;
}
.kw-card figcaption {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
}
.kw-cta-wrap {
  margin-top: 56px;
  text-align: center;
}
.kw-cta-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #686868;
}
/* R20 idiom (mirrors .services .btn-outline): sage submit button must pass
   WCAG 1.4.3 — white on #5f6755 is 5.9:1 (white on live sage #acb19f is 2.2:1) */
.kindwords .btn-primary {
  background: #5f6755;
  border-color: #5f6755;
}
.kindwords .btn-primary:hover {
  background: #4d5445;
  border-color: #4d5445;
}
@media (max-width: 900px) {
  .kw-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .kindwords { padding: 80px 0; }
  .kw-grid { grid-template-columns: 1fr; }
}

/* Wide-desktop spread card (yaml cat.ratio set): media column pinned to
   the card top. The photo keeps its native 3:2 (no crop, whole group) and
   the resting card height is driven by whichever column is taller — so the
   photo column is sized to meet or exceed the text column's collapsed
   height (content ~310px + padding) at every width: 58% in the 901–1099
   band, 50% at ≥1100. Learn More growth extends the CARD downward below
   the photo only. */
@media (min-width: 901px) {
  .services .ec-card--spread .ec-media--fill {
    min-height: 0;
    align-self: flex-start;
    flex: 0 0 58%;
  }
}
@media (min-width: 901px) and (max-width: 970px) {
  .services .ec-card--spread .ec-media--fill {
    flex: 0 0 66%;
  }
}
@media (min-width: 1100px) {
  .services .ec-card--spread .ec-media--fill {
    flex: 0 0 50%;
  }
}

/* ═══ Wedding spread card: side-reveal coverage list (2026-09-23) ═══
   Learn More's chevron points RIGHT (template: ec-chevron--right on spread cards);
   on open it rotates 180°. The coverage list reveals INSIDE the card footprint as a
   vertical top-to-bottom column in the whitespace right of the text, so the card
   height never changes and the photo stays flush top+bottom (0px gap, always).
   Desktop >=901px only; below 901px the standard stacked dropdown remains. */
@media (min-width: 901px) {
  /* Desktop >=901px: EVERY pricing card mirrors the wedding package — right-pointing
     chevron + side-reveal vertical coverage list inside the card's right whitespace.
     Mobile <901px keeps the vertical down-arrow dropdown (base rules above). */
  .services .ec-chevron--down { display: none; }
  .services .ec-chevron--right { display: block; }
  .services .ec-toggle[aria-expanded="true"] .ec-chevron--right { transform: rotate(180deg); }
  .services .ec-card .ec-body { position: relative; }
  .services .ec-card--spread .ec-body { flex: 1 1 0%; }
  .services .ec-card .ec-body > *:not(.ec-panel):not(a) { max-width: 58%; }
  .services .ec-card:not(.ec-card--spread) .ec-panel {
    position: absolute; top: 56px; right: 24px; width: 56%;
    max-height: calc(100% - 88px);
  }
  .services .ec-card--spread .ec-panel {
    position: absolute; top: 56px; right: 28px; width: 56%;
    max-height: calc(100% - 88px);
  }
  /* narrow band 901-1000px: the spread text body is only ~290-400px wide — too narrow for a
     side panel without colliding with the name/price/button. The wedding falls back to the
     in-flow downward reveal (same accordion as every other card), pushing Inquire Now down. */
  @media (min-width: 901px) and (max-width: 1000px) {
    .services .ec-card--spread .ec-panel {
      position: static; width: 100%;
    }
    .services .ec-card--spread .ec-body > *:not(.ec-panel):not(a) { max-width: none; }
  }
  .services .ec-card .ec-panel-list { display: flex; flex-direction: column; gap: 0; padding: 6px 0 0; }
  .services .ec-card .ec-panel-row { padding: 14px 2px; }
  .services .ec-card .ec-panel-row + .ec-panel-row { border-top: 1px solid rgba(44,44,44,0.12); }
}
