:root {
  --color-ink: #2b1e1b;
  --color-ink-soft: #4f463f;
  --color-blush: #f7c9d9;
  --color-petal: #fbe6ee;
  --color-rose-gold: #c89b7b;
  --color-champagne: #e8c88a;
  --color-cream: #fff8f2;
  --color-nude: #e8d2c0;
  --color-charcoal: #1f1f1f;
  --color-garden: #6f7f5c;
  --color-text: #2b1e1b;
  --color-soft-white: #fffdfa;
  --radius: 8px;
  --section-shadow: rgba(43, 30, 27, 0.12);
  --shadow: 0 16px 40px var(--section-shadow);
  --border: 1px solid rgba(43, 30, 27, 0.12);
  --section-surface-pattern:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 248, 242, 0)),
    linear-gradient(220deg, rgba(247, 201, 217, 0.08), rgba(255, 255, 255, 0) 55%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.94), rgba(255, 248, 242, 0.9)),
    url("img/jumbotron/jumbotron.jpg") center/cover no-repeat fixed;
  position: relative;
  isolation: isolate;
  line-height: 1.55;
  background-attachment: fixed;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8.6rem;
}

.section,
.hero {
  scroll-margin-top: 6.5rem;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

body::after {
  background:
    radial-gradient(circle at 50% -15%, rgba(255, 248, 242, 0.32), rgba(255, 248, 242, 0) 52%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), rgba(255, 248, 242, 0.02));
  opacity: 0.32;
}

main,
.site-header,
.site-footer {
  background: transparent;
  position: relative;
  z-index: 1;
}

main section {
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.9), rgba(254, 245, 239, 0.95));
  background-image: linear-gradient(180deg, rgba(255, 248, 242, 0.9), rgba(254, 245, 239, 0.95)),
    var(--section-surface-pattern);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, 44px 38px;
  backdrop-filter: blur(1.5px);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  margin-top: 0;
}

h1 {
  font-size: clamp(1.95rem, 6vw, 3.2rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 1rem;
}

.section {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-top: var(--border);
  margin-top: -1px;
  position: relative;
}

.section.no-backdrop {
  background-image: none;
  backdrop-filter: none;
}

.section::before {
  display: none;
}

.section:nth-of-type(even)::before {
  display: none;
}

.section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(43, 30, 27, 0.12), transparent);
}

.section.no-backdrop::before,
.section.no-backdrop::after {
  display: none;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.alt {
  background: linear-gradient(
    180deg,
    rgba(247, 201, 217, 0.18),
    rgba(255, 248, 242, 0.92)
  );
  background-image:
    linear-gradient(180deg, rgba(247, 201, 217, 0.18), rgba(255, 248, 242, 0.92)),
    var(--section-surface-pattern);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, 44px 38px;
}

.section-head p,
.hero-copy {
  max-width: 70ch;
}

.section-head {
  display: grid;
  gap: 1rem;
}

.section-head::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(90, 76, 58, 0.36), transparent);
}

.section-head h2 {
  display: inline-flex;
  align-items: center;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 254, 252, 0.82);
  backdrop-filter: blur(8px);
  z-index: 20;
  border-bottom: var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  position: relative;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  position: relative;
  z-index: 0;
  align-items: center;
  text-align: center;
}

.brand-logo {
  width: min(220px, 48vw);
  max-width: 220px;
  height: auto;
  display: block;
  object-fit: contain;
}

.brand-script-row {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.brand-script {
  font-family: "Great Vibes", cursive;
  font-size: 2.1rem;
  color: var(--color-ink);
  letter-spacing: 0.03em;
  line-height: 0.95;
}

.brand-tagline {
  font-size: 0.79rem;
  letter-spacing: 0.04em;
  color: var(--color-garden);
  margin-top: 0.15rem;
}

.menu-btn {
  background: transparent;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.45rem 0.9rem;
  border: var(--border);
  border-radius: 999px;
  color: var(--color-ink);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav {
  display: none;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  padding-bottom: 0.75rem;
}

.nav.is-open {
  display: flex;
}

.nav a {
  font-size: 0.9rem;
  color: var(--color-ink);
  transition: color 120ms ease;
}

.nav a:hover {
  color: var(--color-rose-gold);
}

.nav-social-link {
  background: rgba(247, 201, 217, 0.2);
  border: 1px solid rgba(200, 155, 123, 0.45);
  border-radius: 999px;
  padding: 0.38rem 0.9rem;
}

.nav-social-link:hover,
.nav-social-link:focus-visible {
  background: var(--color-blush);
  color: #402b22;
  outline: none;
}

.hero {
  --hero-image: url("img/jumbotron/jumbotron.jpg");
  min-height: 86vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background:
    linear-gradient(115deg, rgba(43, 30, 27, 0.45), rgba(43, 30, 27, 0.1)),
    var(--hero-image) center/cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

.hero .container {
  position: relative;
  z-index: 2;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 120ms ease, filter 120ms ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.button:active {
  transform: translateY(0);
}

.button-primary {
  background: linear-gradient(135deg, var(--color-blush), var(--color-rose-gold));
  color: #342620;
}

.button-secondary {
  background: var(--color-nude);
  color: #312720;
}

.button-ghost {
  border: 1px solid rgba(65, 50, 40, 0.24);
  background: #fff;
  color: var(--color-ink);
}

.button-primary:hover {
  filter: brightness(1.04) saturate(1.05);
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.about-copy {
  font-size: 1.03rem;
  line-height: 1.8;
  max-width: 68ch;
}

.about-inline-photo {
  width: min(220px, 54vw);
  max-width: 220px;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  margin: 0 0 0.9rem 0;
  display: block;
  margin-left: 0;
  margin-right: auto;
  object-fit: cover;
  object-position: 50% 30%;
  position: relative;
  top: 0.45rem;
}

.badge {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 238, 234, 0.95));
  border: var(--border);
  padding: 1.1rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.badge ul {
  padding-left: 1.2rem;
  margin: 0.2rem 0 0;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.card,
.service-card,
.blog-card,
.policy-card,
.testimonial,
.gallery-tile {
  background: rgba(255, 255, 255, 0.84);
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: var(--shadow);
  border: var(--border);
  position: relative;
}

.card::after,
.service-card::after,
.blog-card::after,
.policy-card::after,
.testimonial::after,
.gallery-tile::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: -10px;
  right: 12px;
  opacity: 0.42;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(247, 201, 217, 0.2));
  pointer-events: none;
  transform: rotate(8deg);
}

.card,
.gallery-tile {
  overflow: hidden;
}

.service-card h3,
.blog-card h3,
.policy-card h3 {
  margin-bottom: 0.45rem;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.feature-item {
  border-left: 4px solid var(--color-rose-gold);
  padding-left: 0.9rem;
  background: #fff;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.gallery-controls {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.gallery-btn {
  border: var(--border);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.85rem;
}

.gallery-btn.active {
  background: var(--color-rose-gold);
  color: #fff;
  border-color: transparent;
}

.gallery-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
}

.gallery-tile {
  overflow: hidden;
  padding: 0;
  border: var(--border);
}

.gallery-tile--placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(244, 217, 204, 0.22), rgba(247, 229, 211, 0.35));
  border-style: dashed;
  min-height: 250px;
}

.gallery-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-placeholder {
  color: #6f4a52;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.9rem;
  letter-spacing: 0.01em;
}

.gallery-caption {
  padding: 0.75rem;
  text-align: center;
}

.testimonial-scroller {
  display: grid;
  gap: 0.9rem;
}

.testimonial {
  background: rgba(255, 255, 255, 0.84);
}

.reviews-cta {
  display: inline-flex;
  margin-top: 1.1rem;
}

.button-google {
  background: #ffffff;
  color: #3c4043;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-google:hover {
  filter: none;
  border-color: #a8adb4;
}

.button-google:active {
  transform: translateY(0);
  box-shadow: inset 0 1px 1px rgba(60, 64, 67, 0.16);
}

.google-review-summary {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: #3c4043;
  font-size: 0.92rem;
}

.google-review-stars {
  color: #fbbc04;
  letter-spacing: 0.05rem;
}

.google-review-score {
  font-weight: 600;
}

.google-review-count {
  color: #5f6368;
}

.button-google::before {
  content: "G";
  margin-right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #34a853, #4285f4 35%, #fbbc05 65%, #ea4335);
}

.cta-band {
  text-align: center;
  background: linear-gradient(135deg, var(--color-nude), var(--color-champagne));
  background-image: linear-gradient(135deg, var(--color-nude), var(--color-champagne));
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cta-band.no-backdrop {
  background-image: linear-gradient(135deg, var(--color-nude), var(--color-champagne));
  background-size: 100% 100%;
}

.event-lead {
  margin-bottom: 0.75rem;
}

.event-details {
  display: inline-grid;
  gap: 0.42rem;
  margin: 0 auto 1rem;
  justify-items: start;
}

.event-actions {
  margin-top: 0.4rem;
}

.event-details p {
  margin: 0;
}

.faq-item {
  border-bottom: 1px solid #d5b7ac;
  padding: 0.75rem 0;
}

.faq-question {
  margin: 0;
  font-size: 1rem;
}

.faq-answer {
  margin: 0.6rem 0 0;
  max-width: 75ch;
  font-size: 0.94rem;
}

.policy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.site-footer {
  background: var(--color-charcoal);
  color: #f9ece3;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer .container {
  display: grid;
  gap: 0.8rem;
  text-align: center;
}

.social-links {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  gap: 0.9rem;
}

.social-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fde8f1;
  border: 1px solid rgba(247, 201, 217, 0.65);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease,
    border-color 0.18s ease;
}

.social-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 1;
}

.social-link:hover {
  transform: translateY(-2px);
  background: var(--color-blush);
  border-color: #f7c9d9;
  box-shadow: 0 10px 22px rgba(247, 201, 217, 0.42);
}

.social-link:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 6px 16px rgba(247, 201, 217, 0.35);
}

.social-link:focus-visible {
  outline: 2px solid #fbe6ee;
  outline-offset: 2px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2b1e1b;
  color: #fff;
  padding: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: center;
  z-index: 30;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 18rem;
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media (min-width: 700px) {
  .menu-btn {
    display: none;
  }

  .nav {
    display: flex;
  }

  .nav a {
    border-radius: 999px;
    padding: 0.35rem 0.72rem;
    background: #fff8f2;
  }

  .split,
  .card-grid,
  .policy-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .about-inline-photo {
    width: min(260px, 24vw);
    max-width: 260px;
  }

  .testimonial-scroller {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .card-grid,
  .policy-grid,
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-banner {
    left: auto;
    right: 1.2rem;
    bottom: 1.2rem;
    width: min(980px, 94vw);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
}

@media (max-width: 700px) {
  body {
    background-attachment: scroll;
  }

  .about-inline-photo {
    margin-left: 0;
    margin-right: auto;
  }
}
