/* ==========================================================
   site.css  ::  extracted verbatim from havenkept.com index.html
   Do not hand edit. Re-extract if the main site design changes.
   ========================================================== */

:root {
    --ivory: #FAF8F3;
    --plum: #3D2A4A;
    --heather: #A895B0;
    --rosegold: #B98D7A;
    --charcoal: #2A241D;
    --muted: #6E655A;
    --border: #EDE6DA;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; color-scheme: light only; }
  body {
    background: var(--ivory);
    color: var(--charcoal);
    font-family: 'Inter', sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    color-scheme: light only;
  }
  a { text-decoration: none; color: inherit; }
  img { max-width: 100%; display: block; }

  .wrap { max-width: 1140px; margin: 0 auto; padding: 0 28px; }

  /* NAV */
  nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(250,248,243,0.92);
    backdrop-filter: blur(8px);
    border-bottom: none;
  }
  nav::after {
    content: ''; display: block; height: 4px;
    background: linear-gradient(90deg, var(--plum), var(--heather), var(--rosegold));
  }
  nav .wrap {
    display: flex; align-items: center; justify-content: space-between;
    height: 72px;
  }
  .brand { display: flex; align-items: center; gap: 10px; }
  .brand img { width: 30px; height: auto; }
  .brand-name {
    font-family: 'Fraunces', serif; font-weight: 600; font-size: 19px;
    color: var(--plum); letter-spacing: 0.2px;
  }
  .nav-links { display: flex; align-items: center; gap: 30px; }
  .nav-links a:not(.btn) {
    font-size: 12.5px; font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase;
    color: var(--charcoal); opacity: 0.6;
    transition: opacity 0.2s ease, color 0.2s ease;
    position: relative; padding-bottom: 3px;
  }
  .nav-links a:not(.btn)::after {
    content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px;
    background: var(--rosegold); transition: width 0.2s ease;
  }
  .nav-links a:not(.btn):hover { opacity: 1; }
  .nav-links a:not(.btn):hover::after { width: 100%; }
  .btn {
    display: inline-flex; align-items: center; justify-content: center;
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
    border-radius: 9px; padding: 11px 22px; cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: none;
  }
  .btn-primary { background: var(--plum); color: var(--ivory); }
  .btn-primary:hover { box-shadow: 0 8px 22px rgba(61,42,74,0.28); transform: translateY(-1px); }
  .btn-ghost { background: transparent; color: var(--plum); border: 1.5px solid var(--plum); }
  .btn-ghost:hover { background: rgba(61,42,74,0.05); }

  /* HERO */
  .hero { padding: 76px 0 30px; }
  .hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  .hero .eyebrow {
    font-size: 12.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--rosegold); margin-bottom: 16px;
  }
  .hero h1 {
    font-family: 'Fraunces', serif; font-weight: 600; font-size: 46px; line-height: 1.14;
    color: var(--plum); margin-bottom: 20px; letter-spacing: -0.5px;
  }
  .hero p.sub {
    font-size: 17px; color: var(--muted); max-width: 460px; margin-bottom: 30px;
    line-height: 1.6;
  }
  .hero-cta { display: flex; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
  .btn-lg { padding: 14px 26px; font-size: 15px; border-radius: 10px; }
  .hero .trust-note { font-size: 12.5px; color: var(--muted); }

  /* HERO INTERACTIVE DEMO */
  .browser-frame {
    border-radius: 14px; overflow: hidden;
    box-shadow: 0 30px 70px -20px rgba(61,42,74,0.3), 0 4px 12px rgba(61,42,74,0.08);
    border: 1px solid var(--border);
    background: #fff;
  }
  .browser-chrome {
    background: #EFE9DD; padding: 11px 14px; display: flex; align-items: center; gap: 8px;
  }
  .browser-chrome .dot { width: 9px; height: 9px; border-radius: 50%; }
  .browser-chrome .url {
    margin-left: 8px; font-size: 11.5px; color: var(--muted); font-family: 'Inter', sans-serif;
    background: #FAF8F3; border-radius: 20px; padding: 3px 12px; flex: 1;
  }

  .demo-widget { padding: 26px 26px 22px; }
  .demo-widget-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; gap: 14px; }
  .demo-widget-title { font-family: 'Fraunces', serif; font-weight: 500; font-size: 19px; color: var(--plum); }
  .demo-ring-wrap { position: relative; width: 52px; height: 52px; flex-shrink: 0; }
  .demo-ring-wrap svg { transform: rotate(-90deg); }
  .demo-ring-track { fill: none; stroke: var(--border); stroke-width: 5; }
  .demo-ring-fill { fill: none; stroke: var(--rosegold); stroke-width: 5; stroke-linecap: round; transition: stroke-dashoffset 0.45s ease; }
  .demo-ring-label {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 600; color: var(--plum); font-family: 'Inter', sans-serif;
  }

  .demo-task {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 4px; border-top: 1px solid var(--border);
    cursor: pointer; user-select: none;
  }
  .demo-task:first-of-type { border-top: none; }
  .demo-check {
    width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid var(--heather);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    transition: background 0.15s ease, border-color 0.15s ease;
  }
  .demo-task.done .demo-check { background: var(--plum); border-color: var(--plum); }
  .demo-check svg { width: 12px; height: 12px; opacity: 0; transition: opacity 0.15s ease; }
  .demo-task.done .demo-check svg { opacity: 1; }
  .demo-task-label { font-size: 14.5px; color: var(--charcoal); transition: opacity 0.15s ease; }
  .demo-task.done .demo-task-label { opacity: 0.45; text-decoration: line-through; }

  .demo-widget-note {
    margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border);
    font-size: 12px; color: var(--muted); text-align: center;
  }

  /* SECTION SHARED */
  section { padding: 84px 0; }
  .section-head { text-align: center; max-width: 620px; margin: 0 auto 52px; }
  .section-eyebrow {
    font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--heather); margin-bottom: 14px;
  }
  .section-head h2 {
    font-family: 'Fraunces', serif; font-weight: 500; font-size: 32px; color: var(--plum);
    margin-bottom: 12px; line-height: 1.2;
  }
  .section-head p { color: var(--muted); font-size: 16px; }

  /* OUTCOMES */
  .outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .outcome-card { text-align: center; padding: 8px; }
  .outcome-icon {
    width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(61,42,74,0.1);
  }
  .outcome-card h3 {
    font-family: 'Fraunces', serif; font-weight: 500; font-size: 20px; color: var(--charcoal);
    margin-bottom: 10px;
  }
  .outcome-card p { color: var(--muted); font-size: 14.5px; }

  /* PLANNERS GRID */
  .planners-band { background: var(--ivory); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .planner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .planner-card {
    position: relative;
    background: #fff; border: 1px solid var(--border); border-radius: 14px;
    padding: 26px 22px 22px; display: flex; flex-direction: column; gap: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
  }
  .planner-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  }
  .planner-card.accent-wedding::before { background: linear-gradient(90deg, #7D9B76, #F2D5C8); }
  .planner-card.accent-bts::before { background: linear-gradient(90deg, #E57373, #FFB347); }
  .planner-card.accent-homeschool::before { background: linear-gradient(90deg, #64B5F6, #7CB87C); }
  .planner-card.accent-admissions::before { background: linear-gradient(90deg, #7CB87C, #D9B84A); }
  .planner-card.accent-milestone30::before { background: linear-gradient(90deg, #C08497, #D9BF8C); }
  .planner-card.accent-milestone50::before { background: linear-gradient(90deg, #1C1B1A, #C9A24B); }
  .planner-card.accent-whimsigoth::before { background: linear-gradient(90deg, #14111C, #B08D57); }
  .planner-card.accent-stashkeeper::before { background: linear-gradient(90deg, #B5654A, #D9A066); }
  .planner-card .styles-ribbon {
    position: absolute; top: 14px; right: -30px; width: 120px;
    transform: rotate(45deg); text-align: center;
    background: #B08D57; color: #FFFDF8; font-size: 9.5px; font-weight: 700;
    letter-spacing: 0.8px; text-transform: uppercase; padding: 3px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  .planner-card:not(.disabled):hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(61,42,74,0.1); }
  .planner-card.disabled { opacity: 0.72; }
  .planner-card .tag {
    display: inline-flex; width: fit-content; font-size: 10.5px; font-weight: 600;
    padding: 4px 11px; border-radius: 20px; letter-spacing: 0.6px; text-transform: uppercase;
  }
  .tag-heather { background: #F1EBF3; color: var(--heather); }
  .tag-rosegold { background: #F3E9E3; color: var(--rosegold); }
  .tag-wedding { background: #FAF0EC; color: #4A6645; }
  .tag-whimsigoth { background: #2B2440; color: #D9B876; }
  .tag-bts { background: #FFF3E0; color: #C1510B; }
  .tag-homeschool { background: #E3F2FD; color: #3D7A3D; }
  .tag-admissions { background: #FBF6E7; color: #4A7C4A; }
  .tag-milestone30 { background: #FBF3F5; color: #4A2E44; }
  .tag-milestone50 { background: #FBF6E9; color: #8C7538; }
  .tag-stashkeeper { background: #F5E8E0; color: #8A4B3B; }
  .planner-card h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 22px; color: var(--charcoal); line-height: 1.2; }
  .planner-card > p { color: var(--muted); font-size: 14px; }
  .planner-checklist { list-style: none; margin: 2px 0 6px; padding: 0; flex: 1; }
  .planner-checklist li {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 12.5px; color: var(--charcoal); padding: 7px 0;
    border-top: 1px solid var(--border);
  }
  .planner-checklist li:first-child { border-top: none; padding-top: 0; }
  .planner-checklist li svg { flex-shrink: 0; margin-top: 2px; }
  .planner-card .link {
    font-size: 11.5px; font-weight: 600; color: var(--plum); margin-top: 4px;
    letter-spacing: 0.8px; text-transform: uppercase;
  }
  .planner-card .link.muted-link { color: var(--muted); text-transform: none; letter-spacing: 0; font-size: 13.5px; }

  /* FREEBIES */
  .freebies-band { background: #F3E9E3; }
  .freebies-band .section-head { margin-bottom: 44px; }
  .freebie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .freebie-card {
    background: #FAF8F3;
    border: 1px solid var(--border); border-radius: 14px; padding: 24px;
    display: flex; flex-direction: column; gap: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .freebie-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(61,42,74,0.08); }
  .freebie-card .tag { display: inline-flex; width: fit-content; font-size: 10.5px; font-weight: 600; padding: 3px 10px; border-radius: 20px; letter-spacing: 0.3px; margin-bottom: 2px; }
  .freebie-card h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 18px; color: var(--charcoal); }
  .freebie-card p { color: var(--muted); font-size: 13.5px; flex: 1; }
  .freebie-card .link { font-size: 13px; font-weight: 600; color: var(--plum); }

  /* TRUST STRIP */
  .trust-strip { padding: 70px 0; background: var(--ivory); }
  .trust-strip .section-head { margin-bottom: 40px; }
  .trust-checklist {
    max-width: 760px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px;
  }
  .trust-checklist li {
    display: flex; align-items: center; gap: 10px;
    font-size: 15px; font-weight: 500; color: var(--charcoal);
    padding: 13px 0; border-top: 1px solid var(--border);
  }
  .trust-checklist li svg { flex-shrink: 0; }

  /* FINAL CTA */
  .final-cta { background: var(--plum); color: var(--ivory); text-align: center; padding: 70px 0 56px; }
  .final-cta img.mark { width: 36px; height: auto; margin: 0 auto 22px; }
  .final-cta h2 {
    font-family: 'Fraunces', serif; font-weight: 500; font-size: 34px; margin-bottom: 14px;
  }
  .final-cta p { color: #D8CBDE; font-size: 15.5px; margin-bottom: 30px; }
  .final-cta .btn-primary { background: var(--ivory); color: var(--plum); }
  .final-cta .btn-primary:hover { box-shadow: 0 8px 22px rgba(0,0,0,0.25); }

  /* FOOTER */
  footer { background: var(--plum); padding: 32px 0 24px; }
  .footer-grid {
    display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px 32px;
  }
  .footer-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
  .footer-brand-row img { width: 20px; height: auto; }
  .footer-name {
    font-family: 'Fraunces', serif; font-weight: 400; font-size: 20px; color: var(--ivory);
  }
  .footer-tagline {
    font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--rosegold); margin-bottom: 14px;
  }
  .footer-desc {
    font-size: 13.5px; line-height: 1.6; color: rgba(250,248,243,0.62); max-width: 340px;
  }
  .footer-col-title {
    font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--heather); margin-bottom: 16px;
  }
  .footer-col a {
    display: block; font-size: 14px; color: rgba(250,248,243,0.78);
    line-height: 2.1;
  }
  .footer-col a:hover { color: var(--rosegold); }
  .footer-divider {
    margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(250,248,243,0.14);
  }
  .footer-bottom-row {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  }
  .footer-bottom-row p {
    font-size: 11.5px; color: rgba(250,248,243,0.5); line-height: 1.6; margin: 0;
  }
  .footer-bottom-row a {
    color: rgba(250,248,243,0.6); text-decoration: underline; text-underline-offset: 2px;
  }
  .footer-bottom-row a:hover { color: var(--rosegold); }

  @media (max-width: 900px) and (min-width: 641px) {
    .planner-grid, .freebie-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 860px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero h1 { font-size: 34px; }
    .hero p.sub { max-width: none; }
    .outcomes, .trust-checklist { grid-template-columns: 1fr; }
    .nav-links a:not(.btn) { display: none; }
    .hero-cta { flex-direction: column; align-items: stretch; }
    .hero-cta .btn { width: 100%; }
  }
  @media (max-width: 640px) {
    .planner-grid, .freebie-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 480px) {
    .brand-name { font-size: 15px; }
    .brand img { width: 24px; }
    .nav-links { gap: 8px; }
    .nav-links .btn-ghost { display: none; }
    .nav-links .btn-primary { padding: 9px 14px; font-size: 12px; white-space: nowrap; }
  }
