:root {
  --teal: #1f6b8a;
  --teal-dark: #154e66;
  --teal-soft: #e6f1f5;
  --mint: #cde3d6;
  --mint-soft: #eaf3ec;
  --coral: #e89a8c;
  --ink: #1c2a33;
  --muted: #5a6c75;
  --paper: #ffffff;
  --line: #d9e3e7;
  --shadow: 0 6px 20px rgba(31, 107, 138, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 72px; }

body {
  margin: 0;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
}
h1, h2, h3, .brand, .nav-cta {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  letter-spacing: 0.005em;
}

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

a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dark); text-decoration: underline; }

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  z-index: 50;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
}
.nav {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.nav a {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
}
.nav a:hover { color: var(--teal); text-decoration: none; }
.nav-cta {
  background: var(--teal);
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
}
.nav-cta:hover { background: var(--teal-dark); }
.header-cta { flex-shrink: 0; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--teal);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.15s ease;
}
.nav-toggle:hover .nav-toggle-bar { background: var(--teal-dark); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 20px rgba(31, 107, 138, 0.08);
    padding: 8px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, padding 0.25s ease;
  }
  .nav.is-open {
    max-height: 400px;
    padding: 8px 0;
  }
  .nav a {
    padding: 12px 24px;
    border-bottom: 1px solid var(--mint-soft);
  }
  .nav a:last-child { border-bottom: none; }
  .site-header { position: sticky; }
  .header-inner { position: relative; }
}

/* Hero */
.hero {
  background: #ffffff;
  padding: 0;
}
.hero-stage {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  aspect-ratio: 10 / 3;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('media/hero-trim.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-image .hero-tagline--mobile { display: none; }
.hero-text {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 58%;
  max-width: 760px;
  text-align: left;
  color: var(--teal-dark);
  z-index: 1;
}
.hero-text h1 {
  font-family: 'Pacifico', 'Parisienne', cursive;
  font-weight: 400;
  font-size: clamp(2.4rem, 6.4vw, 5.2rem);
  line-height: 1;
  margin: 0 0 0.3em;
  color: var(--teal);
  letter-spacing: 0;
}
.hero-meta {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  color: var(--teal-dark);
  font-size: clamp(0.9rem, 1.4vw, 1.15rem);
  margin-bottom: 0.6em;
}
.hero-meta p { margin: 0.15em 0; }
.hero-meta a { color: var(--teal-dark); }
.hero-meta a:hover { color: var(--teal); }
.hero-meta .meta-label { font-weight: 700; }
.hero-serves { font-weight: 700; }
.hero-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  line-height: 1.3;
  color: var(--teal-dark);
  margin: 0.5em 0 0;
  max-width: 32ch;
}
@media (max-width: 720px) {
  .hero {
    background: var(--teal-soft);
    border-bottom: 1px solid rgba(31, 107, 138, 0.15);
    margin: 0;
  }
  .hero-stage {
    aspect-ratio: auto;
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    aspect-ratio: 5 / 3;
    background-image: url('media/hero-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
  }
  .hero-tagline--desktop { display: none; }
  .hero-image .hero-tagline--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 6%;
    right: 4%;
    width: 50%;
    height: 50%;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    font-size: clamp(0.95rem, 3.6vw, 1.35rem);
    line-height: 1.3;
    color: var(--teal-dark);
    z-index: 2;
    box-sizing: border-box;
  }
  .hero-text {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    right: auto;
    text-align: center;
    background: var(--teal-soft);
    padding: 44px 24px 32px;
  }
  .hero-text h1 {
    font-size: clamp(2.5rem, 13vw, 4.5rem);
    line-height: 1.1;
    margin: 0 0 14px;
  }
  .hero-meta {
    font-size: 1rem;
    margin-bottom: 14px;
  }
  .hero-tagline {
    font-size: 1.35rem;
    margin: 8px auto 0;
    max-width: 28ch;
  }
}

/* Sections */
.section {
  padding: 56px 0;
}
#services { padding-top: 40px; }
.section-alt {
  background: var(--mint-soft);
}
.section-tint {
  background: var(--teal-soft);
}
.section-gold {
  background: #fdf3d4;
}
.heading-sparkles {
  display: inline-flex;
  gap: 4px;
  margin-left: 8px;
  color: #f0b429;
  font-size: 0.7em;
  vertical-align: middle;
}
.heading-sparkles i:nth-child(1) { transform: translateY(-4px); font-size: 0.85em; }
.heading-sparkles i:nth-child(2) { font-size: 1.1em; }
.heading-sparkles i:nth-child(3) { transform: translateY(2px); font-size: 0.75em; }
.section h2 {
  font-family: 'Pacifico', 'Parisienne', cursive;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--teal);
  letter-spacing: 0;
}
.section .lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 720px;
  margin: 0 0 36px;
}

/* Card grids */
.grid {
  display: grid;
  gap: 22px;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid-3 { grid-template-columns: 1fr; }
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(31, 107, 138, 0.12);
}
.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 1.85rem;
  margin: 0 auto 16px;
}
.card h3 {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 1.15rem;
}
.card p {
  margin: 0;
  color: var(--muted);
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 28px;
}
@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr; }
}
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--teal);
}
.price-label {
  font-weight: 600;
  color: var(--teal-dark);
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.price-amount {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.price-sep { color: var(--muted); font-weight: 400; margin: 0 4px; }
.price-note {
  color: var(--muted);
  margin: 0;
  font-size: 0.95rem;
}
.pricing-note {
  color: var(--muted);
  max-width: 720px;
  margin: 0 0 28px;
}
.pricing-cta {
  margin: 0;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background: var(--teal);
  color: #fff;
}
.btn-primary:hover { background: var(--teal-dark); color: #fff; }

/* Gallery */
.gallery-grid {
  display: grid;
  gap: 28px;
  margin-bottom: 12px;
}
.ba-pair {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.ba-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 560px) {
  .ba-images { grid-template-columns: 1fr; }
}
.ba-side {
  position: relative;
  background: var(--mint-soft);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-side img[src=""] { display: none; }
.ba-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--teal);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  z-index: 2;
}
.ba-pair figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.95rem;
}
.gallery-note {
  color: var(--muted);
  font-style: italic;
}

/* FAQ */
.faq-inner { max-width: 820px; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 4px 20px;
  box-shadow: var(--shadow);
}
.faq-list summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 600;
  color: var(--teal-dark);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--teal);
  font-weight: 400;
  line-height: 1;
  transition: transform 0.15s ease;
}
.faq-list details[open] summary::after {
  content: '–';
}
.faq-list details p {
  margin: 0 0 14px;
  color: var(--muted);
}

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 860px) {
  .testimonial-grid { grid-template-columns: 1fr; }
}
.testimonial {
  position: relative;
  margin: 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--mint-soft) 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 44px 36px 32px;
  box-shadow: 0 10px 30px rgba(31, 107, 138, 0.10);
  overflow: hidden;
}
.testimonial::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: #f0b429;
  opacity: 0.18;
  border-radius: 50%;
}
.testimonial-mark {
  position: absolute;
  top: -10px;
  left: 24px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 7rem;
  line-height: 1;
  color: var(--teal);
  opacity: 0.18;
  pointer-events: none;
  user-select: none;
}
.testimonial-stars {
  position: relative;
  color: #f0b429;
  letter-spacing: 4px;
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.testimonial blockquote {
  position: relative;
  margin: 0 0 24px;
  padding: 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.7;
}
.testimonial blockquote p { margin: 0 0 14px; }
.testimonial blockquote p:last-child { margin-bottom: 0; }
.testimonial blockquote strong { color: var(--teal-dark); }
.testimonial-author {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(31, 107, 138, 0.15);
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.author-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.author-name {
  font-weight: 700;
  color: var(--teal-dark);
  font-size: 1rem;
}
.author-detail {
  color: var(--muted);
  font-size: 0.85rem;
  font-style: italic;
}
@media (max-width: 560px) {
  .testimonial { padding: 36px 24px 28px; }
  .testimonial-mark { font-size: 5rem; left: 16px; }
}

/* Quote form */
.quote-inner { max-width: 820px; }
.quote-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.form-row label,
.label-text {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--teal-dark);
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row select,
.form-row textarea {
  font: inherit;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(31, 107, 138, 0.15);
}
.form-row textarea { resize: vertical; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.form-grid .form-row { margin-bottom: 18px; }
.form-grid:has(.form-row:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 640px) {
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-grid:has(.form-row:nth-child(2):last-child) { grid-template-columns: 1fr; }
}
.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 4px;
}
.radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
}
.radio input { accent-color: var(--teal); }
.form-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 8px;
}
.form-actions button {
  border: none;
  cursor: pointer;
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  margin: 0;
  font-size: 0.95rem;
  min-height: 1.2em;
}
.form-status.is-success {
  color: #1f7a3a;
  font-weight: 500;
}
.form-status.is-error {
  color: #b8341c;
  font-weight: 500;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 24px;
}
@media (max-width: 720px) {
  .contact-grid { grid-template-columns: 1fr; }
}
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.contact-card h3 {
  margin: 0 0 4px;
  color: var(--teal-dark);
  font-size: 1.1rem;
}
.contact-card .role {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-card p { margin: 6px 0; }
.area-note {
  color: var(--muted);
  font-style: italic;
}

/* Footer */
.site-footer {
  background: var(--teal-dark);
  color: #d6e7ee;
  padding: 28px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-inner p { margin: 0; font-size: 0.95rem; }

@media (max-width: 640px) {
  .section { padding: 56px 0; }
  .section h2 { font-size: 2rem; }
  .nav { gap: 14px; }
  .nav a { font-size: 0.9rem; }
}
