/* The Careful Optimist — Start Here visual prototype v4
   18 Aug 2026. Homepage-only layer. Other public and inner pages are untouched.
   Principle: inner discipline, outer warmth; visual anchors over decorative clutter. */

.oe-home-prototype{
  --hp-navy:#0b1d34;
  --hp-navy-2:#132b47;
  --hp-ink:#172235;
  --hp-gold:#b8892d;
  --hp-gold-light:#e1c27c;
  --hp-paper:#fbf7ef;
  --hp-cream:#f2e5cd;
  --hp-parch:#e7d1aa;
  --hp-white:#fffdfa;
  --hp-muted:#66707a;
  --hp-line:rgba(11,29,52,.16);
  --hp-shadow:0 24px 70px rgba(11,29,52,.13);
  --hp-radius:18px;
  background:var(--hp-paper);
  color:var(--hp-ink);
}
.oe-home-prototype main{overflow:hidden}
.oe-home-prototype main *{box-sizing:border-box}
.oe-home-prototype .hp-wrap{width:min(calc(100% - 56px),1160px);margin-inline:auto}
.oe-home-prototype .hp-narrow{width:min(calc(100% - 56px),850px);margin-inline:auto}
.oe-home-prototype .hp-section{position:relative;padding:92px 0}
.oe-home-prototype .hp-section--compact{padding:66px 0}
.oe-home-prototype .hp-kicker{margin:0 0 14px;color:var(--hp-gold);font:800 11px/1.2 Barlow,Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.oe-home-prototype .hp-section h2{margin:0 0 22px;color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(34px,4.25vw,54px);line-height:1.06;letter-spacing:-.015em}
.oe-home-prototype .hp-section h3{margin:0 0 10px;color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(22px,2.2vw,30px);line-height:1.12}
.oe-home-prototype .hp-section p{margin:0 0 17px;max-width:74ch;font-size:16.5px;line-height:1.7}
.oe-home-prototype .hp-lead{font-size:clamp(18px,1.6vw,21px)!important;line-height:1.58!important;color:#394657}
.oe-home-prototype .hp-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border:1px solid transparent;border-radius:5px;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.oe-home-prototype .hp-button:hover,.oe-home-prototype .hp-button:focus-visible{transform:translateY(-2px)}
.oe-home-prototype .hp-button--gold{background:var(--hp-gold-light);color:var(--hp-navy);border-color:var(--hp-gold-light)}
.oe-home-prototype .hp-button--navy{background:var(--hp-navy);color:#fff;border-color:var(--hp-navy)}
.oe-home-prototype .hp-button--outline{background:transparent;color:var(--hp-navy);border-color:rgba(11,29,52,.34)}
.oe-home-prototype .hp-small{font-size:13px!important;color:var(--hp-muted)}

/* 1 — Human recognition. The hero is a scene, not a document header. */
.oe-home-prototype .hp-hero{position:relative;min-height:650px;display:flex;align-items:stretch;background:var(--hp-navy);isolation:isolate;overflow:hidden}
.oe-home-prototype .hp-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%;z-index:-3}
.oe-home-prototype .hp-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(6,20,38,.96) 0%,rgba(6,20,38,.92) 35%,rgba(6,20,38,.58) 58%,rgba(6,20,38,.13) 77%,rgba(6,20,38,.03) 100%)}
.oe-home-prototype .hp-hero:after{content:"";position:absolute;inset:auto 0 0;height:150px;z-index:-1;background:linear-gradient(180deg,transparent,rgba(6,20,38,.42))}
.oe-home-prototype .hp-hero-inner{width:min(calc(100% - 56px),1160px);margin:auto;padding:82px 0 86px}
.oe-home-prototype .hp-hero-copy{max-width:655px;color:#f7f0e3}
.oe-home-prototype .hp-hero .hp-kicker{color:var(--hp-gold-light)}
.oe-home-prototype .hp-hero h1{margin:0 0 24px;max-width:650px;color:#fff7e8;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(45px,5.6vw,72px);font-weight:600;line-height:.99;letter-spacing:-.018em}
.oe-home-prototype .hp-hero .hp-opening{max-width:585px;margin:0 0 8px;color:#eaf0f5;font-size:clamp(18px,1.7vw,22px);line-height:1.55}
.oe-home-prototype .hp-hero .hp-opening strong{color:#fff}
.oe-home-prototype .hp-hero-promise{max-width:620px;margin:30px 0 26px;padding:22px 0 22px 24px;border-left:3px solid var(--hp-gold-light);color:#fff;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(26px,2.65vw,38px);line-height:1.14}
.oe-home-prototype .hp-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:26px}
.oe-home-prototype .hp-hero-note{margin:14px 0 0!important;color:#cdd7e1;font-size:13px!important}

/* 1b — the obvious question becomes a composed bridge. */
.oe-home-prototype .hp-question-bridge{background:var(--hp-paper);padding:72px 0 78px}
.oe-home-prototype .hp-question-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:start}
.oe-home-prototype .hp-question-card{position:relative;padding:34px 34px 36px;background:var(--hp-cream);border-radius:var(--hp-radius);box-shadow:0 14px 38px rgba(11,29,52,.06)}
.oe-home-prototype .hp-question-card span{display:block;margin-bottom:14px;color:var(--hp-gold);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.oe-home-prototype .hp-question-card blockquote{margin:0;color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(35px,4vw,50px);line-height:1.04}
.oe-home-prototype .hp-thesis{margin:28px 0 18px!important;color:var(--hp-navy)!important;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(28px,3vw,39px)!important;line-height:1.12!important;max-width:760px!important}
.oe-home-prototype .hp-balance-line{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0 20px}
.oe-home-prototype .hp-balance-line span{padding:13px 16px;background:#fff;border:1px solid var(--hp-line);border-radius:9px;color:var(--hp-navy);font-weight:700;text-align:center}
.oe-home-prototype .hp-signature{margin-top:24px!important;color:var(--hp-gold)!important;font-family:'Cormorant Garamond',Georgia,serif;font-size:26px!important;font-style:italic}

/* 2 — the film gets a real stage. */
.oe-home-prototype .hp-video-stage{background:var(--hp-white)}
.oe-home-prototype .hp-video-intro{max-width:800px;margin-bottom:32px}
.oe-home-prototype .hp-video-frame{position:relative;padding-top:56.25%;overflow:hidden;border-radius:16px;background:var(--hp-navy);box-shadow:0 28px 80px rgba(11,29,52,.17)}
.oe-home-prototype .hp-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.oe-home-prototype .hp-video-maxim{display:grid;grid-template-columns:1fr 1fr;margin:30px auto 0;max-width:920px;border-top:1px solid var(--hp-line);border-bottom:1px solid var(--hp-line)}
.oe-home-prototype .hp-video-maxim strong{padding:20px 26px;color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(23px,2.25vw,30px);font-weight:600;text-align:center}
.oe-home-prototype .hp-video-maxim strong+strong{border-left:1px solid var(--hp-line)}
.oe-home-prototype .hp-video-after{max-width:760px;margin:24px auto 0!important;text-align:center}
.oe-home-prototype .hp-transcript{max-width:920px;margin:20px auto 0;border-top:1px solid var(--hp-line)}
.oe-home-prototype .hp-transcript summary{padding:14px 0;cursor:pointer;color:var(--hp-navy);font-weight:700}
.oe-home-prototype .hp-transcript>div{padding:8px 0 4px}

/* 3 — simplified intellectual anchor; designed in HTML so machines and people read the same structure. */
.oe-home-prototype .hp-journey{background:var(--hp-cream)}
.oe-home-prototype .hp-journey-head{max-width:760px;margin-bottom:38px}
.oe-home-prototype .hp-journey-canvas{position:relative;display:grid;grid-template-columns:1.15fr repeat(5,.82fr) 1.15fr;align-items:center;gap:0;min-height:245px;padding:40px 28px;background:#fff;border:1px solid rgba(184,137,45,.2);border-radius:20px;box-shadow:0 20px 56px rgba(11,29,52,.08)}
.oe-home-prototype .hp-journey-canvas:before{content:"";position:absolute;left:10%;right:10%;top:119px;height:2px;background:linear-gradient(90deg,var(--hp-gold),#dcc590,var(--hp-gold));z-index:0}
.oe-home-prototype .hp-journey-end,.oe-home-prototype .hp-journey-step{position:relative;z-index:1;text-align:center}
.oe-home-prototype .hp-journey-end strong{display:block;color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;line-height:1.08}
.oe-home-prototype .hp-journey-end span{display:block;margin-top:8px;color:var(--hp-muted);font-size:12px;line-height:1.35}
.oe-home-prototype .hp-journey-end--poster:before,.oe-home-prototype .hp-journey-end--pocket:before{content:"";display:block;width:72px;height:88px;margin:0 auto 15px;border:2px solid var(--hp-gold);border-radius:8px;background:linear-gradient(155deg,var(--hp-navy),var(--hp-navy-2));box-shadow:0 12px 26px rgba(11,29,52,.12)}
.oe-home-prototype .hp-journey-end--pocket:before{height:66px;border-radius:8px 8px 20px 20px;background:linear-gradient(155deg,#112d4e,#0b1d34)}
.oe-home-prototype .hp-step-dot{width:58px;height:58px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;background:var(--hp-paper);border:2px solid var(--hp-gold);color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;font-weight:700;box-shadow:0 0 0 7px #fff}
.oe-home-prototype .hp-journey-step strong{display:block;color:var(--hp-navy);font-size:13px;letter-spacing:.05em}
.oe-home-prototype .hp-journey-step p{display:none}
.oe-home-prototype .hp-journey-details{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.oe-home-prototype .hp-journey-details article{padding:18px 18px 16px;border-top:2px solid var(--hp-gold);background:rgba(255,255,255,.58)}
.oe-home-prototype .hp-journey-details h3{font-size:22px!important}
.oe-home-prototype .hp-journey-details p{font-size:14px!important;line-height:1.55!important;margin:0!important}
.oe-home-prototype .hp-center-note{max-width:860px;margin:28px auto 0!important;text-align:center;color:#4e5964}

/* 4 — show the work; strong contrast without turning it into a consulting slide. */
.oe-home-prototype .hp-demo{background:var(--hp-white)}
.oe-home-prototype .hp-demo-grid{display:grid;grid-template-columns:1fr .88fr;gap:64px;align-items:start}
.oe-home-prototype .hp-poster-card{padding:30px;background:var(--hp-navy);border-radius:16px;color:#fff;box-shadow:var(--hp-shadow)}
.oe-home-prototype .hp-poster-label{color:var(--hp-gold-light);font-size:10px;font-weight:900;letter-spacing:.16em}
.oe-home-prototype .hp-poster-number{margin:10px 0 22px;color:#fff7e8;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(52px,7vw,78px);line-height:.95}
.oe-home-prototype .hp-poster-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;list-style:none}
.oe-home-prototype .hp-poster-list li{padding:10px 0;border-top:1px solid rgba(255,255,255,.16);color:#d8e1e8;font-size:14px}
.oe-home-prototype .hp-better-question{max-width:930px;margin:44px auto 0;padding:26px 30px;border-left:4px solid var(--hp-gold);background:var(--hp-cream);border-radius:0 13px 13px 0}
.oe-home-prototype .hp-better-question span{display:block;margin-bottom:6px;color:var(--hp-gold);font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.oe-home-prototype .hp-better-question strong{color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(25px,2.6vw,34px);font-weight:600;line-height:1.18}
.oe-home-prototype .hp-decision-sheet{display:grid;grid-template-columns:180px 1fr;max-width:980px;margin:34px auto 0;background:#fff;border:1px solid var(--hp-line);border-radius:16px;overflow:hidden;box-shadow:0 18px 48px rgba(11,29,52,.08)}
.oe-home-prototype .hp-decision-sheet .label,.oe-home-prototype .hp-decision-sheet .value{padding:18px 22px;border-top:1px solid var(--hp-line)}
.oe-home-prototype .hp-decision-sheet .label:nth-child(-n+2),.oe-home-prototype .hp-decision-sheet .value:nth-child(-n+2){border-top:0}
.oe-home-prototype .hp-decision-sheet .label{color:var(--hp-gold);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;background:#fbf8f2}
.oe-home-prototype .hp-decision-sheet .value{font-size:15px;line-height:1.6}
.oe-home-prototype .hp-decision-sheet .value strong{color:var(--hp-navy)}
.oe-home-prototype .hp-decision-sheet .label--position,.oe-home-prototype .hp-decision-sheet .value--position{background:var(--hp-cream)}
.oe-home-prototype .hp-demo-note{text-align:center;margin:16px auto 0!important;font-size:12.5px!important;color:var(--hp-muted)}

/* 5 — intentional visual rest. */
.oe-home-prototype .hp-output{background:var(--hp-paper)}
.oe-home-prototype .hp-output-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:end;margin-bottom:34px}
.oe-home-prototype .hp-output-intro h2{margin-bottom:0}
.oe-home-prototype .hp-output-manifest{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--hp-line)}
.oe-home-prototype .hp-output-item{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:24px 24px 24px 0;border-bottom:1px solid var(--hp-line)}
.oe-home-prototype .hp-output-item:nth-child(even){padding-left:28px;border-left:1px solid var(--hp-line)}
.oe-home-prototype .hp-output-item span{color:var(--hp-gold);font-family:'Cormorant Garamond',Georgia,serif;font-size:31px;line-height:1}
.oe-home-prototype .hp-output-item h3{font-size:24px!important;margin-bottom:5px!important}
.oe-home-prototype .hp-output-item p{margin:0!important;font-size:14.5px!important}
.oe-home-prototype .hp-output-callout{max-width:900px;margin:34px auto 0;padding:24px 28px;background:#fff;border-left:4px solid var(--hp-gold)}
.oe-home-prototype .hp-output-callout h3{font-size:27px!important}

/* 6 — meaning. The background change is the image. */
.oe-home-prototype .hp-philosophy{background:radial-gradient(circle at 80% 15%,rgba(225,194,124,.10),transparent 28%),linear-gradient(155deg,var(--hp-navy-2),var(--hp-navy));color:#dfe7ee;padding:104px 0}
.oe-home-prototype .hp-philosophy h2{color:#fff7e8;font-size:clamp(40px,5vw,62px)}
.oe-home-prototype .hp-philosophy .hp-kicker{color:var(--hp-gold-light)}
.oe-home-prototype .hp-philosophy .hp-lead,.oe-home-prototype .hp-philosophy p{color:#d8e1e8}
.oe-home-prototype .hp-two-voices{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:36px 0}
.oe-home-prototype .hp-two-voices div{padding:20px 22px;border:1px solid rgba(225,194,124,.28);border-radius:10px;background:rgba(255,255,255,.04)}
.oe-home-prototype .hp-two-voices span{display:block;color:#aebdca;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.oe-home-prototype .hp-two-voices strong{display:block;margin-top:6px;color:var(--hp-gold-light);font-family:'Cormorant Garamond',Georgia,serif;font-size:31px}
.oe-home-prototype .hp-look-again{margin:34px 0 15px!important;color:#fff!important;font-size:clamp(29px,3.2vw,41px)!important}
.oe-home-prototype .hp-look-again em{color:var(--hp-gold-light);font-weight:500}
.oe-home-prototype .hp-principle{margin:38px 0 24px;padding:20px 0 20px 24px;border-left:3px solid var(--hp-gold-light);color:#fff7e8;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(27px,3vw,39px);line-height:1.2}

/* 7 — proof is an inspectable object. */
.oe-home-prototype .hp-proof{background:var(--hp-white)}
.oe-home-prototype .hp-proof-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:68px;align-items:center}
.oe-home-prototype .hp-proof-list{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:28px 0 26px;border-top:1px solid var(--hp-line)}
.oe-home-prototype .hp-proof-list span{padding:14px 14px 14px 0;border-bottom:1px solid var(--hp-line);font-size:14px}
.oe-home-prototype .hp-proof-list span:nth-child(even){padding-left:18px;border-left:1px solid var(--hp-line)}
.oe-home-prototype .hp-evidence-rail{padding:34px 30px;background:var(--hp-navy);border-radius:16px;box-shadow:var(--hp-shadow)}
.oe-home-prototype .hp-evidence-rail small{color:var(--hp-gold-light);font-size:10px;font-weight:900;letter-spacing:.16em}
.oe-home-prototype .hp-evidence-step{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.oe-home-prototype .hp-evidence-step:last-child{border-bottom:0}
.oe-home-prototype .hp-evidence-step b{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--hp-gold-light);border-radius:50%;color:var(--hp-gold-light);font-size:12px}
.oe-home-prototype .hp-evidence-step strong{color:#fff7e8;font-family:'Cormorant Garamond',Georgia,serif;font-size:24px}
.oe-home-prototype .hp-evidence-step em{display:block;color:#aebdca;font-size:12px;font-style:normal;margin-top:3px}

/* 8 — accountability: real human presence, strongly composed. */
.oe-home-prototype .hp-founder{background:var(--hp-cream)}
.oe-home-prototype .hp-founder-grid{display:grid;grid-template-columns:330px 1fr;gap:70px;align-items:start}
.oe-home-prototype .hp-founder-visual{position:relative;padding:22px 22px 50px;background:var(--hp-navy);border-radius:18px;box-shadow:var(--hp-shadow)}
.oe-home-prototype .hp-founder-visual img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;border-radius:10px}
.oe-home-prototype .hp-founder-visual figcaption{padding-top:16px;color:#fff}
.oe-home-prototype .hp-founder-visual figcaption strong{display:block;color:#fff7e8;font-family:'Cormorant Garamond',Georgia,serif;font-size:27px}
.oe-home-prototype .hp-founder-visual figcaption span{display:block;color:#aebdca;font-size:12px}
.oe-home-prototype .hp-founder-copy blockquote{margin:24px 0;padding:12px 0 12px 20px;border-left:3px solid var(--hp-gold);color:var(--hp-navy);font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(27px,3vw,36px);line-height:1.15}
.oe-home-prototype .hp-founder-copy h3{margin-top:28px;font-size:clamp(27px,3vw,37px)!important}

/* 9 — the Decision Check becomes tangible without invented worksheet content. */
.oe-home-prototype .hp-form-section{background:#fff}
.oe-home-prototype .hp-form-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}
.oe-home-prototype .hp-product-stage{position:relative;min-height:620px;display:grid;place-items:center;padding:50px 38px;background:linear-gradient(155deg,var(--hp-navy-2),var(--hp-navy));border-radius:20px;overflow:hidden;box-shadow:var(--hp-shadow)}
.oe-home-prototype .hp-product-stage:before,.oe-home-prototype .hp-product-stage:after{content:"";position:absolute;width:54%;height:72%;background:#f7edda;border-radius:5px;box-shadow:0 16px 38px rgba(0,0,0,.18);transform:rotate(5deg) translate(24px,-8px)}
.oe-home-prototype .hp-product-stage:after{transform:rotate(-4deg) translate(-24px,6px);background:#fffaf0}
.oe-home-prototype .hp-product-cover{position:relative;z-index:2;width:min(82%,310px);filter:drop-shadow(0 22px 38px rgba(0,0,0,.27))}
.oe-home-prototype .hp-product-badge{position:absolute;z-index:3;left:28px;bottom:25px;padding:9px 12px;border:1px solid rgba(225,194,124,.42);border-radius:5px;color:var(--hp-gold-light);background:rgba(11,29,52,.82);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.oe-home-prototype .hp-form-card{padding:0}
.oe-home-prototype .hp-product-name{margin:24px 0;padding:18px 0;border-block:1px solid var(--hp-line)}
.oe-home-prototype .hp-product-name em{display:block;color:var(--hp-gold);font-family:'Cormorant Garamond',Georgia,serif;font-size:27px}
.oe-home-prototype .hp-product-name strong{display:block;color:var(--hp-navy);font-size:14px;letter-spacing:.05em;text-transform:uppercase}
.oe-home-prototype .oe-form{margin-top:26px}
.oe-home-prototype .oe-form label{font-size:13px;font-weight:700;color:var(--hp-navy)}
.oe-home-prototype .oe-form input[type="text"],.oe-home-prototype .oe-form input[type="email"]{width:100%;min-height:48px;padding:12px 13px;border:1px solid #cfc5b5;border-radius:7px;background:#fff;font:inherit}
.oe-home-prototype .oe-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.oe-home-prototype .oe-consent{display:grid!important;grid-template-columns:auto 1fr;gap:10px;align-items:start;margin:14px 0;padding:14px 15px;background:var(--hp-paper);border:1px solid var(--hp-line);border-radius:8px;font-weight:400!important}
.oe-home-prototype .oe-consent input{margin-top:5px}
.oe-home-prototype .oe-consent span{font-size:12.5px;line-height:1.5;color:#59636e}
.oe-home-prototype .oe-button.oe-button--wide{width:100%;min-height:50px}
.oe-home-prototype .hp-three-line{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:var(--hp-muted);font-size:12px}
.oe-home-prototype .hp-three-line strong:before{content:"✓";margin-right:5px;color:var(--hp-gold)}

/* 10 — quiet close, not another pitch. */
.oe-home-prototype .hp-close{background:linear-gradient(180deg,var(--hp-paper),var(--hp-cream));text-align:center}
.oe-home-prototype .hp-close h2{max-width:820px;margin-inline:auto}
.oe-home-prototype .hp-close .hp-lead{max-width:720px;margin-inline:auto}
.oe-home-prototype .hp-options{display:grid;grid-template-columns:repeat(3,1fr);max-width:970px;margin:34px auto;border-block:1px solid var(--hp-line)}
.oe-home-prototype .hp-options article{padding:24px 26px;text-align:left}
.oe-home-prototype .hp-options article+article{border-left:1px solid var(--hp-line)}
.oe-home-prototype .hp-options h3{font-size:24px!important}
.oe-home-prototype .hp-options p{font-size:14px!important;line-height:1.55!important;margin-bottom:0!important}
.oe-home-prototype .hp-choice{margin:25px auto 20px!important;color:var(--hp-navy)!important;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(26px,2.7vw,34px)!important}

/* Remove generic V3 separators on the homepage. Chapter changes are made by environment and composition. */
.oe-home-prototype main section+section:before{display:none!important}

@media(max-width:980px){
  .oe-home-prototype .hp-hero:before{background:linear-gradient(90deg,rgba(6,20,38,.95) 0%,rgba(6,20,38,.86) 53%,rgba(6,20,38,.28) 100%)}
  .oe-home-prototype .hp-question-grid,.oe-home-prototype .hp-demo-grid,.oe-home-prototype .hp-output-intro,.oe-home-prototype .hp-proof-grid,.oe-home-prototype .hp-founder-grid,.oe-home-prototype .hp-form-grid{grid-template-columns:1fr;gap:38px}
  .oe-home-prototype .hp-question-card{max-width:560px}
  .oe-home-prototype .hp-journey-canvas{grid-template-columns:1fr repeat(5,.78fr) 1fr;padding-inline:16px}
  .oe-home-prototype .hp-step-dot{width:48px;height:48px;font-size:15px}
  .oe-home-prototype .hp-founder-visual{max-width:390px}
  .oe-home-prototype .hp-product-stage{min-height:520px;max-width:520px;width:100%}
}

@media(max-width:760px){
  .oe-home-prototype .hp-wrap,.oe-home-prototype .hp-narrow,.oe-home-prototype .hp-hero-inner{width:min(calc(100% - 34px),1160px)}
  .oe-home-prototype .hp-section{padding:68px 0}
  .oe-home-prototype .hp-section--compact{padding:52px 0}
  .oe-home-prototype .hp-hero{min-height:720px}
  .oe-home-prototype .hp-hero-image{object-position:67% center}
  .oe-home-prototype .hp-hero:before{background:linear-gradient(90deg,rgba(6,20,38,.96) 0%,rgba(6,20,38,.89) 66%,rgba(6,20,38,.42) 100%)}
  .oe-home-prototype .hp-hero-inner{padding:62px 0 70px}
  .oe-home-prototype .hp-hero-copy{max-width:580px}
  .oe-home-prototype .hp-question-grid{gap:30px}
  .oe-home-prototype .hp-balance-line,.oe-home-prototype .hp-video-maxim,.oe-home-prototype .hp-two-voices,.oe-home-prototype .hp-output-manifest,.oe-home-prototype .hp-proof-list,.oe-home-prototype .hp-options{grid-template-columns:1fr}
  .oe-home-prototype .hp-video-maxim strong+strong,.oe-home-prototype .hp-output-item:nth-child(even),.oe-home-prototype .hp-proof-list span:nth-child(even),.oe-home-prototype .hp-options article+article{border-left:0}
  .oe-home-prototype .hp-video-maxim strong+strong{border-top:1px solid var(--hp-line)}
  .oe-home-prototype .hp-output-item:nth-child(even),.oe-home-prototype .hp-proof-list span:nth-child(even){padding-left:0}
  .oe-home-prototype .hp-options article+article{border-top:1px solid var(--hp-line)}
  .oe-home-prototype .hp-journey-canvas{grid-template-columns:1fr;gap:0;padding:24px}
  .oe-home-prototype .hp-journey-canvas:before{display:none}
  .oe-home-prototype .hp-journey-end,.oe-home-prototype .hp-journey-step{display:grid;grid-template-columns:64px 1fr;gap:16px;text-align:left;align-items:center;padding:13px 0;border-bottom:1px solid var(--hp-line)}
  .oe-home-prototype .hp-journey-end:last-child{border-bottom:0}
  .oe-home-prototype .hp-journey-end--poster:before,.oe-home-prototype .hp-journey-end--pocket:before{width:52px;height:58px;margin:0}
  .oe-home-prototype .hp-journey-end--pocket:before{height:46px}
  .oe-home-prototype .hp-step-dot{margin:0;box-shadow:none}
  .oe-home-prototype .hp-journey-step strong{font-size:15px}
  .oe-home-prototype .hp-journey-details{grid-template-columns:1fr;gap:10px}
  .oe-home-prototype .hp-decision-sheet{grid-template-columns:1fr}
  .oe-home-prototype .hp-decision-sheet .label,.oe-home-prototype .hp-decision-sheet .value{border-top:0}
  .oe-home-prototype .hp-decision-sheet .label{padding-bottom:5px}
  .oe-home-prototype .hp-decision-sheet .value{padding-top:0;border-bottom:1px solid var(--hp-line)}
  .oe-home-prototype .hp-form-grid{gap:44px}
  .oe-home-prototype .oe-fields{grid-template-columns:1fr}
}

@media(max-width:520px){
  .oe-home-prototype .hp-hero{min-height:760px}
  .oe-home-prototype .hp-hero-image{object-position:70% center}
  .oe-home-prototype .hp-hero:before{background:linear-gradient(180deg,rgba(6,20,38,.95) 0%,rgba(6,20,38,.87) 65%,rgba(6,20,38,.62) 100%)}
  .oe-home-prototype .hp-hero-promise{padding-left:18px}
  .oe-home-prototype .hp-question-card{padding:28px 24px}
  .oe-home-prototype .hp-product-stage{min-height:450px;padding:34px 24px}
  .oe-home-prototype .hp-product-stage:before,.oe-home-prototype .hp-product-stage:after{width:60%;height:65%}
  .oe-home-prototype .hp-three-line{display:grid;gap:6px}
}
.oe-home-prototype .hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}


/* 19 Aug 2026 — homepage aligned to the revised From the Poster to Your Pocket film. */
.oe-home-prototype .hp-story-visual{margin:34px 0 0}
.oe-home-prototype .hp-story-visual img{display:block;width:100%;height:auto;border-radius:18px;box-shadow:0 24px 62px rgba(11,29,52,.12);border:1px solid rgba(184,137,45,.18)}
.oe-home-prototype .hp-story-visual figcaption{margin:11px 4px 0;color:var(--hp-muted);font-size:12px;line-height:1.5;text-align:right}
.oe-home-prototype .hp-journey-details--script{margin-top:30px}
.oe-home-prototype .hp-demo--whole-picture{background:var(--hp-white)}
.oe-home-prototype .hp-demo-heading{max-width:850px;margin-bottom:26px}
.oe-home-prototype .hp-story-visual--whole-picture{margin-top:18px}
.oe-home-prototype .hp-decision-sheet--whole-picture{margin-top:30px}
@media(max-width:760px){.oe-home-prototype .hp-story-visual{margin-top:24px}.oe-home-prototype .hp-story-visual figcaption{text-align:left}}
