/* ============================================================
   A Plus Drone Cleaning Solutions — site stylesheet (v2)
   Palette: Navy #10293C · Brass #B8863B / #D9AF6C · Paper #EEF1F0
            Ink #14212B · Seafoam #7FA69C
   Type:    Lora (display) · Poppins (body)
   ============================================================ */

:root {
  --navy: #1C3D5A;        /* softened — was #10293C */
  --navy-deep: #16324A;   /* softened — was #0B1D2B */
  --navy-ink: #10293C;    /* original, kept for body text */
  --baby: #3BA9DC;        /* from the original logo */
  --baby-soft: #7FB7D4;
  --ice: #EAF3F9;
  --brass: #B8863B;
  --brass-light: #D9AF6C;
  --paper: #EEF1F0;
  --ink: #14212B;
  --seafoam: #7FA69C;
  --white: #FFFFFF;
  --max-w: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display { font-family: 'Lora', serif; font-weight: 600; line-height: 1.2; color: var(--navy-ink); }

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

a { color: var(--baby); text-decoration: none; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 14px;
}

/* ============ header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid rgba(217, 175, 108, 0.25);
}

.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  flex-shrink: 0;
}

.brand .wing { width: 44px; color: var(--brass-light); }

.brand-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.3;
}
.brand-name .accent { color: var(--brass-light); }

.main-nav { display: flex; gap: 20px; margin-left: auto; align-items: center; }

.main-nav a {
  color: var(--paper);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: var(--brass-light); border-color: var(--brass); }

.lang-toggle {
  display: flex;
  border: 1px solid rgba(217, 175, 108, 0.5);
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.lang-toggle button {
  background: transparent;
  border: none;
  color: var(--paper);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.lang-toggle button.on { background: var(--baby); color: #fff; }

.nav-cta {
  background: var(--brass);
  color: var(--navy) !important;
  padding: 10px 16px !important;
  border-radius: 4px;
  border: none !important;
  font-weight: 600 !important;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--brass-light); color: var(--navy) !important; }

.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--brass-light);
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}

/* ============ hero ============ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: var(--navy);
  overflow: hidden;
}

.hero video, .hero .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(24, 55, 82, 0.90) 0%, rgba(28, 61, 90, 0.68) 45%, rgba(59, 169, 220, 0.22) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 110px 24px;
  width: 100%;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(33px, 4.8vw, 56px);
  max-width: 14em;
  margin-bottom: 20px;
}
.hero h1 .accent { color: var(--brass-light); }

.hero .tagline {
  font-family: 'Lora', serif;
  font-style: italic;
  color: var(--brass-light);
  font-size: clamp(18px, 2.2vw, 24px);
  margin-bottom: 18px;
}

.hero p.sub {
  color: var(--paper);
  max-width: 36em;
  font-size: clamp(15px, 1.6vw, 18px);
  margin-bottom: 30px;
}

.response-promise {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(127, 166, 156, 0.16);
  border: 1px solid var(--seafoam);
  color: var(--paper);
  border-radius: 4px;
  font-size: 14px;
  padding: 9px 16px;
  margin-bottom: 34px;
}
.response-promise .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--seafoam); }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: transform .15s, background .2s, color .2s;
  cursor: pointer;
  border: none;
  font-family: 'Poppins', sans-serif;
}
.btn:hover { transform: translateY(-2px); }
.btn-brass { background: var(--brass); color: var(--navy); }
.btn-brass:hover { background: var(--brass-light); }
.btn-ghost { background: transparent; color: var(--paper); border: 1.5px solid var(--brass-light); }
.btn-ghost:hover { background: rgba(217, 175, 108, 0.15); color: var(--white); }

/* ============ trust bar ============ */
.trust-bar { background: var(--navy-deep); padding: 22px 0; }
.trust-items {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.trust-items span {
  color: var(--paper);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-items .tick { color: var(--seafoam); font-size: 15px; }

/* ============ sections ============ */
section.block { padding: 90px 0; }
section.block.tight { padding: 70px 0; }

.section-head { max-width: 680px; margin-bottom: 50px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); color: var(--navy); margin-bottom: 16px; }
.section-head p { color: #3d4f5c; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* --- service cards --- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 26px;
}

.svc-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(16, 41, 60, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(16, 41, 60, 0.14); }

.svc-card .thumb { height: 190px; overflow: hidden; position: relative; background: var(--navy); }
.svc-card .thumb img { width: 100%; height: 100%; object-fit: cover; }

.svc-card .body { padding: 24px 24px 28px; flex: 1; }
.svc-card h3 { color: var(--navy); font-size: 20px; margin-bottom: 10px; }
.svc-card p { font-size: 14.5px; color: #3d4f5c; }

.svc-card .icon-tile {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
}
.svc-card .icon-tile .wing { width: 64px; color: var(--brass-light); }

/* ============ split ============ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.split .media {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(16, 41, 60, 0.25);
  aspect-ratio: 4 / 3;
}
.split .media img, .split .media video { width: 100%; height: 100%; object-fit: cover; }

.check-list { list-style: none; margin-top: 26px; }
.check-list li {
  padding-left: 34px;
  position: relative;
  margin-bottom: 16px;
  font-size: 15.5px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--seafoam);
  font-weight: 700;
  font-size: 18px;
}
.check-list li strong { color: var(--navy); }

/* ============ dark band ============ */
.band-dark {
  background: var(--navy);
  color: var(--paper);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.band-dark h2 { color: var(--white); font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 18px; }
.band-dark p { color: rgba(238, 241, 240, 0.85); max-width: 44em; }
.band-dark .stat-row { display: flex; gap: 56px; margin-top: 44px; flex-wrap: wrap; }
.band-dark .stat .num {
  font-family: 'Lora', serif;
  font-size: 44px;
  color: var(--brass-light);
  line-height: 1;
}
.band-dark .stat .lbl {
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 8px;
  color: rgba(238, 241, 240, 0.75);
}

/* ============ steps ============ */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; }
.step { background: var(--white); border-radius: 8px; padding: 32px 28px; box-shadow: 0 2px 14px rgba(16,41,60,0.08); border-top: 3px solid var(--brass); }
.step .n {
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  background: var(--brass-light);
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.step h3 { color: var(--navy); font-size: 18px; margin-bottom: 10px; }
.step p { font-size: 14.5px; color: #3d4f5c; }

/* ============ deadline cards (SB-4D page) ============ */
.deadline-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; margin-top: 10px; }
.deadline-card {
  background: var(--white);
  border-radius: 8px;
  padding: 30px 28px;
  box-shadow: 0 2px 14px rgba(16,41,60,0.08);
  border-left: 4px solid var(--brass);
}
.deadline-card .date {
  font-family: 'Lora', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.deadline-card p { font-size: 14.5px; color: #3d4f5c; }

/* ============ CTA band ============ */
.cta-band {
  background: linear-gradient(120deg, var(--navy) 0%, #2A5578 100%);
  text-align: center;
  padding: 90px 24px;
}
.cta-band .wing { width: 72px; color: var(--brass-light); margin: 0 auto 24px; }
.cta-band h2 { color: var(--white); font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 14px; }
.cta-band p { color: rgba(238,241,240,.85); margin-bottom: 34px; max-width: 44em; margin-left: auto; margin-right: auto; }

/* ============ forms ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.contact-info h2 { color: var(--navy); font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 18px; }

.contact-lines { list-style: none; margin: 28px 0; }
.contact-lines li { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; font-size: 16px; }
.contact-lines .k {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  min-width: 84px;
}
.contact-lines a { color: var(--navy); font-weight: 500; }
.contact-lines a:hover { color: var(--brass); }

.quote-form {
  background: var(--white);
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 6px 30px rgba(16, 41, 60, 0.12);
  border-top: 4px solid var(--brass);
}
.quote-form h3 { color: var(--navy); font-size: 22px; margin-bottom: 6px; }
.quote-form .formsub { font-size: 14px; color: #3d4f5c; margin-bottom: 26px; }

.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #cdd6da;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--baby);
}
.field textarea { min-height: 110px; resize: vertical; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.form-note { font-size: 12.5px; color: #6a7a85; margin-top: 14px; }

.form-status { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 4px; font-size: 14.5px; }
.form-status.ok { display: block; background: rgba(127, 166, 156, 0.18); border: 1px solid var(--seafoam); color: #2c4a42; }
.form-status.err { display: block; background: rgba(184, 62, 62, 0.08); border: 1px solid #b83e3e; color: #7c2626; }

/* estimate success panel */
.estimate-done {
  display: none;
  text-align: center;
  padding: 30px 10px 10px;
}
.estimate-done .wing { width: 84px; margin: 0 auto 20px; color: var(--brass); }
.estimate-done h3 { color: var(--navy); font-size: 26px; margin-bottom: 12px; }
.estimate-done p { color: #3d4f5c; font-size: 15px; }

/* ============ footer ============ */
.site-footer { background: var(--navy-deep); color: var(--paper); padding: 60px 0 30px; }
.footer-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 44px;
}
.site-footer .wing { width: 48px; color: var(--brass-light); margin-bottom: 14px; }
.site-footer h4 {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.site-footer p, .site-footer li { font-size: 14px; color: rgba(238, 241, 240, 0.8); }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(238, 241, 240, 0.85); }
.site-footer a:hover { color: var(--brass-light); }
.footer-tagline { font-family: 'Lora', serif; font-style: italic; color: var(--brass-light); margin-top: 8px; }
.footer-bottom {
  max-width: var(--max-w);
  margin: 44px auto 0;
  padding: 22px 24px 0;
  border-top: 1px solid rgba(217, 175, 108, 0.2);
  font-size: 12.5px;
  color: rgba(238, 241, 240, 0.55);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ============ page hero ============ */
.page-hero {
  background: var(--navy);
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-hero h1 { color: var(--white); font-size: clamp(30px, 4.4vw, 48px); margin-bottom: 14px; }
.page-hero h1 .accent { color: var(--brass-light); }
.page-hero p { color: rgba(238, 241, 240, 0.85); max-width: 42em; }

/* ============ responsive ============ */
@media (max-width: 900px) {
  .split, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 920px) {
  .nav-burger { display: block; }
  .main-nav {
    position: absolute;
    top: 72px;
    left: 0; right: 0;
    background: var(--navy);
    flex-direction: column;
    gap: 0;
    padding: 10px 0 20px;
    display: none;
    border-bottom: 1px solid rgba(217, 175, 108, 0.25);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 24px; width: 100%; }
  .nav-cta { margin: 12px 24px 0; width: calc(100% - 48px); text-align: center; }
  .hero { min-height: 78vh; }
  .field-row { grid-template-columns: 1fr; }
  .quote-form { padding: 28px 22px; }
  .trust-items { justify-content: flex-start; }
}

/* ============ v3 AMENDMENTS ============ */

/* --- proof strip: before/after slider --- */
.proof-strip { background: linear-gradient(180deg, var(--ice) 0%, #F3F8FB 100%); padding: 70px 0 60px; }
.proof-strip .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.ba {
  position: relative; overflow: hidden; user-select: none; touch-action: none;
  border-radius: 10px; box-shadow: 0 16px 44px rgba(16,41,60,.18);
  max-width: 1040px; margin: 0 auto; aspect-ratio: 16/8.5;
}
.ba img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba .after { position: absolute; inset: 0; clip-path: inset(0 0 0 55%); }
.ba .handle { position: absolute; top: 0; bottom: 0; left: 55%; width: 3px; background: var(--white); box-shadow: 0 0 12px rgba(0,0,0,.4); }
.ba .handle::after {
  content: "◂ ▸"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: var(--white); color: var(--navy); border-radius: 999px;
  padding: 8px 12px; font-size: 13px; font-weight: 700; white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.ba .tag {
  position: absolute; top: 14px; font-family: 'Liberation Mono','Courier New',monospace;
  font-size: 12px; letter-spacing: .08em; padding: 5px 10px; border-radius: 4px;
  background: rgba(16,41,60,.78); color: var(--paper);
}
.ba .tag.before { left: 14px; }
.ba .tag.after-tag { right: 14px; }
.fieldnote {
  font-family: 'Liberation Mono','Courier New',monospace;
  font-size: 12.5px; letter-spacing: .06em; color: #5b6b76;
  text-align: center; margin-top: 14px;
}

/* --- sound familiar cards --- */
.sf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.sf-card {
  background: var(--white); border-radius: 8px; padding: 28px 26px;
  box-shadow: 0 2px 14px rgba(28,61,90,.08); border-left: 4px solid var(--baby);
}
.sf-card h3 { font-size: 18.5px; color: var(--navy); margin-bottom: 10px; font-style: italic; }
.sf-card p { font-size: 14.5px; color: #3d4f5c; }

/* --- reviews strip --- */
.reviews-line {
  text-align: center; background: rgba(127,166,156,.14);
  border: 1px solid var(--seafoam); border-radius: 8px;
  padding: 22px 28px; max-width: 620px; margin: 0 auto;
  font-size: 15.5px; color: #2c4a42;
}

/* --- WhatsApp path (green quarantined here only) --- */
.wa-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 200;
  display: flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--navy);
  border: 1.5px solid rgba(16,41,60,.18);
  border-radius: 999px; padding: 13px 20px; font-weight: 600; font-size: 14.5px;
  box-shadow: 0 8px 26px rgba(16,41,60,.22);
}
.ico-wa { width: 21px; height: 21px; flex-shrink: 0; color: #25D366; }
.wa-bar { display: none; }
.btn-wa-alt {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--navy);
  border: 1.5px solid rgba(16,41,60,.18); border-radius: 6px;
  padding: 13px 22px; font-weight: 600; font-size: 14.5px;
  box-shadow: 0 3px 12px rgba(16,41,60,.10);
}
@media (max-width: 820px) {
  .wa-float { display: none; }
  .wa-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
    background: var(--navy); color: var(--white); padding: 15px 18px;
    align-items: center; justify-content: center; gap: 10px;
    font-weight: 600; font-size: 15px; border-top: 2px solid var(--brass);
  }
  body { padding-bottom: 58px; }
}

/* --- gallery (built, unpublished until 3+ pairs) --- */
.recent-flights[data-unpublished="true"] { display: none; }

/* --- photo upload box (contact) --- */
.upload-box {
  border: 2px dashed var(--baby-soft); border-radius: 8px; background: var(--ice);
  padding: 22px; text-align: center; color: var(--navy); font-size: 14px; cursor: pointer;
}
.upload-box .big { font-size: 26px; display: block; margin-bottom: 4px; }
.field-explain { font-size: 12.5px; color: #6a7a85; margin-top: 6px; }

/* ============ v3.1: proof strip multi-pair ============ */
.ba-wrap { position: relative; max-width: 1040px; margin: 0 auto; }
.ba-slide { display: none; }
.ba-slide.on { display: block; }
.ba-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,.92); color: var(--navy-ink); font-size: 20px;
  box-shadow: 0 3px 14px rgba(16,41,60,.25); z-index: 5;
}
.ba-nav.prev { left: -12px; }
.ba-nav.next { right: -12px; }
.ba-dots { text-align: center; margin-top: 14px; }
.ba-dots span {
  display: inline-block; width: 9px; height: 9px; border-radius: 50%;
  background: #c3d6e2; margin: 0 5px; cursor: pointer;
}
.ba-dots span.on { background: var(--baby); }

/* ============ v3.1: story carousel (scroll-snap, manual) ============ */
.story-strip {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 22px; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.story-strip::-webkit-scrollbar { display: none; }
.story-card {
  flex: 0 0 min(420px, 82%); scroll-snap-align: start;
  background: var(--white); border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(28,61,90,.12);
}
.story-card .ph { aspect-ratio: 4/3; overflow: hidden; }
.story-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.story-card .num {
  font-family: 'Liberation Mono','Courier New',monospace;
  font-size: 12px; letter-spacing: .2em; color: var(--baby);
  padding: 16px 18px 0;
}
.story-card h3 { font-size: 18px; color: var(--navy-ink); padding: 4px 18px 0; }
.story-card p { font-size: 13.5px; color: #3d4f5c; padding: 6px 18px 18px; }
.story-nav { display: flex; gap: 10px; justify-content: center; margin-top: 6px; }
.story-nav button {
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--baby-soft);
  background: var(--white); color: var(--navy-ink); font-size: 18px; cursor: pointer;
}
.story-nav button:hover { background: var(--ice); }

/* ============ v3.1: sound-familiar speech bubbles ============ */
.bubble-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.bubble {
  position: relative; background: var(--white); border-radius: 12px;
  padding: 26px 26px 22px; box-shadow: 0 4px 18px rgba(28,61,90,.10);
}
.bubble::after {
  content: ""; position: absolute; left: 34px; bottom: -12px;
  border: 12px solid transparent; border-top-color: var(--white);
  border-bottom: none; filter: drop-shadow(0 3px 2px rgba(28,61,90,.06));
}
.bubble h3 {
  font-size: 19px; color: var(--navy-ink); margin-bottom: 10px; font-style: italic;
}
.bubble h3::before { content: "“"; color: var(--baby); font-size: 30px; line-height: 0; vertical-align: -8px; margin-right: 2px; }
.bubble p { font-size: 14px; color: #3d4f5c; }
.bubble .who {
  margin-top: 14px; font-family: 'Liberation Mono','Courier New',monospace;
  font-size: 11.5px; letter-spacing: .12em; color: var(--baby); text-transform: uppercase;
}

/* ============ v3.1: Google profile button ============ */
.btn-google {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--navy-ink);
  border: 1.5px solid #d4e2ec; border-radius: 6px;
  padding: 13px 22px; font-weight: 600; font-size: 14.5px;
  box-shadow: 0 3px 12px rgba(28,61,90,.10);
}
.g-ico { width: 20px; height: 20px; flex-shrink: 0; }

/* ============ v3.2: "up to you" ticker + gallery ============ */
.ticker-strip {
  margin-top: 44px; border-top: 1.5px dashed var(--baby-soft);
  border-bottom: 1.5px dashed var(--baby-soft); padding: 18px 0;
  overflow: hidden; white-space: nowrap;
}
.ticker-label {
  text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .28em;
  text-transform: uppercase; color: var(--baby); margin-bottom: 10px;
}
.ticker { display: inline-block; white-space: nowrap; animation: tick 32s linear infinite; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker span { font-family: 'Lora', serif; font-size: 21px; color: var(--navy-ink); margin: 0 24px; }
.ticker span.hl { color: var(--brass); font-style: italic; }
@media (prefers-reduced-motion: reduce) { .ticker { animation: none; } }

.teaser-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.teaser-row a { display: block; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 18px rgba(28,61,90,.12); position: relative; }
.teaser-row img { width: 100%; height: 230px; object-fit: cover; transition: transform .25s; }
.teaser-row a:hover img { transform: scale(1.04); }
@media (max-width: 760px) { .teaser-row { grid-template-columns: 1fr; } .teaser-row img { height: 200px; } }

/* gallery page grid + lightbox */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.photo-grid figure { margin: 0; border-radius: 10px; overflow: hidden; background: var(--white); box-shadow: 0 3px 16px rgba(28,61,90,.10); cursor: zoom-in; }
.photo-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .25s; }
.photo-grid figure:hover img { transform: scale(1.03); }
.photo-grid figcaption {
  font-family: 'Liberation Mono','Courier New',monospace;
  font-size: 11.5px; letter-spacing: .06em; color: #5b6b76; padding: 10px 14px;
}
#lightbox {
  display: none; position: fixed; inset: 0; z-index: 400;
  background: rgba(16,41,60,.92); align-items: center; justify-content: center; flex-direction: column;
}
#lightbox.open { display: flex; }
#lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
#lightbox .cap { color: #cfe3ee; font-family: 'Liberation Mono','Courier New',monospace; font-size: 12.5px; margin-top: 14px; }
#lightbox .close { position: absolute; top: 22px; right: 30px; background: none; border: none; color: #fff; font-size: 34px; cursor: pointer; }
