
#page-home{
  background:#FBF8F2 !important;
  --hc-cream:#FBF8F2; --hc-card:#F1EBE0; --hc-tile:#EDE7DC;
  --hc-ink:#1C1B18; --hc-navy:#243447; --hc-body:#5C6672;
  --hc-sage:#7D9E77; --hc-sage-dk:#5E7355;
  --hc-olive:#5F7350; --hc-olive-h:#516346;
  --hc-gold:#C99B4E; --hc-happy:#F3C64C; --hc-peach:#EFA97F; --hc-coral:#E0736E;
  --hc-band:#F2E6D3; --hc-foot:#6C7760; --hc-line:#E7E0D3;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
.hey-wrap{ max-width:1180px; margin:0 auto; padding:0 24px; }
.hey-serif{ font-family:'Playfair Display',Georgia,'Times New Roman',serif; }

/* ---------- masthead logo ---------- */
.hey-logo{ display:inline-block; line-height:1; }
.hey-logo-top{ display:flex; align-items:flex-start; gap:6px; }
.hey-logo-hu{ font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:2rem; color:#1c1b18; letter-spacing:.01em; }
.hey-logo-sprig{ width:16px; height:22px; margin-top:2px; }
.hey-logo-sub{ margin-top:4px; font-size:.62rem; font-weight:700; letter-spacing:.26em; color:#3a3a36; text-transform:uppercase; }

/* ---------- hero ---------- */
.hey-hero{ padding:30px 0 8px; background:#fff; }
.hey-hero-inner{ display:grid; grid-template-columns:1fr 1.08fr; gap:40px; align-items:center; }
.hey-hero-left{ max-width:520px; }
.hey-h1{ font-family:'Playfair Display',Georgia,'Times New Roman',serif; font-weight:700 !important; color:#1a1a17 !important; font-size:clamp(3rem,7vw,4.9rem); line-height:.98; letter-spacing:-.01em; margin:26px 0 0; display:flex; align-items:center; gap:.28em; }
.hey-h1 svg{ width:.52em; height:.52em; flex:none; }
.hey-welcome{ font-family:'Playfair Display',Georgia,serif; font-weight:600; color:#2b2b28; font-size:clamp(1.4rem,3vw,1.9rem); margin:16px 0 0; }
.hey-lede{ font-size:1.02rem; color:#5c6672; line-height:1.65; margin:16px 0 0; max-width:340px; }
.hey-cta{ display:inline-flex; align-items:center; gap:14px; margin-top:26px; background:var(--hc-olive); color:#fff; border:none; border-radius:999px; padding:15px 30px; font-size:.98rem; font-weight:600; cursor:pointer; font-family:inherit; transition:background .18s, transform .18s; }
.hey-cta:hover{ background:var(--hc-olive-h); transform:translateY(-1px); }
.hey-cta svg{ width:16px; height:16px; }

.hey-hero-right{ position:relative; }
.hey-photo{ width:100%; border-radius:22px; overflow:hidden; display:block; box-shadow:0 22px 60px rgba(58,45,30,.14); }
.hey-hero-svg{ width:100%; height:auto; display:block; }
.hey-quote{ position:absolute; top:14px; right:-6px; width:min(230px,46%); background:#fff; border-radius:16px; padding:22px 22px 24px; box-shadow:0 18px 44px rgba(36,52,71,.16); }
.hey-quote-mark{ font-family:Georgia,serif; font-size:2.6rem; line-height:.5; color:#c9d2c4; }
.hey-quote-txt{ font-family:'Playfair Display',Georgia,serif; font-style:italic; font-weight:500; color:#243447; font-size:1.42rem; line-height:1.18; margin:10px 0 0; }
.hey-quote-rule{ width:34px; height:1.5px; background:#dcd6c8; margin:14px 0; }
.hey-quote-sub{ font-size:.9rem; color:#7a828c; }

/* ---------- section scaffold ---------- */
.hey-sec{ padding:26px 0; }
.hey-eyebrow{ font-size:.7rem; font-weight:800; letter-spacing:.17em; text-transform:uppercase; color:#4a4a44; }
.hey-eyebrow.sage{ color:var(--hc-sage-dk); }

/* ---------- quick access ---------- */
.hey-qa-head{ margin:0 0 16px; }
.hey-qa-grid{ display:grid; grid-template-columns:repeat(auto-fill, minmax(150px, 1fr)); gap:14px; }
.hey-qa{ background:#E4EDDD; border:1px solid #D3DFCB; border-radius:14px; padding:20px 8px 14px; display:flex; flex-direction:column; align-items:center; gap:12px; cursor:pointer; font-family:inherit; transition:transform .18s, box-shadow .18s, background .18s; text-align:center; }
.hey-qa:hover{ transform:translateY(-3px); box-shadow:0 12px 26px rgba(58,45,30,.12); background:#C8D8C8; }
.hey-qa svg{ width:30px; height:30px; }
.hey-qa-label{ font-size:.74rem; font-weight:600; color:#3f4550; line-height:1.25; }

/* ---------- feature panels ---------- */
.hey-grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.hey-grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.hey-panel{ position:relative; overflow:hidden; background:#FFFFFF; border:1px solid #F1EDE5; border-radius:20px; padding:26px 26px 24px; box-shadow:0 8px 26px rgba(58,45,30,.08); display:flex; gap:16px; align-items:center; transition:transform .2s, box-shadow .2s; }
.hey-panel:hover{ transform:translateY(-3px); box-shadow:0 16px 38px rgba(58,45,30,.10); }
.hey-panel-main{ flex:1; min-width:0; }
.hey-panel-art{ flex:none; align-self:center; }
.hey-p-eyebrow{ font-size:.66rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; color:#4c4c46; }
.hey-p-title{ font-family:'Playfair Display',Georgia,serif; font-weight:700 !important; color:var(--hc-navy) !important; font-size:1.62rem; line-height:1.12; margin:12px 0 0; }
.hey-p-title.italic{ font-style:italic; font-weight:500 !important; }
.hey-p-body{ font-size:.92rem; color:#5c6672; line-height:1.55; margin:12px 0 0; }
.hey-p-link{ display:inline-flex; align-items:center; gap:8px; margin-top:16px; background:none; border:none; padding:0; cursor:pointer; font-family:inherit; font-size:.86rem; font-weight:700; color:#2c3640; border-bottom:1.5px solid #c9c2b2; padding-bottom:3px; transition:color .15s, border-color .15s; }
.hey-p-link:hover{ color:var(--hc-olive); border-color:var(--hc-olive); }
.hey-p-link svg{ width:15px; height:15px; }

/* mood check */
.hey-moods{ display:flex; gap:10px; margin:16px 0 0; }
.hey-face{ width:42px; height:42px; border:none; background:none; padding:0; cursor:pointer; transition:transform .15s; }
.hey-face:hover{ transform:translateY(-2px) scale(1.06); }
.hey-face svg{ width:100%; height:100%; display:block; }

/* community highlight */
.hey-comm{ align-items:stretch; }
.hey-comm-photo{ flex:none; width:132px; border-radius:16px; overflow:hidden; align-self:center; box-shadow:0 8px 22px rgba(58,45,30,.12); }
.hey-comm-photo svg{ width:100%; height:auto; display:block; }
.hey-comm-heart{ position:absolute; top:16px; left:16px; width:26px; height:26px; }
.hey-comm-quotemark{ font-family:Georgia,serif; font-size:2rem; line-height:.4; color:#cdc6b6; }
.hey-comm-txt{ font-size:.98rem; color:#3f4650; line-height:1.5; margin:8px 0 0; }
.hey-comm-by{ font-size:.82rem; color:#8a8578; margin:10px 0 0; }

/* ---------- CTA band ---------- */
.hey-band{ margin:20px 0 0; background:var(--hc-band); border-radius:16px; padding:22px 30px; display:flex; align-items:center; gap:22px; }
.hey-band-sprig{ width:22px; height:28px; flex:none; }
.hey-band-main{ flex:1; min-width:0; }
.hey-band-title{ font-family:'Playfair Display',Georgia,serif; font-style:italic; font-weight:600; color:#b0863e; font-size:1.28rem; line-height:1.15; }
.hey-band-sub{ font-size:.92rem; color:#6b6456; margin-top:4px; }
.hey-band-btn{ flex:none; background:var(--hc-olive); color:#fff; border:none; border-radius:999px; padding:13px 26px; font-size:.92rem; font-weight:600; cursor:pointer; font-family:inherit; transition:background .18s, transform .18s; }
.hey-band-btn:hover{ background:var(--hc-olive-h); transform:translateY(-1px); }
.hey-band-heart{ width:30px; height:30px; flex:none; }

/* ---------- footer ---------- */
.hey-foot{ margin-top:34px; background:var(--hc-foot); }
.hey-foot-inner{ max-width:1180px; margin:0 auto; padding:40px 24px 34px; display:flex; flex-wrap:wrap; gap:34px 48px; }
.hey-foot-brand{ flex:1 1 240px; min-width:220px; }
.hey-foot-logo-hu{ font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:1.7rem; color:#fff; }
.hey-foot-logo-sub{ margin-top:3px; font-size:.58rem; font-weight:700; letter-spacing:.26em; color:rgba(255,255,255,.82); text-transform:uppercase; }
.hey-foot-note{ margin-top:14px; font-size:.9rem; color:rgba(255,255,255,.82); line-height:1.6; max-width:220px; }
.hey-foot-col{ flex:0 0 auto; }
.hey-foot-h{ font-size:.68rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.7); margin-bottom:12px; }
.hey-foot-link{ display:block; background:none; border:none; padding:5px 0; font-family:inherit; font-size:.9rem; color:rgba(255,255,255,.92); cursor:pointer; text-align:left; transition:color .15s; }
.hey-foot-link:hover{ color:#fff; text-decoration:underline; }
.hey-foot-social-wrap{ flex:1 1 200px; min-width:180px; }
.hey-foot-social{ display:flex; gap:10px; margin-top:12px; }
.hey-foot-sbtn{ width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.16); border:none; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .15s; }
.hey-foot-sbtn:hover{ background:rgba(255,255,255,.3); }
.hey-foot-sbtn svg{ width:16px; height:16px; }

#page-home a:focus-visible, #page-home button:focus-visible{ outline:2px solid var(--hc-olive); outline-offset:2px; border-radius:6px; }

/* ---------- responsive ---------- */
@media(max-width:960px){
  .hey-hero-inner{ grid-template-columns:1fr; gap:28px; }
  .hey-hero-left{ max-width:none; }
  .hey-lede{ max-width:none; }
  .hey-qa-grid{ grid-template-columns:repeat(4,1fr); }
}
@media(max-width:860px){
  .hey-grid-3{ grid-template-columns:1fr; }
  .hey-grid-2{ grid-template-columns:1fr; }
}
@media(max-width:620px){
  .hey-qa-grid{ grid-template-columns:repeat(2,1fr); }
  .hey-panel{ flex-direction:column; align-items:flex-start; }
  .hey-panel-art{ align-self:flex-end; margin-top:-8px; }
  .hey-comm{ flex-direction:row; align-items:center; }
  .hey-comm-photo{ width:96px; }
  .hey-band{ flex-direction:column; align-items:flex-start; }
  .hey-band-heart{ display:none; }
  .hey-quote{ position:static; width:auto; margin-top:14px; }
}
@media (prefers-reduced-motion: reduce){ #page-home *{ transition:none !important; } }
