/* ==========================================================================
   Dear Enid — shared marketing stylesheet (home, gift, about, contact)
   Cached across the marketing pages so repeat/cross-page loads stay fast and
   future edits live in one place. Class-only + benign resets: it deliberately
   does NOT restyle bare <a>/<h1>/<body> typography, so it can be linked onto
   the inline-styled marketing pages without changing their look.
   Page-specific responsive breakpoints stay inline on each page (they differ).
   Legal/article pages use styles.css instead.
   ========================================================================== */

/* ── Resets ── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #F7F5F0; }
::selection { background: #cfe3e8; }
img { max-width: 100%; display: block; }
summary::-webkit-details-marker { display: none; }
.enid-brand { white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* ── Keyframes ── */
@keyframes enidFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes enidFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes enidPulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
@keyframes enidCtaGlow { 0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 4px 14px rgba(47,107,124,.32); } 50% { transform: translateY(-3px) scale(1.02); box-shadow: 0 11px 24px rgba(47,107,124,.45); } }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ── FAQ (home) ── */
#faq summary { list-style:none;cursor:pointer;padding:18px 0;font-family:'Hanken Grotesk',system-ui,sans-serif;font-size:19px;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:16px;transition: color .18s ease; }
#faq summary:hover { color: #2F6B7C !important; }
#faq summary svg { transition: transform .28s cubic-bezier(.4,0,.2,1); flex-shrink: 0; }
#faq details[open] summary svg { transform: rotate(180deg); }
#faq details { background:#fff;border:1px solid #E7E2D7;border-radius:14px;padding:4px 22px;box-shadow:0 1px 3px rgba(35,48,56,.05);transition: border-color .2s ease, box-shadow .2s ease; }
#faq details[open] { border-color: #cfe1e6 !important; box-shadow: 0 3px 14px rgba(47,107,124,.10) !important; }
#faq details[open] > p { animation: faqReveal .3s cubic-bezier(.4,0,.2,1); }
#faq details > p { font-size:17.5px;color:#5E6469;line-height:1.65;padding:0 0 20px;margin:0; }

/* ── Utility / component classes ──
   ck/ckg = pricing check ticks · pli/plig = pricing list rows · chp = "ask before
   you click" chips · dvr/dvl = hairline dividers · dot = terracotta accent dot ·
   fl = footer links · eyb = section eyebrow · fqx = FAQ "+" · erow = eyebrow accent
   row · hfi = hero feature icon · fci/fcw = Family-Care icons · fct = Family-Care title */
.ck { position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:#6B8E6F;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700; }
.ckg { position:absolute;left:0;top:2px;width:21px;height:21px;border-radius:50%;background:linear-gradient(180deg,#CDA859,#B8923F);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 1px 2px rgba(166,107,59,.3); }
.pli { font-size:17px;color:#3F4A50;line-height:1.45;padding-left:30px;position:relative; }
.plig { font-size:17px;color:#3F4A50;line-height:1.45;padding-left:32px;position:relative; }
.chp { display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #E7E2D7;border-radius:999px;padding:7px 13px 7px 11px;font-size:14px;font-weight:600;color:#41484D;box-shadow:0 1px 2px rgba(35,48,56,.04);white-space:nowrap; }
.dvr { height:1px;width:46px;background:linear-gradient(90deg,#D8C7AE,transparent); }
.dvl { height:1px;width:46px;background:linear-gradient(90deg,transparent,#D8C7AE); }
.dot { width:6px;height:6px;border-radius:50%;background:#B0764A; }
.eyb { font-family:'Hanken Grotesk',system-ui,sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:600;color:#2F6B7C;margin:0 0 16px; }
.fqx { flex-shrink:0;font-size:22px;color:#2F6B7C;font-weight:400; }
.erow { display:flex;align-items:center;gap:10px;margin:0 0 18px; }
.hfi { flex-shrink:0;width:34px;height:34px;border-radius:9px;background:#E7EFF1;color:#2F6B7C;display:flex;align-items:center;justify-content:center; }
.fci { flex-shrink:0;width:40px;height:40px;border-radius:11px;background:rgba(143,178,188,.16);color:#9FC2CC;display:flex;align-items:center;justify-content:center; }
.fcw { flex-shrink:0;width:42px;height:42px;border-radius:12px;background:#F6E9DC;color:#B0764A;display:flex;align-items:center;justify-content:center; }
.fct { display:block;font-family:'Hanken Grotesk',system-ui,sans-serif;font-size:16px;font-weight:700;color:#fff; }

/* ── Footer (shared across all pages) ──
   ftr = shell · ftr-in = 1120px column · ftr-top = brand + nav row · ftr-brand/-name/-tag
   ftr-nav = link row · ftr-div = hairline · ftr-note = disclaimer · ftr-legal = bottom bar
   ftr-reg = registration · ftr-cop = © line · ftr-flag = UK flag chip */
.ftr { position:relative;overflow:hidden;background:linear-gradient(180deg,#22333E 0%,#1E2D38 55%,#1A2833 100%);color:#B9CCD2;padding:64px 24px 42px;border-radius:28px 28px 0 0;box-shadow:inset 0 1px 0 rgba(255,255,255,.06); }
.ftr::before { content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(560px 300px at 14% -8%, rgba(143,178,188,.13), transparent 70%),radial-gradient(520px 320px at 88% 108%, rgba(176,118,74,.12), transparent 72%); }
.ftr::after { content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:min(420px,70%);height:1px;background:linear-gradient(90deg,transparent,rgba(205,168,89,.55),transparent); }
.ftr-in { position:relative;max-width:1120px;margin:0 auto; }
.ftr-top { display:flex;align-items:flex-start;justify-content:space-between;gap:22px 28px;flex-wrap:wrap;padding-bottom:30px; }
.ftr-brand { display:inline-flex;align-items:center;gap:13px;text-decoration:none; }
.ftr-brand img { width:44px;height:44px;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.14),0 4px 14px rgba(0,0,0,.28);transition:transform .5s cubic-bezier(.34,1.56,.64,1); }
.ftr-brand:hover img { transform:rotate(-6deg) scale(1.07); }
.ftr-name { display:block;font-size:24px;font-weight:600;color:#fff;letter-spacing:-0.02em;line-height:1.15; }
.ftr-tag { display:block;font-family:'Hanken Grotesk',system-ui,sans-serif;font-size:13.5px;color:#8FB2BC;letter-spacing:.015em;margin-top:3px; }
.ftr-nav { display:flex;flex-wrap:wrap;align-items:center;gap:6px 26px;font-family:'Hanken Grotesk',system-ui,sans-serif;justify-content:flex-end;row-gap:2px;margin-left:auto; }
.ftr-nav a { white-space:nowrap;color:#C3D2D8;font-size:16px;text-decoration:none;padding:10px 2px;border-radius:6px;background:linear-gradient(currentColor,currentColor) no-repeat left calc(100% - 8px) / 0% 1.5px;transition:color .22s ease,background-size .34s cubic-bezier(.22,1,.36,1); }
.ftr-nav a:hover { color:#fff;background-size:100% 1.5px; }
.ftr-nav a:focus-visible, .ftr-brand:focus-visible { outline:2px solid #8FB2BC;outline-offset:3px; }
.ftr-div { height:1px;border:0;margin:0 0 28px;background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,.05) 55%,transparent); }
.ftr-note { font-size:15.5px;color:#C6D4D9;line-height:1.75;max-width:66ch;margin:0 0 30px;text-wrap:pretty; }
.ftr-note strong { color:#EAF1F3;font-weight:700; }
.ftr-legal { display:flex;justify-content:space-between;align-items:flex-end;gap:16px 28px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.08);padding-top:24px; }
.ftr-reg { font-size:13.5px;color:#9FB4BB;line-height:1.8;margin:0;text-wrap:pretty; }
.ftr-cop { display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#C6D4D9;margin:0; }
.ftr-flag { width:23px;height:15px;border-radius:3px;box-shadow:0 0 0 1px rgba(255,255,255,.18);flex-shrink:0; }
@media (max-width: 640px) {
  .ftr { padding:52px 20px 36px;border-radius:22px 22px 0 0; }
  .ftr-nav { justify-content:flex-start;margin-left:0; }
  .ftr-legal { align-items:flex-start;flex-direction:column; }
}
