@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/bricolage-grotesque-latin-var.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-tight-latin-var.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    /* Floating Counselling Community — brand teal */
    --navy:      #0A5651;
    --navy-deep: #063D39;
    /* Floating accent — warmer teal/sage mid-tone */
    --teal:      #1A7A6E;
    --teal-lt:   #D4EDEA;
    /* Beautifully Unapologetic — brown & cream */
    --rose:      #7B4F2E;
    --rose-lt:   #F5EDE4;
    /* Warm gold — used for highlights */
    --gold:      #B07D3A;
    --gold-lt:   #FBF3E6;
    /* Sage green — secondary positive */
    --sage:      #3D6B52;
    --sage-lt:   #E2EFE8;
    /* Page background — warm cream matching Floating site */
    --cream:     #FAF8F4;
    --charcoal:  #2C2C2C;
    --mid:       #6B7570;
    --border:    #DDE5E3;
    --white:     #FFFFFF;
    --shadow:    0 4px 24px rgba(10,86,81,0.10);
    --shadow-lg: 0 12px 48px rgba(10,86,81,0.16);
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Inter', sans-serif;
    background: var(--cream);
    color: var(--charcoal);
    line-height: 1.7;
    font-size: 16px;
  }

  /* ── NAV ────────────────────────────────── */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
  }
  .nav-logo {
    display: flex; align-items: center; gap: 12px; text-decoration: none;
  }
  .nav-logo-mark {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, #063D39, #1A7A6E);
    display: flex; align-items: center; justify-content: center;
    color: white; font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700;
  }
  .nav-logo-text { display: flex; flex-direction: column; line-height: 1.2; }
  .nav-logo-text strong { font-size: 13px; font-weight: 600; color: var(--navy); }
  .nav-logo-text span   { font-size: 10.5px; color: var(--mid); letter-spacing: 0.03em; }
  .nav-links { display: flex; gap: 28px; list-style: none; }
  .nav-links a { text-decoration: none; font-size: 13.5px; font-weight: 500; color: var(--charcoal); transition: color .2s; }
  .nav-links a:hover { color: var(--teal); }
  .nav-cta {
    background: var(--teal); color: white; padding: 9px 20px;
    border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none;
    transition: background .2s;
  }
  .nav-cta:hover { background: var(--navy); }

  /* ── HERO ───────────────────────────────── */
  .hero {
    background: linear-gradient(145deg, #063D39 0%, #0A5651 55%, #1A7A6E 100%);
    color: white; padding: 100px 5% 90px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .hero-inner { max-width: 1100px; margin: 0 auto; position: relative; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
    border-radius: 24px; padding: 6px 16px; font-size: 12.5px; letter-spacing: 0.05em;
    margin-bottom: 28px; color: rgba(255,255,255,0.9);
  }
  .hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ECDC4; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 700; line-height: 1.18; margin-bottom: 22px;
    max-width: 700px;
  }
  .hero h1 em { font-style: normal; color: #8FD5CF; }
  .hero-sub {
    font-size: 1.05rem; color: rgba(255,255,255,0.82);
    max-width: 560px; margin-bottom: 40px; line-height: 1.75;
  }
  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-primary {
    background: var(--rose); color: white; padding: 14px 28px;
    border-radius: 8px; font-weight: 600; text-decoration: none; font-size: 15px;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 16px rgba(196,96,122,0.4);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(196,96,122,0.5); }
  .btn-outline {
    border: 2px solid rgba(255,255,255,0.4); color: white; padding: 13px 26px;
    border-radius: 8px; font-weight: 500; text-decoration: none; font-size: 15px;
    transition: background .2s, border-color .2s;
  }
  .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); }

  .hero-cards {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    margin-top: 60px;
  }
  .hero-card {
    background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px; padding: 22px 20px;
  }
  .hero-card-icon { font-size: 26px; margin-bottom: 8px; }
  .hero-card h3 { font-size: 14px; font-weight: 600; margin-bottom: 5px; color: #fff; }
  .hero-card p  { font-size: 12.5px; color: rgba(255,255,255,0.7); line-height: 1.5; }

  /* ── PARTNERSHIP BANNER ─────────────────── */
  .partnership {
    background: white; border-bottom: 1px solid var(--border);
    padding: 36px 5%;
  }
  .partnership-inner {
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
  }
  .partnership-label {
    font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
    color: var(--mid); text-transform: uppercase; white-space: nowrap;
  }
  .partnership-divider { width: 1px; height: 40px; background: var(--border); }
  .partner-chip {
    display: flex; align-items: center; gap: 12px;
    background: var(--rose-lt); border: 1.5px solid var(--rose);
    border-radius: 10px; padding: 12px 20px;
  }
  .partner-chip-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--rose); display: flex; align-items: center; justify-content: center;
    color: white; font-size: 16px;
  }
  .partner-chip-text strong { display: block; font-size: 14px; color: var(--navy); font-weight: 600; }
  .partner-chip-text span   { font-size: 12px; color: var(--mid); }
  .partnership-desc {
    font-size: 13.5px; color: var(--mid); line-height: 1.6; max-width: 480px;
  }
  .partnership-desc strong { color: var(--navy); }

  /* ── SECTION BASE ───────────────────────── */
  section { padding: 80px 5%; }
  .section-inner { max-width: 1100px; margin: 0 auto; }
  .section-eyebrow {
    font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--teal); margin-bottom: 10px;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    color: var(--navy); margin-bottom: 14px; line-height: 1.25;
  }
  .section-lead {
    font-size: 1rem; color: var(--mid); max-width: 600px;
    line-height: 1.75; margin-bottom: 48px;
  }

  /* ── SERVICES ───────────────────────────── */
  #services { background: var(--cream); }
  .services-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }
  .service-card {
    background: white; border-radius: 14px; padding: 32px 28px;
    border: 1px solid var(--border); transition: transform .25s, box-shadow .25s;
    position: relative; overflow: hidden;
  }
  .service-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  }
  .service-card.teal::before  { background: var(--teal); }
  .service-card.rose::before  { background: var(--rose); }
  .service-card.gold::before  { background: var(--gold); }
  .service-card.sage::before  { background: var(--sage); }
  .service-card.navy::before  { background: var(--navy); }
  .service-card.purple::before{ background: #7B4F2E; }
  .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
  .service-icon {
    width: 52px; height: 52px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 18px;
  }
  .service-icon.teal  { background: var(--teal-lt); }
  .service-icon.rose  { background: var(--rose-lt); }
  .service-icon.gold  { background: var(--gold-lt); }
  .service-icon.sage  { background: var(--sage-lt); }
  .service-icon.navy  { background: #E8EEF5; }
  .service-icon.purple{ background: #F5EDE4; }
  .service-card h3 { font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
  .service-card p  { font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 16px; }
  .service-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .tag {
    font-size: 11.5px; font-weight: 500; padding: 3px 10px; border-radius: 20px;
  }
  .tag.teal  { background: var(--teal-lt);  color: var(--teal); }
  .tag.rose  { background: var(--rose-lt);  color: var(--rose); }
  .tag.gold  { background: var(--gold-lt);  color: var(--gold); }
  .tag.sage  { background: var(--sage-lt);  color: var(--sage); }
  .tag.navy  { background: #E8EEF5; color: var(--navy); }
  .tag.purple{ background: #F5EDE4; color: #7B4F2E; }

  /* ── HOW WE HELP ────────────────────────── */
  #how { background: white; }
  .help-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .help-col h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem; margin-bottom: 20px;
    display: flex; align-items: center; gap: 10px;
  }
  .help-badge {
    font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px;
    font-family: 'Inter', sans-serif;
  }
  .help-badge.yes { background: var(--sage-lt); color: var(--sage); }
  .help-badge.you { background: var(--gold-lt);  color: #8A6200; }
  .help-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .help-list li {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 12px 14px; border-radius: 8px; font-size: 14px; line-height: 1.55;
  }
  .help-list li.yes { background: var(--sage-lt); color: #2A5C3A; }
  .help-list li.you { background: var(--gold-lt);  color: #5A3E00; }
  .help-list li .li-icon { font-size: 15px; margin-top: 1px; flex-shrink: 0; }

  /* ── BEAUTIFULLY YOU ────────────────────── */
  #beautifully {
    background: linear-gradient(135deg, #4A2A10 0%, #7B4F2E 55%, #A0673A 100%);
    color: white; position: relative; overflow: hidden;
  }
  #beautifully::before {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 400px; height: 400px; border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }
  .by-inner { max-width: 1100px; margin: 0 auto; position: relative; }
  .by-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
  .by-eyebrow {
    font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
    color: #F0D4B8; font-weight: 600; margin-bottom: 10px;
  }
  .by-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2;
    margin-bottom: 20px;
  }
  .by-title span { color: #F5D9BE; }
  .by-body { color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.75; margin-bottom: 28px; }
  .by-features { display: flex; flex-direction: column; gap: 16px; }
  .by-feature {
    display: flex; gap: 16px; align-items: flex-start;
    background: rgba(255,255,255,0.08); border-radius: 10px; padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.12);
  }
  .by-feature-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(255,255,255,0.15); display: flex; align-items: center;
    justify-content: center; font-size: 20px; flex-shrink: 0;
  }
  .by-feature-text strong { display: block; font-size: 14px; margin-bottom: 3px; color: #F5D9BE; }
  .by-feature-text span   { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.5; }
  .by-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: white; color: #4A2A10; padding: 13px 24px;
    border-radius: 8px; font-weight: 600; text-decoration: none; font-size: 14.5px;
    transition: transform .2s;
  }
  .by-cta:hover { transform: translateY(-2px); }

  /* ── NOT US ─────────────────────────────── */
  #not-us { background: var(--cream); }
  .not-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 36px; }
  .not-card {
    background: white; border: 1.5px solid #FBBCBC; border-radius: 12px;
    padding: 24px 20px; display: flex; gap: 14px; align-items: flex-start;
  }
  .not-x {
    width: 32px; height: 32px; border-radius: 50%; background: #FDEAEA;
    display: flex; align-items: center; justify-content: center;
    color: var(--rose); font-size: 16px; font-weight: 700; flex-shrink: 0;
  }
  .not-card-text strong { display: block; font-size: 14px; color: var(--navy); font-weight: 600; margin-bottom: 3px; }
  .not-card-text span   { font-size: 13px; color: var(--mid); line-height: 1.5; }
  .not-notice {
    background: #FFF8E6; border: 1.5px solid var(--gold); border-radius: 12px;
    padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start;
  }
  .not-notice-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
  .not-notice p { font-size: 14px; color: var(--charcoal); line-height: 1.65; }
  .not-notice p strong { color: #8A6200; }

  /* ── IF HOMELESS ────────────────────────── */
  #homeless { background: white; }
  .homeless-steps { display: flex; flex-direction: column; gap: 0; }
  .step {
    display: flex; gap: 24px; align-items: flex-start;
    padding: 28px 0; border-bottom: 1px solid var(--border);
  }
  .step:last-child { border-bottom: none; }
  .step-num {
    width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
    background: var(--navy); color: white; display: flex; align-items: center;
    justify-content: center; font-family: 'Playfair Display', serif;
    font-size: 20px; font-weight: 700;
  }
  .step-body strong { display: block; font-size: 15.5px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
  .step-body p { font-size: 14px; color: var(--mid); line-height: 1.65; }
  .step-body .step-tag {
    display: inline-flex; margin-top: 8px; font-size: 11.5px; font-weight: 600;
    padding: 3px 10px; border-radius: 20px; background: var(--teal-lt); color: var(--teal);
  }

  /* ── WELLBEING ──────────────────────────── */
  #wellbeing { background: var(--cream); }
  .wellbeing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
  .wb-card {
    background: white; border-radius: 12px; padding: 26px 22px;
    border: 1px solid var(--border); text-align: center;
    transition: transform .2s, box-shadow .2s;
  }
  .wb-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
  .wb-emoji { font-size: 34px; margin-bottom: 12px; }
  .wb-card h4 { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
  .wb-card p  { font-size: 13px; color: var(--mid); line-height: 1.6; }

  /* ── VOLUNTEER ──────────────────────────── */
  #volunteer {
    background: linear-gradient(135deg, #063D39 0%, #0A5651 100%);
    color: white;
  }
  .vol-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
  .vol-inner .section-eyebrow { color: #8FD5CF; }
  .vol-inner .section-title   { color: white; margin: 0 auto 16px; }
  .vol-inner .section-lead    { color: rgba(255,255,255,0.82); margin: 0 auto 40px; }
  .vol-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 36px; }
  .vol-card {
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px; padding: 26px 20px; text-align: center;
  }
  .vol-card .vol-icon { font-size: 30px; margin-bottom: 10px; }
  .vol-card h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
  .vol-card p  { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.55; }
  .vol-cta {
    display: inline-flex; gap: 8px; align-items: center;
    background: white; color: var(--teal); padding: 14px 30px;
    border-radius: 8px; font-weight: 600; text-decoration: none; font-size: 15px;
    transition: transform .2s;
  }
  .vol-cta:hover { transform: translateY(-2px); }

  /* ── CONTACT ────────────────────────────── */
  #contact { background: white; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
  .contact-info { display: flex; flex-direction: column; gap: 20px; }
  .contact-item {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 18px 16px; background: var(--cream); border-radius: 10px;
    border: 1px solid var(--border);
  }
  .contact-item-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--teal-lt); display: flex; align-items: center;
    justify-content: center; font-size: 18px; flex-shrink: 0;
  }
  .contact-item strong { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 2px; }
  .contact-item span   { font-size: 13.5px; color: var(--mid); }
  .contact-form { background: var(--cream); border-radius: 16px; padding: 36px 32px; border: 1px solid var(--border); }
  .contact-form h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 24px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
  .form-group label { font-size: 13px; font-weight: 500; color: var(--charcoal); }
  .form-group input, .form-group select, .form-group textarea {
    border: 1.5px solid var(--border); border-radius: 8px; padding: 11px 14px;
    font-family: 'Inter', sans-serif; font-size: 14px; color: var(--charcoal);
    background: white; transition: border-color .2s, box-shadow .2s;
    width: 100%;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(30,138,122,0.12);
  }
  .form-group textarea { resize: vertical; min-height: 100px; }
  .form-submit {
    width: 100%; background: var(--navy); color: white; border: none;
    padding: 14px; border-radius: 8px; font-size: 15px; font-weight: 600;
    cursor: pointer; font-family: 'Inter', sans-serif;
    transition: background .2s, transform .2s;
  }
  .form-submit:hover { background: var(--teal); transform: translateY(-1px); }

  /* ── FOOTER ─────────────────────────────── */
  footer {
    background: #063D39; color: rgba(255,255,255,0.8);
    padding: 44px 5% 24px;
  }
  .footer-inner { max-width: 1100px; margin: 0 auto; }
  .footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 34px; }
  .footer-brand p { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.65); margin: 14px 0 20px; }
  .footer-brand .nav-logo-mark { width: 44px; height: 44px; font-size: 18px; }
  .footer-brand .nav-logo-text strong { color: white; font-size: 14px; }
  .footer-brand .nav-logo-text span   { color: rgba(255,255,255,0.5); }
  .footer-col h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: white; margin-bottom: 16px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
  .footer-col ul li a,
  .footer-col ul li span { color: rgba(255,255,255,0.65); font-size: 13px; line-height: 1.45; }
  .footer-col ul li a {
    display: inline-flex; min-height: 30px; align-items: center;
    text-decoration: none; transition: color .2s, transform .2s;
  }
  .footer-col ul li a:hover { color: #8FD5CF; transform: translateX(2px); }
  .footer-col ul li a:focus-visible { color: #8FD5CF; outline: 2px solid #8FD5CF; outline-offset: 3px; border-radius: 2px; }
  .footer-connect a { color: #F5D9BE !important; font-weight: 600; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  }
  .footer-bottom p { font-size: 12.5px; color: rgba(255,255,255,0.45); }
  .footer-partner {
    display: flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px; padding: 6px 14px; font-size: 12px; color: rgba(255,255,255,0.7);
  }
  .footer-partner span { color: #F5D9BE; font-weight: 600; }

  /* ── RESPONSIVE ─────────────────────────── */
  @media (max-width: 900px) {
    .hero-cards { grid-template-columns: 1fr 1fr; }
    .help-split  { grid-template-columns: 1fr; }
    .by-grid     { grid-template-columns: 1fr; }
    .contact-grid{ grid-template-columns: 1fr; }
    .vol-cards   { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-links   { display: none; }
  }
  @media (max-width: 600px) {
    .hero-cards  { grid-template-columns: 1fr; }
    .vol-cards   { grid-template-columns: 1fr; }
    .form-row    { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    footer { padding: 36px 6% 22px; }
    .footer-grid { gap: 26px; margin-bottom: 30px; }
    .footer-bottom { align-items: flex-start; }
    .partnership-divider { display: none; }
  }

  /* ── ANIMATIONS ─────────────────────────── */
  .js .fade-up {
    opacity: 0; transform: translateY(28px);
    transition: opacity .55s ease, transform .55s ease;
  }
  .js .fade-up.visible { opacity: 1; transform: translateY(0); }

.housing-inline-1 { color:#8FD5CF }
.housing-inline-2 { color:#F5D9BE }
.housing-inline-3 { font-size:12px;opacity:.85;margin-bottom:4px; }
.housing-inline-4 { background:var(--rose-lt);border:1.5px solid var(--rose);border-radius:12px;padding:16px 20px;margin-bottom:32px;font-size:14px;color:var(--charcoal);line-height:1.7; }
.housing-inline-5 { color:#7B4F2E; }
.housing-inline-6 { color:var(--navy); }
.housing-inline-7 { margin-top:12px;padding:12px 14px;background:white;border-radius:8px;border-left:4px solid #7B4F2E;font-size:13px;color:#4A2A10;line-height:1.75; }
.housing-inline-8 { font-size:11px;font-weight:500;color:var(--mid);display:block;margin-top:3px; }
.housing-inline-9 { background:#F5EDE4;border-left:3px solid #7B4F2E;border-radius:6px;padding:10px 12px;margin:12px 0;font-size:12.5px;color:#4A2A10;line-height:1.6; }
.housing-inline-10 { color:var(--navy);font-weight:600; }
.housing-inline-11 { color:#7B4F2E;font-weight:600;word-break:break-all; }
.housing-inline-12 { background:#FDEAEA;border-left:3px solid #B02A2A;border-radius:6px;padding:10px 12px;margin:12px 0;font-size:12.5px;color:#7A1A1A;line-height:1.65; }
.housing-inline-13 { color:var(--sage) }
.housing-inline-14 { color:var(--navy) }
.housing-inline-15 { background:#FBF3E6;color:#5A3E00; }
.housing-inline-16 { color:var(--gold) }
.housing-inline-17 { background:linear-gradient(135deg,#063D39 0%,#0A5651 100%);border-radius:16px;padding:32px 28px;margin-bottom:40px;color:white; }
.housing-inline-18 { display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center; }
.housing-inline-19 { font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#8FD5CF;margin-bottom:8px; }
.housing-inline-20 { font-family:'Playfair Display',serif;font-size:1.7rem;margin-bottom:14px;line-height:1.25; }
.housing-inline-21 { font-size:14px;color:rgba(255,255,255,0.85);line-height:1.75;margin-bottom:16px; }
.housing-inline-22 { color:#8FD5CF; }
.housing-inline-23 { font-size:14px;color:rgba(255,255,255,0.85);line-height:1.75; }
.housing-inline-24 { display:flex;flex-direction:column;gap:10px; }
.housing-inline-25 { background:rgba(255,255,255,0.1);border-radius:10px;padding:14px 16px;border-left:4px solid #8FD5CF;font-size:13px;line-height:1.6; }
.housing-inline-26 { color:#8FD5CF;display:block;margin-bottom:3px; }
.housing-inline-27 { color:rgba(255,255,255,0.8); }
.housing-inline-28 { background:rgba(255,255,255,0.1);border-radius:10px;padding:14px 16px;border-left:4px solid #F5D9BE;font-size:13px;line-height:1.6; }
.housing-inline-29 { color:#F5D9BE;display:block;margin-bottom:3px; }
.housing-inline-30 { background:rgba(255,255,255,0.1);border-radius:10px;padding:14px 16px;border-left:4px solid #FBF3E6;font-size:13px;line-height:1.6; }
.housing-inline-31 { color:#FBF3E6;display:block;margin-bottom:3px; }
.housing-inline-32 { background:rgba(255,255,255,0.1);border-radius:10px;padding:14px 16px;border-left:4px solid #E2EFE8;font-size:13px;line-height:1.6; }
.housing-inline-33 { color:#E2EFE8;display:block;margin-bottom:3px; }
.housing-inline-34 { background:#E2EFE8;border:1.5px solid #3D6B52;border-radius:14px;padding:24px 26px;margin-bottom:40px;display:flex;gap:20px;align-items:flex-start; }
.housing-inline-35 { width:52px;height:52px;border-radius:12px;background:#3D6B52;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0; }
.housing-inline-36 { display:block;font-size:16px;color:#1A3A2A;margin-bottom:6px; }
.housing-inline-37 { font-size:14px;color:#2A5C3A;line-height:1.7;margin-bottom:10px; }
.housing-inline-38 { display:flex;gap:10px;flex-wrap:wrap; }
.housing-inline-39 { background:#3D6B52;color:white;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px; }
.housing-inline-40 { background:#F5EDE4;border:1.5px solid #7B4F2E;border-radius:14px;padding:24px 26px;margin-bottom:40px;display:flex;gap:20px;align-items:flex-start; }
.housing-inline-41 { width:52px;height:52px;border-radius:12px;background:#7B4F2E;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0; }
.housing-inline-42 { flex:1; }
.housing-inline-43 { display:block;font-size:16px;color:#4A2A10;margin-bottom:6px; }
.housing-inline-44 { font-size:14px;color:#6A3A18;line-height:1.7;margin-bottom:14px; }
.housing-inline-45 { display:inline-flex;align-items:center;gap:8px;background:#7B4F2E;color:white;padding:12px 22px;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none; }
.housing-inline-46 { color:var(--teal);font-weight:600; }
.housing-inline-47 { display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:48px; }
.housing-inline-48 { text-decoration:none; }
.housing-inline-49 { border:2px solid var(--teal);border-radius:14px;padding:24px;cursor:pointer;transition:box-shadow .2s;background:white; }
.housing-inline-50 { background:var(--teal-lt);font-size:22px; }
.housing-inline-51 { font-size:15px;color:var(--navy); }
.housing-inline-52 { display:block;font-size:13px;color:var(--mid);margin-top:4px; }
.housing-inline-53 { display:inline-block;margin-top:10px;font-size:12.5px;font-weight:600;color:var(--teal); }
.housing-inline-54 { border:2px solid #7B4F2E;border-radius:14px;padding:24px;background:white; }
.housing-inline-55 { background:#F5EDE4;font-size:22px; }
.housing-inline-56 { display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:13px;font-weight:600;color:#7B4F2E;text-decoration:none; }
.housing-inline-57 { display:inline-flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;font-weight:600;color:#7B4F2E;text-decoration:none; }
.housing-inline-58 { margin-top:12px;padding:10px 12px;background:#F5EDE4;border-radius:8px;font-size:12.5px;color:#4A2A10;line-height:1.7; }
.housing-inline-59 { display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:48px; }
.housing-inline-60 { border-radius:12px;background:white; }
.housing-inline-61 { border-radius:12px;background:var(--rose-lt);border-color:#FBBCBC; }
.housing-inline-62 { background:white; }
.housing-inline-63 { background:var(--rose-lt);border:1.5px solid var(--rose);border-radius:12px;padding:20px 24px;font-size:14px;color:var(--charcoal);line-height:1.6;margin-bottom:56px; }
.housing-inline-64 { color:var(--rose) }
.housing-inline-65 { font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--navy);margin-bottom:10px; }
.housing-inline-66 { font-size:14px;color:var(--mid);margin-bottom:28px;line-height:1.7; }
.housing-inline-67 { display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px; }
.housing-inline-68 { background:white;border:1.5px solid var(--border);border-radius:12px;padding:22px 20px;transition:transform .2s,box-shadow .2s;cursor:pointer; }
.housing-inline-69 { display:flex;align-items:center;gap:12px;margin-bottom:10px; }
.housing-inline-70 { width:40px;height:40px;border-radius:10px;background:#E8EEF5;display:flex;align-items:center;justify-content:center;font-size:20px; }
.housing-inline-71 { display:block;font-size:14.5px;color:var(--navy); }
.housing-inline-72 { font-size:11.5px;color:var(--teal);font-weight:600; }
.housing-inline-73 { font-size:13px;color:var(--mid);line-height:1.6; }
.housing-inline-74 { display:inline-block;margin-top:10px;font-size:12px;font-weight:600;color:var(--navy); }
.housing-inline-75 { width:40px;height:40px;border-radius:10px;background:#FAEDF0;display:flex;align-items:center;justify-content:center;font-size:20px; }
.housing-inline-76 { font-size:11.5px;color:var(--rose);font-weight:600; }
.housing-inline-77 { width:40px;height:40px;border-radius:10px;background:var(--gold-lt);display:flex;align-items:center;justify-content:center;font-size:20px; }
.housing-inline-78 { font-size:11.5px;color:var(--gold);font-weight:600; }
.housing-inline-79 { width:40px;height:40px;border-radius:10px;background:var(--sage-lt);display:flex;align-items:center;justify-content:center;font-size:20px; }
.housing-inline-80 { font-size:11.5px;color:var(--sage);font-weight:600; }
.housing-inline-81 { font-size:11.5px;color:var(--navy);font-weight:600; }
.housing-inline-82 { background:var(--gold-lt);border:1.5px solid var(--gold);border-radius:12px;padding:18px 22px;margin-top:24px;font-size:13.5px;color:var(--charcoal);line-height:1.65; }
.housing-inline-83 { color:#8A6200; }
.housing-inline-84 { margin-bottom:4px;display:inline-flex }
.housing-inline-85 { color:rgba(255,255,255,0.6);text-decoration:underline; }

.nav-logo-image {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  flex: 0 0 auto;
}

.external-resource-card:hover,
.external-resource-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(26,53,87,0.12);
}

@media (max-width: 600px) {
  .housing-inline-47,
  .housing-inline-59 {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-item,
  .contact-item > div {
    min-width: 0;
  }

  .contact-item a,
  .contact-item span {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
