:root {
  --bg: #fff9fc;
  --surface: #ffffff;
  --ink: #251a2d;
  --ink-soft: #251a2d;
  --line: rgba(86, 61, 106, 0.14);
  --pink: #f34f88;
  --pink-dark: #c93068;
  --coral: #ff865f;
  --gold: #ffd060;
  --aqua: #55c9c6;
  --sky: #79a7ff;
  --lavender: #aa84dc;
  --shadow: 0 20px 50px rgba(111, 72, 134, 0.14);
  --shadow-soft: 0 12px 30px rgba(111, 72, 134, 0.1);
  --radius-lg: 30px;
  --radius-md: 21px;
  --radius-sm: 14px;
  --max-width: 1140px;
  --nav-height: 132px;
}

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

html { scroll-behavior: smooth; }

#gallery,
#about,
#faq,
#policies,
#visit { scroll-margin-top: calc(var(--nav-height) + 1rem); }
#gallery-title { scroll-margin-top: calc(var(--nav-height) + 1rem); }

body {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(243, 79, 136, 0.12), transparent 22rem),
    radial-gradient(circle at 92% 14%, rgba(121, 167, 255, 0.12), transparent 24rem),
    var(--bg);
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
figure { margin: 0; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: "Baloo 2", "Trebuchet MS", sans-serif; line-height: 1.05; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.6rem, 11vw, 5.4rem); }
h2 { font-size: clamp(2rem, 7vw, 3.35rem); }
h3 { font-size: 1.42rem; }
:focus-visible { outline: 3px solid #087b88; outline-offset: 4px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(86, 61, 106, .08);
  background: rgba(255, 250, 253, .92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: var(--nav-height);
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  gap: .3rem;
  padding-block: .45rem .35rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .62rem;
  flex: 0 0 auto;
}
.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(36, 26, 45, .22);
}
.brand span { display: grid; line-height: .95; }
.brand strong { font-family: "Baloo 2", sans-serif; font-size: 1.28rem; line-height: 1; }
.brand small { color: var(--pink-dark); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; font-size: .65rem; }

.site-nav {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: space-between;
  gap: .1rem;
}
.site-nav > a:not(.button) {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .05rem;
  border-radius: 10px;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}
.site-nav > a:not(.button):hover,
.site-nav > a:not(.button):focus-visible,
.site-nav > a[aria-current="page"] { background: #fff0f6; color: var(--pink-dark); }
.site-nav .nav-cta {
  min-height: 44px;
  padding: .5rem .55rem;
  font-size: .7rem;
  white-space: nowrap;
  box-shadow: 0 7px 16px rgba(239, 76, 131, .2);
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .78rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--coral));
  box-shadow: 0 11px 24px rgba(239, 76, 131, .25);
}
.button-secondary { border-color: rgba(86,61,106,.2); background: rgba(255,255,255,.85); color: var(--ink); }
.text-link { color: var(--pink-dark); font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.back-link { display: inline-block; margin-bottom: 1.6rem; color: var(--pink-dark); font-weight: 800; }

.eyebrow {
  margin-bottom: .65rem;
  color: var(--pink-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.accent-text {
  color: transparent;
  background: linear-gradient(110deg, var(--pink-dark), #e46040 45%, #6b5ec7 95%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-text,
.section-heading > p:not(.eyebrow),
.faq-intro > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.08rem; }

.hero-section { padding: clamp(3rem, 9vw, 6.5rem) 0; }
.hero-grid { display: grid; gap: 2.4rem; align-items: center; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 12ch; }
.hero-text { max-width: 610px; margin-top: 1.35rem; }
.hero-actions,
.contact-actions,
.centered-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.65rem; }
.hero-actions .button { flex: 1 1 190px; }
.hero-facts { display: grid; gap: .75rem; margin-top: 1.9rem; }
.hero-facts p {
  display: grid;
  gap: .1rem;
  margin: 0;
  padding-left: .85rem;
  border-left: 4px solid var(--aqua);
}
.hero-facts p:nth-child(2) { border-color: var(--pink); }
.hero-facts p:nth-child(3) { border-color: var(--gold); }
.hero-facts strong { font-size: .95rem; }
.hero-facts span { color: var(--ink-soft); font-size: .88rem; }

.hero-media {
  position: relative;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: var(--radius-lg);
  background: #f5eaf2;
  box-shadow: var(--shadow);
}
.hero-media img { width: 100%; height: auto; object-fit: contain; }
.hero-media figcaption {
  position: absolute;
  inset: auto .8rem .8rem .8rem;
  padding: .6rem .8rem;
  border-radius: 12px;
  background: rgba(36,26,45,.85);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
}

.gallery-section,
.about-section,
.faq-section,
.policy-section,
.pricing-section { padding: clamp(4rem, 9vw, 7rem) 0; }

.section-heading { max-width: 690px; margin-bottom: 2rem; }
.section-heading h2,
.faq-intro h2 { margin-bottom: .8rem; }
.centered-heading { margin-inline: auto; text-align: center; }


.asap-card {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.4rem;
  padding: clamp(1.4rem, 5vw, 2.3rem);
  border-radius: var(--radius-lg);
}

.about-grid,
.visit-grid,
.faq-layout { display: grid; gap: 2.2rem; align-items: center; }
.about-photo {
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.about-copy h2,
.visit-copy h2 { margin-bottom: 1rem; }
.about-copy > p,
.visit-copy > p { color: var(--ink-soft); }

.gallery-section { background: #211929; color: #fff; }
.gallery-section .eyebrow { color: #ff8eb5; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.gallery-card { overflow: hidden; border-radius: 18px; background: #44384c; }
.gallery-card img { width: 100%; height: 100%; aspect-ratio: 1/1; object-fit: cover; }
.gallery-card-wide { grid-column: span 2; }
.gallery-card-wide img { aspect-ratio: 16/9; }

.about-section { background: rgba(255,255,255,.75); }
.about-photo { background: #f5eaf2; }
.about-photo img { width: 100%; height: clamp(480px, 60vw, 720px); object-fit: contain; object-position: center; }
.about-copy .lead { color: var(--ink); font-size: 1.15rem; font-weight: 800; }
.story-details { margin-top: 1.25rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 16px; background: #fff8fb; }
.story-details summary { cursor: pointer; color: var(--pink-dark); font-weight: 800; }
.story-details p { margin: .8rem 0 0; color: var(--ink-soft); }
.note-grid span {
  padding: .62rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: .9rem;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(111,72,134,.07);
}

.faq-section { background: linear-gradient(180deg, #fff9ec, #fff); }
.faq-layout { align-items: start; }
.faq-intro .text-link { display: inline-block; margin-top: .5rem; }
.accordion-list { display: grid; gap: .75rem; }
.accordion-list details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(111,72,134,.07);
}
.accordion-list summary {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 1rem 3.25rem 1rem 1.1rem;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.3;
  list-style: none;
}
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary::after { content: "+"; position: absolute; right: 1rem; top: 50%; translate: 0 -50%; color: var(--pink-dark); font-size: 1.7rem; font-weight: 500; }
.accordion-list details[open] summary::after { content: "–"; }
.accordion-list details p { margin: 0; padding: 0 1.1rem 1.1rem; color: var(--ink-soft); }

.policy-section { padding-top: 0; background: #fff; }
.policy-grid { display: grid; gap: 1rem; }
.policy-grid article { border-top: 5px solid var(--aqua); }
.policy-grid .policy-featured { grid-column: 1 / -1; border-top-color: var(--pink); background: linear-gradient(135deg, #fff8fb, #effcfb); }
.policy-grid article:nth-child(2) { border-top-color: var(--pink); }
.policy-grid article:nth-child(3) { border-top-color: var(--gold); }
.policy-grid article:nth-child(4) { border-top-color: var(--sky); }

.visit-section { padding: clamp(4rem, 9vw, 7rem) 0; background: linear-gradient(130deg, #ffe2ec, #e7f8f7); }
.contact-card {
  display: grid;
  gap: 1.1rem;
  padding: clamp(1.3rem, 5vw, 2rem);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}
.contact-card > div { display: grid; gap: .18rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.contact-card span { color: var(--pink-dark); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong,
.contact-card a:not(.text-link) { font-size: 1.05rem; font-weight: 800; line-height: 1.4; }
.contact-card small { color: var(--ink-soft); }

.site-footer { padding: 2.3rem 0; background: #211929; color: #fff; }
.footer-shell { display: grid; gap: 1rem; justify-items: start; }
.footer-brand small { color: #ff8eb5; }
.footer-shell > p { margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .9rem 1.2rem; }
.footer-links a { color: rgba(255,255,255,.85); font-weight: 800; }
.footer-links a:hover { color: #fff; text-decoration: underline; }

/* Pricing page */
.pricing-hero { padding: clamp(2.6rem, 8vw, 6rem) 0; }
.pricing-hero .back-link { display: inline-block; margin-bottom: 2rem; }
.pricing-section { padding-top: 1rem; }
.pricing-columns { display: grid; gap: 1.25rem; align-items: start; }
.price-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.featured-panel { border-color: rgba(243,79,136,.32); }
.price-panel-heading { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; padding: 1.4rem; background: linear-gradient(120deg, #fff4f8, #f0fcfb); }
.featured-panel .price-panel-heading { background: linear-gradient(120deg, #fff0f5, #fff8e7); }
.price-panel-heading .eyebrow { margin-bottom: .25rem; }
.price-panel-heading h2 { font-size: clamp(1.65rem, 5vw, 2.25rem); }
.plan-details { width: min(100%, 340px); margin-left: auto; }
.plan-details summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem .85rem; border: 1px solid rgba(86,61,106,.14); border-radius: 13px; background: rgba(255,255,255,.9); color: var(--pink-dark); font-size: .86rem; font-weight: 900; cursor: pointer; list-style: none; box-shadow: 0 7px 16px rgba(111,72,134,.08); }
.plan-details summary::-webkit-details-marker { display: none; }
.plan-details summary::after { content: "+"; font-size: 1.25rem; font-weight: 700; line-height: 1; }
.plan-details[open] summary::after { content: "−"; }
.plan-details-content { margin-top: .65rem; padding: .9rem 1rem; border: 1px solid rgba(86,61,106,.1); border-radius: 14px; background: #fff; box-shadow: 0 10px 22px rgba(111,72,134,.08); }
.plan-details-content ul { display: grid; gap: .45rem; margin: 0; padding-left: 1.2rem; color: var(--ink); font-size: .88rem; }
.plan-details-content li::marker { color: var(--pink-dark); }
.price-list { padding: .35rem 1.1rem 1rem; }
.price-row {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .82rem .2rem;
  border-bottom: 1px solid var(--line);
}
.price-row:last-child { border-bottom: 0; }
.price-row > span { display: grid; min-width: 0; }
.price-row strong { font-size: 1rem; }
.price-row small { color: var(--ink-soft); }
.price-row b { color: var(--pink-dark); font-size: .92rem; text-align: right; }
.live-price a { color: #5b52ae; font-size: .88rem; font-weight: 800; text-align: right; text-decoration: underline; text-underline-offset: 3px; }
.asap-card { background: linear-gradient(120deg, #fff1bd, #ffe2e9); }
.asap-card h2 { margin: .4rem 0 .45rem; }
.asap-card p { margin: 0; color: var(--ink-soft); }
.asap-badge { display: inline-flex; padding: .35rem .7rem; border-radius: 999px; background: #fff; color: #8c512a; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.asap-card.pricing-hero-asap { width: 100%; max-width: 760px; margin: 0 auto; grid-template-columns: 1fr; box-shadow: var(--shadow); }
.pricing-hero-asap .button { justify-self: start; }
.price-notes { margin-top: 3.5rem; text-align: center; }
.price-notes h2 { margin-bottom: 1.2rem; }
.note-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.price-notes > p { max-width: 780px; margin: 1.3rem auto 0; color: var(--ink-soft); }
.pricing-cta { padding: clamp(4rem, 9vw, 6rem) 0; background: linear-gradient(135deg, #e5fafa, #fff0f5); text-align: center; }
.centered-actions { justify-content: center; }
.centered-actions .button { flex: 0 1 auto; }

@media (min-width: 600px) {
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery-card-wide { grid-column: span 2; }
  .gallery-card img,
  .gallery-card-wide img { aspect-ratio: 1/1; }
  .asap-card { grid-template-columns: minmax(0,1fr) auto; }
  .footer-shell { grid-template-columns: auto 1fr auto; align-items: center; }
  .footer-shell > p { text-align: center; }
}

@media (min-width: 760px) {
  .container { width: min(calc(100% - 3rem), var(--max-width)); }
  .hero-grid,
  .about-grid,
  .visit-grid { grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); }
  .about-grid { grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); }
  .about-photo img { height: min(128vw, 620px); }
  .faq-layout { grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); }
  .faq-intro { position: sticky; top: calc(var(--nav-height) + 2rem); }
  .pricing-columns { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 900px) {
  :root { --nav-height: 88px; }
  .nav-shell { display: flex; min-height: var(--nav-height); justify-content: space-between; gap: 1rem; padding-block: 0; }
  .site-nav {
    position: static;
    inset: auto;
    width: auto;
    justify-content: flex-start;
    max-height: none;
    display: flex;
    align-items: center;
    gap: .15rem;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-nav > a:not(.button) { min-height: 44px; padding: .6rem .75rem; }
  .site-nav .nav-cta { min-height: 48px; margin-left: .4rem; padding: .78rem 1.2rem; font-size: 1rem; box-shadow: 0 11px 24px rgba(239, 76, 131, .25); }
  .policy-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

/* Modular gallery */
.gallery-preview-action { display: flex; justify-content: center; margin-top: 1.4rem; }
.gallery-card { cursor: pointer; }
.gallery-section .gallery-card { grid-column: span 1; }
.gallery-section .gallery-card img,
.gallery-section .gallery-card-wide img { aspect-ratio: 3 / 4; object-fit: cover; }
.gallery-section .section-heading > p:last-child { color: rgba(255,255,255,.72); }

.gallery-browser { padding: clamp(2.6rem,6vw,4.5rem) 0 clamp(4rem,9vw,7rem); }
.gallery-back-link { display: inline-block; margin-bottom: 2rem; }
.gallery-toolbar { display: grid; gap: 1.25rem; margin-bottom: 1.4rem; }
.gallery-toolbar h1 { font-size: clamp(2rem,7vw,3.25rem); }
.gallery-filters { display: flex; gap: .5rem; overflow-x: auto; padding: .15rem .1rem .6rem; scrollbar-width: none; }
.gallery-filters::-webkit-scrollbar { display: none; }
.gallery-filters button { flex: 0 0 auto; min-height: 44px; padding: .62rem .9rem; border: 1px solid rgba(86,61,106,.13); border-radius: 999px; background: #fff; color: var(--ink-soft); font-size: .8rem; font-weight: 900; cursor: pointer; }
.gallery-filters button.is-active { border-color: transparent; background: var(--ink); color: #fff; box-shadow: 0 8px 18px rgba(37,26,45,.18); }
.gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }
.gallery-tile { min-width: 0; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(54,36,65,.1); }
.gallery-tile[hidden] { display: none; }
.gallery-tile-wide { grid-column: 1 / -1; }
.gallery-tile button { position: relative; width: 100%; height: 100%; display: block; padding: 0; overflow: hidden; border: 0; background: transparent; color: #fff; cursor: pointer; text-align: left; }
.gallery-tile img { width: 100%; height: 100%; min-height: 210px; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .35s ease; }
.gallery-tile-wide img { min-height: 220px; aspect-ratio: 16 / 10; }
.gallery-tile button::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(24,14,30,.8)); pointer-events: none; }
.gallery-tile button > span { position: absolute; z-index: 1; right: .8rem; bottom: .75rem; left: .8rem; display: grid; line-height: 1.15; }
.gallery-tile button strong { font-family: "Baloo 2",sans-serif; font-size: 1.05rem; }
.gallery-tile button small { color: rgba(255,255,255,.78); font-weight: 800; }
.gallery-tile button:hover img { transform: scale(1.035); }
.gallery-empty { padding: 2rem; border-radius: var(--radius-md); background: #fff; color: var(--ink-soft); text-align: center; }
.gallery-cta { padding: clamp(4rem,9vw,6rem) 0; background: linear-gradient(135deg,#e5fafa,#fff0f5); text-align: center; }

.gallery-lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(22,14,27,.97); color: #fff; }
.gallery-lightbox::backdrop { background: rgba(22,14,27,.86); }
.lightbox-shell { position: relative; width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0,1fr) auto; place-items: center; padding: calc(4.5rem + env(safe-area-inset-top)) 1rem calc(5.5rem + env(safe-area-inset-bottom)); }
.lightbox-shell figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0,1fr) auto; place-items: center; min-height: 0; }
.lightbox-shell figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-shell figcaption { width: 100%; display: flex; justify-content: space-between; gap: 1rem; padding: .8rem .25rem 0; }
.lightbox-shell figcaption strong { font-family: "Baloo 2",sans-serif; font-size: 1.15rem; }
.lightbox-shell figcaption span { color: rgba(255,255,255,.68); font-weight: 800; white-space: nowrap; }
.lightbox-close,.lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.12); color: #fff; cursor: pointer; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.lightbox-close { top: calc(.85rem + env(safe-area-inset-top)); right: .85rem; width: 46px; height: 46px; border-radius: 50%; font-size: 2rem; line-height: 1; }
.lightbox-nav { top: 50%; width: 44px; height: 58px; border-radius: 14px; font-size: 2.2rem; transform: translateY(-50%); }
.lightbox-prev { left: .5rem; }
.lightbox-next { right: .5rem; }
.lightbox-book { position: absolute; right: 1rem; bottom: calc(.8rem + env(safe-area-inset-bottom)); left: 1rem; }
.lightbox-open { overflow: hidden; }

@media (max-width: 699px) {
  .gallery-filters { flex-wrap: wrap; overflow-x: visible; padding-right: 0; padding-bottom: 0; }
}

@media (min-width: 700px) {
  .gallery-toolbar { grid-template-columns: minmax(0,1fr) auto; align-items: end; }
  .gallery-filters { justify-content: flex-end; }
  .gallery-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
  .gallery-tile-wide { grid-column: span 2; }
  .gallery-lightbox { width: min(94vw,1050px); height: min(92vh,820px); margin: auto; border-radius: 26px; }
  .lightbox-shell { padding: 2.25rem 5rem 1.5rem; }
  .lightbox-close { top: 1rem; right: 1rem; }
  .lightbox-book { right: 1.5rem; bottom: 1.15rem; left: auto; min-width: 180px; }
  .lightbox-prev { left: 1rem; }
  .lightbox-next { right: 1rem; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 1.25rem), var(--max-width)); }
  .hero-section { padding-top: 2.2rem; }
  .hero-actions,
  .contact-actions,
  .centered-actions { display: grid; }
  .hero-actions .button,
  .contact-actions .button,
  .centered-actions .button { width: 100%; }
  .hero-facts { gap: .65rem; }
  .price-panel-heading { padding: 1.15rem; }
  .price-list { padding-inline: .85rem; }
  .price-row { gap: .55rem; }
  .price-row b,
  .live-price a { max-width: 45%; line-height: 1.25; }
  .asap-card .button { width: 100%; }
}

@media (max-width: 620px) {
  .price-panel-heading { align-items: flex-start; }
  .plan-details { width: 100%; max-width: none; margin-left: 0; }
}

/* Shared mobile navigation and quick actions */
.nav-shell { position: relative; }
.mobile-nav-actions { display: flex; align-items: center; gap: .55rem; justify-self: end; }
.nav-toggle { width: 44px; height: 44px; display: grid; align-content: center; justify-items: center; gap: 5px; padding: 0; border: 1px solid rgba(86,61,106,.14); border-radius: 14px; background: #fff; color: var(--ink); cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease,opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-action-bar { display: none; }

.pricing-tabs-wrap { position: sticky; top: 72px; z-index: 20; margin: 0 0 1.25rem; padding: .55rem 0; background: linear-gradient(180deg,rgba(255,249,252,.98) 80%,rgba(255,249,252,0)); }
.pricing-tabs { display: flex; gap: .5rem; overflow-x: auto; padding: .15rem .1rem .55rem; scrollbar-width: none; }
.pricing-tabs::-webkit-scrollbar { display: none; }
.pricing-tabs button { flex: 0 0 auto; min-height: 44px; padding: .62rem .95rem; border: 1px solid rgba(86,61,106,.13); border-radius: 999px; background: #fff; color: var(--ink-soft); font-size: .82rem; font-weight: 900; cursor: pointer; }
.pricing-tabs button[aria-selected="true"] { border-color: transparent; background: linear-gradient(135deg,var(--pink),var(--coral)); color: #fff; box-shadow: 0 9px 20px rgba(239,76,131,.22); }
[data-price-group][hidden] { display: none !important; }

@media (max-width: 699px) {
  .pricing-tabs { flex-wrap: wrap; overflow-x: visible; padding-right: 0; padding-bottom: 0; }
}

@media (max-width: 899px) {
  :root { --nav-height: 72px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .nav-shell { min-height: var(--nav-height); grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 1fr; align-items: center; gap: .75rem; padding-block: .45rem; }
  .brand-logo { width: 42px; height: 42px; flex-basis: 42px; }
  .brand strong { font-size: 1.12rem; }
  .brand small { font-size: .58rem; }
  .js .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr; gap: .25rem; padding: .75rem 1rem 1rem; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 22px 22px; background: rgba(255,250,253,.99); box-shadow: 0 18px 34px rgba(54,36,65,.14); opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity .18s ease,transform .18s ease,visibility .18s; }
  .js .nav-open .site-nav { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .site-nav > a:not(.button), .site-nav .nav-cta { width: 100%; min-height: 48px; justify-content: flex-start; padding: .7rem .85rem; font-size: .95rem; }
  .site-nav .nav-cta { justify-content: center; margin-top: .35rem; }
  .mobile-action-bar { position: fixed; z-index: 110; right: .65rem; bottom: calc(.55rem + env(safe-area-inset-bottom)); left: .65rem; min-height: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: .35rem; padding: .4rem; border: 1px solid rgba(86,61,106,.12); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 16px 38px rgba(54,36,65,.2); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
  .mobile-action-bar a { min-width: 0; display: grid; grid-template-columns: auto auto; align-items: center; justify-content: center; gap: .3rem; border-radius: 14px; color: var(--ink-soft); font-size: .72rem; font-weight: 900; }
  .mobile-action-bar a span { font-size: 1rem; }
  .mobile-action-bar .action-book { background: linear-gradient(135deg,var(--pink),var(--coral)); color: #fff; }
}

@media (min-width: 900px) {
  .mobile-nav-actions { display: none; }
  .site-nav { grid-template-columns: none; }
  .pricing-tabs-wrap { top: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* Complete pricing catalog */
.catalog-intro{max-width:760px;margin:0 auto 2rem;text-align:center}.catalog-intro h1{margin:.35rem 0 .65rem}.catalog-intro>p:last-child{color:var(--ink-soft)}.special-pricing-grid{display:grid;gap:1.25rem;margin-top:1.25rem}.compact-price-card{padding:1.4rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow)}.compact-price-card h2{margin:.25rem 0 .65rem}.compact-price-card>p:not(.eyebrow){color:var(--ink-soft)}.compact-price-row,.addon-row{display:flex;justify-content:space-between;gap:1rem;padding:.72rem 0;border-top:1px solid var(--line)}.compact-price-row b,.addon-row b{color:var(--pink-dark);text-align:right}.addons-section{margin-top:4rem}.addons-grid{display:grid;gap:0 2rem;padding:1rem 1.4rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow)}.addon-row:first-child{border-top:0}.addon-row.live-price a{align-self:center}@media(min-width:760px){.special-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.addons-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.addon-row:nth-child(2){border-top:0}}@media(max-width:430px){.compact-price-row,.addon-row{align-items:flex-start}.compact-price-row b,.addon-row b,.addon-row.live-price a{max-width:52%}}

/* Premium cards for specialty pricing and add-ons */
.special-pricing-grid { gap: 1.5rem; margin-top: 2rem; }
.compact-price-card { position: relative; isolation: isolate; overflow: hidden; min-height: 260px; padding: 1.75rem; border: 1px solid rgba(243,79,136,.16); background: linear-gradient(145deg,#fff 30%,#fff2f7 100%); box-shadow: 0 18px 45px rgba(54,36,65,.11); transition: transform .2s ease,box-shadow .2s ease; }
.compact-price-card:nth-child(2) { background: linear-gradient(145deg,#fff 30%,#eefcf9 100%); border-color: rgba(46,173,158,.18); }
.compact-price-card:nth-child(3) { background: linear-gradient(145deg,#fff 30%,#fff7d9 100%); border-color: rgba(207,155,30,.2); }
.compact-price-card::after { position: absolute; z-index: -1; top: -1.25rem; right: -.7rem; color: rgba(243,79,136,.1); font-size: 6.5rem; line-height: 1; transform: rotate(10deg); }
.compact-price-card:nth-child(1)::after { content: "🐱"; }
.compact-price-card:nth-child(2)::after { content: "🐶"; }
.compact-price-card:nth-child(3)::after { content: "✦"; color: rgba(207,155,30,.14); }
.compact-price-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(54,36,65,.16); }
.compact-price-card h2 { max-width: 75%; margin: .35rem 0 1rem; font-size: clamp(1.65rem,3vw,2.15rem); }
.compact-price-card > p:not(.eyebrow) { max-width: 34ch; margin-bottom: 1rem; }
.compact-price-row { align-items: center; margin-top: .55rem; padding: .8rem .9rem; border: 1px solid rgba(42,31,51,.07); border-radius: 14px; background: rgba(255,255,255,.78); }
.addons-section { margin-top: 5rem; }
.addons-section .section-heading { margin-bottom: 1.75rem; }
.addons-grid { gap: 1rem; padding: 0; border: 0; background: transparent; box-shadow: none; }
.addon-row,.addon-row:first-child,.addon-row:nth-child(2) { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: .85rem; min-height: 92px; padding: 1rem 1.1rem; border: 1px solid rgba(42,31,51,.08); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(54,36,65,.08); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.addon-row::before { content: "+"; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: linear-gradient(135deg,#ffe0eb,#fff2c9); color: var(--pink-dark); font-size: 1.45rem; font-weight: 900; }
.addon-row:nth-child(3n+2)::before { background: linear-gradient(135deg,#dff8f4,#e8f2ff); color: #247f77; }
.addon-row:nth-child(3n)::before { background: linear-gradient(135deg,#eee7ff,#ffe5f0); color: #6952a3; }
.addon-row:hover { transform: translateY(-3px); border-color: rgba(243,79,136,.22); box-shadow: 0 18px 38px rgba(54,36,65,.13); }
.addon-row > span { font-weight: 800; line-height: 1.25; }
.addon-row b,.addon-row.live-price a { max-width: 190px; line-height: 1.3; text-align: right; }
@media (min-width:1100px) { .addons-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width:620px) { .compact-price-card { min-height: 0; } .addon-row,.addon-row:first-child,.addon-row:nth-child(2) { grid-template-columns: 38px minmax(0,1fr); min-height: 0; } .addon-row::before { width: 38px; height: 38px; } .addon-row b,.addon-row.live-price a { grid-column: 2; max-width: none; text-align: left; } }

/* Compact comparison pricing: one card per service */
.pricing-columns .price-panel:nth-child(3),
.pricing-columns .price-panel:nth-child(4),
.pricing-columns .price-panel:nth-child(6) {
  display: none;
}

.pricing-columns .price-panel:nth-child(1),
.pricing-columns .price-panel:nth-child(2),
.pricing-columns .price-panel:nth-child(5) {
  grid-column: 1 / -1;
}

.comparison-head,
.pricing-columns .price-panel:nth-child(1) .price-row,
.pricing-columns .price-panel:nth-child(2) .price-row,
.pricing-columns .price-panel:nth-child(5) .price-row {
  display: grid;
  grid-template-columns: minmax(68px, .8fr) minmax(82px, 1fr) minmax(96px, 1.15fr);
  align-items: center;
  gap: .45rem;
}

.comparison-head {
  position: static;
  margin: 0 -.25rem;
  padding: .85rem .45rem .65rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  color: var(--ink-soft);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.comparison-head span:first-child { text-align: left; }

.pricing-columns .price-panel:nth-child(1) .price-row b,
.pricing-columns .price-panel:nth-child(2) .price-row b,
.pricing-columns .price-panel:nth-child(5) .price-row b,
.pricing-columns .price-panel:nth-child(2) .price-row a {
  max-width: none;
  padding: .55rem .3rem;
  border-radius: 10px;
  background: #fff3f7;
  color: var(--pink-dark);
  font-size: .78rem;
  line-height: 1.2;
  text-align: center;
}

.pricing-columns .price-panel .price-row .doodle-price {
  background: #f2efff;
  color: #6551a3;
}

@media (min-width: 760px) {
  .pricing-columns .price-panel:nth-child(1),
  .pricing-columns .price-panel:nth-child(2) { grid-column: auto; }
  .pricing-columns .price-panel:nth-child(5) { grid-column: 1 / -1; }
  .pricing-columns .price-panel:nth-child(5) { width: calc(50% - .625rem); justify-self: center; }
}

@media (max-width: 430px) {
  .price-panel-heading h2 { font-size: 1.55rem; }
  .price-panel-heading .eyebrow { font-size: .67rem; }
  .price-list { padding-inline: .6rem; }
  .pricing-columns .price-panel:nth-child(1) .price-row,
  .pricing-columns .price-panel:nth-child(2) .price-row,
  .pricing-columns .price-panel:nth-child(5) .price-row {
    min-height: 74px;
    gap: .3rem;
    padding-block: .65rem;
  }
}
