* { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  :root {
    --bg-cream: #fbf9f3;
    --bg-white: #FFFFFF;
    --bg-dark: #0a4d48;
    --bg-purple: #0a4d48;
    --gold: #c6a45c;
    --primary: #0f6b62;
    --primary-hover: #0a4d48;
    --text-main: #2E2823;
    --text-heading: #1f2330;
    --text-muted: #5a5f6e;
    --text-on-dark: #eef6f2;
    --text-on-dark-muted: #a9c9c0;
    --border-soft: rgba(20, 17, 13, 0.12);
    --border-strong: rgba(20, 17, 13, 0.7);
    --placeholder-bg: rgba(20, 17, 13, 0.04);
    --placeholder-border: rgba(20, 17, 13, 0.25);
  }

  body {
    font-family: 'Montserrat', sans-serif;
    background: var(--bg-cream);
    color: var(--text-main);
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .container { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
  .container-narrow { max-width: 760px; margin: 0 auto; padding: 0 28px; }
  .text-center { text-align: center; }

  h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    color: var(--text-heading);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.05;
  }
  h1 { font-size: clamp(2.4rem, 5.6vw, 4.5rem); font-weight: 500; }
  h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.1; }
  h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); font-weight: 600; line-height: 1.25; }
  p { color: var(--text-main); }

  .eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--text-muted);
  }

  .topbar {
    background: var(--bg-dark);
    color: var(--text-on-dark);
    padding: 11px 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }
  .topbar a {
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(198, 164, 92, 0.5);
    padding-bottom: 2px;
    transition: border-color 0.2s;
  }
  .topbar a:hover { border-color: var(--gold); }

  .brand-header {
    background: var(--bg-cream);
    border-bottom: 1px solid var(--border-soft);
    padding: 18px 28px;
  }
  .brand-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--text-heading);
    text-decoration: none;
    font-weight: 700;
  }
  .brand-lockup img { width: 40px; height: 40px; }
  .brand-lockup span { font-size: 1.05rem; }
  .brand-lockup b { color: var(--primary); }
  .brand-header nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; }
  .brand-header nav a { color: var(--text-muted); text-decoration: none; }
  .brand-header nav a:hover { color: var(--primary); }

  .cta-btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-decoration: none;
    padding: 17px 36px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    width: 100%;
    text-align: center;
  }
  .cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(10, 77, 72, 0.25);
    background: var(--primary-hover);
  }

  .price-line {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: var(--text-heading);
    margin-bottom: 6px;
  }
  .price-old { text-decoration: line-through; color: var(--text-muted); margin-right: 8px; }
  .price-sub { font-size: 13px; color: var(--text-muted); letter-spacing: 0.4px; }

  .img-placeholder {
    background: var(--placeholder-bg);
    border: 1px dashed var(--placeholder-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px;
  }
  .avatar-placeholder { border-radius: 50%; flex-shrink: 0; }

  .hero { background: var(--bg-cream); padding: 44px 0 50px; }
  .hero-inner { max-width: 820px; margin: 0 auto; padding: 0 28px; text-align: center; }
  .hero .eyebrow { margin-bottom: 26px; display: inline-block; }
  .hero h1 { margin-bottom: 28px; color: var(--bg-purple); text-transform: uppercase; }
  .hero .lede {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin: 0 auto 38px;
    max-width: 640px;
    line-height: 1.55;
  }
  .hero-banner { display: block; width: 100%; height: auto; max-width: 820px; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; margin: 0 auto 36px; border-radius: 16px; box-shadow: 0 24px 60px -30px rgba(20, 17, 13, 0.3); }
  .hero .cta-btn { display: block; max-width: 340px; margin: 0 auto 18px; }
  .hero .price-sub { margin-bottom: 36px; }

  .marquee { background: var(--bg-cream); padding: 36px 0 72px; }
  .marquee-window {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    overflow: hidden;
    overflow: clip;
  }
  .marquee-track { position: relative; min-height: clamp(320px, 42vw, 560px); }
  .marquee-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 18px 52px -22px rgba(20, 17, 13, 0.42);
    border: 1px solid var(--border-soft);
    background: var(--bg-cream);
    opacity: 0;
    transform: translateX(28px) scale(0.985);
    transition: opacity 0.55s ease, transform 0.55s ease;
    pointer-events: none;
  }
  .marquee-img.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
    z-index: 1;
  }
  .marquee-dots { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
  .marquee-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 107, 98, 0.4);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
  }
  .marquee-dot.is-active { width: 28px; background: var(--primary); border-color: var(--primary); }

  .who-section { background: var(--bg-purple); padding: 100px 0 40px; }
  .who-section h2 { text-align: center; margin-bottom: 48px; color: var(--text-on-dark); }
  .who-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; list-style: none; }
  .who-item { display: flex; align-items: flex-start; gap: 16px; font-size: 1.1rem; line-height: 1.5; color: var(--text-on-dark); }
  .who-item em { color: var(--gold); font-style: italic; }
  .who-item::before {
    content: '✕';
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--bg-purple);
    background: var(--gold);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .dark-section { background: var(--bg-cream); color: var(--text-main); padding: 40px 0 60px; text-align: center; }
  .dark-section .eyebrow { color: var(--text-muted); margin-bottom: 28px; display: inline-block; }
  .dark-section h2 { color: var(--text-heading); max-width: 820px; margin: 0 auto 30px; }
  .dark-section h2 em { font-style: italic; font-weight: 400; color: var(--bg-purple); }
  .dark-section .body { color: var(--text-muted); font-size: 1.15rem; max-width: 640px; margin: 0 auto; line-height: 1.55; }

  .steps-section { background: var(--bg-purple); color: var(--text-on-dark); padding: 40px 0 100px; }
  .steps-head { text-align: center; margin-bottom: 56px; }
  .steps-head h2 { color: var(--text-on-dark); font-size: clamp(2.2rem, 5.4vw, 4rem); line-height: 1.0; text-transform: uppercase; }
  .steps-head h2 em { display: block; text-transform: none; font-style: italic; font-weight: 400; color: var(--gold); font-size: 0.6em; letter-spacing: 0; margin-top: 8px; }
  .steps-head .eyebrow { color: var(--gold); margin-top: 26px; display: inline-block; opacity: 0.85; }
  .steps-list { max-width: 880px; margin: 0 auto; }
  .step-row { display: flex; align-items: flex-start; gap: 40px; padding: 28px 0; border-top: 1px solid rgba(238, 246, 242, 0.18); }
  .step-row:last-child { border-bottom: 1px solid rgba(238, 246, 242, 0.18); }
  .step-num { flex-shrink: 0; width: 72px; height: 72px; border: 1px solid rgba(198, 164, 92, 0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-style: italic; font-size: 21px; color: var(--gold); }
  .step-body h3 { color: var(--text-on-dark); font-size: clamp(1.25rem, 2.1vw, 1.65rem); font-weight: 500; margin-bottom: 10px; }
  .step-body p { color: var(--text-on-dark-muted); font-size: 1.05rem; line-height: 1.55; max-width: 560px; }
  .steps-section .price-line { color: var(--text-on-dark); margin-top: 8px; }
  .steps-section .price-old { color: var(--text-on-dark-muted); }
  .steps-section .price-sub { color: var(--text-on-dark-muted); }
  .price-block { text-align: center; max-width: 620px; margin: 56px auto 0; }
  .price-block .cta-btn { max-width: 340px; margin: 18px auto 10px; }
  @media (max-width: 700px) {
    .step-row { gap: 20px; padding: 28px 0; }
    .step-num { width: 58px; height: 58px; font-size: 18px; }
  }

  .foundation-section { background: var(--bg-white); padding: 44px 0; text-align: center; }
  .foundation-quote-card { background: var(--bg-cream); border: 1px solid var(--border-soft); border-radius: 24px; padding: clamp(40px, 5vw, 56px) clamp(24px, 5vw, 56px); max-width: 880px; margin: 0 auto; position: relative; }
  .foundation-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.3; color: var(--text-heading); max-width: 720px; margin: 0 auto; }
  .foundation-quote::before { content: '\201C'; display: block; font-family: 'Playfair Display', serif; font-style: normal; font-size: 4.5rem; line-height: 0.5; color: var(--gold); margin-bottom: 8px; }

  .testimonial-grid-section { background: var(--bg-white); padding: 40px 0 90px; }
  .testimonial-head { text-align: center; max-width: 660px; margin: 0 auto 32px; }
  .testimonial-head .eyebrow { display: inline-block; margin-bottom: 12px; }
  .testimonial-head p { color: var(--text-muted); }
  .testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 980px; margin: 0 auto; }
  .testimonial-card { border: 1px solid var(--border-soft); border-radius: 8px; background: var(--bg-cream); padding: 24px; box-shadow: 0 10px 30px -22px rgba(20, 17, 13, 0.22); }
  .testimonial-card blockquote { margin: 0 0 18px; color: var(--text-heading); font-family: 'Playfair Display', serif; font-size: 1.2rem; line-height: 1.35; }
  .testimonial-card figcaption { color: var(--text-muted); font-size: 13px; font-weight: 700; line-height: 1.5; }

  .cta-bundle { background: var(--bg-cream); padding: 80px 0 90px; text-align: center; }
  .cta-bundle .bundle-img { display: block; width: 100%; max-width: 820px; height: auto; margin: 0 auto 36px; border-radius: 16px; box-shadow: 0 24px 60px -30px rgba(20, 17, 13, 0.3); border: 1px solid var(--border-soft); }
  .cta-bundle .bundle-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.35rem, 2.8vw, 1.9rem); line-height: 1.3; color: var(--text-heading); max-width: 700px; margin: 0 auto 32px; }
  .cta-bundle .cta-btn { max-width: 340px; margin: 18px auto 10px; }

  .host-section { background: var(--bg-white); padding: 100px 0; }
  .host-grid { max-width: 1080px; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
  .host-photo-img { width: 100%; height: auto; border-radius: 20px; display: block; box-shadow: 0 24px 60px -30px rgba(20, 17, 13, 0.3); }
  .host-text-col .eyebrow { display: inline-block; margin-bottom: 20px; }
  .host-section .bio { font-size: 1.1rem; line-height: 1.6; color: var(--text-main); text-align: left; }
  .host-text-col .bio + .bio { margin-top: 22px; }
  @media (max-width: 760px) {
    .host-grid { grid-template-columns: 1fr; gap: 32px; }
    .host-photo-img { max-width: 360px; margin: 0 auto; }
  }

  .faq-section { background: var(--bg-cream); padding: 100px 0; }
  .faq-section h2 { text-align: center; margin-bottom: 50px; }
  .faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
  .faq-item { border: 1px solid var(--border-strong); border-radius: 14px; padding: 0; transition: background 0.2s; overflow: hidden; }
  .faq-item:hover { background: rgba(20, 17, 13, 0.02); }
  .faq-item .question { width: 100%; border: 0; background: transparent; padding: 20px 26px; font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 600; color: var(--text-main); display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; }
  .faq-item .question:focus-visible { outline: 3px solid rgba(15, 107, 98, 0.35); outline-offset: -3px; }
  .faq-item .question::after { content: '+'; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 300; transition: transform 0.3s; }
  .faq-item.open .question::after { transform: rotate(45deg); }
  .faq-item .answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; padding: 0 26px; color: var(--text-muted); line-height: 1.6; }
  .faq-item.open .answer { max-height: 400px; padding: 0 26px 22px; }

  .final-cta { background: var(--bg-white); padding: 90px 0 110px; text-align: center; }
  .final-cta h2 { max-width: 800px; margin: 0 auto 28px; }
  .final-cta .lede { font-size: 1.1rem; max-width: 600px; margin: 0 auto 36px; color: var(--text-main); line-height: 1.55; }
  .final-cta .cta-btn { display: block; max-width: 340px; margin: 0 auto 12px; }

  footer { background: var(--bg-dark); color: var(--text-on-dark-muted); padding: 50px 0 40px; font-size: 13px; line-height: 1.6; }
  footer .footer-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-bottom: 26px; border-bottom: 1px solid rgba(238, 246, 242, 0.1); margin-bottom: 24px; }
  footer .copyright { color: var(--text-on-dark); }
  footer .legal-links { display: flex; gap: 26px; flex-wrap: wrap; }
  footer a { color: var(--text-on-dark-muted); text-decoration: none; transition: color 0.2s; }
  footer a:hover { color: var(--gold); }
  footer .disclaimer { font-size: 12px; color: var(--gold); opacity: 0.85; max-width: 900px; }

  @media (max-width: 700px) {
    .topbar { font-size: 11px; letter-spacing: 1.2px; padding: 10px 18px; gap: 16px; }
    .brand-header .container { align-items: flex-start; flex-direction: column; }
    .brand-header nav { gap: 16px; flex-wrap: wrap; }
    .hero { padding: 56px 0 28px; }
    .marquee-window { padding: 0 18px; }
    .who-section, .dark-section, .foundation-section, .testimonial-grid-section, .cta-bundle, .host-section, .faq-section { padding-top: 70px; padding-bottom: 70px; }
    .dark-section { padding-top: 32px; }
    .marquee-track { min-height: 300px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    footer .footer-top { flex-direction: column; align-items: flex-start; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .marquee-img, .marquee-dot, .cta-btn, footer a { transition: none; }
  }
