/* ============================================================
   Megill Designs — shared styles
   ============================================================ */
:root {
  --blush:       #F4A7B9;
  --blush-soft:  #FDF5F8;
  --blush-deep:  #d4788e;
  --sky:         #7CC8E8;
  --sky-deep:    #5aafce;
  --sun:         #F5CE5A;
  --orange:      #EF9F4D;
  --green:       #9DD9A8;
  --lavender:    #B8A4D9;
  --white:       #ffffff;
  --ink:         #2f2f33;
  --mid:         #7a7a7a;
  --line:        rgba(47,47,51,0.08);
  --shadow:      0 18px 50px -20px rgba(47,47,51,0.28);
  --shadow-soft: 0 10px 30px -16px rgba(47,47,51,0.22);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --accent: var(--blush); /* per-page override */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
em { font-style: italic; }

/* ─── NAV ─────────────────────────────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  padding: 0.75rem 2.5rem;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: padding .3s, box-shadow .3s;
}
.nav.scrolled { padding-top: 0.45rem; padding-bottom: 0.45rem; box-shadow: var(--shadow-soft); }
.nav__brand { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.nav__brand img { height: 42px; width: auto; }
.nav__wordmark { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: .01em; line-height: 1; }
.nav__wordmark span { color: var(--blush); font-style: italic; font-weight: 400; }

.nav__links { display: flex; align-items: center; gap: 0.35rem; list-style: none; }
.nav__links a {
  font-size: 0.72rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  color: var(--mid); padding: 0.5rem 0.7rem; border-radius: 999px;
  white-space: nowrap; transition: color .2s, background .2s;
}
.nav__links a:hover { color: var(--ink); background: var(--blush-soft); }
.nav__links a.is-active { color: var(--ink); background: color-mix(in srgb, var(--accent) 22%, white); }
.nav__cta {
  background: var(--accent); color: var(--white) !important;
  padding: 0.6rem 1.2rem !important; font-weight: 600 !important;
  box-shadow: 0 8px 20px -10px var(--accent);
}
.nav__cta:hover { filter: brightness(.95); background: var(--accent) !important; }

.nav__burger { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; transition: .3s; }

/* ─── BUTTONS ─────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: .5rem; cursor: pointer; border: 0;
  font-family: var(--sans); font-size: .8rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; padding: 0.95rem 1.8rem; border-radius: 999px; transition: .25s; }
.btn--solid { background: var(--accent); color: #fff; box-shadow: 0 14px 30px -14px var(--accent); }
.btn--solid:hover { transform: translateY(-2px); filter: brightness(.97); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ─── SECTION HELPERS ─────────────────────────────────── */
.eyebrow { font-size: .68rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }
.h-display { font-family: var(--serif); font-weight: 600; line-height: 1.05; letter-spacing: -.01em; }
.section { padding: 5.5rem 2.5rem; }
.section__head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.section__head h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 600; line-height: 1.08; margin: .6rem 0; }
.section__head h2 em { color: var(--accent); }
.section__head p { color: var(--mid); }

/* ─── LANDING HERO ────────────────────────────────────── */
.hero {
  position: relative; min-height: 100vh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: 7rem 2.5rem 3rem;
  background:
    radial-gradient(120% 90% at 8% 0%, color-mix(in srgb, var(--blush) 28%, white) 0%, transparent 55%),
    radial-gradient(110% 90% at 100% 10%, color-mix(in srgb, var(--sky) 26%, white) 0%, transparent 50%),
    radial-gradient(120% 100% at 50% 100%, color-mix(in srgb, var(--sun) 22%, white) 0%, transparent 55%),
    var(--white);
}
.hero__inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; width: 100%; }

/* ─── CONFETTI (hero ambiance) ────────────────────────── */
.confetti { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.confetti i { position: absolute; top: -24px; width: 9px; height: 9px; background: var(--c); opacity: .8; border-radius: 2px; animation: confettiFall linear infinite; }
.confetti i.rect { width: 6px; height: 13px; }
.confetti i.tri { width: 0; height: 0; background: transparent; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 9px solid var(--c); border-radius: 0; }
@keyframes confettiFall {
  0%   { transform: translateY(0) rotate(0); }
  100% { transform: translateY(105vh) rotate(520deg); }
}
@media (prefers-reduced-motion: reduce) { .confetti { display: none; } }

/* celebratory balloon that floats up on a successful quote request */
.float-balloon { position: fixed; bottom: -130px; left: 50%; z-index: 300; pointer-events: none; width: 46px; will-change: transform, opacity; animation: balloonRise 3.4s ease-in forwards; }
@keyframes balloonRise {
  0%   { transform: translate(-50%, 0) rotate(-3deg);            opacity: 0; }
  10%  { opacity: 1; }
  50%  { transform: translate(calc(-50% + 28px), -48vh) rotate(4deg); }
  85%  { opacity: 1; }
  100% { transform: translate(calc(-50% - 12px), -108vh) rotate(-2deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .float-balloon { display: none; } }

.hero__top { text-align: center; max-width: 760px; margin: 0 auto 2.6rem; }
.hero__top h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.02; letter-spacing: -.02em; }
.hero__top h1 em { font-family: 'Dancing Script', cursive; font-style: normal; font-weight: 700; font-size: 1.08em; color: var(--blush); }
.hero__top p { color: var(--mid); font-size: clamp(1rem, 1.6vw, 1.15rem); margin: 1.1rem auto 0; max-width: 560px; }
.hero__cta { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }
.hero__hint { font-size: .82rem; color: var(--mid); margin-top: .9rem; }

/* ─── SERVICE TILE GRID (landing centerpiece) ─────────── */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.tile {
  position: relative; overflow: hidden; border-radius: 20px;
  min-height: 200px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end;
  color: #fff; background: var(--t, var(--blush));
  box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s;
  isolation: isolate;
}
.tile::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(160deg, rgba(255,255,255,.28), rgba(0,0,0,.18));
}
.tile::after {
  content: ""; position: absolute; right: -30px; top: -30px; width: 150px; height: 150px;
  border-radius: 50%; background: rgba(255,255,255,.18); z-index: -1;
}
.tile:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.tile--photo { background-image: var(--img); background-size: cover; background-position: center; }
.tile--photo::before { background: linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,.48) 66%, rgba(0,0,0,.88) 100%); }
.tile--photo::after { display: none; }
.tile--photo .tile__name { text-shadow: 0 2px 10px rgba(0,0,0,.65), 0 1px 3px rgba(0,0,0,.55); }
.tile--photo .tile__desc, .tile--photo .tile__go { text-shadow: 0 1px 6px rgba(0,0,0,.7); }
.tile--photo:hover { background-size: 108%; }
.tile__icon { font-size: 1.8rem; }
.tile__name { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; margin-top: .4rem; line-height: 1.1; }
.tile__desc { font-size: .82rem; opacity: .95; margin-top: .25rem; }
.tile__go { margin-top: .8rem; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .9; }
.tile--wide { grid-column: span 3; min-height: 130px; flex-direction: row; align-items: center; justify-content: space-between; }
.tile--wide .tile__name { margin: 0; }

/* ─── SERVICE PAGE HERO ───────────────────────────────── */
.page-hero {
  position: relative; padding: 9rem 2.5rem 4rem; overflow: hidden;
  background:
    radial-gradient(100% 120% at 0% 0%, color-mix(in srgb, var(--accent) 32%, white), transparent 60%),
    radial-gradient(90% 120% at 100% 0%, color-mix(in srgb, var(--accent) 18%, white), transparent 55%),
    var(--blush-soft);
}
.page-hero__inner { max-width: 820px; margin: 0 auto; text-align: center; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 600; line-height: 1.04; margin: .6rem 0; }
.page-hero p { color: var(--mid); max-width: 560px; margin: 1rem auto 1.8rem; }
.breadcrumb { font-size: .72rem; color: var(--mid); letter-spacing: .04em; }
.breadcrumb a:hover { color: var(--accent); }

/* ─── FEATURE / GALLERY GRIDS ─────────────────────────── */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1080px; margin: 0 auto; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.8rem; transition: .25s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: transparent; }
.feature-card .ic { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; font-size: 1.4rem;
  background: color-mix(in srgb, var(--accent) 18%, white); margin-bottom: 1rem; }
.feature-card h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; margin-bottom: .4rem; }
.feature-card p { font-size: .9rem; color: var(--mid); }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: 1100px; margin: 0 auto; }
.gallery .ph {
  aspect-ratio: 1; border-radius: 14px; display: grid; place-items: center;
  background: color-mix(in srgb, var(--accent) 14%, white);
  color: color-mix(in srgb, var(--accent) 70%, black); font-size: 1.8rem; opacity: .85;
}
.gallery__img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; display: block; }

/* ─── INSTAGRAM LOOK-THROUGH ──────────────────────────── */
.insta__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .6rem; max-width: 1100px; margin: 0 auto; }
.insta__item { position: relative; aspect-ratio: 1; border-radius: 14px; overflow: hidden;
  background-image: var(--img); background-size: cover; background-position: center;
  box-shadow: var(--shadow-soft); transition: transform .3s; }
.insta__item::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 60%, rgba(0,0,0,.25));
  opacity: 0; transition: opacity .3s; }
.insta__item:hover { transform: scale(1.04); }
.insta__item:hover::after { opacity: 1; }
.insta__cta { text-align: center; margin-top: 1.6rem; }
@media (max-width: 768px) { .insta__grid { grid-template-columns: repeat(3, 1fr); } }

/* ─── PRICING PLANS ───────────────────────────────────── */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1080px; margin: 0 auto; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: 20px; padding: 2rem 1.7rem; box-shadow: var(--shadow-soft); transition: .25s; }
.plan:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.plan--featured { border: 2px solid var(--accent); }
.plan__tag { position: absolute; top: -.8rem; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff;
  font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .35rem .9rem; border-radius: 999px; white-space: nowrap; }
.plan__name { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; }
.plan__price { font-family: var(--serif); font-size: 2.6rem; font-weight: 600; color: var(--accent); line-height: 1; margin: .5rem 0 .5rem; }
.plan__cap { display: inline-block; background: color-mix(in srgb, var(--accent) 12%, white); color: var(--ink); border-radius: 999px; padding: .3rem .8rem; font-size: .78rem; font-weight: 500; margin-bottom: 1.2rem; }
.plan__price small { font-family: var(--sans); font-size: .8rem; font-weight: 400; color: var(--mid); letter-spacing: .04em; }
.plan ul { list-style: none; display: grid; gap: .55rem; margin-bottom: 1.6rem; }
.plan li { display: flex; gap: .55rem; align-items: flex-start; font-size: .9rem; }
.plan li::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.plan .btn { margin-top: auto; justify-content: center; }
.plan-note { max-width: 1080px; margin: 1.6rem auto 0; text-align: center; font-size: .9rem; color: var(--mid); }
.plan-note strong { color: var(--ink); }

/* ─── FEES / ADD-ONS ──────────────────────────────────── */
.quick-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; max-width: 760px; margin: 1.4rem auto 0; }
.quick-facts span { background: color-mix(in srgb, var(--accent) 12%, white); color: var(--ink); border-radius: 999px; padding: .5rem 1.1rem; font-size: .85rem; font-weight: 500; }
.fees { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; max-width: 1000px; margin: 0 auto; }
.fees__card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.8rem; box-shadow: var(--shadow-soft); }
.fees__card h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin-bottom: 1rem; }
.fees__row { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.fees__row:last-child { border-bottom: 0; }
.fees__row span:last-child { font-weight: 600; color: var(--accent); white-space: nowrap; }
.fees__big { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; color: var(--accent); }
.fees--row { grid-template-columns: repeat(3, 1fr); align-items: start; }
@media (max-width: 900px) { .fees--row { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .plans { grid-template-columns: 1fr; } .fees { grid-template-columns: 1fr; } }

/* ─── BALLOON COMBOS ──────────────────────────────────── */
.combos { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 900px; margin: 0 auto; }
.combo { background: var(--blush-soft); border: 1px solid var(--line); border-radius: 20px; padding: 2.4rem 1.5rem 2rem; text-align: center; box-shadow: var(--shadow-soft); }
.combo__svg { display: block; width: 100%; max-width: 280px; height: auto; margin: 0 auto 1.4rem; }
.combo__img { display: block; width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 14px; margin: 0 auto 1.4rem; box-shadow: var(--shadow-soft); background: color-mix(in srgb, var(--accent) 10%, white); }
.combo__name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; line-height: 1.15; }
.combo__price { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; color: var(--accent); margin: .3rem 0 .2rem; }
.combo__desc { font-size: .9rem; color: var(--mid); max-width: 300px; margin: .5rem auto 0; line-height: 1.5; }
@media (max-width: 768px) { .combos { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .eyebrow { white-space: normal; } }

/* ─── COMING SOON ─────────────────────────────────────── */
.soon { text-align: center; padding: 6rem 2rem; max-width: 560px; margin: 0 auto; }
.soon .badge { display: inline-block; font-size: .68rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase;
  color: var(--accent); background: color-mix(in srgb, var(--accent) 16%, white); padding: .45rem 1rem; border-radius: 999px; margin-bottom: 1.2rem; }
.soon h2 { font-family: var(--serif); font-size: clamp(2rem,4vw,2.8rem); font-weight: 600; line-height: 1.1; margin-bottom: .8rem; }
.soon p { color: var(--mid); margin-bottom: 1.8rem; }

/* ─── FAQ ─────────────────────────────────────────────── */
.faq { background: var(--blush-soft); }
.faq__toggle { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem;
  background: #fff; border: 1px solid var(--line); border-radius: 999px; cursor: pointer;
  padding: .65rem 1.4rem; font: inherit; font-weight: 500; font-size: .95rem; color: var(--ink);
  transition: box-shadow .25s, transform .25s; }
.faq__toggle:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.faq__toggle .arrow { color: var(--accent); font-size: 1.2rem; transition: transform .3s; }
.faq__toggle.open .arrow { transform: rotate(45deg); }
.faq__grid { max-width: 760px; margin: 1.2rem auto 0; display: grid; gap: .8rem; }
.faq__grid[hidden] { display: none; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; cursor: pointer; }
.faq__q { display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.1rem 1.4rem; font-weight: 500; font-size: .98rem; }
.faq__q .arrow { color: var(--accent); font-size: 1.3rem; transition: transform .3s; flex-shrink: 0; }
.faq__item.open .arrow { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease;
  padding: 0 1.4rem; color: var(--mid); font-size: .9rem; }
.faq__item.open .faq__a { max-height: 400px; padding: 0 1.4rem 1.2rem; }

/* ─── QUOTE FORM ──────────────────────────────────────── */
.quote { background:
  radial-gradient(90% 120% at 100% 0%, color-mix(in srgb, var(--sky) 18%, white), transparent 55%),
  radial-gradient(90% 120% at 0% 100%, color-mix(in srgb, var(--blush) 18%, white), transparent 55%),
  var(--white); }
.quote__inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: center; }
.quote__left h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 600; line-height: 1.08; margin: .6rem 0 1rem; }
.quote__left h2 em { color: var(--blush); }
.quote__left > p { color: var(--mid); margin-bottom: 1.6rem; }
.quote__info { display: grid; gap: .9rem; }
.quote__info div { display: flex; align-items: center; gap: .7rem; font-size: .9rem; }
.quote__info .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center;
  background: color-mix(in srgb, var(--blush) 18%, white); flex-shrink: 0; }
.quote__form { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 2rem; box-shadow: var(--shadow); display: grid; gap: .8rem; }
.quote__row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.quote__form input, .quote__form select, .quote__form textarea {
  width: 100%; font-family: var(--sans); font-size: .92rem; color: var(--ink);
  padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: #fafafa; transition: .2s; }
.quote__form input:focus, .quote__form select:focus, .quote__form textarea:focus {
  outline: 0; border-color: var(--blush); background: #fff; box-shadow: 0 0 0 3px color-mix(in srgb, var(--blush) 22%, white); }
.quote__form textarea { min-height: 96px; resize: vertical; }
.form-submit { background: var(--blush); color: #fff; border: 0; cursor: pointer; font-family: var(--sans);
  font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 1rem; border-radius: 12px; transition: .25s; }
.form-submit:hover:not(:disabled) { filter: brightness(.96); }
.form-submit:disabled { opacity: .7; cursor: default; }
.success-msg { display: none; text-align: center; color: var(--blush-deep); font-weight: 500; font-size: .9rem; padding-top: .4rem; }

/* ─── CTA BANNER ──────────────────────────────────────── */
.cta-band { text-align: center; padding: 4.5rem 2.5rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 85%, black) 0%, var(--accent) 100%); color: #fff; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(1.8rem,4vw,2.6rem); font-weight: 600; margin-bottom: .6rem; }
.cta-band p { opacity: .92; margin-bottom: 1.6rem; }
.cta-band .btn--solid { background: #fff; color: var(--accent); box-shadow: none; }

/* ─── FOOTER ──────────────────────────────────────────── */
.footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 3rem 2.5rem 2rem; }
.footer__inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; }
.footer__brand { font-family: var(--serif); font-size: 1.4rem; color: #fff; }
.footer__brand span { color: var(--blush); font-style: italic; }
.footer__cols { display: flex; gap: 3rem; flex-wrap: wrap; }
.footer__col h4 { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: .8rem; }
.footer__col a { display: block; font-size: .85rem; padding: .2rem 0; transition: color .2s; }
.footer__col a:hover { color: var(--blush); }
.footer__bottom { max-width: 1100px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12);
  font-size: .75rem; color: rgba(255,255,255,.5); text-align: center; }

/* ─── REVEAL ──────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

.form-privacy { font-size: .72rem; color: var(--mid); text-align: center; margin-top: .2rem; }
.form-privacy a { color: var(--accent); text-decoration: underline; }

/* ─── LEGAL / PROSE PAGES ─────────────────────────────── */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin: 1.8rem 0 .6rem; }
.prose p, .prose li { color: var(--mid); font-size: .95rem; line-height: 1.7; }
.prose ul { padding-left: 1.2rem; margin: .4rem 0; }
.prose a { color: var(--accent); text-decoration: underline; }

/* ─── HONEYPOT (spam trap, hidden) ────────────────────── */
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* ─── CHAT WIDGET ─────────────────────────────────────── */
.chat-fab { position: fixed; bottom: 22px; right: 22px; z-index: 999;
  width: 60px; height: 60px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--blush); color: #fff; font-size: 1.5rem; line-height: 1;
  box-shadow: 0 12px 28px -8px var(--blush); transition: transform .25s, filter .25s; }
.chat-fab:hover { transform: translateY(-3px) scale(1.05); filter: brightness(.98); }
.chat-fab .x { display: none; }
.chat-fab.open .bubble { display: none; }
.chat-fab.open .x { display: inline; }
.chat-panel { position: fixed; bottom: 92px; right: 22px; z-index: 999;
  width: 340px; max-width: calc(100vw - 36px); background: #fff; border-radius: 18px;
  box-shadow: var(--shadow); overflow: hidden; display: none;
  opacity: 0; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.chat-panel.open { display: block; opacity: 1; transform: none; }
.chat-head { background: linear-gradient(135deg, color-mix(in srgb, var(--blush) 85%, black), var(--blush));
  color: #fff; padding: 1.1rem 1.2rem; }
.chat-head strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; display: block; }
.chat-head span { font-size: .78rem; opacity: .9; }
.chat-body { padding: 1rem 1.1rem; max-height: 280px; overflow-y: auto; display: flex; flex-direction: column; gap: .6rem; background: var(--blush-soft); }
.chat-msg { max-width: 85%; padding: .6rem .85rem; border-radius: 14px; font-size: .88rem; line-height: 1.35; }
.chat-msg--bot { align-self: flex-start; background: #fff; color: var(--ink); border-bottom-left-radius: 4px; box-shadow: var(--shadow-soft); }
.chat-msg--me { align-self: flex-end; background: var(--blush); color: #fff; border-bottom-right-radius: 4px; }
.chat-foot { padding: .8rem 1rem 1rem; border-top: 1px solid var(--line); display: grid; gap: .5rem; }
.chat-foot input, .chat-foot textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px;
  padding: .6rem .7rem; font-family: var(--sans); font-size: .85rem; resize: none; }
.chat-foot input:focus, .chat-foot textarea:focus { outline: 0; border-color: var(--blush); }
.chat-send { background: var(--blush); color: #fff; border: 0; border-radius: 10px; padding: .65rem; cursor: pointer;
  font-family: var(--sans); font-weight: 600; font-size: .85rem; transition: filter .2s; }
.chat-send:hover { filter: brightness(.97); }
.chat-send:disabled { opacity: .6; cursor: default; }
@media (max-width: 768px) { .chat-fab { bottom: 16px; right: 16px; } .chat-panel { bottom: 84px; right: 16px; } }

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .nav__links a { padding: .45rem .55rem; font-size: .68rem; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .tile--wide { grid-column: span 2; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .nav { padding: .7rem 1.2rem; }
  .nav__burger { display: block; }
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: .6rem 1rem 1rem;
    box-shadow: var(--shadow-soft); display: none;
  }
  .nav__links.open { display: flex; }
  .nav__links a { padding: .8rem .6rem; font-size: .78rem; border-radius: 10px; }
  .nav__cta { text-align: center; margin-top: .4rem; }
  .section { padding: 4rem 1.4rem; }
  .tiles { grid-template-columns: 1fr; }
  .tile--wide { grid-column: span 1; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: 160px; }
  .feature-grid, .gallery { grid-template-columns: 1fr 1fr; }
  .quote__inner { grid-template-columns: 1fr; gap: 2rem; }
  .quote__row { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; }
}
