:root{
  --bg:#f2ede4;
  --paper:#fbf8f2;
  --ink:#20242b;
  --muted:#66707c;
  --line:#d9d1c1;
  --accent:#8f4038;
  --accent-dark:#71302a;
  --wash:#e8e0d2;
  --shadow:0 18px 50px rgba(32,36,43,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'Public Sans',sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;display:block}
.site-shell{max-width:1160px;margin:0 auto;padding:0 48px}
.editorial{font-family:'Cormorant Garamond',serif}
.kicker{font-size:12px;line-height:1.3;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}
.display{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,7vw,88px);line-height:.98;letter-spacing:-.025em;font-weight:600;margin:0}
.page-title{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.02em;font-weight:600;margin:0}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,5vw,58px);line-height:1.02;letter-spacing:-.018em;font-weight:600;margin:0}
.lede{font-size:17px;line-height:1.75;color:#424b56;max-width:700px}
.small{font-size:13px;color:var(--muted);line-height:1.55}
.rule{border-top:1px solid var(--line)}
.section{padding:92px 0}
.section.compact{padding:68px 0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:700;border:1px solid var(--ink);transition:.18s ease}
.button.primary{background:var(--ink);color:#fff}
.button.secondary{border-color:#bcb3a3;background:transparent}
.button:hover{transform:translateY(-1px)}
.text-link{font-weight:700;color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(143,64,56,.35)}

/* nav */
.site-nav{max-width:1160px;margin:0 auto;padding:24px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:13px}
.brand{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;text-decoration:none;white-space:nowrap}
.nav-links{display:flex;align-items:center;gap:24px}
.nav-links a{text-decoration:none;color:#56606b}
.nav-links a:hover{color:var(--accent)}
.nav-actions{display:flex;align-items:center;gap:10px}
.nav-toggle{display:none;border:0;background:transparent;font-size:26px;color:var(--ink);padding:4px}

/* home hero */
.hero{padding:44px 0 60px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:64px;align-items:end}
.hero-copy .kicker{margin-bottom:20px;color:#626d79}
.hero-copy .display .accent{color:var(--accent)}
.hero-copy .lede{margin:26px 0 28px;font-size:18px;max-width:650px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.video-card{background:var(--paper);border-radius:24px;padding:18px;box-shadow:var(--shadow)}
.video-label{font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--accent);margin:2px 4px 12px}
.video-facade{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4/5;cursor:pointer;background:#ddd}
.video-facade img{width:100%;height:100%;object-fit:cover}
.video-facade .play{position:absolute;inset:auto auto 18px 18px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);font-size:17px;box-shadow:0 8px 28px rgba(0,0,0,.15)}
.video-caption{font-family:'Cormorant Garamond',serif;font-size:21px;line-height:1.25;margin:18px 4px 5px}
.video-caption span{display:block;font-family:'Public Sans',sans-serif;font-size:11px;color:var(--muted);margin-top:8px}
.video-embed{aspect-ratio:16/9;border-radius:18px;overflow:hidden}
.video-embed iframe{width:100%;height:100%;border:0}

/* ai */
.ai-stage{background:var(--paper);border-radius:30px;padding:38px;box-shadow:var(--shadow);display:grid;grid-template-columns:.68fr 1.32fr;gap:44px;align-items:start}
.ai-copy h2{font-family:'Cormorant Garamond',serif;font-size:46px;line-height:1.02;margin:10px 0 18px}
.ai-copy p{font-size:15px;line-height:1.75;color:#4d5661}
.ai-box{background:#f5f0e6;border:1px solid #e2d9ca;border-radius:22px;padding:22px}
.chat-input-row{display:flex;gap:12px;align-items:center}
.chat-input-row input{width:100%;border:0;border-bottom:1px solid #c9bfaf;background:transparent;padding:11px 2px;font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--ink);outline:none}
.chat-send{width:42px;height:42px;border-radius:50%;border:0;background:var(--ink);color:#fff;font-size:19px;cursor:pointer;flex:0 0 auto}
.prompt-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.prompt{border:1px solid #d8cfbe;background:#e8e0d1;border-radius:999px;padding:10px 14px;font-size:12.5px;line-height:1.25;text-align:left;cursor:pointer;color:var(--ink)}
.prompt:nth-child(3){grid-column:1/-1}
#chatAnswer{display:none;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:14px;line-height:1.65}
.answer-entry{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}
.answer-entry:last-child{border-bottom:0}
.answer-q{font-weight:700;margin-bottom:7px}
.answer-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px}
.answer-links a{font-size:12px;font-weight:700;color:var(--accent);text-decoration:none}

/* philosophy */
.philosophy-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:50px}
.philosophy-head .lede{max-width:540px;margin:0}
.philosophy-grid{display:grid;grid-template-columns:1.35fr .825fr .825fr;gap:18px}
.idea{border-top:2px solid var(--ink);padding-top:18px}
.idea.primary{border-color:var(--accent)}
.idea .num{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--muted);text-transform:uppercase;margin-bottom:16px}
.idea h3{font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1.02;margin:0 0 14px}
.idea p{font-size:14px;line-height:1.7;color:#4f5863;margin:0}
.comma-demo{font-family:'Cormorant Garamond',serif;font-size:31px;line-height:1;margin:22px 0 16px}
.comma-demo strong{font-weight:700;color:var(--accent)}
.comma-note{font-size:11px;color:#7b838d;margin-top:16px}

/* career arc */
.arc-header{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:end;margin-bottom:40px}
.arc-rail{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.arc-step{padding:28px 24px 30px;border-right:1px solid var(--line)}
.arc-step:last-child{border-right:0}
.arc-step .word{font-family:'Cormorant Garamond',serif;font-size:36px;color:var(--accent);font-weight:600}
.arc-step p{font-size:13px;line-height:1.65;color:#525c67;margin:14px 0 0}

/* metrics */
.metrics{background:#1f242b;color:#f7f3eb;margin:0 -48px;padding:64px 48px;border-radius:26px}
.metrics .kicker{color:#d9a39d}
.metrics .section-title{max-width:730px;margin:10px 0 44px}
.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.metric strong{display:block;font-family:'Cormorant Garamond',serif;font-size:54px;line-height:1;color:#fff;font-weight:600}
.metric span{display:block;font-size:12px;line-height:1.5;color:#c8cbd0;margin-top:8px}
.metric-sub{margin-top:32px;padding-top:26px;border-top:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.metric-sub div{font-size:13px;line-height:1.55;color:#d5d7da}
.metric-sub b{color:#fff}

/* value */
.value-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px}
.value-list{border-top:1px solid var(--line)}
.value-row{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:23px 0;border-bottom:1px solid var(--line)}
.value-row h3{font-family:'Cormorant Garamond',serif;font-size:24px;margin:0}
.value-row p{font-size:14px;line-height:1.65;color:#525c67;margin:0}

/* role */
.role-band{background:var(--wash);border-radius:26px;padding:42px 46px;display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:center}
.role-band .section-title{font-size:48px}
.role-band p{font-size:15px;line-height:1.75;color:#4c5661;margin:0 0 16px}

/* testimonial */
.quote-feature{padding:22px 0 0;max-width:900px}
.quote-feature blockquote{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,4.2vw,48px);line-height:1.13;margin:0}
.quote-feature cite{display:block;font-style:normal;font-size:12px;color:var(--muted);margin-top:20px}

/* photo strip */
.photo-story{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:240px 240px;gap:12px;margin-top:36px}
.photo-story img{width:100%;height:100%;object-fit:cover;border-radius:16px}
.photo-story .lead{grid-row:1/3}

/* build + rowing */
.dual{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.feature-card{background:var(--paper);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.feature-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.feature-card .body{padding:28px}
.feature-card h3{font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1.02;margin:0 0 13px}
.feature-card p{font-size:14px;line-height:1.7;color:#525b66}

/* CTA/footer */
.final-cta{text-align:center;padding:108px 0 96px}
.final-cta .section-title{font-size:clamp(46px,6vw,76px);max-width:850px;margin:0 auto 20px}
.final-cta p{max-width:620px;margin:0 auto 28px;color:#56606c;line-height:1.7}
.site-footer{border-top:1px solid var(--line);max-width:1160px;margin:0 auto;padding:28px 48px 40px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}
.site-footer a{color:var(--muted)}

/* interior pages */
.page-hero{padding:62px 0 54px;display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;align-items:end}
.page-hero .lede{margin:0}
.prose{max-width:760px}
.prose p{font-size:16px;line-height:1.85;color:#444e59;margin:0 0 22px}
.prose h2{font-family:'Cormorant Garamond',serif;font-size:38px;line-height:1.05;margin:58px 0 18px}
.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.role-card{background:var(--paper);border-radius:18px;padding:24px}
.role-card h3{font-family:'Cormorant Garamond',serif;font-size:29px;line-height:1.02;margin:0 0 12px}
.role-card p{font-size:13px;line-height:1.7;color:#535d68;margin:0}
.testimonial-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.testimonial{background:var(--paper);border-radius:20px;padding:28px}
.testimonial p{font-family:'Cormorant Garamond',serif;font-size:24px;line-height:1.25;margin:0}
.testimonial .who{font-family:'Public Sans',sans-serif;font-size:11px;color:var(--muted);margin-top:16px;line-height:1.5}
.media-list{border-top:1px solid var(--line)}
.media-item{display:grid;grid-template-columns:180px 1fr;gap:28px;padding:28px 0;border-bottom:1px solid var(--line)}
.media-item .meta{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.media-item h2{font-family:'Cormorant Garamond',serif;font-size:30px;margin:0 0 8px}
.media-item h2 a{text-decoration:none}
.media-item p{font-size:14px;line-height:1.7;color:#525c67;margin:0}
.contact-panel{background:var(--paper);border-radius:26px;padding:38px;max-width:760px;box-shadow:var(--shadow)}
.contact-panel label{font-size:12px;font-weight:700;color:#4b5560}
.contact-panel input,.contact-panel textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:12px 0;margin:4px 0 20px;font:inherit;outline:none}
.contact-panel textarea{min-height:120px;resize:vertical}

@media(max-width:900px){
  .site-nav{padding:20px 24px;flex-wrap:wrap}.nav-toggle{display:block}.nav-links,.nav-actions{display:none;width:100%}.site-nav.open .nav-links,.site-nav.open .nav-actions{display:flex}.nav-links{flex-direction:column;align-items:flex-start;gap:12px}.nav-actions{padding-top:4px;flex-wrap:wrap}.site-shell{padding:0 24px}.hero,.ai-stage,.philosophy-head,.arc-header,.value-layout,.role-band,.page-hero{grid-template-columns:1fr}.hero{gap:34px}.video-card{max-width:430px}.ai-stage{padding:28px}.philosophy-grid{grid-template-columns:1fr}.arc-rail{grid-template-columns:1fr 1fr}.arc-step:nth-child(2){border-right:0}.arc-step:nth-child(-n+2){border-bottom:1px solid var(--line)}.metrics{margin:0;padding:48px 26px}.metrics-grid{grid-template-columns:1fr 1fr}.metric-sub{grid-template-columns:1fr}.value-row{grid-template-columns:1fr}.photo-story{grid-template-columns:1fr 1fr;grid-template-rows:220px 180px 180px}.photo-story .lead{grid-column:1/-1;grid-row:auto}.dual,.testimonial-list,.role-grid{grid-template-columns:1fr}.media-item{grid-template-columns:1fr;gap:8px}.site-footer{padding:28px 24px}.page-hero{gap:18px}
}
@media(max-width:560px){
  .display{font-size:48px}.section{padding:70px 0}.hero{padding-top:24px}.hero-copy .lede{font-size:16px}.ai-stage{margin:0 -4px;padding:24px 18px;border-radius:22px}.ai-copy h2{font-size:39px}.prompt-grid{grid-template-columns:1fr}.prompt:nth-child(3){grid-column:auto}.arc-rail{grid-template-columns:1fr}.arc-step{border-right:0;border-bottom:1px solid var(--line)}.arc-step:last-child{border-bottom:0}.metrics-grid{grid-template-columns:1fr 1fr}.metric strong{font-size:45px}.role-band{padding:30px 24px}.role-band .section-title{font-size:40px}.photo-story{display:grid;grid-template-columns:1fr;grid-template-rows:none}.photo-story img{aspect-ratio:4/3;height:auto}.feature-card .body{padding:22px}.final-cta{padding:84px 0 72px}.site-footer{flex-direction:column}.testimonial p{font-size:21px}
}

/* v2: About + Experience */
.about-hero{align-items:start}
.about-portrait{margin-top:28px;max-width:360px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.about-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover}
.about-split{display:grid;grid-template-columns:.72fr 1.28fr;gap:64px;align-items:start}
.pull-statement{font-family:'Cormorant Garamond',serif;font-size:36px;line-height:1.08;color:var(--accent);margin-top:30px;max-width:640px}
.about-dual .feature-card .body{min-height:330px}
.experience-feature{background:var(--paper);border-radius:28px;padding:40px;box-shadow:var(--shadow)}
.experience-feature-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;align-items:end;padding-bottom:30px;border-bottom:1px solid var(--line)}
.experience-role{font-size:13px;color:var(--muted);margin-top:10px}
.experience-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.experience-metrics strong{display:block;font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1;color:var(--accent)}
.experience-metrics span{display:block;font-size:11px;line-height:1.45;color:var(--muted);margin-top:6px}
.experience-copy>p{font-size:16px;line-height:1.8;color:#444e59;margin:28px 0}
.evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.evidence-grid>div{padding:20px 0;border-top:1px solid var(--line)}
.evidence-grid h3{font-family:'Cormorant Garamond',serif;font-size:26px;margin:0 0 8px}
.evidence-grid p{font-size:13px;line-height:1.65;color:#535d68;margin:0}
.campus-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:end;margin-bottom:40px}
.campus-head .lede{margin:0}
.timeline{border-top:1px solid var(--line)}
.timeline-item{display:grid;grid-template-columns:150px 1fr;gap:32px;padding:30px 0;border-bottom:1px solid var(--line)}
.timeline-meta{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);padding-top:5px}
.timeline-item h3{font-family:'Cormorant Garamond',serif;font-size:31px;margin:0 0 10px}
.timeline-item p{font-size:14px;line-height:1.75;color:#505a65;margin:0}
.credential-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.credential-grid h3{font-family:'Cormorant Garamond',serif;font-size:24px;line-height:1.12;margin:20px 0 6px}
.credential-grid p{font-size:13.5px;line-height:1.65;color:#56606a;margin:0 0 14px}

@media(max-width:900px){
  .about-split,.experience-feature-head,.campus-head{grid-template-columns:1fr}
  .experience-metrics{grid-template-columns:1fr 1fr}
  .credential-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .experience-feature{padding:26px 20px;border-radius:22px}
  .experience-metrics{grid-template-columns:1fr 1fr}
  .evidence-grid{grid-template-columns:1fr}
  .timeline-item{grid-template-columns:1fr;gap:8px}
  .pull-statement{font-size:31px}
}

/* v2.1 philosophy + build-process refinements */
.philosophy-grid.four{grid-template-columns:repeat(4,1fr)}
.idea.human{border-color:#7d6d58}
.idea .inline-link{display:inline;color:var(--accent);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(151,60,52,.3)}
.idea .inline-link:hover{border-bottom-color:var(--accent)}
.build-shot{position:relative;height:300px;overflow:hidden;background:linear-gradient(180deg,#e7dfd2 0%,#f4f0e8 100%);padding:40px 24px 0;display:flex;justify-content:center;align-items:flex-start}
.build-shot img{display:block;width:215px;max-width:58%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:28px 28px 0 0;box-shadow:0 18px 45px rgba(33,31,28,.18);border:1px solid rgba(255,255,255,.85)}
.build-shot-label{position:absolute;top:14px;left:18px;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#746c62}
.feature-card .feature-photo{width:100%;aspect-ratio:16/9;object-fit:cover}
@media(max-width:900px){.philosophy-grid.four{grid-template-columns:1fr 1fr}.build-shot{height:280px}}
@media(max-width:620px){.philosophy-grid.four{grid-template-columns:1fr}.build-shot{height:270px;padding-top:38px}.build-shot img{width:190px;max-width:62%}}

/* business outcomes */
.results-label{margin-top:36px;padding-top:28px;border-top:1px solid rgba(255,255,255,.15);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#d9a39d}
.results-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-top:20px}
.result{min-width:0}
.result strong{display:block;font-family:'Cormorant Garamond',serif;font-size:36px;line-height:1;color:#fff;margin-bottom:8px}
.result strong em{font-family:'Public Sans',sans-serif;font-size:.62em;font-style:normal;color:#d9a39d;vertical-align:.08em}
.result span{display:block;font-size:11px;line-height:1.5;color:#d5d7da}
.impact-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.impact-tags span,.impact-inline{display:inline-block;border:1px solid rgba(151,60,52,.24);background:rgba(151,60,52,.07);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:700;line-height:1.25;color:var(--accent)}
.metrics .impact-tags span{border-color:rgba(217,163,157,.35);background:rgba(217,163,157,.08);color:#f0c0ba}
.impact-tags b{font-size:15px;line-height:0;vertical-align:-1px}
.impact-inline{margin-left:7px;padding:4px 8px;font-size:10px;white-space:nowrap}

/* clearly present build-process screenshots as iPhone captures */
.build-shot-full{height:auto;min-height:0;padding:24px 24px 22px;display:block}
.build-shot-full .build-shot-label{position:static;text-align:center}
.phone-frame{max-width:275px;margin:18px auto 14px;padding:8px;background:#171717;border-radius:38px;box-shadow:0 18px 45px rgba(33,31,28,.20)}
.feature-card .phone-frame img{display:block;width:100%;max-width:none;height:auto;aspect-ratio:auto;object-fit:contain;border:0;border-radius:30px;box-shadow:none}
.screenshot-caption{margin:0 auto!important;max-width:360px;text-align:center;font-size:11px!important;line-height:1.5!important;color:#746c62!important}

@media(max-width:900px){.results-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.results-grid{grid-template-columns:1fr 1fr;gap:20px 16px}.result strong{font-size:32px}.impact-tags{align-items:flex-start;flex-direction:column}.impact-inline{margin:8px 0 0}}


/* v3: human, editorial, image-led refresh inspired by Conley/Joly/McKelvey */
:root{
  --bg:#f7f1e8;
  --paper:#fffaf4;
  --ink:#14263a;
  --muted:#66717b;
  --line:#ddd1c2;
  --accent:#e35b3f;
  --accent-dark:#b94331;
  --blue:#1559b7;
  --blue-dark:#0d376f;
  --sky:#dbe9f7;
  --wash:#e8dfd1;
  --shadow:0 20px 55px rgba(20,38,58,.10);
}
body{background:linear-gradient(180deg,#fbf7f1 0%,var(--bg) 34%,#f4ede3 100%);}
.kicker{color:var(--blue)}
.text-link{color:var(--blue);border-bottom-color:rgba(21,89,183,.3)}
.nav-links a:hover{color:var(--accent)}
.button{border-radius:7px;letter-spacing:.01em}
.button.primary{background:var(--ink);border-color:var(--ink)}
.button.primary:hover{background:var(--blue);border-color:var(--blue)}
.button.secondary{background:rgba(255,250,244,.55);border-color:#baa995}
.hero{padding-top:54px;align-items:center}
.hero-copy .kicker{color:var(--blue);letter-spacing:.13em}
.hero-copy .display{font-size:clamp(54px,7.5vw,96px);max-width:760px}
.hero-copy .display .accent{color:var(--accent)}
.hero-copy .lede{color:#435466;font-size:19px}
.video-card{border-radius:18px;border:1px solid rgba(20,38,58,.06);box-shadow:0 26px 70px rgba(20,38,58,.13);transform:rotate(.45deg)}
.video-facade{border-radius:12px}
.video-label{color:var(--blue)}
.video-caption{color:var(--ink)}

/* a fast visual proof point directly under the hero */
.moment-strip{display:grid;grid-template-columns:1.15fr .85fr .85fr 1.15fr;gap:10px;margin:14px 0 44px}
.moment{position:relative;min-height:230px;overflow:hidden;border-radius:12px;background:#ddd}
.moment:nth-child(2),.moment:nth-child(3){min-height:205px;margin-top:25px}
.moment img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.moment:hover img{transform:scale(1.025)}
.moment .moment-label{position:absolute;left:12px;bottom:12px;background:rgba(20,38,58,.88);color:white;border-radius:6px;padding:7px 9px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.moment:nth-child(2) .moment-label{background:rgba(227,91,63,.92)}
.moment:nth-child(3) .moment-label{background:rgba(21,89,183,.92)}

/* bolder sections and less template-like card language */
.ai-stage{background:linear-gradient(135deg,#fffaf4 0%,#eef5fb 100%);border:1px solid rgba(21,89,183,.10);border-radius:18px}
.ai-box{background:rgba(255,255,255,.72);border-color:#d6dfeb}
.prompt{background:#eef4fb;border-color:#cfdae7}
.idea.primary{border-color:var(--accent)}
.idea.human{border-color:var(--blue)}
.arc-step .word,.experience-metrics strong,.timeline-meta,.pull-statement{color:var(--accent)}
.metrics{background:linear-gradient(125deg,#102b49 0%,#153d69 63%,#174b82 100%);border-radius:18px}
.metrics .kicker,.results-label{color:#ffb29f}
.result strong em{color:#ffb29f}
.role-band{background:linear-gradient(135deg,#e8dfd1 0%,#dce9f6 100%);border-radius:18px}
.feature-card,.testimonial,.role-card,.experience-feature,.contact-panel{border-radius:16px;border:1px solid rgba(20,38,58,.055);box-shadow:0 16px 45px rgba(20,38,58,.075)}
.photo-story{gap:10px}
.photo-story img{border-radius:10px}

/* editorial photo-led callout used on About / Experience */
.personality-band{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch;background:var(--ink);color:#fff;border-radius:18px;overflow:hidden}
.personality-band img{width:100%;height:100%;min-height:360px;object-fit:cover}
.personality-copy{padding:44px 46px;display:flex;flex-direction:column;justify-content:center}
.personality-copy .kicker{color:#ffb29f}
.personality-copy h2{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,5vw,62px);line-height:1;margin:10px 0 18px}
.personality-copy p{color:#dce5ed;line-height:1.75;font-size:15px;margin:0}

/* experience photo break */
.experience-photo-break{display:grid;grid-template-columns:1.25fr .75fr;gap:12px;margin-top:38px}
.experience-photo-break img{width:100%;height:360px;object-fit:cover;border-radius:12px}
.experience-photo-break img:last-child{height:320px;margin-top:40px}

@media(max-width:900px){
  .moment-strip{grid-template-columns:1fr 1fr}.moment,.moment:nth-child(2),.moment:nth-child(3){min-height:220px;margin-top:0}
  .personality-band,.experience-photo-break{grid-template-columns:1fr}
  .personality-band img{min-height:300px}.experience-photo-break img,.experience-photo-break img:last-child{height:300px;margin-top:0}
}
@media(max-width:560px){
  .moment-strip{grid-template-columns:1fr 1fr;gap:7px;margin-bottom:28px}.moment,.moment:nth-child(2),.moment:nth-child(3){min-height:160px}.moment .moment-label{font-size:8px;padding:6px 7px;left:8px;bottom:8px}
  .personality-copy{padding:32px 24px}
}

/* v4: journey-led homepage, progressive disclosure, and native-photo composition */
.journey-home .section{padding:82px 0}
.journey-hero{padding-bottom:78px}
.journey-thesis{padding:44px 0 72px;display:grid;grid-template-columns:180px 1fr;gap:38px;align-items:start}
.journey-thesis-line{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,4.5vw,52px);line-height:1.08;margin:0;max-width:880px;color:var(--ink)}
.journey-thesis-line strong{color:var(--accent);font-weight:600}
.journey-section{padding:86px 0 40px}
.journey-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:end;margin-bottom:66px}
.journey-intro .lede{margin:0}
.journey-chapter{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:center;padding:70px 0;border-top:1px solid var(--line)}
.journey-chapter.reverse{grid-template-columns:1.28fr .72fr}
.journey-chapter.reverse .journey-copy{order:2}.journey-chapter.reverse .chapter-photo{order:1}
.chapter-num{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--blue);margin-bottom:12px}
.journey-copy h3{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,6vw,76px);line-height:.95;margin:0 0 18px;color:var(--ink)}
.journey-copy p{font-size:16px;line-height:1.78;color:#4c5967;margin:0 0 20px}
.chapter-photo{margin:0;background:#ebe3d8;border-radius:12px;overflow:hidden}
.contain-photo img{width:100%;height:auto;object-fit:contain;background:#e8e0d5}
.chapter-photo figcaption{font-size:11px;line-height:1.5;color:#66717b;padding:11px 14px 13px;background:#f8f3ec}
.journey-metrics{padding-bottom:50px}
.journey-metrics .section-title{margin-bottom:38px}
.proof-details{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.18)}
.proof-details summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff}
.proof-details summary::-webkit-details-marker{display:none}.proof-details summary:after{content:'+';font-size:20px;font-weight:400}.proof-details[open] summary:after{content:'–'}
.proof-details .results-grid{margin-top:28px}.proof-link{margin:28px 0 0}.text-link.light{color:#fff;border-bottom-color:rgba(255,255,255,.35)}
.human-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:64px;align-items:center}
.human-copy .section-title{margin:10px 0 20px;max-width:560px}.human-copy .lede{margin:0 0 18px}.human-photo{margin:0;background:#e8e0d5;border-radius:12px;overflow:hidden}
.philosophy-brief{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.philosophy-brief .section-title{margin-top:10px}.principle-lines{border-top:1px solid var(--line)}.principle-lines p{font-size:15px;line-height:1.7;color:#4c5967;margin:0;padding:19px 0;border-bottom:1px solid var(--line)}.principle-lines strong{color:var(--ink)}.principle-lines .text-link{display:inline-block;margin-top:22px}
.stage-breath{padding:86px 0;display:grid;grid-template-columns:1.2fr .8fr;gap:54px;align-items:center}.stage-breath-photo{margin:0;background:#e8e0d5;border-radius:12px;overflow:hidden}.stage-breath-photo img{width:100%;height:auto;object-fit:contain}.stage-breath-copy blockquote{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,3.4vw,44px);line-height:1.15;margin:16px 0 18px}.stage-breath-copy cite{display:block;font-style:normal;font-size:12px;line-height:1.5;color:var(--muted);margin-bottom:24px}
.compact-ai{padding:32px;grid-template-columns:.72fr 1.28fr}.compact-ai .ai-copy h2{font-size:40px}.compact-ai .prompt-grid{grid-template-columns:1fr 1fr 1fr}.compact-ai .prompt:nth-child(3){grid-column:auto}

@media(max-width:900px){
 .journey-thesis,.journey-intro,.journey-chapter,.journey-chapter.reverse,.human-story,.philosophy-brief,.stage-breath{grid-template-columns:1fr;gap:34px}
 .journey-chapter.reverse .journey-copy,.journey-chapter.reverse .chapter-photo{order:initial}
 .journey-thesis{padding-bottom:52px}.journey-chapter{padding:52px 0}.journey-intro{margin-bottom:42px}.human-story{gap:34px}.stage-breath{gap:30px}
 .compact-ai .prompt-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .journey-home .section{padding:64px 0}.journey-hero{padding-bottom:54px}.journey-thesis{grid-template-columns:1fr;padding:32px 0 50px;gap:14px}.journey-section{padding-top:64px}.journey-chapter{gap:26px;padding:44px 0}.journey-copy h3{font-size:54px}.journey-copy p{font-size:15px}.chapter-photo figcaption{font-size:10px}.human-story{padding-top:64px}.compact-ai{padding:24px}.compact-ai .prompt-grid{grid-template-columns:1fr}.compact-ai .prompt:nth-child(3){grid-column:auto}
}


/* v5: decisions from the recruiter review */
.button.jerry{background:var(--accent);border-color:var(--accent);color:#fff}
.proof-block{padding:64px 0 8px}
.proof-head .section-title{font-size:clamp(34px,4.6vw,56px);margin:10px 0 30px}
.proof-block .client-quote{margin-top:48px}
.throughline-band{margin:64px -48px 0;padding:104px 56px 96px;border-radius:26px;background:linear-gradient(125deg,#102b49 0%,#153d69 63%,#174b82 100%);color:#f7f3eb}
.throughline-band .kicker{color:#ffb29f}
.throughline-band h2{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:clamp(52px,8.4vw,116px);line-height:.94;letter-spacing:-.01em;margin:22px 0 30px;max-width:900px}
.throughline-band p{font-size:clamp(16px,1.6vw,19px);line-height:1.7;color:#d6e0ec;max-width:620px;margin:0}
.bridge{padding:76px 0 8px;text-align:center}
.bridge p{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,4vw,48px);line-height:1.1;font-weight:600;margin:0}
.drive-band{margin:72px -48px 0;padding:92px 56px;border-radius:26px;background:linear-gradient(125deg,#102b49 0%,#153d69 63%,#174b82 100%);color:#f7f3eb}
.drive-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.drive-copy .kicker{color:#ffb29f}
.drive-copy h2{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:clamp(52px,7vw,96px);line-height:.94;margin:18px 0 28px}
.drive-copy .lede{font-size:17px;line-height:1.8;color:#e4ebf3;margin:0 0 22px}
.drive-copy .text-link{color:#fff;border-bottom-color:rgba(255,255,255,.5)}
.drive-photo{margin:0}
.drive-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}
.drive-photo figcaption{font-size:11px;color:#b9c7d6;margin-top:12px}
.video-label .label-hook{text-transform:none;letter-spacing:0;font-size:12px;font-weight:700;color:var(--accent)}
.video-tag{position:absolute;right:14px;bottom:26px;background:rgba(20,38,58,.9);color:#fff;border-radius:6px;padding:7px 10px;font-size:11px;font-weight:700;line-height:1.2}
.blooper-hook{color:var(--accent)!important;font-weight:700;font-size:13px!important}
.build-band{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}
.build-visual{position:relative;margin:0 0 34px}
.build-visual .build-main{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;box-shadow:0 20px 55px rgba(20,38,58,.12)}
.phone-inset{position:absolute;right:-12px;bottom:-30px;width:104px}
.phone-inset .phone-frame{max-width:none;margin:0;padding:4px;border-radius:20px}
.phone-inset .phone-frame img{display:block;width:100%;height:auto;border-radius:16px}
.build-visual figcaption{font-size:11px;line-height:1.5;color:#746c62;margin-top:12px;padding-right:112px}
.build-copy .section-title{font-size:clamp(34px,4.4vw,52px);margin:10px 0 18px;max-width:640px}
.build-copy p{font-size:16px;line-height:1.75;color:#4c5967;max-width:600px;margin:0 0 20px}
.nav-links{gap:20px}
.video-split{max-width:none;display:grid;grid-template-columns:minmax(260px,.7fr) 1.3fr;gap:30px;align-items:center}
.stage-breath-copy blockquote{font-size:clamp(24px,2.6vw,34px)}
.hero-jerry{margin:20px 0 0;font-size:13px}
.proof-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.proof-item{padding:28px 28px 30px}
.proof-item:first-child{padding-left:0}
.proof-item+.proof-item{border-left:1px solid var(--line)}
.proof-item strong{display:block;font-family:'Cormorant Garamond',serif;font-size:clamp(30px,3.4vw,42px);line-height:1.02;font-weight:600;color:var(--ink);margin-bottom:10px}
.proof-item span{display:block;font-size:13px;line-height:1.55;color:#56606c;max-width:300px}
.quote-band{padding:56px 0 8px}
.client-quote{margin:0;max-width:900px}
.client-quote blockquote{font-family:'Cormorant Garamond',serif;font-size:clamp(26px,3.2vw,38px);line-height:1.15;margin:0}
.client-quote cite{display:block;font-style:normal;font-size:12px;line-height:1.5;color:var(--muted);margin-top:18px}
.human-photo figcaption,.feature-caption{font-size:11px;line-height:1.5;color:#66717b;padding:11px 14px 13px;background:#f8f3ec}
.cta-paths{display:flex;justify-content:center;gap:64px;flex-wrap:wrap;margin-top:34px}
.path-label{font-size:12px;color:var(--muted);margin-bottom:12px}
.experience-feature-head.solo{grid-template-columns:1fr}
.band-note{margin:26px 0 0;font-size:12px;line-height:1.6;color:#c8cbd0}
.contact-direct{display:flex;flex-wrap:wrap;gap:14px 40px;margin:0;font-size:14px;line-height:1.6}
.contact-direct strong{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}
.testimonial.long p{font-size:20px;line-height:1.35}
.testimonial-label{margin-bottom:22px}
.personality-copy p+p{margin-top:16px}
.personality-copy .caption{color:#aebccb;font-size:11px;line-height:1.5}
@media(max-width:900px){
  .proof-row{grid-template-columns:1fr}
  .proof-item,.proof-item:first-child{padding:22px 0}
  .proof-item+.proof-item{border-left:0;border-top:1px solid var(--line)}
  .cta-paths{gap:32px}
  .video-split{grid-template-columns:1fr}
  .build-band{grid-template-columns:1fr;gap:34px}
  .throughline-band,.drive-band{margin-left:-24px;margin-right:-24px;padding:64px 26px;border-radius:0}
  .drive-inner{grid-template-columns:1fr;gap:36px}
  .compact-ai{grid-template-columns:1fr}
}
