/* getmarriedinfrance.net — styles.css
   Magazine-feel layout. Cormorant Garamond + Inter. Warm cream palette.
   Generous whitespace, image-led storytelling.
*/

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: #1a1d24;
  background-color: #fafaf7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #6d5638; text-decoration: none; transition: color 0.18s ease; }
a:hover { color: #1a1d24; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #1a1d24;
  margin: 0 0 0.65em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; font-weight: 500; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; }
h3 { font-size: 1.35rem; line-height: 1.3; }
h4 { font-size: 0.85rem; font-family: "Inter", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #8a7e69; }
p { margin: 0 0 1rem; }
strong { font-weight: 600; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/* Layout */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.container.narrow { max-width: 760px; }
.center { text-align: center; }
.center.cta-buttons, .cta-buttons.center { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }

.section { padding: 5rem 0; }
.section.compact { padding: 3rem 0; }

.section-header { margin-bottom: 2.5rem; }
.section-header.center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-header h2 { margin-bottom: 0.5rem; }
.section-header p { color: #4b5563; font-size: 1.05rem; margin: 0; }

.eyebrow, .hero-eyebrow, .venue-region-label, .region-card-eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8a6d4b;
  margin: 0 0 0.85rem;
}
.hero-eyebrow { color: rgba(255, 255, 255, 0.9); }
.region-card-eyebrow { color: rgba(255, 255, 255, 0.8); }
.venue-region-label { color: #8a7e69; }

/* Header */
.site-header { background: rgba(250, 250, 247, 0.96); border-bottom: 1px solid #e8e2d4; position: sticky; top: 0; z-index: 50; backdrop-filter: blur(10px); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.5rem; }
.logo { display: inline-flex; align-items: center; line-height: 1; transition: opacity 0.2s ease; }
.logo img { height: 150px; width: auto; display: block; }
.logo:hover { opacity: 0.78; text-decoration: none; }
@media (max-width: 980px) { .logo img { height: 110px; } }
@media (max-width: 700px) { .logo img { height: 80px; } }

.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { font-size: 0.92rem; color: #4b5563; font-weight: 500; position: relative; }
.main-nav a:hover { color: #1a1d24; }
.main-nav a.nav-cta {
  background: #1a1d24; color: #ffffff; padding: 0.55rem 1.1rem; border-radius: 2px;
}
.main-nav a.nav-cta:hover { background: #8a6d4b; }

/* Hero — home */
.hero {
  padding: 7rem 0 5rem;
  background-size: cover;
  background-position: center;
  background-color: #1a1d24;  /* fallback */
  color: #ffffff;
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
}
.hero h1, .hero p, .hero .hero-lead, .hero .hero-eyebrow { color: #ffffff !important; }
.hero .hero-lead { color: rgba(255, 255, 255, 0.9) !important; }
.hero.hero-home { min-height: 88vh; }
.hero-inner { max-width: 760px; }
.hero h1 { color: #ffffff; font-weight: 500; }
.hero-lead { font-size: 1.2rem; color: rgba(255, 255, 255, 0.9); max-width: 600px; margin: 1.25rem 0 2rem; }
.hero-ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-credit { position: absolute; right: 1.5rem; bottom: 1rem; color: rgba(255, 255, 255, 0.65); font-size: 0.75rem; letter-spacing: 0.06em; }

.hero.compact { padding: 4rem 0 2rem; min-height: auto; color: #1a1d24; background: linear-gradient(180deg, #f3eee2 0%, #fafaf7 100%); }
.hero.compact h1 { color: #1a1d24; }
.hero.compact .hero-lead { color: #4b5563; }
.hero.compact .hero-eyebrow { color: #8a6d4b; }
.hero.compact.center .cta-buttons { justify-content: center; }

/* Intro section */
.section-intro { padding: 4rem 0 3rem; }
.intro-lead { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; line-height: 1.5; color: #1a1d24; font-style: italic; font-weight: 400; max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.intro-stats { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; font-size: 0.9rem; color: #8a7e69; text-transform: uppercase; letter-spacing: 0.08em; }
.intro-stats span { display: flex; flex-direction: column; align-items: center; }
.intro-stats strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.5rem; font-weight: 500; color: #1a1d24; line-height: 1; margin-bottom: 0.25rem; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border: 1px solid transparent;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 1px;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: #1a1d24; border-color: #1a1d24; color: #ffffff; }
.btn-primary:hover { background: #8a6d4b; border-color: #8a6d4b; color: #ffffff; }
.btn-secondary { background: transparent; border-color: #1a1d24; color: #1a1d24; }
.btn-secondary:hover { background: #1a1d24; color: #ffffff; }
.btn-outline { background: transparent; border-color: #c4bba9; color: #4b5563; }
.btn-outline:hover { border-color: #1a1d24; color: #1a1d24; }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, 0.45); color: #ffffff; }
.btn-ghost:hover { background: #ffffff; color: #1a1d24; border-color: #ffffff; }

/* Region cards (image-led, on home) */
.region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.region-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 280px;
  padding: 1.75rem;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.region-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,29,36,0) 40%, rgba(26,29,36,0.8) 100%);
  transition: opacity 0.4s ease;
}
.region-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(26,29,36,0.18); text-decoration: none; }
.region-card-body { position: relative; z-index: 2; }
.region-card h3 { color: #ffffff; font-size: 1.85rem; margin: 0 0 0.25rem; }
.region-card p { margin: 0; font-size: 0.88rem; color: rgba(255, 255, 255, 0.85); letter-spacing: 0.04em; }

/* Featured venue cards */
.section-featured { background: #ffffff; border-top: 1px solid #e8e2d4; border-bottom: 1px solid #e8e2d4; }
.venue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.venue-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e8e2d4;
  border-radius: 2px;
  overflow: hidden;
  color: #1a1d24;
  transition: all 0.25s ease;
}
.venue-card:hover { transform: translateY(-3px); box-shadow: 0 20px 36px rgba(26,29,36,0.08); border-color: #c4bba9; text-decoration: none; }
.venue-card-img {
  width: 100%;
  aspect-ratio: 16 / 11;
  background: linear-gradient(135deg, #e3dccb 0%, #c4bba9 50%, #a89070 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.6s ease;
}
.venue-card-img::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(255,255,255,0.18), transparent 60%);
}
.venue-card.has-photo .venue-card-img::after { background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.08) 100%); }
.venue-card.has-photo:hover .venue-card-img { transform: scale(1.03); }
.venue-card-body { padding: 1.5rem 1.6rem 1.75rem; flex: 1; display: flex; flex-direction: column; }
.venue-card-region { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #8a6d4b; margin-bottom: 0.5rem; }
.venue-card h3 { font-size: 1.35rem; margin: 0 0 0.5rem; line-height: 1.25; }
.venue-card .venue-card-tag { color: #4b5563; font-size: 0.95rem; margin: 0 0 1rem; flex: 1; }
.venue-card-meta { font-size: 0.78rem !important; color: #8a7e69 !important; text-transform: uppercase; letter-spacing: 0.06em; margin: auto 0 0 !important; }

.section-cta { margin-top: 2.5rem; text-align: center; }

/* Section: photographer with photo backdrop */
.section-photographer {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 6rem 0;
}
.section-photographer::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(26, 29, 36, 0.45);
}
.section-photographer .container { position: relative; z-index: 2; }
.photographer-card {
  background: #fafaf7;
  padding: 3rem 3rem 3.5rem;
  max-width: 580px;
  border-radius: 2px;
  margin-left: auto;
}
.photographer-card h2 { margin-top: 0.5rem; }
.photographer-card p { color: #4b5563; }

/* Section: videographer two-column */
.section-videographer { background: #f3eee2; padding: 5rem 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.videographer-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}

/* Check lists */
.check-list { list-style: none; padding: 0; margin: 1rem 0 1.5rem; }
.check-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
  font-size: 0.98rem;
  color: #4b5563;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8a6d4b;
  font-weight: 600;
}

/* Section: list your venue CTA */
.section-list-venue { background: #1a1d24; color: #ffffff; padding: 5rem 0; }
.section-list-venue h2 { color: #ffffff; }
.section-list-venue p { color: rgba(255, 255, 255, 0.78); margin-bottom: 1.75rem; }
.section-list-venue .eyebrow { color: #c4a979; }
.section-list-venue .btn-secondary { border-color: #ffffff; color: #ffffff; }
.section-list-venue .btn-secondary:hover { background: #ffffff; color: #1a1d24; }

/* Region pages */
.region-hero { padding: 6rem 0 5rem; background-size: cover; background-position: center; color: #ffffff; min-height: 60vh; display: flex; align-items: center; }
.region-hero h1 { color: #ffffff; }
.region-hero .breadcrumbs { color: rgba(255, 255, 255, 0.75); }
.region-hero .breadcrumbs a { color: rgba(255, 255, 255, 0.75); }
.region-hero .breadcrumbs a:hover { color: #ffffff; }
.region-hero .hero-lead { max-width: 640px; }

.region-switcher { background: #ffffff; border-bottom: 1px solid #e8e2d4; padding: 1.25rem 0; position: sticky; top: 64px; z-index: 40; }
.pill-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pill-nav a {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid #d4ccb8;
  font-size: 0.85rem;
  color: #4b5563;
  background: transparent;
  transition: all 0.18s ease;
}
.pill-nav a:hover { border-color: #1a1d24; color: #1a1d24; }
.pill-nav a.active { background: #1a1d24; border-color: #1a1d24; color: #ffffff; }

.section-venues-list { padding-top: 4rem; }

/* Supplier CTA cards (used on region + venue pages) */
.supplier-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.supplier-cta-card {
  display: block;
  padding: 2rem 2rem 2.25rem;
  background: #ffffff;
  border: 1px solid #e8e2d4;
  border-radius: 2px;
  color: #1a1d24;
  transition: all 0.2s ease;
}
.supplier-cta-card:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(26,29,36,0.08); border-color: #c4bba9; text-decoration: none; }
.supplier-cta-card h3 { font-size: 1.5rem; margin: 0.5rem 0 0.5rem; }
.supplier-cta-card p { color: #4b5563; margin: 0 0 1rem; }
.cta-arrow { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #8a6d4b; }

/* Venue pages */
.venue-hero {
  background: #1a1d24;
  color: #ffffff;
  padding: 5rem 0 4rem;
}
.venue-hero h1 { color: #ffffff; margin: 0.5rem 0 0.75rem; max-width: 800px; }
.venue-hero .breadcrumbs { color: rgba(255, 255, 255, 0.7); margin-bottom: 1.5rem; }
.venue-hero .breadcrumbs a { color: rgba(255, 255, 255, 0.7); }
.venue-hero .breadcrumbs a:hover { color: #ffffff; }
.venue-location { color: rgba(255, 255, 255, 0.7); font-size: 1rem; margin: 0 0 1rem; letter-spacing: 0.02em; }
.venue-tagline { font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: 1.4rem; color: rgba(255, 255, 255, 0.92); max-width: 720px; margin: 0 0 2rem; line-height: 1.4; }
.venue-hero-ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.venue-hero .btn-primary { background: #c4a979; border-color: #c4a979; color: #1a1d24; }
.venue-hero .btn-primary:hover { background: #ffffff; border-color: #ffffff; color: #1a1d24; }
.venue-hero .btn-secondary { border-color: rgba(255, 255, 255, 0.45); color: #ffffff; }
.venue-hero .btn-secondary:hover { background: #ffffff; color: #1a1d24; border-color: #ffffff; }

.venue-stats { padding: 2.5rem 0; background: #f3eee2; border-bottom: 1px solid #e8e2d4; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat { display: flex; flex-direction: column; text-align: center; }
.stat-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: #8a7e69; margin-bottom: 0.5rem; }
.stat-value { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.4rem; font-weight: 500; line-height: 1; color: #1a1d24; }
.stat-value-text { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; font-weight: 500; line-height: 1.1; color: #1a1d24; }
.stat-unit { font-size: 0.78rem; color: #8a7e69; margin-top: 0.35rem; text-transform: uppercase; letter-spacing: 0.06em; }

.venue-description { padding: 4rem 0 2rem; }
.lead-paragraph::first-letter {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.6rem;
  float: left;
  line-height: 0.9;
  padding: 0.3rem 0.5rem 0 0;
  color: #8a6d4b;
}
.venue-body p { font-size: 1.05rem; line-height: 1.75; }
.venue-body p + p { margin-top: 1.25rem; }

.venue-details { padding: 3rem 0 5rem; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.detail-list { margin: 0; }
.detail-list dt { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: #8a7e69; margin-top: 1rem; font-weight: 600; }
.detail-list dt:first-child { margin-top: 0; }
.detail-list dd { margin: 0.25rem 0 0; font-size: 0.97rem; color: #1a1d24; line-height: 1.55; }

.venue-suppliers { background: #f3eee2; padding: 4rem 0; }
/* All-venues page — region-grouped sections */
.all-venues-region { padding: 3.5rem 0; border-bottom: 1px solid #e8e2d4; scroll-margin-top: 80px; }
.all-venues-region:first-of-type { border-top: 1px solid #e8e2d4; }
.all-venues-region:nth-of-type(even) { background: #fafaf7; }
.all-venues-region-header { margin-bottom: 2rem; }
.all-venues-region-header h2 { margin: 0.5rem 0 0.5rem; }
.all-venues-region-header h2 a { color: #1a1d24; }
.all-venues-region-header h2 a:hover { color: #8a6d4b; text-decoration: none; }
.all-venues-region-header .header-arrow { font-family: "Inter", sans-serif; font-size: 0.85em; color: #8a6d4b; opacity: 0; transition: opacity 0.2s ease, transform 0.2s ease; display: inline-block; margin-left: 0.25rem; }
.all-venues-region-header h2 a:hover .header-arrow { opacity: 1; transform: translateX(4px); }
.all-venues-region-header p { color: #4b5563; max-width: 60ch; margin: 0; }

/* Independence disclaimer — restrained but visible */
.section-disclaimer {
  background: #f3eee2;
  border-top: 1px solid #e8e2d4;
  border-bottom: 1px solid #e8e2d4;
  padding: 2.5rem 0;
}
.section-disclaimer .eyebrow {
  margin-bottom: 0.5rem;
  color: #8a6d4b;
}
.section-disclaimer p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #5a5550;
  margin: 0;
}
.section-disclaimer p + p { margin-top: 0.4rem; }

.venue-bottom-cta { background: #ffffff; border-top: 1px solid #e8e2d4; padding: 4rem 0; }
.venue-bottom-cta h2 { margin-bottom: 0.5rem; }
.venue-bottom-cta .cta-buttons { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem; }

/* Breadcrumbs */
.breadcrumbs { font-size: 0.82rem; color: #8a7e69; margin-bottom: 1rem; letter-spacing: 0.04em; }
.breadcrumbs a { color: #8a7e69; }
.breadcrumbs a:hover { color: #1a1d24; }

/* Supplier pages */
.supplier-hero {
  background-size: cover;
  background-position: center;
  background-color: #1a1d24;  /* shows until image loads */
  color: #ffffff;
  padding: 7rem 0 5rem;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.supplier-hero h1,
.supplier-hero .hero-lead,
.supplier-hero p { color: #ffffff !important; }
.supplier-hero h1 { max-width: 800px; }
.supplier-hero-inner { max-width: 760px; }
.supplier-hero .hero-lead { color: rgba(255, 255, 255, 0.92) !important; }
.supplier-hero .hero-eyebrow { color: rgba(255, 255, 255, 0.9) !important; }

.supplier-intro { padding: 4rem 0 2rem; }

/* Meet the supplier — portrait + bio split */
.supplier-meet { padding: 5rem 0; background: #ffffff; border-bottom: 1px solid #e8e2d4; }
.meet-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 4rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.meet-portrait img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  box-shadow: 0 30px 60px -25px rgba(26, 29, 36, 0.25);
}
.meet-text h2 { margin-top: 0.5rem; margin-bottom: 1.25rem; }
.meet-text .lead-paragraph { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; line-height: 1.5; color: #1a1d24; margin-bottom: 1.25rem; font-style: italic; font-weight: 400; }
.meet-text .lead-paragraph::first-letter { font-size: inherit; float: none; padding: 0; color: inherit; }
.meet-text p { color: #4b5563; max-width: 56ch; }
.meet-meta { font-family: "Inter", sans-serif !important; font-size: 0.82rem !important; text-transform: uppercase; letter-spacing: 0.12em; color: #8a7e69 !important; margin-top: 1.5rem !important; font-weight: 500; }

@media (max-width: 880px) {
  .meet-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .meet-portrait img { max-width: 340px; margin: 0 auto; }
}

.supplier-portfolio { padding: 4rem 0; background: #ffffff; border-top: 1px solid #e8e2d4; border-bottom: 1px solid #e8e2d4; }

/* Portfolio — true masonry via CSS columns (respects each photo's natural aspect ratio) */
.portfolio-masonry {
  column-count: 3;
  column-gap: 0.85rem;
  margin-top: 2rem;
}
.portfolio-item {
  display: block;
  width: 100%;
  margin: 0 0 0.85rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
  border-radius: 1px;
  background: #d8d2c4;
  position: relative;
  cursor: zoom-in;
}
.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
}
.portfolio-item:hover img { transform: scale(1.025); filter: brightness(1.04); }
.portfolio-item::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(26,29,36,0);
  transition: background 0.3s ease;
  pointer-events: none;
}
.portfolio-item:hover::after { background: rgba(26,29,36,0.08); }

@media (max-width: 980px) {
  .portfolio-masonry { column-count: 2; }
}
@media (max-width: 600px) {
  .portfolio-masonry { column-count: 1; column-gap: 0; }
  .portfolio-item { margin-bottom: 0.75rem; }
}

/* Venue gallery — masonry on the venue page */
.venue-gallery-section { padding: 4rem 0 5rem; background: #fafaf7; border-top: 1px solid #e8e2d4; }
.venue-gallery-masonry {
  column-count: 2;
  column-gap: 0.85rem;
  margin-top: 2rem;
}
.venue-gallery-item {
  display: block;
  width: 100%;
  margin: 0 0 0.85rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
  border-radius: 1px;
  background: #d8d2c4;
  position: relative;
  cursor: zoom-in;
}
.venue-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
}
.venue-gallery-item:hover img { transform: scale(1.025); filter: brightness(1.04); }
.venue-gallery-item::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(26,29,36,0);
  transition: background 0.3s ease;
  pointer-events: none;
}
.venue-gallery-item:hover::after { background: rgba(26,29,36,0.08); }
@media (max-width: 760px) {
  .venue-gallery-masonry { column-count: 1; column-gap: 0; }
  .venue-gallery-item { margin-bottom: 0.75rem; }
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 17, 22, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 4rem 5rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lightbox.is-open { display: flex; animation: lb-fade 0.25s ease forwards; }
@keyframes lb-fade { from { opacity: 0; } to { opacity: 1; } }

.lightbox-figure {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-img {
  max-width: 100%;
  max-height: 86vh;
  display: block;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  animation: lb-zoom 0.3s ease;
}
@keyframes lb-zoom { from { transform: scale(0.96); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  user-select: none;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
}
.lightbox-close {
  top: 1.5rem; right: 1.5rem;
  width: 48px; height: 48px;
  font-size: 1.8rem; line-height: 1;
  padding-bottom: 4px;
}
.lightbox-prev, .lightbox-next {
  top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px;
  font-size: 2rem; line-height: 1;
  padding-bottom: 4px;
}
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }
.lightbox-prev:hover { transform: translateY(-50%) translateX(-2px); }
.lightbox-next:hover { transform: translateY(-50%) translateX(2px); }

.lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  font-family: "Inter", sans-serif;
  margin: 0;
}

@media (max-width: 700px) {
  .lightbox { padding: 3rem 1rem; }
  .lightbox-img { max-height: 78vh; }
  .lightbox-close { top: 0.75rem; right: 0.75rem; width: 40px; height: 40px; font-size: 1.5rem; }
  .lightbox-prev, .lightbox-next { width: 44px; height: 44px; font-size: 1.6rem; }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
}

.supplier-approach { padding: 3rem 0; }
.supplier-packages { padding: 4rem 0; background: #f3eee2; }
.package-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.package-card {
  background: #ffffff;
  border: 1px solid #e8e2d4;
  padding: 2rem 2rem 2.25rem;
  border-radius: 2px;
  position: relative;
}
.package-card.featured { border-color: #8a6d4b; box-shadow: 0 8px 24px rgba(26,29,36,0.06); }
.package-badge {
  position: absolute; top: -12px; left: 1.5rem;
  background: #8a6d4b; color: #ffffff;
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em;
  padding: 0.35rem 0.75rem;
  border-radius: 1px;
}
.package-card h3 { margin: 0 0 0.75rem; }
.package-card p { color: #4b5563; }
.small-note { font-size: 0.88rem; color: #6b6253; }
.small-note.center { text-align: center; margin-top: 2rem; }

.supplier-also { padding: 3rem 0; background: #ffffff; }
.supplier-cta { padding: 4rem 0; background: #1a1d24; color: #ffffff; }
.supplier-cta h2 { color: #ffffff; }
.supplier-cta p { color: rgba(255, 255, 255, 0.78); }
.supplier-cta .btn-primary { background: #c4a979; border-color: #c4a979; color: #1a1d24; }
.supplier-cta .btn-primary:hover { background: #ffffff; border-color: #ffffff; }

/* Contact page */
.contact-hero {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 5rem 0 4rem;
  min-height: 45vh;
  display: flex;
  align-items: center;
}
.contact-hero h1 { color: #ffffff; }
.contact-hero .hero-lead { color: rgba(255, 255, 255, 0.9); }

.contact-section { padding: 4rem 0; }
.contact-form { background: #ffffff; padding: 3rem; border: 1px solid #e8e2d4; border-radius: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-field { margin-bottom: 1.5rem; }
.form-row .form-field { margin-bottom: 1.5rem; }
.form-field label, .form-field legend {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1d24;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.form-field .req { color: #8a6d4b; }
.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #d4ccb8;
  background: #fafaf7;
  font-family: inherit;
  font-size: 1rem;
  color: #1a1d24;
  border-radius: 1px;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #8a6d4b;
  background: #ffffff;
}
.form-field textarea { resize: vertical; min-height: 140px; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 1rem; margin-top: 0.25rem; }
.checkbox-label { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.92rem; font-weight: 400 !important; color: #4b5563 !important; cursor: pointer; padding: 0.3rem 0; }
.checkbox-label input { margin-top: 0.25rem; accent-color: #8a6d4b; }
.form-consent { padding-top: 0.5rem; border-top: 1px solid #e8e2d4; margin-top: 1rem; }
.form-consent .checkbox-label { font-size: 0.88rem; }
.contact-form button { margin-top: 0.5rem; }
.form-note { font-size: 0.78rem; color: #8a7e69; margin: 1rem 0 0; }

.contact-alt { padding: 3rem 0 5rem; }
.contact-email a { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.6rem; color: #1a1d24; }
.contact-email a:hover { color: #8a6d4b; }

/* Footer */
.site-footer { background: #1a1d24; color: rgba(255, 255, 255, 0.7); padding: 4rem 0 2rem; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .footer-logo { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.3rem; color: #ffffff; margin: 0 0 0.5rem; font-weight: 500; }
.footer-brand .footer-tagline { font-size: 0.92rem; color: rgba(255, 255, 255, 0.65); max-width: 320px; margin: 0; }
.footer-links h4 { color: #c4a979; margin: 0 0 1rem; }
.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255, 255, 255, 0.7); font-size: 0.92rem; }
.footer-links a:hover { color: #ffffff; }
.footer-copy { font-size: 0.82rem; color: rgba(255, 255, 255, 0.5); text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); margin: 0; }

/* Responsive */
@media (max-width: 980px) {
  body { font-size: 16px; }
  .site-header .container { padding: 0.85rem 1.25rem; }
  .main-nav { gap: 1rem; }
  .main-nav a { font-size: 0.85rem; }
  .two-column { grid-template-columns: 1fr; gap: 2.5rem; }
  .supplier-cta-grid { grid-template-columns: 1fr; }
  .details-grid { grid-template-columns: 1fr; gap: 2rem; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .photographer-card { padding: 2rem; max-width: 100%; }
  .section-photographer { background-attachment: scroll; padding: 4rem 0; }
}

@media (max-width: 700px) {
  .site-header .container { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .main-nav { flex-wrap: wrap; gap: 0.75rem 1rem; width: 100%; }
  .main-nav a { font-size: 0.82rem; }
  .hero { padding: 5rem 0 3.5rem; min-height: auto; }
  .hero.hero-home { min-height: 75vh; }
  .section { padding: 3.5rem 0; }
  .section-header { margin-bottom: 1.75rem; }
  .region-switcher { top: auto; position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 1.75rem; }
  .checkbox-grid { grid-template-columns: 1fr; }
  /* Portfolio masonry handled in its own media queries above */
  .intro-stats { gap: 1.5rem; }
  .intro-stats strong { font-size: 2rem; }
  .lead-paragraph::first-letter { font-size: 2.8rem; padding: 0.2rem 0.4rem 0 0; }
}

/* Print */
@media print {
  .site-header, .site-footer, .btn, .hero-ctas, .venue-hero-ctas, .region-switcher, .contact-form { display: none !important; }
  body { background: #ffffff; color: #000000; }
  .hero, .region-hero, .supplier-hero, .venue-hero, .contact-hero { color: #1a1d24 !important; background: #fafaf7 !important; min-height: auto; padding: 2rem 0; }
  .hero h1, .region-hero h1, .supplier-hero h1, .venue-hero h1 { color: #1a1d24 !important; }
}
