:root {
  --paper: #f7f3ec;
  --paper-deep: #eee6dc;
  --white: #fffdf9;
  --ink: #3f342f;
  --muted: #74645d;
  --taupe: #875c4e;
  --taupe-dark: #6e473b;
  --bluebonnet: #64779d;
  --line: rgba(72, 53, 46, .17);
  --shadow: 0 22px 60px rgba(59, 42, 35, .13);
  --serif: "Cormorant Garamond", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 19px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
figure, blockquote { margin: 0; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0 0 20px; font-family: var(--serif); font-weight: 500; line-height: 1.02; }
h1 { font-size: clamp(3.5rem, 6.3vw, 6.8rem); }
h2 { font-size: clamp(2.7rem, 4.8vw, 4.8rem); }
h3 { font-size: clamp(2rem, 3vw, 3rem); }
p { margin: 0 0 21px; }
em { font-weight: 400; }

.script-heading { margin: 0 0 7px; color: var(--taupe); font-family: var(--serif); font-size: clamp(1.65rem, 2.3vw, 2.3rem); font-style: italic; font-weight: 400; line-height: 1; }
.signature, .footer-script { font-style: italic; }
.signature { margin-top: 24px; color: var(--taupe); font-size: 1.55rem; }
.eyebrow { margin-bottom: 24px; color: var(--taupe-dark); font-size: .82rem; letter-spacing: .19em; text-transform: uppercase; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 27px; border: 1px solid var(--taupe); color: #fff; background: var(--taupe); font-size: .96rem; font-weight: 500; letter-spacing: .035em; text-decoration: none; transition: .2s ease; }
.button:hover { color: #fff; background: var(--taupe-dark); border-color: var(--taupe-dark); transform: translateY(-2px); }
.button-full { width: 100%; }
.text-link { color: var(--taupe-dark); font-style: italic; text-underline-offset: 5px; }

.site-header { position: sticky; top: 0; z-index: 200; border-bottom: 1px solid transparent; background: rgba(247,243,236,.94); backdrop-filter: blur(12px); transition: .2s ease; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 26px rgba(59,42,35,.06); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark, .footer-wordmark { color: var(--ink); font-size: 1.32rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { position: relative; text-decoration: none; font-size: 1rem; white-space: nowrap; }
.primary-nav a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: var(--taupe); transition: right .2s ease; }
.primary-nav a:not(.nav-book):hover::after { right: 0; }
.nav-book { padding: 8px 13px; border: 1px solid var(--taupe); color: var(--taupe-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 6px 0; background: var(--ink); transition: .2s ease; }

.hero { min-height: calc(100svh - 82px); display: grid; align-items: center; padding: 56px 0 72px; background: linear-gradient(90deg, var(--paper) 0 52%, var(--paper-deep) 52% 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.hero-photo-wrap { width: min(500px, 100%); justify-self: center; padding: 15px; background: #fffaf3; box-shadow: var(--shadow); }
.hero-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.hero-copy { max-width: 650px; }
.hero h1 em { color: var(--taupe); font-style: italic; }
.hero-lead { max-width: 560px; font-size: 1.45rem; color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 32px; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.about-copy { max-width: 690px; }
.about-copy > p:not(.script-heading):not(.signature) { color: var(--muted); }
.about-photo { width: min(480px, 100%); justify-self: center; padding: 12px; background: var(--paper); box-shadow: var(--shadow); }
.about-photo img { aspect-ratio: 3 / 4; object-fit: cover; object-position: center 38%; }

.quote-section { padding: 98px 0; color: #f8efe9; background: #7a4f42; text-align: center; }
.quote-inner { max-width: 900px; }
.quote-section blockquote { font-size: clamp(2.25rem, 4.2vw, 4.45rem); font-style: italic; line-height: 1.14; }
.quote-section p { margin: 28px 0 0; font-size: 1.18rem; letter-spacing: .11em; }

.section-intro { max-width: 800px; margin-bottom: 52px; }
.section-intro > p:last-child { color: var(--muted); }
.services { background: var(--paper); }
.service-accordions { border-top: 1px solid var(--line); }
.service-panel { border-bottom: 1px solid var(--line); }
.service-panel summary { list-style: none; display: grid; grid-template-columns: 56px 1fr 44px; align-items: center; gap: 20px; padding: 27px 6px; font-size: clamp(1.7rem, 3vw, 2.6rem); cursor: pointer; }
.service-panel summary::-webkit-details-marker { display: none; }
.service-number { color: var(--bluebonnet); font-size: .78rem; letter-spacing: .14em; }
.plus { justify-self: end; color: var(--taupe); font-size: 2rem; line-height: 1; transition: transform .2s ease; }
.service-panel[open] .plus { transform: rotate(45deg); }
.service-body { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 6vw, 78px); padding: 10px 6px 54px 82px; }
.service-copy p { color: var(--muted); }
.service-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; }
.service-photos figure { overflow: hidden; background: var(--paper-deep); }
.service-photos img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.service-photos-wedding figure:first-child img { object-position: center 30%; }
.service-photos-wedding figure:last-child img { object-position: center; }
.service-photos-single { grid-template-columns: 1fr; }
.service-photos-single img { min-height: 560px; object-position: center; }
.service-body-text-only { grid-template-columns: 1fr; }
.service-body-text-only .service-copy { max-width: 760px; }
.horizontal-pair img { min-height: 300px; }
.repertoire-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 13px; margin-top: 58px; color: var(--muted); font-style: italic; }
.repertoire-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--taupe); }

.gallery { background: var(--paper-deep); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 310px; gap: 16px; }
.gallery-card { overflow: hidden; background: var(--paper); }
.gallery-card.wide { grid-column: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card:nth-child(1) img { object-position: center 40%; }
.gallery-card:nth-child(2) img { object-position: center 32%; }
.gallery-card:nth-child(3) img { object-position: center 34%; }
.gallery-card:nth-child(4) img { object-position: center 64%; }
.gallery-card:nth-child(5) img { object-position: center 38%; }

.testimonials { color: #fff; background: #40332e; }
.testimonials .script-heading { color: #ddc2b7; }
.review-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.review-heading h2 { margin: 0; }
.review-controls { display: flex; gap: 10px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); color: #fff; background: transparent; font-family: var(--serif); font-size: 1.2rem; }
.review-controls button:hover { color: var(--ink); background: #fff; }
.review-window { overflow: hidden; margin-top: 48px; }
.review-track { display: flex; gap: 22px; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
.review-card { min-width: calc((100% - 44px) / 3); padding: 34px; color: var(--ink); background: var(--paper); }
.review-card blockquote { font-size: 1.34rem; font-style: italic; line-height: 1.48; }
.reviewer { margin: 25px 0 0; color: var(--taupe-dark); font-size: 1.1rem; font-style: italic; }
.verified-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 34px; color: rgba(255,255,255,.75); font-style: italic; }
.verified-links a { color: #fff; text-underline-offset: 4px; }
.external-arrow { color: #c8a99c; font-family: Georgia, serif; font-style: normal; }

.ahs { background: var(--white); }
.ahs-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(55px, 8vw, 105px); }
.ahs-copy p:not(.script-heading) { color: var(--muted); }
.ahs-statement { color: var(--taupe-dark) !important; font-size: clamp(1.6rem, 2.5vw, 2.25rem); font-style: italic; line-height: 1.35; }
.ahs-photos { width: 100%; max-width: 520px; margin-inline: auto; display: grid; gap: 22px; justify-items: center; }
.ahs-main, .ahs-secondary { position: static; width: 100%; height: auto; margin: 0; overflow: hidden; border: 0; box-shadow: var(--shadow); }
.ahs-main img, .ahs-secondary img { width: 100%; height: auto; object-fit: cover; }
.ahs-main img { aspect-ratio: 4 / 5; object-position: center 27%; }
.ahs-secondary img { aspect-ratio: 3 / 4; object-position: center; }

.contact { background: var(--paper-deep); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.contact-copy { position: sticky; top: 116px; }
.contact-copy > p:not(.script-heading) { color: var(--muted); }
.contact-details { display: grid; gap: 28px; margin-top: 38px; padding-top: 32px; border-top: 1px solid var(--line); }
.contact-details strong { display: block; margin-bottom: 7px; font-size: 1rem; font-style: italic; font-weight: 500; }
.contact-details p { margin: 0; }
.social-icons, .footer-socials { display: flex; gap: 12px; }
.social-icons a, .footer-socials a { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; text-decoration: none; }
.social-icons a { color: var(--taupe-dark); }
.social-icons svg, .footer-socials svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.social-icons a:nth-child(2) svg path:last-child, .footer-socials a:nth-child(2) svg path:last-child { fill: currentColor; stroke: none; }
.social-icons a:nth-child(3) svg path, .footer-socials a:nth-child(3) svg path { fill: currentColor; stroke: none; }

.booking-form { padding: clamp(28px, 5vw, 52px); background: var(--white); box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 8px; margin-bottom: 17px; font-size: 1rem; font-style: italic; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 1.05rem; font-style: normal; transition: .2s ease; }
.booking-form input, .booking-form select { height: 52px; padding: 0 14px; }
.booking-form textarea { min-height: 150px; padding: 13px 14px; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--taupe); background: #fff; box-shadow: 0 0 0 4px rgba(135,92,78,.11); }
.booking-form [aria-invalid="true"] { border-color: #a13f3f; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; color: var(--muted) !important; font-size: .95rem !important; font-style: normal !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin-top: 4px; }
.honeypot { position: absolute; left: -9999px; }
.form-status { margin-top: 18px; padding: 14px 16px; border: 1px solid; font-size: 1rem; }
.form-status.success { color: #315d3a; background: #eef7ef; border-color: #9dbca2; }
.form-status.error { color: #7b3030; background: #fbefef; border-color: #d8aaaa; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .9rem; text-align: center; font-style: italic; }

.site-footer { padding: 66px 0 24px; color: rgba(255,255,255,.78); background: #2c2421; }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 35px; padding-bottom: 42px; }
.footer-wordmark { color: #fff; }
.footer-top p { margin: 0; font-size: 1.12rem; font-style: italic; text-align: center; }
.footer-location span { display: block; }
.footer-location span:last-child { text-align: center; }
.footer-socials a { color: #fff; width: 42px; height: 42px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .95rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: .94rem; }
  .review-card { min-width: calc((100% - 22px) / 2); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-socials { grid-column: 1 / 3; justify-self: center; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 82px 18px auto; display: grid; gap: 0; padding: 17px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 12px 10px; font-size: 1.05rem; }
  .nav-book { margin-top: 6px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 56px 0 78px; background: var(--paper); }
  .hero-grid, .about-grid, .ahs-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-photo-wrap { width: min(520px, 92%); }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .about-photo { order: -1; width: min(480px, 82%); }
  .service-body { grid-template-columns: 1fr; padding-left: 6px; }
  .ahs-photos { max-width: 560px; width: 100%; margin: auto; }
  .contact-copy { position: static; }
}

@media (max-width: 650px) {
  body { font-size: 18px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 72px; }
  .wordmark { font-size: 1.12rem; }
  .primary-nav { inset: 72px 18px auto; }
  .hero { padding-top: 28px; }
  .hero-grid { gap: 39px; }
  .hero-photo-wrap { width: min(390px, 100%); padding: 9px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-lead { font-size: 1.25rem; }
  .eyebrow { font-size: .68rem; letter-spacing: .13em; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .quote-section { padding: 72px 0; }
  .service-panel summary { grid-template-columns: 38px 1fr 34px; gap: 12px; padding: 22px 2px; }
  .service-body { padding: 2px 2px 40px; }
  .service-photos { grid-template-columns: 1fr 1fr; gap: 8px; }
  .service-photos img { min-height: 245px; }
  .service-photos-single img { min-height: 360px; }
  .horizontal-pair img { min-height: 220px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 235px; gap: 9px; }
  .gallery-card.wide { grid-column: 1 / -1; }
  .review-heading { align-items: flex-start; flex-direction: column; }
  .review-card { min-width: 100%; padding: 28px; }
  .review-card blockquote { font-size: 1.25rem; }
  .ahs-photos { max-width: 430px; gap: 14px; }
  .ahs-main, .ahs-secondary { width: 100%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form { padding: 25px 20px; }
  .footer-top { grid-template-columns: 1fr; text-align: center; }
  .footer-socials { grid-column: auto; justify-self: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

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

/* Client update 2026-08-21: special-event photography and long testimonial */
.service-photos-special figure:first-child img { object-position: center; }
.service-photos-special figure:last-child img { object-position: center; }
.review-card-long blockquote { font-size: 1.08rem; line-height: 1.42; }
@media (max-width: 650px) {
  .review-card-long blockquote { font-size: 1.1rem; }
}


/* =========================================================
   FINAL PHOTO LAYOUT FIX
   Wedding + Special Occasions
   Keeps full images visible on desktop, tablet, and mobile.
   ========================================================= */

/* --- Wedding: show the COMPLETE image everywhere --- */
.service-photos-wedding {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 0;
  align-items: start;
}

.service-photos-wedding figure {
  width: 100%;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.service-photos-wedding img,
.service-photos-wedding.service-photos-single img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* --- Special Occasions: give the photography room to breathe --- */
/* Put the copy above the photos instead of squeezing two photos
   into the narrow right-hand service column. */
.service-panel:nth-of-type(4) .service-body {
  grid-template-columns: 1fr !important;
  gap: 34px;
}

.service-panel:nth-of-type(4) .service-copy {
  max-width: 760px;
}

.service-photos-special {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  align-items: start;
}

.service-photos-special figure {
  width: 100%;
  margin: 0;
  overflow: visible !important;
  background: transparent !important;
}

.service-photos-special img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Tablets: keep both photos side by side and uncropped */
@media (max-width: 900px) {
  .service-panel:nth-of-type(4) .service-body {
    grid-template-columns: 1fr !important;
    padding-left: 6px;
  }

  .service-photos-special {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .service-photos-wedding img,
  .service-photos-special img {
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
  }
}

/* Phones: stack photos vertically so each is large and fully visible */
@media (max-width: 650px) {
  .service-photos-wedding,
  .service-photos-wedding.service-photos-single {
    grid-template-columns: 1fr !important;
    width: 100%;
  }

  .service-photos-wedding figure,
  .service-photos-special figure {
    overflow: visible !important;
  }

  .service-photos-wedding img,
  .service-photos-wedding.service-photos-single img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .service-panel:nth-of-type(4) .service-body {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 26px;
    padding: 2px 2px 40px;
  }

  .service-photos-special {
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100%;
  }

  .service-photos-special img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}
