/* REFRESHED — editorial wedding look: warm ivory, generous whitespace, light Cormorant display type,
   clean Jost sans for text, gold accents taken from the logo. */
:root {
  --bg: #fbf9f6;
  --ink: #221e1a;
  --muted: #6f675e;
  --accent: #9a7a41;
  --soft: #f2ede6;
  --line: #ddd4c7;
  --link: #7d6232;
  --header-bg: rgba(251, 249, 246, .96);
  --field-bg: #fff;
  --btn-bg: #221e1a;
  --btn-ink: #fbf9f6;
  --btn-hover: #9a7a41;
  --radius: 2px;
  --font-head: "Cormorant Garamond", Garamond, Georgia, serif;
  --font-body: "Jost", "Helvetica Neue", Arial, sans-serif;
  --font-ui: "Jost", "Helvetica Neue", Arial, sans-serif;
  --text: 1.05rem;
  --wrap: 1240px;
  --gap: 8px;
  --logo-h: 58px;
  --hero-h: 100svh;
}
@media (max-width: 900px) { :root { --logo-h: 44px; --hero-h: 88svh; } }

body { font-weight: 300; letter-spacing: .01em; }
strong, b { font-weight: 500; }
h1, h2, h3 { font-weight: 300; letter-spacing: .005em; }
h1 { font-size: clamp(2.5rem, 5.2vw, 4.4rem); line-height: 1.08; }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.12; }
h3 { font-size: 1.6rem; }
.lead { font-size: 1.15rem; color: var(--muted); line-height: 1.75; }
.prose { line-height: 1.85; }
.prose h2, .prose h3, .prose h4 { margin-top: 1.6em; }
.prose h4 { font-family: var(--font-ui); font-weight: 500; text-transform: uppercase; letter-spacing: .16em; font-size: .8rem; }

/* header: sticky; floats over the photo on the home page */
.site-header { position: sticky; top: 0; backdrop-filter: saturate(1.2) blur(8px); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, color .35s; }
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { padding: 14px 0; }
.site-nav { font-family: var(--font-ui); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; }
.site-nav ul { gap: 6px 26px; }
.site-nav a { padding: 6px 0; border-bottom: 1px solid transparent; transition: border-color .2s, color .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-color: currentColor; }
.has-hero .site-header { position: fixed; left: 0; right: 0; background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,0)); color: #fff; backdrop-filter: none; }
.has-hero .site-header.is-scrolled { background: var(--header-bg); color: var(--ink); backdrop-filter: saturate(1.2) blur(8px); }
@media (max-width: 900px) {
  .site-nav { font-size: .95rem; }
  .site-nav.is-open { color: var(--ink); }
  .nav-open .site-header { color: var(--ink); }
}

/* hero */
.hero .slide.is-active { animation: kenburns 9s ease-out both; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,12,.62), rgba(20,16,12,.08) 55%, rgba(20,16,12,.2)); z-index: 1; pointer-events: none; }
.hero-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: clamp(56px, 12vh, 120px); color: #fff; text-align: center; width: min(100% - 32px, 900px); margin-inline: auto; }
.hero-overlay .eyebrow { color: #eadbc0; }
.hero-overlay h1 { font-size: clamp(2.4rem, 5.6vw, 4.8rem); margin-bottom: 32px; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.slide-btn { background: none; font-size: 2.6rem; }

.section-head { margin-bottom: 48px; }

/* home: about */
.home-about { padding: clamp(80px, 11vw, 150px) 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.about-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 54% 30%; border-radius: 999px 999px 0 0; }
.about-heading { text-transform: none; }
.about-text .lead { margin-bottom: 2rem; }

/* home: services */
.services { padding: 0 0 clamp(80px, 10vw, 140px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; color: #fff; text-decoration: none; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,12,.6), transparent 55%); }
.service-card span { position: absolute; z-index: 1; left: 22px; bottom: 20px; font-family: var(--font-head); font-size: 1.7rem; }
.service-card:hover img { transform: scale(1.04); }

/* weddings cards (home + index) */
.featured-weddings { background: var(--soft); padding: clamp(80px, 10vw, 140px) 0; }
.wedding-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 28px; margin-bottom: 48px; }
.wedding-card { text-decoration: none; }
.wedding-card .card-img { aspect-ratio: 4 / 5; overflow: hidden; margin-bottom: 18px; }
.wedding-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.wedding-card:hover img { transform: scale(1.04); }
.wedding-card h2, .wedding-card h3 { font-size: 1.75rem; margin-bottom: .25em; }
.page-weddings .wedding-cards { padding-bottom: 60px; }

/* testimonials: one at a time */
.testimonials { padding: clamp(80px, 10vw, 140px) 0; text-align: center; }
.testimonials-heading { font-style: italic; margin-bottom: 40px; }
.testimonial-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonial-list::-webkit-scrollbar { display: none; }
.testimonial { flex: 0 0 100%; scroll-snap-align: center; margin: 0; padding: 0 clamp(8px, 8vw, 140px); }
.testimonial img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; margin: 0 auto 28px; }
.testimonial blockquote { margin: 0 auto 22px; max-width: 860px; font-family: var(--font-head); font-size: clamp(1.35rem, 2.3vw, 1.9rem); font-style: italic; font-weight: 300; line-height: 1.5; }
.testimonial figcaption { font-family: var(--font-ui); font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.carousel-controls { display: flex; justify-content: center; gap: 16px; margin-top: 36px; }
.carousel-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: none; font-size: 1.6rem; line-height: 1; }
.carousel-controls button:hover { border-color: var(--ink); }

/* CTA band + footer */
.cta-band { background: #221e1a; color: #f3ede4; padding: clamp(80px, 10vw, 130px) 0; }
.cta-band .eyebrow { color: #cfb27a; }
.cta-band p { color: #cfc6b8; margin-bottom: 2rem; }
.site-footer { background: var(--soft); padding: 72px 0 0; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; padding-bottom: 56px; }
.footer-logo { height: 52px; width: auto; margin-bottom: 16px; }
.footer-nav { list-style: none; padding: 0; margin: 0; columns: 2; }
.footer-nav li { margin-bottom: 10px; }
.footer-nav a, .site-footer a { text-decoration: none; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--accent); }
.instagram { display: inline-flex; align-items: center; gap: 8px; }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 0; font-size: .8rem; color: var(--muted); }
.footer-bottom p { margin: 0; }

/* page headers */
.page-header { padding: clamp(70px, 9vw, 120px) 0 clamp(40px, 5vw, 64px); }
.page-header .lead { max-width: 680px; margin-inline: auto; }

/* wedding page */
.wedding-hero { position: relative; height: 78svh; min-height: 440px; overflow: hidden; margin-bottom: clamp(56px, 7vw, 90px); }
.wedding-hero img { width: 100%; height: 100%; object-fit: cover; }
.wedding-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,12,.6), transparent 60%); }
.wedding-hero-text { position: absolute; z-index: 1; left: 0; right: 0; bottom: 56px; text-align: center; color: #fff; }
.wedding-hero-text .eyebrow { color: #eadbc0; }
.wedding-story { padding-bottom: 56px; }

/* about page */
.about-page { padding: clamp(60px, 8vw, 110px) 0; }
.about-page-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.about-page-photo { position: sticky; top: 110px; }
.about-page-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 999px 999px 0 0; }
.about-page-text { line-height: 1.85; }
.about-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: clamp(60px, 8vw, 110px); }
.about-images img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }

/* FAQ accordion */
.faq-accordion { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h2 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); margin: 0; }
.faq summary::after { content: "+"; font-size: 1.8rem; font-weight: 200; color: var(--accent); transition: transform .25s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 0 26px; color: var(--muted); line-height: 1.8; max-width: 720px; }
.faq-closing { font-size: clamp(1.5rem, 2.4vw, 2rem); padding: 64px 0 100px; }
.faq-closing a { color: var(--link); }

/* contact */
.contact { padding: clamp(70px, 9vw, 120px) 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.contact-lines { font-size: clamp(2rem, 3.6vw, 3rem); }
.contact-lines span { display: block; }
.contact-lines span:nth-child(2) { color: var(--accent); font-style: italic; }
.contact-note { color: var(--muted); margin-top: 1.5rem; }
.contact-form { background: #fff; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); }
.contact-form label { font-family: var(--font-ui); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 400; }
.contact-form input, .contact-form textarea { border-width: 0 0 1px; background: transparent; padding: 10px 2px; border-radius: 0; }
.contact-form input:focus, .contact-form textarea:focus { box-shadow: none; }
.contact-form .btn { width: 100%; margin-top: 10px; padding: 1.1em; }

/* corporate */
.corporate-video { padding: clamp(60px, 8vw, 100px) 0 0; }
.corporate-feature { padding: clamp(60px, 8vw, 100px) 0; }
.feature-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.clients { padding: 0 0 clamp(80px, 10vw, 120px); }
.clients h2 { margin-bottom: 48px; }
.client-logos img { filter: grayscale(1); opacity: .7; transition: filter .3s, opacity .3s; }
.client-logos li:hover img { filter: none; opacity: 1; }

/* blog */
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 32px; padding-bottom: 40px; }
.post-card .card-img { display: block; aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 20px; }
.post-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.post-card:hover img { transform: scale(1.04); }
.post-card h2 { font-size: 1.7rem; }
.post-card h2 a { text-decoration: none; }
.post-card p { color: var(--muted); }
.post-meta { font-family: var(--font-ui); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
.post-header { padding: clamp(70px, 9vw, 120px) 0 40px; }
.post-body figure { margin: 2.5em -60px; }
@media (max-width: 1000px) { .post-body figure { margin-inline: 0; } }

.gallery { columns: 3 300px; }

@media (max-width: 900px) {
  .about-grid, .about-page-grid, .feature-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .about-page-photo { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .wedding-cards, .post-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .wedding-cards, .post-list { grid-template-columns: 1fr; }
  .service-card span { font-size: 1.35rem; left: 14px; bottom: 12px; }
  .footer-nav { columns: 2; }
}
