/* ==========================================================================
   Essex Dental Arts — Verona, NJ
   "Champagne" design system — refined cosmetic & family dental practice.
   Deep aubergine + champagne gold + warm ivory. Cormorant + Mulish.
   Signature motif: a faceted gem (creating beautiful smiles).
   ========================================================================== */

:root {
  /* Surfaces */
  --ivory:    #faf6ef;
  --ivory-2:  #f2eadc;
  --ivory-3:  #ece0cb;
  --white:    #fffdf9;
  --blush:    #ead9dc;

  /* Ink */
  --ink:      #2a1f26;
  --ink-soft: #5b4b54;
  --ink-faint:#8a7a82;

  /* Brand */
  --plum:     #4c2742;
  --plum-deep:#371c30;
  --plum-ink: #25121f;
  --gold:     #c2a05e;
  --gold-deep:#a6843e;
  --gold-soft:#e4ce9d;

  /* Lines + shadow */
  --line:    rgba(42, 31, 38, 0.12);
  --line-2:  rgba(42, 31, 38, 0.22);
  --gold-line: rgba(166, 132, 62, 0.45);
  --shadow-sm: 0 1px 2px rgba(42,31,38,.05), 0 4px 14px rgba(42,31,38,.06);
  --shadow-md: 0 10px 30px rgba(42,31,38,.10), 0 3px 8px rgba(42,31,38,.06);
  --shadow-lg: 0 30px 70px rgba(55,28,48,.20), 0 8px 22px rgba(42,31,38,.10);

  /* Type */
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body:    "Mulish", system-ui, -apple-system, sans-serif;

  /* Rhythm */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 60px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: absolute; left: 12px; top: -60px; background: var(--plum); color: var(--white);
  padding: 10px 16px; border-radius: var(--r-sm); z-index: 200; transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.04; letter-spacing: -0.01em; color: var(--plum-ink); }
.display { font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 500; letter-spacing: -0.015em; line-height: .98; }
h2 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.85rem); }
p { color: var(--ink-soft); }
.lead { font-size: clamp(1.1rem, 1.9vw, 1.34rem); color: var(--ink-soft); line-height: 1.6; font-weight: 400; }
em, .it { font-style: italic; }

.eyebrow {
  font-family: var(--body); font-weight: 700; font-size: .76rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-deep); display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold-deep); }
.eyebrow.center-eb { justify-content: center; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(70px, 10vw, 140px); }
.section-tight { padding-block: clamp(50px, 6vw, 90px); }
.center { text-align: center; }
.measure { max-width: 60ch; }
.measure-c { max-width: 60ch; margin-inline: auto; }
.mt-1 { margin-top: 16px; } .mt-2 { margin-top: 28px; } .mt-3 { margin-top: 46px; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--plum); --fg: var(--white);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--bg); color: var(--fg); font-family: var(--body); font-weight: 700;
  font-size: .98rem; letter-spacing: .01em; padding: 15px 30px; border-radius: var(--r-pill);
  border: 1.5px solid transparent; box-shadow: var(--shadow-sm);
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); background: var(--plum-deep); }
.btn:active { transform: translateY(0); }
.btn--gold { --bg: var(--gold); --fg: var(--plum-ink); }
.btn--gold:hover { background: var(--gold-deep); }
.btn--ghost { --bg: transparent; --fg: var(--plum); border-color: var(--line-2); box-shadow: none; }
.btn--ghost:hover { background: var(--white); border-color: var(--gold-deep); color: var(--plum-deep); }
.btn svg { width: 18px; height: 18px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--ivory) 85%, transparent);
  backdrop-filter: blur(12px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--gold-line); box-shadow: var(--shadow-sm); background: color-mix(in srgb, var(--ivory) 94%, transparent); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand .gem { width: 34px; height: 34px; flex: none; }
.brand .wordmark { font-family: var(--display); font-weight: 600; font-size: 1.5rem; color: var(--plum-ink); letter-spacing: -0.01em; line-height: 1; }
.brand small { display: block; font-family: var(--body); font-weight: 700; font-size: .58rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep); margin-top: 4px; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 9px 15px; border-radius: var(--r-pill); font-weight: 600; font-size: .96rem; color: var(--ink-soft); transition: color .2s var(--ease), background .2s var(--ease); }
.nav-links a:hover { color: var(--plum); background: var(--white); }
.nav-links a[aria-current="page"] { color: var(--plum-deep); background: color-mix(in srgb, var(--gold) 20%, transparent); }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: var(--r-sm); border: 1px solid var(--line-2); background: var(--white); align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 940px) {
  .nav-links, .nav-actions .btn--call-desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; left: var(--gutter); right: var(--gutter); top: 76px;
    background: var(--white); padding: 14px; border-radius: var(--r-lg);
    border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  }
  .nav.open .nav-links a { padding: 13px 16px; font-size: 1.05rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(54px, 8vw, 120px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(80% 70% at 85% -10%, color-mix(in srgb, var(--blush) 70%, transparent) 0, transparent 60%),
    radial-gradient(70% 80% at -5% 105%, color-mix(in srgb, var(--gold-soft) 40%, transparent) 0, transparent 55%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.hero h1 { margin-top: 18px; }
.hero h1 .it { color: var(--gold-deep); }
.hero .lead { margin-top: 24px; max-width: 44ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; align-items: center; }
.stars { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--ink); font-size: .98rem; }
.stars .s { color: var(--gold-deep); letter-spacing: 2px; }
.trust { font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 9px; font-size: .96rem; }
.trust::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

/* Hero art — gem panel + photo slot */
.hero-art { position: relative; }
.gem-panel {
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg);
  background: linear-gradient(155deg, var(--plum) 0%, var(--plum-deep) 70%, var(--plum-ink) 100%);
  box-shadow: var(--shadow-lg); overflow: hidden; display: grid; place-items: center; isolation: isolate;
}
.gem-panel::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(circle at 30% 20%, rgba(226,206,157,.18), transparent 40%),
                    radial-gradient(circle at 80% 90%, rgba(234,217,220,.12), transparent 45%);
}
.gem-panel .big-gem { width: 56%; filter: drop-shadow(0 18px 30px rgba(0,0,0,.35)); position: relative; z-index: 1; }
.gem-panel .panel-cap {
  position: absolute; bottom: 22px; left: 22px; right: 22px; z-index: 2;
  font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--gold-soft); line-height: 1.2;
}
.hero-badge {
  position: absolute; top: -14px; right: -14px; background: var(--white); border-radius: var(--r-pill);
  box-shadow: var(--shadow-md); padding: 10px 18px; display: inline-flex; align-items: center; gap: 9px;
  font-weight: 800; color: var(--plum-ink); font-size: .9rem; z-index: 3; border: 1px solid var(--gold-line);
}
.hero-badge .s { color: var(--gold-deep); }
.float-chip {
  position: absolute; background: var(--white); border-radius: var(--r-pill); box-shadow: var(--shadow-md);
  padding: 10px 16px; font-weight: 700; font-size: .82rem; color: var(--plum-ink); display: inline-flex; align-items: center; gap: 8px; z-index: 3;
}
.float-chip svg { width: 16px; height: 16px; color: var(--gold-deep); }
.float-chip--bl { bottom: 30px; left: -22px; }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 380px; margin-inline: auto; width: 100%; order: -1; }
  .float-chip--bl { left: 6px; }
}

/* ---------- Gold rule / divider ---------- */
.goldrule { display: flex; align-items: center; gap: 16px; }
.goldrule::before, .goldrule::after { content: ""; height: 1px; background: var(--gold-line); flex: 1; }
.goldrule .gem-mini { width: 16px; height: 16px; flex: none; }

/* ---------- Cards ---------- */
.grid { display: grid; gap: clamp(16px, 2.4vw, 28px); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 880px) { .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-line); }
.card .ic { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--gold) 18%, var(--white)); color: var(--plum); margin-bottom: 20px; border: 1px solid var(--gold-line); }
.card .ic svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .98rem; }
.card .more { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: .9rem; color: var(--gold-deep); }
.card .more svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.card:hover .more svg { transform: translateX(4px); }

/* ---------- Service list page ---------- */
.svc-hero-ic { width: 64px; height: 64px; border-radius: 50%; background: color-mix(in srgb, var(--gold) 18%, var(--white)); border: 1px solid var(--gold-line); display: grid; place-items: center; color: var(--plum); }
.svc-hero-ic svg { width: 32px; height: 32px; }
.checklist li { display: flex; gap: 13px; padding: 11px 0; align-items: flex-start; font-size: 1.02rem; color: var(--ink); border-bottom: 1px solid var(--line); }
.checklist li:last-child { border-bottom: 0; }
.checklist .ck { width: 24px; height: 24px; flex: none; color: var(--gold-deep); margin-top: 2px; }

/* ---------- Hours card ---------- */
.hours-card { background: linear-gradient(160deg, var(--plum), var(--plum-deep)); color: var(--white); border-radius: var(--r-lg); padding: clamp(26px, 3vw, 38px); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.hours-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 140px; height: 140px; background: radial-gradient(circle, var(--gold) 0 22%, transparent 23%); opacity: .14; }
.hours-card h3 { color: var(--white); }
.hours-card .status { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; padding: 7px 15px; border-radius: var(--r-pill); background: rgba(255,255,255,.12); margin-bottom: 16px; font-size: .92rem; }
.hours-card .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 0 4px rgba(228,206,157,.25); }
.hours-card .dot.closed { background: var(--blush); box-shadow: 0 0 0 4px rgba(234,217,220,.2); }
.hours-list li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .96rem; }
.hours-list li:last-child { border-bottom: 0; }
.hours-list li.today { font-weight: 700; }
.hours-list .day { color: rgba(255,255,255,.82); }
.hours-list li.today .day { color: var(--white); }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2.4vw, 26px); }
@media (max-width: 760px) { .reviews { grid-template-columns: 1fr; } }
.review { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 34px); box-shadow: var(--shadow-sm); position: relative; }
.review .rstars { color: var(--gold-deep); letter-spacing: 2px; font-size: .95rem; }
.review p { color: var(--ink); font-size: 1.1rem; margin-top: 12px; font-family: var(--display); font-style: italic; line-height: 1.45; }
.review .who { margin-top: 16px; font-size: .86rem; color: var(--ink-faint); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* Photo frame + slot */
.photo-frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--gold-line); position: relative; aspect-ratio: 4/5; background: var(--ivory-2); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame .cap { position: absolute; bottom: 14px; left: 14px; background: var(--plum-ink); color: var(--ivory); font-weight: 700; font-size: .8rem; padding: 8px 15px; border-radius: var(--r-pill); }

/* Photo slot (no real photo yet) */
.photo-slot {
  border-radius: var(--r-lg); border: 1.5px dashed var(--gold-line); background:
    linear-gradient(155deg, var(--ivory-2), var(--ivory-3));
  display: grid; place-items: center; aspect-ratio: 4/5; position: relative; overflow: hidden; text-align: center; padding: 24px;
}
.photo-slot .big-gem { width: 38%; opacity: .9; }
.photo-slot .slot-note { position: absolute; bottom: 12px; left: 12px; right: 12px; font-size: .72rem; color: var(--ink-faint); font-weight: 600; letter-spacing: .04em; }
.photo-slot.wide { aspect-ratio: 16/10; }

/* ---------- Doctor cards ---------- */
.docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 30px); }
@media (max-width: 820px) { .docs { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.doc { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .3s var(--ease); }
.doc:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.doc .pic { aspect-ratio: 4/5; background: linear-gradient(160deg, var(--plum), var(--plum-deep)); display: grid; place-items: center; position: relative; overflow: hidden; }
.doc .pic img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.doc .pic .big-gem { width: 42%; opacity: .85; }
.doc .info { padding: 22px clamp(18px,2.4vw,26px) 26px; }
.doc .info h3 { font-size: 1.5rem; }
.doc .role { color: var(--gold-deep); font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.doc .info p { font-size: .95rem; margin-top: 12px; }

/* ---------- Band (plum section) ---------- */
.band { background: var(--plum-ink); color: var(--ivory); position: relative; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M32 20l6 12-6 12-6-12z' fill='none' stroke='%23ffffff' stroke-opacity='0.05'/%3E%3C/svg%3E"); }
.band > * { position: relative; z-index: 1; }
.band h2, .band h3 { color: var(--white); }
.band p { color: rgba(250,246,239,.8); }
.band .eyebrow { color: var(--gold-soft); }
.band .eyebrow::before { background: var(--gold-soft); }
.band .stat b { color: var(--gold-soft); }

/* ---------- Stats ---------- */
.statline { display: flex; flex-wrap: wrap; gap: clamp(24px, 5vw, 60px); }
.stat b { font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 3.2rem); color: var(--plum); display: block; line-height: 1; font-weight: 600; }
.stat span { font-size: .88rem; color: var(--ink-faint); font-weight: 600; margin-top: 4px; display: block; }

/* ---------- Contact / map ---------- */
.map-embed { border: 0; width: 100%; height: 100%; min-height: 340px; border-radius: var(--r-lg); filter: saturate(.9) contrast(1.02); }
.contact-rows li { display: flex; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.contact-rows li:last-child { border-bottom: 0; }
.contact-rows .ic { width: 44px; height: 44px; border-radius: 50%; background: color-mix(in srgb, var(--gold) 16%, var(--white)); color: var(--plum); display: grid; place-items: center; flex: none; border: 1px solid var(--gold-line); }
.contact-rows .ic svg { width: 21px; height: 21px; }
.contact-rows .lbl { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-faint); font-weight: 700; }
.contact-rows .val { font-weight: 600; color: var(--ink); font-size: 1.05rem; }
.contact-rows a.val:hover { color: var(--gold-deep); }

/* ---------- CTA strip ---------- */
.cta-band { background: linear-gradient(160deg, var(--plum), var(--plum-deep)); border-radius: var(--r-lg); padding: clamp(40px, 5vw, 70px); text-align: center; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; left: 50%; top: -40px; transform: translateX(-50%); width: 200px; height: 200px; background: radial-gradient(circle, var(--gold) 0 22%, transparent 23%); opacity: .12; }
.cta-band h2 { color: var(--white); position: relative; }
.cta-band p { color: rgba(250,246,239,.82); position: relative; }
.cta-band .hero-cta { justify-content: center; position: relative; }

/* ---------- Footer ---------- */
.site-footer { background: var(--plum-ink); color: var(--ivory); padding-block: clamp(54px, 6vw, 80px) 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(26px, 4vw, 48px); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer .brand .wordmark { color: var(--ivory); }
.site-footer p { color: rgba(250,246,239,.62); font-size: .95rem; }
.footer-col h4 { font-family: var(--body); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(250,246,239,.78); padding: 6px 0; font-size: .96rem; transition: color .2s var(--ease); }
.footer-col a:hover { color: var(--ivory); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(250,246,239,.13); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: .84rem; color: rgba(250,246,239,.5); }

/* ---------- Sticky mobile call bar ---------- */
.callbar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; display: none; gap: 10px; background: color-mix(in srgb, var(--plum-ink) 96%, transparent); backdrop-filter: blur(8px); padding: 10px; border-radius: var(--r-pill); box-shadow: var(--shadow-lg); }
.callbar .btn { flex: 1; padding: 13px; font-size: .96rem; }
@media (max-width: 940px) { .callbar { display: flex; } body { padding-bottom: 86px; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .float { animation: none !important; } }
.float { animation: floaty 6s ease-in-out infinite; }
.float--2 { animation-delay: -3s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- Breadcrumb / page hero ---------- */
.crumbs { font-size: .84rem; color: var(--ink-faint); padding-top: 24px; }
.crumbs a:hover { color: var(--gold-deep); }
.crumbs span { margin: 0 8px; opacity: .5; }
.page-hero { padding-top: clamp(28px, 4vw, 54px); padding-bottom: clamp(30px, 4vw, 58px); position: relative; }
.page-hero h1 { margin-top: 14px; font-size: clamp(2.5rem, 6vw, 4.2rem); font-weight: 500; }
.page-hero .lead { margin-top: 18px; }

/* utility */
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 9px 18px; font-weight: 600; font-size: .92rem; color: var(--ink-soft); }
.pill svg { width: 15px; height: 15px; color: var(--gold-deep); display: inline; vertical-align: -3px; margin-right: 6px; }
.tag-gold { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--plum-ink); background: var(--gold-soft); padding: 3px 10px; border-radius: var(--r-pill); }
