
/* Care Circle. Prefix cc- (clear of the global wildcard traps). */
#page-care-circle{ background:#fff !important; font-family:'Nunito',system-ui,sans-serif; }

/* hero slot — artwork drops straight in */
.cc-top{
  position:relative; background:#fff;
  max-width:1240px; margin:0 auto; padding:22px 20px 0;
}
.cc-top img{
  display:block; width:100%; height:auto;
  aspect-ratio:2/1;                  /* artwork is 1774x887 = exactly 2:1, so cover crops nothing */
  object-fit:cover; object-position:center;
  border-radius:24px;                /* consistent with HU hero banners */
  box-shadow:0 10px 34px rgba(51,64,47,.08);
}
.cc-hold{
  aspect-ratio:2/1; display:grid; place-items:center; text-align:center; padding:24px;
  background:repeating-linear-gradient(45deg,#FBF6EC,#FBF6EC 12px,#F5EFE2 12px,#F5EFE2 24px);
  border-bottom:1px solid #EAE2D4;
}
.cc-hold p{ color:#a8a496 !important; -webkit-text-fill-color:#a8a496 !important; font-weight:700; margin:0; }
.cc-back{
  position:absolute; top:36px; left:36px; z-index:5; display:inline-flex; align-items:center; gap:6px;
  background:#243447; border:none; color:#fff !important; -webkit-text-fill-color:#fff !important;
  padding:10px 16px; border-radius:999px; font:inherit; font-weight:700; font-size:.8rem;
  cursor:pointer; min-height:44px; box-shadow:0 6px 16px rgba(36,52,71,.24);
}
.cc-back svg{ width:15px; height:15px; }

.cc-intro{ max-width:760px; margin:0 auto; padding:46px 20px 12px; text-align:center; }
.cc-eb{
  font-size:.72rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase;
  color:#7d9e77 !important; -webkit-text-fill-color:#7d9e77 !important; margin:0 0 10px;
}
#page-care-circle h2.cc-h{
  font-family:'Playfair Display',serif; font-size:clamp(1.8rem,3.6vw,2.5rem); line-height:1.16; margin:0 0 12px;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.cc-lead{ color:#5b5950 !important; -webkit-text-fill-color:#5b5950 !important; font-size:1.05rem; line-height:1.7; margin:0; }

.cc-wrap{ max-width:1120px; margin:0 auto; padding:30px 20px 40px; }
.cc-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; align-items:start; }
.cc-box{
  background:#fff; border:1px solid #EAE2D4; border-radius:22px; padding:28px;
  display:flex; flex-direction:column; height:100%;
  box-shadow:0 6px 20px rgba(51,64,47,.04);
}
.cc-box--tint{ background:#FBF6EC; }
.cc-ico{
  width:52px; height:52px; border-radius:16px; display:grid; place-items:center;
  background:#EAF1E4; font-size:1.5rem; margin-bottom:14px;
}
#page-care-circle h3.cc-h3{
  font-family:'Playfair Display',serif; font-size:1.4rem; margin:0 0 6px;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.cc-sh{
  font-family:'Caveat',cursive; font-size:1.3rem; margin:0 0 12px;
  color:#7d9e77 !important; -webkit-text-fill-color:#7d9e77 !important;
}
.cc-p{ color:#5b5950 !important; -webkit-text-fill-color:#5b5950 !important; line-height:1.7; margin:0 0 16px; font-size:.97rem; }
.cc-ul{ list-style:none; margin:0 0 20px; padding:0; }
.cc-ul li{
  display:flex; gap:10px; align-items:flex-start; margin-bottom:9px;
  color:#5b5950 !important; -webkit-text-fill-color:#5b5950 !important; font-size:.94rem; line-height:1.6;
}
.cc-ul li::before{
  content:'♡'; flex:none; color:#E8A9B8 !important; -webkit-text-fill-color:#E8A9B8 !important; font-weight:900;
}
.cc-lbl{
  display:inline-block; background:#EAF1E4; border-radius:999px; padding:5px 12px;
  font-size:.72rem; font-weight:800; letter-spacing:.04em; margin-bottom:12px;
  color:#5E7E57 !important; -webkit-text-fill-color:#5E7E57 !important;
}
.cc-cta{ margin-top:auto; display:flex; gap:10px; flex-wrap:wrap; }
.cc-btn{
  background:#243447; border:2px solid #243447; border-radius:999px;
  padding:13px 26px; min-height:48px; font:inherit; font-weight:800; font-size:.95rem;
  color:#fff !important; -webkit-text-fill-color:#fff !important;
  cursor:pointer; transition:transform .12s ease, background .16s ease;
}
.cc-btn:hover{ background:#31465F; }
.cc-btn:active{ transform:scale(.97); }
.cc-btn--soft{
  background:#FBF6EC; border-color:#EAE2D4;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.cc-btn--soft:hover{ border-color:#7d9e77; background:#F4F1E8; }
.cc-btn:focus-visible,.cc-back:focus-visible,.cc-q:focus-visible{ outline:3px solid #CF9E3F; outline-offset:2px; }

/* check-in summary */
.cc-card{
  background:#fff; border:1px solid #EAE2D4; border-radius:18px; padding:18px; margin:4px 0 18px;
}
.cc-card-h{ display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:12px; }
.cc-card-h b{ font-size:1rem; color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
.cc-flag{
  background:#FBF1DC; border-radius:999px; padding:4px 11px; font-size:.72rem; font-weight:800;
  color:#8a6d2f !important; -webkit-text-fill-color:#8a6d2f !important;
}
.cc-flag--done{ background:#EAF1E4; color:#4d6a47 !important; -webkit-text-fill-color:#4d6a47 !important; }
.cc-dl{ margin:0; }
.cc-dl div{ display:flex; gap:8px; padding:6px 0; border-bottom:1px dashed #F0EAD9; font-size:.9rem; }
.cc-dl dt{ flex:none; width:130px; font-weight:800; color:#78766c !important; -webkit-text-fill-color:#78766c !important; }
.cc-dl dd{ margin:0; color:#5b5950 !important; -webkit-text-fill-color:#5b5950 !important; }
.cc-qs{ display:flex; flex-wrap:wrap; gap:8px; }
.cc-q{
  background:#fff; border:1.5px solid #EAE2D4; border-radius:999px;
  padding:10px 15px; min-height:44px; font:inherit; font-weight:700; font-size:.86rem;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
  cursor:pointer; transition:transform .12s ease, border-color .15s ease;
}
.cc-q:hover{ border-color:#7d9e77; }
.cc-q:active{ transform:scale(.96); }

/* Letters of Love */
.cc-full{ max-width:1120px; margin:0 auto; padding:10px 20px 40px; }
.cc-letters{ display:grid; grid-template-columns:1.15fr .85fr; gap:26px; align-items:center; }
.cc-prev{
  background:#FDF4F0; border:1px solid #F0DCD4; border-radius:22px; padding:26px; text-align:center;
  box-shadow:0 10px 30px rgba(200,150,140,.10);
}
.cc-prev .t1{
  font-size:.7rem; font-weight:800; letter-spacing:.16em;
  color:#E8A9B8 !important; -webkit-text-fill-color:#E8A9B8 !important; margin:0 0 14px;
}
.cc-prev .t2{
  font-size:.66rem; font-weight:800; letter-spacing:.14em;
  color:#a8a496 !important; -webkit-text-fill-color:#a8a496 !important; margin:0 0 6px;
}
.cc-prev .t3{
  font-size:.78rem; font-weight:800; letter-spacing:.1em;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important; margin:0 0 14px;
}
.cc-prev .msg{
  font-family:'Caveat',cursive; font-size:1.55rem; line-height:1.45; margin:0 0 14px;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.cc-prev .sig{
  font-family:'Caveat',cursive; font-size:1.2rem; margin:0;
  color:#7d9e77 !important; -webkit-text-fill-color:#7d9e77 !important;
}

/* closing panel */
.cc-close{ background:#FBF6EC; border-top:1px solid #EAE2D4; padding:52px 20px 56px; text-align:center; }
.cc-close-in{ max-width:860px; margin:0 auto; }
.cc-tiles{
  display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:26px 0 22px;
}
.cc-tl{
  background:#fff; border:1px solid #EAE2D4; border-radius:18px; padding:20px 12px;
  font-weight:800; font-size:.9rem;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.cc-tl span{ display:block; font-size:1.6rem; margin-bottom:6px; }
.cc-safe{
  background:#fff; border:1px solid #EAE2D4; border-left:4px solid #7d9e77;
  border-radius:12px; padding:14px 16px; text-align:left; margin-top:8px;
  color:#78766c !important; -webkit-text-fill-color:#78766c !important; font-size:.87rem; line-height:1.65;
}
.cc-safe b{ color:#243447 !important; -webkit-text-fill-color:#243447 !important; }

/* modal form bits (reusing the shared .hc-* modal shell) */
.cc-fields{ display:grid; gap:13px; }
.cc-f label{
  display:block; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  color:#7d9e77 !important; -webkit-text-fill-color:#7d9e77 !important; margin-bottom:5px;
}
.cc-f input,.cc-f select,.cc-f textarea{
  width:100%; border:1.5px solid #EAE2D4; border-radius:12px; padding:11px 13px;
  font:inherit; font-size:.93rem; min-height:46px; background:#fff;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.cc-f textarea{ min-height:80px; resize:vertical; }
.cc-f input:focus,.cc-f select:focus,.cc-f textarea:focus{ outline:none; border-color:#7d9e77; }
.cc-f--row{ display:flex; align-items:center; gap:9px; min-height:44px; }
.cc-f--row input[type=checkbox]{ width:18px; height:18px; min-height:0; accent-color:#5E7E57; }
.cc-f--row label{ margin:0; text-transform:none; letter-spacing:0; font-size:.92rem;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important; }

@media (max-width:900px){
  .cc-grid{ grid-template-columns:1fr; }
  .cc-letters{ grid-template-columns:1fr; }
  .cc-tiles{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:600px){
  .cc-top{ padding:14px 14px 0; }
  /* On a phone the 2:1 artwork renders ~358px wide and the headline — typeset for a
     1774px canvas — becomes unreadable. Crop to a taller frame anchored on the left,
     so the words stay legible. The heading is never cropped out; the phone/mug/
     notebook styling is what gets trimmed. */
  .cc-top img{ border-radius:18px; aspect-ratio:4/3; object-position:left center; }
  .cc-back{ top:24px; left:24px; }
  .cc-wrap,.cc-full{ padding-left:15px; padding-right:15px; }
  .cc-box{ padding:22px; }
  .cc-btn{ width:100%; }
  .cc-cta{ flex-direction:column; }
  .cc-dl dt{ width:104px; }
  .cc-hold{ aspect-ratio:auto; min-height:190px; }
}
@media (prefers-reduced-motion:reduce){
  .cc-btn,.cc-q{ transition:none !important; }
}
