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

  :root {
    --amber: #F5C200;
    --amber-dark: #c9a000;
    --navy: #1E1B8C;
    --navy-light: #2d2aa8;
    --white: #ffffff;
    --cream: #FAF8F3;
    --cream-mid: #F3EFE6;
    --text: #1a1a2e;
    --muted: #5a5a7a;
    --border: #e8e4da;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    font-size: 16px;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
  }

  .nav-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .nav-logo-elevatus {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--amber);
    letter-spacing: 0.01em;
  }

  .nav-logo-coaching {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: var(--navy);
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
  }

  .nav-links a {
    font-size: 13px;
    font-weight: 400;
    color: var(--navy);
    text-decoration: none;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: color 0.2s;
    cursor: pointer;
  }

  .nav-links a:hover, .nav-links a.active { color: var(--amber-dark); }

  .nav-cta {
    background: var(--navy) !important;
    color: var(--white) !important;
    padding: 11px 24px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    transition: background 0.2s !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 500 !important;
  }

  .nav-cta:hover { background: var(--navy-light) !important; }

  /* PAGES */
  .page { display: none; padding-top: 72px; min-height: 100vh; }
  .page.active { display: block; }

  /* HERO, HOME */
  .hero {
    background: var(--cream);
    padding: 100px 5% 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    right: -60px; top: -60px;
    width: 420px; height: 420px;
    background: radial-gradient(ellipse, rgba(245,194,0,0.08) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber-dark);
    font-weight: 500;
    margin-bottom: 18px;
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--navy);
    margin-bottom: 24px;
  }

  .hero h1 em {
    font-style: italic;
    color: var(--amber-dark);
  }

  .hero-sub {
    font-size: 16px;
    color: var(--muted);
    margin-bottom: 40px;
    max-width: 440px;
    line-height: 1.8;
  }

  .hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .btn-primary {
    background: var(--navy);
    color: var(--white);
    padding: 14px 32px;
    border: none;
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
  }
  .btn-primary:hover { background: var(--navy-light); }

  .btn-secondary {
    background: transparent;
    color: var(--navy);
    padding: 14px 32px;
    border: 1px solid var(--navy);
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
  }
  .btn-secondary:hover { background: var(--navy); color: var(--white); }

  .hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Plant SVG */
  .plant-hero svg {
    width: 100%;
    max-width: 320px;
    opacity: 0.9;
  }

  /* PILLARS */
  .pillars {
    padding: 80px 5%;
    background: var(--white);
  }

  .section-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber-dark);
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 400;
    color: var(--navy);
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
  }

  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
  }

  .pillar-card {
    background: var(--white);
    padding: 44px 36px;
    position: relative;
    transition: background 0.3s;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .pillar-card:hover { background: var(--cream); }

  .pillar-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 300;
    color: var(--amber);
    opacity: 0.5;
    line-height: 1;
    margin-bottom: 16px;
  }

  .pillar-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 12px;
  }

  .pillar-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.75;
  }

  .pillar-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--navy);
    cursor: pointer;
    border-bottom: 1px solid var(--amber);
    padding-bottom: 2px;
    text-decoration: none;
    transition: color 0.2s;
  }
  .pillar-link:hover { color: var(--amber-dark); }

  /* QUOTE STRIP */
  .quote-strip {
    background: var(--navy);
    padding: 70px 5%;
    text-align: center;
  }

  .quote-strip blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 300;
    font-style: italic;
    color: var(--white);
    max-width: 780px;
    margin: 0 auto 20px;
    line-height: 1.5;
  }

  .quote-strip cite {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--amber);
    font-style: normal;
    font-weight: 500;
  }

  /* CREDENTIALS BAR */
  .creds-bar {
    background: var(--cream);
    padding: 36px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .cred-item {
    text-align: center;
  }

  .cred-item .cred-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--navy);
    letter-spacing: 0.06em;
  }

  .cred-item .cred-desc {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
  }

  .cred-divider {
    width: 1px;
    height: 32px;
    background: var(--border);
  }

  /* ABOUT PAGE */
  .about-hero {
    padding: 80px 5% 60px;
    background: var(--cream);
  }

  .about-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
  }

  .about-img-placeholder {
    background: var(--cream-mid);
    border: 1px solid var(--border);
    aspect-ratio: 3/4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .about-img-placeholder svg {
    opacity: 0.25;
    width: 60px;
  }

  .about-img-placeholder p {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .about-content .eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber-dark);
    font-weight: 500;
    margin-bottom: 14px;
  }

  .about-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 400;
    color: var(--navy);
    line-height: 1.15;
    margin-bottom: 28px;
  }

  .about-content p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.85;
    margin-bottom: 20px;
  }

  .amber-line {
    width: 48px;
    height: 2px;
    background: var(--amber);
    margin: 32px 0;
  }

  .philosophy-section {
    padding: 80px 5%;
    background: var(--white);
  }

  .philosophy-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
  }

  .philosophy-card {
    padding: 36px;
    border: 1px solid var(--border);
    position: relative;
  }

  .philosophy-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 100%;
    background: var(--amber);
  }

  .philosophy-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 10px;
  }

  .philosophy-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
  }

  /* SERVICES PAGE */
  .services-hero {
    background: var(--cream);
    padding: 80px 5% 60px;
    text-align: center;
  }

  .services-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 18px;
  }

  .services-hero p {
    font-size: 16px;
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.8;
  }

  .services-list {
    padding: 80px 5%;
  }

  .service-block {
    max-width: 1000px;
    margin: 0 auto 80px;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--border);
  }

  .service-block:last-child { border-bottom: none; margin-bottom: 0; }

  .service-meta {
    position: sticky;
    top: 100px;
  }

  .service-tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--amber-dark);
    background: rgba(245,194,0,0.1);
    padding: 5px 12px;
    border-radius: 1px;
    margin-bottom: 18px;
  }

  .service-meta h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 400;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .service-meta .for-who {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .service-content p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.85;
    margin-bottom: 22px;
  }

  .outcomes-list {
    list-style: none;
    margin: 24px 0 32px;
  }

  .outcomes-list li {
    font-size: 14px;
    color: var(--text);
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: baseline;
    gap: 12px;
  }

  .outcomes-list li::before {
    content: '—';
    color: var(--amber);
    font-weight: 500;
    flex-shrink: 0;
  }

  /* Help to Grow badge */
  .htg-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: var(--white);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 18px;
  }

  .htg-dot {
    width: 7px; height: 7px;
    background: var(--amber);
    border-radius: 50%;
  }

  /* TESTIMONIALS PAGE */
  .testimonials-hero {
    background: var(--cream);
    padding: 80px 5% 60px;
    text-align: center;
  }

  .testimonials-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 16px;
  }

  .testimonials-hero p {
    font-size: 15px;
    color: var(--muted);
    max-width: 500px;
    margin: 0 auto;
  }

  .testimonials-grid {
    padding: 80px 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    background: var(--border);
    border: 1px solid var(--border);
    max-width: 1100px;
    margin: 0 auto;
  }

  .testi-card {
    background: var(--white);
    padding: 48px 44px;
    position: relative;
    transition: background 0.3s;
  }

  .testi-card:hover { background: var(--cream); }

  .testi-card .quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    color: var(--amber);
    opacity: 0.4;
    line-height: 0.6;
    margin-bottom: 24px;
  }

  .testi-card blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: italic;
    color: var(--navy);
    line-height: 1.7;
    margin-bottom: 24px;
    font-weight: 400;
  }

  .testi-card .testi-author {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--text);
  }

  .testi-card .testi-role {
    font-size: 12px;
    color: var(--muted);
    margin-top: 3px;
  }

  .testi-featured {
    grid-column: 1 / -1;
    background: var(--navy);
    padding: 60px 80px;
    text-align: center;
  }

  .testi-featured blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 2.5vw, 30px);
    font-style: italic;
    color: var(--white);
    line-height: 1.6;
    max-width: 780px;
    margin: 0 auto 24px;
    font-weight: 300;
  }

  .testi-featured .testi-author { color: var(--amber); font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
  .testi-featured .testi-role { color: rgba(255,255,255,0.5); font-size: 12px; margin-top: 4px; }

  /* CONTACT PAGE */
  .contact-hero {
    background: var(--cream);
    padding: 80px 5% 60px;
    text-align: center;
  }

  .contact-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 16px;
  }

  .contact-hero p {
    font-size: 15px;
    color: var(--muted);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.8;
  }

  .contact-body {
    padding: 80px 5%;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: start;
  }

  .contact-aside h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 20px;
  }

  .contact-aside p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 32px;
  }

  .contact-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .contact-link-item .icon-dot {
    width: 6px; height: 6px;
    background: var(--amber);
    border-radius: 50%;
    flex-shrink: 0;
  }

  .contact-link-item a {
    font-size: 13px;
    color: var(--navy);
    text-decoration: none;
    font-weight: 400;
  }

  .contact-link-item a:hover { color: var(--amber-dark); }

  .contact-form {
    background: var(--cream);
    padding: 44px;
    border: 1px solid var(--border);
  }

  .form-group {
    margin-bottom: 24px;
  }

  .form-group label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 8px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border);
    background: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s;
    border-radius: 0;
    appearance: none;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: var(--navy);
  }

  .form-group textarea { min-height: 120px; resize: vertical; }

  /* FOOTER */
  footer {
    background: var(--navy);
    padding: 48px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    border-top: 3px solid var(--amber);
  }

  .footer-logo .nav-logo-elevatus { color: var(--amber); }
  .footer-logo .nav-logo-coaching { color: rgba(255,255,255,0.5); }

  .footer-links {
    display: flex;
    gap: 28px;
    list-style: none;
  }

  .footer-links a {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--amber); }

  .footer-copy {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.04em;
  }

  /* DECORATIVE PLANT SVG inline elements */
  .plant-decoration {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    opacity: 0.18;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { display: none; }
    .pillars-grid { grid-template-columns: 1fr; }
    .about-hero-inner { grid-template-columns: 1fr; }
    .philosophy-grid { grid-template-columns: 1fr; }
    .service-block { grid-template-columns: 1fr; }
    .service-meta { position: static; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testi-featured { padding: 40px 24px; }
    .contact-body { grid-template-columns: 1fr; }
    .contact-form { padding: 28px 20px; }
    .nav-links { gap: 18px; }
    footer { flex-direction: column; text-align: center; }
    .footer-links { justify-content: center; }
    .creds-bar { gap: 24px; }
    .cred-divider { display: none; }
  }

  .blog-featured-card { transition: opacity 0.2s; }
  .blog-featured-card:hover { opacity: 0.92; }

  .blog-card {
    background: var(--white);
    padding: 36px 32px;
    cursor: pointer;
    transition: background 0.25s;
    display: flex;
    flex-direction: column;
  }
  .blog-card:hover { background: var(--cream); }

  .blog-card-tag {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--amber-dark);
    background: rgba(245,194,0,0.1);
    padding: 4px 10px;
    display: inline-block;
    border-radius: 1px;
    margin-bottom: 16px;
    align-self: flex-start;
  }

  .blog-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.3;
    margin-bottom: 12px;
    flex: 1;
  }

  .blog-card-excerpt {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .blog-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.04em;
    margin-top: auto;
  }

  .blog-dot { color: var(--amber); }

  .blog-post-body h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .blog-post-body .post-meta {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
  }

  .blog-post-body p {
    font-size: 16px;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 22px;
  }

  .blog-post-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--navy);
    margin: 36px 0 14px;
  }

  .blog-post-body blockquote {
    border-left: 3px solid var(--amber);
    padding: 4px 0 4px 24px;
    margin: 32px 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--navy);
    line-height: 1.5;
  }

  .blog-post-cta {
    background: var(--cream);
    border: 1px solid var(--border);
    padding: 32px 36px;
    margin-top: 48px;
    text-align: center;
  }

  .blog-post-cta p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 16px;
  }

  @media (max-width: 768px) {
    .blog-card-title { font-size: 18px; }
    #page-blog .services-hero { padding: 60px 5% 40px; }
  }
