:root {
  --bg: #f3faf8;
  --ink: #123037;
  --muted: #5d747a;
  --line: #cfe3df;
  --card: #fff;
  --teal: #1f9a8a;
  --teal-2: #12786b;
  --aqua: #e4f7f3;
  --blue: #2a7de1;
  --font: "Sora", system-ui, sans-serif;
  --display: "Instrument Serif", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); color: var(--ink);
  background:
    radial-gradient(700px 320px at 0% 0%, #c8efe7 0%, transparent 55%),
    radial-gradient(600px 280px at 100% 10%, #d7e8ff 0%, transparent 50%),
    var(--bg);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ico { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--aqua); color: var(--teal-2); flex: 0 0 auto; }
.ico svg { width: 18px; height: 18px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(243,250,248,.88); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.brand-mark { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--blue)); }
.nav { display: flex; gap: 16px; align-items: center; }
.nav a { color: var(--muted); font-weight: 600; font-size: .92rem; }
.nav-cta { background: var(--teal); color: #fff !important; padding: 10px 14px; border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; margin: 6px 8px; background: var(--ink); }

.hero.split {
  display: grid; grid-template-columns: 0.95fr 1.05fr; min-height: calc(100vh - 70px);
  border-bottom: 1px solid var(--line);
}
.hero-left {
  padding: clamp(32px, 6vw, 72px);
  display: flex; flex-direction: column; justify-content: center; gap: 12px;
  background: linear-gradient(160deg, rgba(255,255,255,.7), transparent);
}
.hero-right {
  padding: 28px; display: grid; gap: 10px; align-content: center;
  background: rgba(255,255,255,.55); border-left: 1px solid var(--line);
}
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; color: var(--teal-2); margin: 0; }
.hero h1 { font-family: var(--display); font-size: clamp(2.8rem, 7vw, 4.6rem); margin: 0; line-height: .95; font-weight: 400; }
.tag { font-size: 1.2rem; font-weight: 700; color: var(--teal-2); margin: 0; }
.lede { color: var(--muted); line-height: 1.55; max-width: 36ch; }
.btn { display: inline-flex; width: fit-content; padding: 13px 18px; border-radius: 999px; font-weight: 700; }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 14px 28px rgba(18,120,107,.25); }
.facts { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; color: var(--muted); font-size: .95rem; }
.svc {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 12px 14px;
}
.svc h3 { margin: 0; font-size: 1rem; }
.svc p { margin: 2px 0 0; color: var(--muted); font-size: .86rem; }
.svc span { font-weight: 700; color: var(--teal-2); white-space: nowrap; font-size: .9rem; }

.section { padding: 64px 0; }
.section-head { margin-bottom: 24px; }
.section-head h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 2.8rem); margin: 0 0 8px; font-weight: 400; }
.section-head p { margin: 0; color: var(--muted); }
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pack {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 22px;
}
.pack.is-featured { background: linear-gradient(160deg, #123037, #1a5a52); color: #e8fff9; border-color: transparent; }
.pack h3 { margin: 0; font-size: 1.2rem; }
.pack-price { font-size: 1.4rem; font-weight: 700; margin: 10px 0 14px; }
.pack ul { margin: 0; padding-left: 18px; color: inherit; opacity: .9; line-height: 1.5; }
.price-mini { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.price-mini div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); }
.gallery-split { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 24px; align-items: start; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery figure { margin: 0; border-radius: 18px; overflow: hidden; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.site-footer { background: #123037; color: #d7ece8; padding: 42px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.footer-label { display: block; opacity: .7; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px; }
.site-footer a { display: block; margin: 6px 0; color: #fff; font-weight: 600; }

html, body { overflow-x: clip; }
.nav-toggle { cursor: pointer; }

@media (max-width: 900px) {
  .hero.split, .pack-grid, .gallery-split, .price-mini, .footer-grid { grid-template-columns: 1fr; }
  .hero.split { min-height: 0; }
  .hero-right { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 720px) {
  .wrap { width: min(1120px, calc(100% - 24px)); }
  .header-inner { min-height: 60px; gap: 10px; }
  .brand-text { font-size: .95rem; }
  .nav-toggle {
    display: inline-grid; place-items: center;
    width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto;
  }
  .nav {
    position: fixed; inset: 60px 12px auto; z-index: 60;
    display: none; flex-direction: column; align-items: stretch;
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 12px; gap: 4px; max-height: min(70vh, 480px); overflow: auto;
    box-shadow: 0 18px 36px rgba(0,0,0,.12);
  }
  .nav a { padding: 12px 10px; border-radius: 12px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .nav.is-open { display: flex; }
  .hero-left { padding: 28px 20px 20px; }
  .hero-right { padding: 20px; }
  .btn { width: 100%; justify-content: center; }
  .svc {
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
  }
  .svc span { grid-column: 2; white-space: normal; }
  .section { padding: 44px 0; }
  .price-mini div { flex-wrap: wrap; gap: 4px 10px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery.strip { grid-auto-columns: minmax(160px, 72vw); }
  .shot-overlay { opacity: 1; transform: none; }
  .site-footer { padding: 36px 0 24px; }
}

/* Instagram gallery shots */
.gallery .shot {
  position: relative;
  display: block;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #dfeafc;
  text-decoration: none;
  color: inherit;
  isolation: isolate;
}
.gallery .shot img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .45s ease;
}
.shot-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 14px 14px;
  display: grid;
  gap: 4px;
  background: linear-gradient(180deg, transparent, rgba(12, 24, 48, .78));
  color: #fff;
  transform: translateY(8px);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}
.shot-title { font-weight: 700; font-size: .92rem; line-height: 1.25; }
.shot-link { font-size: .78rem; opacity: .9; letter-spacing: .02em; }
.gallery .shot:hover img,
.gallery .shot:focus-visible img { transform: scale(1.05); }
.gallery .shot:hover .shot-overlay,
.gallery .shot:focus-visible .shot-overlay { opacity: 1; transform: translateY(0); }
.gallery-more { margin-top: 16px; }
.gallery-more a { font-weight: 700; color: var(--blue-2, var(--teal-2, #1d5fd0)); }
.gallery.strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 22vw);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.gallery.mosaic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery.mosaic .shot:first-child { grid-column: span 2; grid-row: span 2; }
.gallery.mosaic .shot:first-child img { aspect-ratio: auto; height: 100%; min-height: 280px; }
