:root { --ink:#102a2b; --paper:#f4f0e7; --cream:#fcfaf4; --accent:#e45537; --mint:#c9e4d4; --line:rgba(16,42,43,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
section[id] { scroll-margin-top:90px; }
.skip-link { position:fixed; left:16px; top:-80px; z-index:100; padding:12px 16px; color:white; background:var(--ink); transition:top .2s; }
.skip-link:focus { top:12px; }
a:focus-visible,summary:focus-visible { outline:3px solid #f19b84; outline-offset:4px; }

.site-header { min-height:86px; padding:0 5vw; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); background:rgba(244,240,231,.94); position:sticky; top:0; z-index:10; backdrop-filter:blur(12px); }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark { width:42px; height:42px; display:grid; place-items:center; background:var(--ink); color:var(--paper); border-radius:50%; font:700 14px Georgia,serif; }
.brand strong,.brand small { display:block; }
.brand strong { font:700 17px Georgia,"Times New Roman",serif; }
.brand small { margin-top:2px; color:#567071; font-size:11px; letter-spacing:.08em; }
.desktop-nav { display:flex; gap:34px; font-size:14px; }
.desktop-nav a:hover { color:var(--accent); }

.button { display:inline-flex; align-items:center; justify-content:center; gap:16px; padding:17px 24px; border-radius:3px; background:var(--accent); color:white; font-size:14px; font-weight:700; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); background:#ca4027; }
.button-small { padding:12px 20px; }

.hero { position:relative; min-height:710px; padding:72px 5vw 48px; display:grid; grid-template-columns:1.12fr .88fr; gap:6vw; overflow:hidden; background-image:linear-gradient(rgba(16,42,43,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,42,43,.035) 1px,transparent 1px); background-size:42px 42px; }
.hero-copy { align-self:center; position:relative; z-index:2; max-width:790px; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 26px; color:#557173; font-size:12px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.eyebrow span { width:28px; height:2px; background:var(--accent); }
h1,h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.045em; }
h1 { margin:0; font-size:clamp(50px,6.3vw,96px); line-height:.96; }
h1 em { color:var(--accent); font-weight:400; }
.hero-lead { max-width:630px; margin:30px 0 0; color:#4c6364; font-size:18px; line-height:1.65; }
.hero-actions { display:flex; align-items:center; gap:30px; margin-top:36px; }
.text-link { padding-bottom:6px; border-bottom:1px solid var(--ink); font-size:14px; font-weight:700; }
.text-link span { margin-left:8px; color:var(--accent); }

.hero-visual { align-self:center; position:relative; z-index:2; max-width:510px; }
.portrait-frame { position:relative; overflow:hidden; border-radius:44% 44% 5px 5px; background:#ded8ca; box-shadow:22px 24px 0 var(--mint); }
.portrait-frame img { width:100%; height:min(68vh,580px); display:block; object-fit:cover; object-position:center 20%; }
.portrait-caption { position:absolute; left:18px; right:18px; bottom:18px; display:flex; gap:10px; align-items:center; padding:14px 16px; background:rgba(252,250,244,.94); backdrop-filter:blur(8px); font-family:Georgia,serif; line-height:1.3; }
.portrait-caption small { color:#637777; font:11px Arial,sans-serif; }
.online-dot { width:9px; height:9px; flex:0 0 auto; border-radius:50%; background:#4fa36e; box-shadow:0 0 0 4px rgba(79,163,110,.16); }
.score-card { position:absolute; left:-75px; top:64px; width:170px; padding:18px; background:var(--ink); color:white; box-shadow:0 14px 32px rgba(16,42,43,.24); }
.score-card strong { display:block; color:#ffd5c9; font:400 42px Georgia,serif; }
.score-card span { font-size:10px; line-height:1.35; }
.formula { position:absolute; z-index:1; color:rgba(16,42,43,.08); font:italic 46px Georgia,serif; transform:rotate(-8deg); }
.formula-one { top:30px; right:38%; }
.formula-two { bottom:25px; left:38%; }

.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); background:var(--ink); color:white; padding:28px 5vw; }
.trust-strip div { display:flex; align-items:center; gap:14px; min-height:50px; padding:0 28px; border-right:1px solid rgba(255,255,255,.16); }
.trust-strip div:first-child { padding-left:0; }
.trust-strip div:last-child { border:0; }
.trust-strip strong { color:#ffd5c9; font:400 34px Georgia,serif; }
.trust-strip span { max-width:110px; color:#c3d1d1; font-size:11px; line-height:1.35; text-transform:uppercase; letter-spacing:.08em; }
.results-section,.programs-section,.method-section,.about-section,.reviews-section,.format-section,.faq-section,.cta-section { padding:110px 5vw; }
.results-section,.reviews-section,.faq-section { background:var(--cream); }
.section-heading { display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:10vw; margin-bottom:60px; }
.section-heading h2,.method-intro h2,.about-copy h2,.faq-section h2,.cta-section h2 { margin:0; font-size:clamp(44px,5.4vw,78px); line-height:1.02; }
h2 em { color:var(--accent); font-weight:400; }
.section-heading>p,.light-heading>p { max-width:470px; margin:0 0 8px; color:#5b7071; font-size:16px; line-height:1.7; }
.results-grid { display:grid; grid-template-columns:1.25fr .75fr .8fr; gap:18px; }
.result-card { min-height:340px; padding:32px; border:1px solid var(--line); display:flex; flex-direction:column; justify-content:flex-end; background:var(--paper); }
.result-card h3,.program-card h3,.steps-list h3,.price-grid h3 { margin:14px 0 10px; font:400 27px/1.15 Georgia,serif; }
.result-card p,.program-card>p,.steps-list p,.price-grid p { color:#5a6d6e; font-size:14px; line-height:1.65; }
.featured-result { flex-direction:row; align-items:flex-end; gap:34px; background:var(--mint); }
.result-score strong { display:block; color:var(--accent); font:400 74px/1 Georgia,serif; }
.result-score span { color:#557173; font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.secondary-score { margin:10px 0 26px; }
.secondary-score strong { font-size:52px; }
.tag { margin:0!important; color:var(--accent)!important; font-size:10px!important; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.result-story { position:relative; justify-content:center; background:var(--ink); color:white; }
.result-story p { color:white; font:400 22px/1.45 Georgia,serif; }
.quote-mark { position:absolute; top:10px; right:25px; color:#365859; font:100px Georgia,serif; }
.result-source { margin-top:18px; color:#a9bcbc; font-size:10px; line-height:1.5; text-transform:uppercase; letter-spacing:.08em; }
.result-note { margin:28px 0 0; color:#637777; font-size:13px; }

.programs-section,.format-section { color:white; background:var(--ink); }
.light-heading .eyebrow { color:#9fb2b2; }
.light-heading h2 em { color:#ffd5c9; }
.light-heading>p { color:#b6c6c6; }
.program-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.18); }
.program-card { position:relative; min-height:470px; padding:42px 36px; background:var(--ink); }
.program-card h3 { margin-top:20px; font-size:35px; }
.program-card>p { color:#afc0c0; }
.program-card ul { margin:32px 0 0; padding:0; list-style:none; }
.program-card li { padding:12px 0; border-top:1px solid rgba(255,255,255,.13); color:#d8e2e2; font-size:12px; }
.program-number { display:block; margin-bottom:70px; color:#688181; font:italic 32px Georgia,serif; }
.accent-program { background:var(--accent); }
.accent-program .tag,.accent-program .program-number { color:#ffd8ce!important; }
.accent-program>p { color:#ffe9e3; }
.accent-program li { color:white; border-color:rgba(255,255,255,.28); }

.method-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:10vw; background:var(--paper); }
.method-intro { position:sticky; top:50px; align-self:start; }
.method-intro>p:last-child { max-width:470px; color:#5a6d6e; line-height:1.7; }
.steps-list { margin:0; padding:0; list-style:none; }
.steps-list li { display:grid; grid-template-columns:70px 1fr; gap:24px; padding:28px 0; border-top:1px solid var(--line); }
.steps-list li:last-child { border-bottom:1px solid var(--line); }
.steps-list>li>span { color:var(--accent); font:italic 20px Georgia,serif; }
.steps-list h3 { margin:0; font-size:28px; }
.steps-list p { max-width:520px; margin-bottom:0; }

.about-section { display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; align-items:center; background:#dfe8df; }
.about-portrait { height:670px; overflow:hidden; border-radius:48% 48% 0 0; box-shadow:-22px 22px 0 #f3c8bd; }
.about-portrait img { width:100%; height:100%; object-fit:cover; object-position:center 20%; }
.about-lead { max-width:680px; margin:30px 0; color:#405b5c; font:400 20px/1.65 Georgia,serif; }
.credential-list { margin:38px 0; border-top:1px solid var(--line); }
.credential-list div { display:grid; grid-template-columns:120px 1fr; gap:20px; padding:18px 0; border-bottom:1px solid var(--line); }
.credential-list strong { font:400 17px Georgia,serif; }
.credential-list span { color:#536b6c; font-size:13px; line-height:1.55; }
.about-links { display:flex; flex-wrap:wrap; align-items:center; gap:28px; }

.rating-box { justify-self:end; display:flex; align-items:center; gap:18px; padding:20px 25px; border:1px solid var(--line); }
.rating-box strong { color:var(--accent); font:400 46px Georgia,serif; }
.rating-box span { color:var(--accent); line-height:1.4; letter-spacing:.06em; }
.rating-box small { color:#65797a; font-size:9px; text-transform:uppercase; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.reviews-grid blockquote { margin:0; min-height:300px; padding:34px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--line); background:white; }
.reviews-grid blockquote p { margin:0; font:400 19px/1.6 Georgia,serif; }
.reviews-grid footer { margin-top:30px; color:#637777; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.reviews-link { display:inline-block; margin-top:34px; }

.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.price-grid article { min-height:350px; padding:34px; border:1px solid rgba(255,255,255,.2); }
.price-grid h3 { font-size:30px; }
.price-grid strong { display:block; margin-top:54px; color:#ffd5c9; font:400 38px Georgia,serif; }
.price-grid article>span { color:#9eb2b2; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.price-grid article>p:last-child { margin-top:25px; color:#b8c8c8; }
.popular-price { background:#173738; }
.price-note { margin:22px 0 0; color:#92a9a9; font-size:11px; }

.faq-section { display:grid; grid-template-columns:.7fr 1.3fr; gap:10vw; }
.faq-list details { border-top:1px solid var(--line); }
.faq-list details:last-child { border-bottom:1px solid var(--line); }
.faq-list summary { display:flex; justify-content:space-between; gap:20px; padding:25px 0; cursor:pointer; list-style:none; font:400 19px Georgia,serif; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--accent); font:24px Arial,sans-serif; transition:transform .2s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { max-width:700px; margin:-5px 0 25px; color:#5a6d6e; font-size:14px; line-height:1.7; }

.cta-section { display:grid; grid-template-columns:1.1fr .9fr; align-items:end; gap:10vw; color:white; background:var(--accent); }
.cta-section .eyebrow { color:#ffe1d9; }
.cta-section .eyebrow span { background:#102a2b; }
.cta-section h2 em { color:#102a2b; }
.cta-copy p { max-width:500px; margin:0 0 28px; color:#fff2ee; font-size:17px; line-height:1.7; }
.cta-section .button { background:var(--ink); }
.cta-section .button:hover { background:#1d4344; }

.site-footer { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:40px; padding:32px 5vw; color:#d8e2e2; background:#0b2021; }
.footer-brand { display:flex; align-items:center; gap:12px; }
.footer-brand strong,.footer-brand small { display:block; }
.footer-brand strong { color:white; font:400 17px Georgia,serif; }
.footer-brand small { margin-top:4px; color:#8fa5a5; font-size:10px; }
.footer-links { display:flex; gap:24px; font-size:12px; }
.footer-links a:hover { color:#ffd5c9; }
.site-footer>p { justify-self:end; color:#8fa5a5; font-size:11px; }
.mobile-contact { display:none; }

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; }
}

@media (max-width:900px) {
  .desktop-nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:54px; }
  .hero-visual { width:min(520px,88vw); margin:20px auto 36px; }
  .score-card { left:-20px; }
  .trust-strip { grid-template-columns:1fr 1fr; gap:24px 0; }
  .trust-strip div:nth-child(2) { border:0; }
  .section-heading,.method-section,.about-section,.faq-section,.cta-section { grid-template-columns:1fr; gap:50px; }
  .results-grid { grid-template-columns:1fr 1fr; }
  .featured-result { grid-column:1/-1; }
  .program-grid,.price-grid { grid-template-columns:1fr; }
  .program-card { min-height:auto; }
  .program-number { margin-bottom:40px; }
  .method-intro { position:static; }
  .about-portrait { width:min(600px,90vw); height:620px; }
  .reviews-grid { grid-template-columns:1fr; }
  .reviews-grid blockquote { min-height:auto; }
  .site-footer { grid-template-columns:1fr; }
  .site-footer>p { justify-self:start; }
}
@media (max-width:560px) {
  .site-header { min-height:72px; }
  .brand small { display:none; }
  .button-small { display:none; }
  .hero { min-height:auto; padding:42px 5vw 28px; }
  h1 { font-size:48px; }
  .hero-lead { font-size:16px; }
  .hero-actions { align-items:stretch; flex-direction:column; gap:18px; }
  .text-link { align-self:flex-start; }
  .portrait-frame img { height:470px; }
  .score-card { top:28px; width:145px; padding:13px; }
  .trust-strip { padding-block:24px; }
  .trust-strip div { padding:0 12px; }
  .trust-strip strong { font-size:28px; }
  .results-section,.programs-section,.method-section,.about-section,.reviews-section,.format-section,.faq-section,.cta-section { padding:76px 5vw; }
  .section-heading { margin-bottom:38px; }
  .results-grid { grid-template-columns:1fr; }
  .featured-result { flex-direction:column; align-items:flex-start; }
  .result-card { min-height:300px; }
  .result-score strong { font-size:62px; }
  .program-card,.price-grid article,.reviews-grid blockquote { padding:28px 24px; }
  .about-portrait { width:90vw; height:520px; }
  .credential-list div { grid-template-columns:1fr; gap:8px; }
  .rating-box { justify-self:start; }
  .steps-list li { grid-template-columns:45px 1fr; gap:10px; }
  .site-footer { gap:26px; }
  .footer-links { flex-wrap:wrap; }
  .mobile-contact { position:fixed; left:12px; right:12px; bottom:12px; z-index:20; display:flex; align-items:center; justify-content:center; gap:12px; min-height:52px; padding:14px 18px; color:white; background:var(--accent); border:1px solid rgba(255,255,255,.45); box-shadow:0 10px 30px rgba(16,42,43,.28); font-size:14px; font-weight:700; }
  .site-footer { padding-bottom:92px; }
}

@media (max-width:380px) {
  h1 { font-size:42px; }
  .brand strong { font-size:15px; }
  .hero-visual { width:90vw; }
  .portrait-frame img { height:420px; }
  .score-card { width:132px; }
  .score-card strong { font-size:34px; }
  .trust-strip { grid-template-columns:1fr; gap:0; }
  .trust-strip div,.trust-strip div:nth-child(2) { padding:16px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.16); }
  .trust-strip div:last-child { border-bottom:0; }
  .section-heading h2,.method-intro h2,.about-copy h2,.faq-section h2,.cta-section h2 { font-size:40px; }
}
