:root {
  --bg: #f7f4ef;
  --ink: #1c2430;
  --muted: #66707d;
  --line: #e4ddd2;
  --card: #fffdf9;
  --teal: #0f8f7f;
  --teal-2: #0b6f63;
  --sand: #efe7db;
  --blue: #2f6fdb;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Cormorant Garamond", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); color: var(--ink);
  background:
    radial-gradient(800px 360px at 50% -10%, #d8f3ee 0%, transparent 55%),
    linear-gradient(180deg, #f3f0ea, 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: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: #dff4f0; color: var(--teal-2); }
.ico svg { width: 20px; height: 20px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,244,239,.88); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--teal), #57c4b6); }
.nav { display: flex; gap: 16px; align-items: center; }
.nav a { color: var(--muted); font-weight: 600; }
.nav-cta { background: var(--teal); color: #fff !important; padding: 10px 16px; 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 { position: relative; min-height: 78vh; display: grid; align-items: end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: #1c2430; }
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.92);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(28,36,48,.2), rgba(28,36,48,.74) 70%);
}
.hero-inner { position: relative; z-index: 1; color: #fff; padding: 48px 0 56px; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 700; opacity: .9; margin: 0 0 10px; }
.hero h1 { font-family: var(--display); font-size: clamp(3rem, 8vw, 5.4rem); margin: 0; line-height: .92; font-weight: 700; }
.tag { font-size: 1.3rem; font-weight: 700; margin: 12px 0; color: #b7f0e6; }
.lede { max-width: 42ch; line-height: 1.55; opacity: .92; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.btn { display: inline-flex; padding: 13px 18px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; }
.btn-primary { background: #fff; color: var(--ink); }
.btn-ghost { border-color: rgba(255,255,255,.45); color: #fff; }

.trust { padding: 28px 0; background: #fffdf9; border-bottom: 1px solid var(--line); }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: center; }
.trust-row strong { display: block; font-size: 1.6rem; font-family: var(--display); }
.trust-row span { color: var(--muted); font-size: .9rem; }

.section { padding: 64px 0; }
.section-head { margin-bottom: 26px; max-width: 48ch; }
.section-head h2 { font-family: var(--display); font-size: clamp(2.1rem, 4vw, 3rem); margin: 0 0 8px; }
.section-head p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 18px;
  display: grid; gap: 10px; min-height: 210px;
}
.service-card h3 { margin: 0; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.price { margin-top: auto; font-weight: 800; color: var(--teal-2); }

.packs { background: linear-gradient(180deg, transparent, var(--sand)); }
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
.pack { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 22px; }
.pack.is-featured { background: var(--teal-2); color: #eafffa; border-color: transparent; }
.pack h3 { margin: 0; font-family: var(--display); font-size: 1.6rem; }
.pack-price { font-size: 1.25rem; font-weight: 700; margin: 8px 0 12px; }
.pack ul { margin: 0; padding-left: 18px; line-height: 1.5; }
.price-table { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.price-row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }

.gallery.mosaic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery figure { margin: 0; border-radius: 18px; overflow: hidden; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.gallery figure:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery figure:nth-child(1) img { aspect-ratio: auto; height: 100%; }

.site-footer { background: #1c2430; color: #dbe3ee; 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: 960px) {
  .service-grid, .trust-row, .pack-grid, .gallery.mosaic { grid-template-columns: 1fr 1fr; }
  .gallery figure:nth-child(1),
  .gallery.mosaic .shot:first-child { grid-column: span 1; grid-row: span 1; }
  .gallery.mosaic .shot:first-child img { min-height: 0; aspect-ratio: 1; }
}
@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 { min-height: 68vh; }
  .hero-inner { padding: 36px 0 40px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .trust-row, .service-grid, .pack-grid, .gallery.mosaic, .footer-grid { grid-template-columns: 1fr; }
  .trust { padding: 22px 0; }
  .trust-row { gap: 16px; text-align: left; }
  .trust-row > div {
    display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
    padding-bottom: 10px; border-bottom: 1px solid var(--line);
  }
  .section { padding: 44px 0; }
  .service-card { min-height: 0; }
  .price-row { flex-wrap: wrap; gap: 6px 12px; }
  .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; }
