@font-face{font-family:Nightingale;src:url('assets/DTNightingale-Light.otf') format('opentype');font-weight:300;font-style:normal;font-display:swap}
:root{--ink:#0e1b2a;--ink2:#17283d;--cream:#f4efe6;--paper:#fbfaf6;--blue:#325dff;--aqua:#84d7d0;--orange:#f16a43;--muted:#687386;--line:rgba(14,27,42,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.section-pad{padding:110px clamp(24px,6vw,110px)}
.cursor-glow{position:fixed;width:420px;height:420px;border-radius:50%;pointer-events:none;z-index:-1;background:radial-gradient(circle,rgba(50,93,255,.09),transparent 68%);transform:translate(-50%,-50%)}
.site-header{position:fixed;inset:0 0 auto 0;height:76px;padding:0 clamp(24px,5vw,88px);display:flex;align-items:center;justify-content:space-between;z-index:20;background:rgba(251,250,246,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(14,27,42,.08)}.brand{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:700;letter-spacing:-.04em}.nav-links{display:flex;align-items:center;gap:32px;font-size:14px}.nav-links a{opacity:.72;transition:.25s}.nav-links a:hover{opacity:1}.nav-cta{padding:11px 18px;border:1px solid var(--ink);border-radius:999px}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:24px;height:1.5px;background:var(--ink);margin:6px}
.hero{min-height:100vh;padding-top:150px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;position:relative;background:radial-gradient(circle at 80% 25%,rgba(132,215,208,.24),transparent 28%),linear-gradient(180deg,#fbfaf6 0%,#f4efe6 100%)}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--blue)}h1,h2,h3{margin:0;font-weight:300}h1,h2{font-family:Nightingale,Georgia,serif}h1{font-size:clamp(64px,8vw,138px);line-height:.82;letter-spacing:-.035em}h1 em{font-style:italic;color:var(--blue)}.hero-intro{max-width:620px;font-size:clamp(18px,1.6vw,24px);line-height:1.55;color:var(--muted);margin:36px 0}.hero-actions,.contact-actions{display:flex;gap:14px;flex-wrap:wrap}.button{padding:14px 22px;border-radius:999px;border:1px solid var(--ink);font-weight:600;transition:transform .25s,background .25s,color .25s}.button:hover{transform:translateY(-3px)}.button.primary{background:var(--ink);color:#fff}.button.ghost{background:transparent}.hero-visual{position:relative;display:grid;place-items:center;min-height:620px}.portrait-wrap{width:min(420px,82%);aspect-ratio:4/5;border-radius:48% 48% 40% 40%/35% 35% 52% 52%;overflow:hidden;background:#fff;box-shadow:0 30px 80px rgba(14,27,42,.18);position:relative;z-index:2}.portrait-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 12%}.hero-orbit{position:absolute;width:90%;aspect-ratio:1;border:1px solid rgba(50,93,255,.24);border-radius:50%;animation:spin 22s linear infinite}.hero-orbit:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:var(--orange);top:12%;right:13%}.floating-note{position:absolute;z-index:3;padding:12px 16px;border-radius:999px;background:#fff;box-shadow:0 15px 38px rgba(14,27,42,.12);font-size:13px;font-weight:700}.note-one{left:0;top:28%}.note-two{right:0;bottom:25%}.scroll-cue{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.scroll-cue span{display:inline-block;animation:bounce 1.6s infinite}
.manifesto{background:var(--ink);color:#fff}.manifesto-grid{display:grid;grid-template-columns:.35fr 1fr;gap:60px;max-width:1300px;margin:auto}.manifesto .kicker{color:var(--aqua)}.manifesto-copy h2,.section-heading h2{font-size:clamp(52px,6vw,96px);line-height:.98;letter-spacing:-.03em}.manifesto-copy p{font-size:clamp(19px,1.7vw,26px);line-height:1.6;color:rgba(255,255,255,.7);max-width:900px}
.section-heading{max-width:1200px;margin-bottom:60px}.section-heading h2{max-width:950px}.section-heading.split{display:grid;grid-template-columns:1.4fr .6fr;gap:80px;align-items:end;max-width:none}.section-heading.split>p{font-size:18px;line-height:1.6;color:var(--muted)}
.projects-section{background:#fff}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.project-card{border-radius:32px;overflow:hidden;min-height:760px;display:grid;grid-template-rows:1.08fr .92fr;transition:transform .35s}.project-card:hover{transform:translateY(-8px)}.project-dark{background:var(--ink);color:#fff}.project-blue{background:linear-gradient(160deg,#315cff,#6f91ff);color:#fff}.project-image{overflow:hidden;background:#eef1f5}.project-image img{width:100%;height:100%;object-fit:cover}.project-image.contain img{object-fit:contain;padding:28px}.project-body{padding:36px;position:relative}.project-index{font-size:12px;opacity:.7}.project-body h3{font-size:clamp(40px,4vw,66px);font-family:Nightingale,Georgia,serif;margin:18px 0}.project-body p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.78);max-width:620px}.project-body a{display:inline-block;margin-top:18px;border-bottom:1px solid currentColor}
.medicine-section{background:var(--cream)}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.experience-card{background:#fff;border-radius:24px;padding:26px;display:grid;grid-template-columns:150px 1fr;gap:26px;align-items:center;border:1px solid rgba(14,27,42,.08);min-height:300px}.logo-panel,.logo-cluster{height:120px;background:#f7f8fa;border-radius:18px;display:flex;align-items:center;justify-content:center;padding:18px}.logo-panel img{max-height:84px;object-fit:contain}.logo-cluster{gap:12px}.logo-cluster img{width:48%;max-height:72px;object-fit:contain}.experience-content span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:700}.experience-content h3{font-size:28px;margin:12px 0}.experience-content p{line-height:1.6;color:var(--muted)}
.venture-section{background:var(--ink);color:#fff}.venture-hero{min-height:78vh;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 78% 30%,rgba(50,93,255,.32),transparent 35%),var(--ink)}.kicker.light{color:var(--aqua)}.venture-hero h2{font-size:clamp(62px,8.5vw,150px);line-height:.88;max-width:1350px}.venture-story{background:#0b1623}.story-grid{display:grid;grid-template-columns:.4fr 1fr;gap:80px}.story-nav{position:sticky;top:130px;height:max-content}.story-nav span{display:block;color:var(--aqua);font-weight:700;letter-spacing:.16em;font-size:12px}.story-nav strong{display:block;font-family:Nightingale,Georgia,serif;font-size:46px;font-weight:300;margin-top:16px}.story-block{display:grid;grid-template-columns:80px 1fr;gap:30px;padding:42px 0;border-top:1px solid rgba(255,255,255,.16)}.story-block>span{color:var(--aqua)}.story-block h3{font-size:34px}.story-block p{font-size:20px;line-height:1.6;color:rgba(255,255,255,.67)}.venture-gallery{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:12px}.venture-gallery figure{margin:0;border-radius:20px;overflow:hidden;min-height:440px}.venture-gallery .gallery-wide{grid-column:1/-1;min-height:68vh}.venture-gallery img{width:100%;height:100%;object-fit:cover}.milestones{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.milestone{padding-top:30px;border-top:1px solid rgba(255,255,255,.2)}.milestone span{color:var(--aqua)}.milestone h3{font-size:34px;margin:20px 0 10px}.milestone p{color:rgba(255,255,255,.65);line-height:1.5}
.beyond-section{background:#fff}.beyond-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.beyond-card{padding:32px;border:1px solid var(--line);border-radius:22px;min-height:240px}.beyond-card span{font-family:Nightingale,Georgia,serif;font-size:34px}.beyond-card p{color:var(--muted);line-height:1.65}.football-feature{margin-top:24px;background:linear-gradient(135deg,#17324f,#294f79);color:#fff;border-radius:30px;padding:48px;display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}.football-feature h3{font-family:Nightingale,Georgia,serif;font-size:52px;margin:12px 0}.football-feature p{color:rgba(255,255,255,.72);line-height:1.6}.club-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center}.club-logos img{width:100%;height:115px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.2))}
.reads{background:var(--cream)}.books-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;max-width:1100px;margin:auto}.books-grid img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:20px;box-shadow:0 24px 55px rgba(14,27,42,.18);transition:transform .35s}.books-grid img:hover{transform:translateY(-10px) rotate(-1deg)}
.venture-teaser{background:#111;color:#fff;display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center}.venture-teaser h2{font-size:clamp(70px,9vw,150px)}.venture-teaser p{font-size:20px;color:rgba(255,255,255,.68)}.venture-teaser img{border-radius:28px;width:100%;max-height:420px;object-fit:cover}
.contact{text-align:center;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,rgba(132,215,208,.25),transparent 35%),var(--paper)}.contact h2{font-size:clamp(70px,9vw,150px);max-width:1100px}.contact>p:not(.kicker){font-size:21px;color:var(--muted);max-width:680px;line-height:1.6}.contact-actions{margin-top:26px}footer{padding:28px clamp(24px,6vw,110px);display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
@media(max-width:1000px){.nav-links{position:fixed;inset:76px 16px auto 16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;display:none;flex-direction:column;align-items:flex-start;box-shadow:0 20px 50px rgba(14,27,42,.12)}.nav-links.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:130px}.hero-visual{min-height:520px}.manifesto-grid,.section-heading.split,.story-grid,.football-feature,.venture-teaser{grid-template-columns:1fr}.project-grid,.experience-grid{grid-template-columns:1fr}.story-nav{position:static}.venture-gallery{grid-template-columns:1fr 1fr}.venture-gallery .gallery-wide{grid-column:1/-1}.milestones,.beyond-grid{grid-template-columns:1fr}.football-feature{gap:30px}.club-logos{grid-template-columns:repeat(5,1fr)}.experience-card{grid-template-columns:120px 1fr}}
@media(max-width:640px){.section-pad{padding:78px 20px}.site-header{padding:0 20px}.hero{padding-top:120px}.hero-actions,.contact-actions{flex-direction:column;align-items:stretch}.button{text-align:center}.hero-visual{min-height:420px}.portrait-wrap{width:78%}.floating-note{font-size:11px;padding:9px 12px}.manifesto-grid{gap:26px}.project-card{min-height:640px}.project-body{padding:26px}.experience-card{grid-template-columns:1fr;padding:20px}.logo-panel,.logo-cluster{height:100px}.venture-gallery{grid-template-columns:1fr}.venture-gallery .gallery-wide{grid-column:auto;min-height:320px}.venture-gallery figure{min-height:380px}.story-block{grid-template-columns:42px 1fr;gap:16px}.story-block p{font-size:17px}.milestones{grid-template-columns:1fr}.club-logos{grid-template-columns:repeat(3,1fr)}.books-grid{gap:16px}.books-grid img{border-radius:12px}.venture-teaser{gap:30px}.venture-teaser img{max-height:300px}.section-heading{margin-bottom:36px}footer{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Precision fixes — typography, spacing, image fitting, and responsive polish */
body{font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.eyebrow,.kicker{display:block;position:relative;z-index:2;line-height:1.35;margin:0 0 22px}
.hero .eyebrow{margin-bottom:28px}
.hero-copy{align-self:center;padding-top:10px}
.hero h1{font-size:clamp(62px,7.1vw,118px);line-height:.9}
.section-heading{padding-top:10px}
.section-heading .kicker,.venture-hero .kicker,.contact .kicker{margin-bottom:24px}
.section-heading h2,.manifesto-copy h2{font-size:clamp(48px,5.2vw,82px);line-height:1.02}
.section-heading.split{align-items:start}
.section-heading.split>p{padding-top:52px}
.venture-hero{padding-top:140px;padding-bottom:130px}
.venture-hero h2{font-size:clamp(58px,7.2vw,118px);line-height:.92}
.contact h2{font-size:clamp(58px,7.2vw,112px);line-height:.94}

/* About copy: warmer editorial body face and improved readability */
.manifesto-copy p{font-family:Manrope,ui-sans-serif,system-ui,sans-serif;font-size:clamp(18px,1.35vw,22px);line-height:1.72;letter-spacing:-.01em;max-width:840px}

/* Keep project imagery intentional instead of cropped unpredictably */
.project-card{min-height:720px;grid-template-rows:minmax(360px,1.05fr) .95fr}
.project-image img{object-position:center center}
.project-card:first-child .project-image img{object-fit:cover;object-position:center 49%}
.project-image.contain{background:linear-gradient(160deg,#f8fafc,#eef2f7)}
.project-image.contain img{object-fit:contain;padding:38px;object-position:center}
.project-body h3{font-size:clamp(40px,3.5vw,58px)}

/* Logos: unify visual treatment and suppress visible rectangular backgrounds */
.logo-panel,.logo-cluster{background:linear-gradient(145deg,#fff,#f4f6f8);border:1px solid rgba(14,27,42,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.logo-panel img,.logo-cluster img{mix-blend-mode:multiply;filter:saturate(.95) contrast(1.03)}
.logo-panel img{max-width:100%;max-height:78px}
.logo-cluster img{max-height:68px}
.experience-card{overflow:hidden}

/* ROVA gallery crops */
.venture-gallery .gallery-wide img{object-position:center 44%}
.venture-gallery figure:nth-child(2) img{object-position:center 48%}
.venture-gallery figure:nth-child(3) img{object-position:center 42%}
.venture-gallery figure:nth-child(4) img{object-position:center 52%}

/* Football clubs: a balanced 3-over-2 crest arrangement rather than a single strip */
.football-feature{grid-template-columns:.9fr 1.1fr}
.club-logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 22px;align-items:center;justify-items:center}
.club-logos img{width:100%;height:112px;object-fit:contain;padding:14px;background:rgba(255,255,255,.96);border-radius:22px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));mix-blend-mode:normal}
.club-logos img:nth-child(1),.club-logos img:nth-child(2),.club-logos img:nth-child(3){grid-column:span 2}
.club-logos img:nth-child(4){grid-column:2/span 2}
.club-logos img:nth-child(5){grid-column:4/span 2}

/* Upcoming venture: heading only + logo, matching the site's heading system */
.venture-teaser{background:linear-gradient(145deg,#0d1826,#111f31);grid-template-columns:.72fr 1.28fr;gap:64px;min-height:72vh}
.venture-teaser-heading h2{font-family:Nightingale,Georgia,serif;font-weight:300;color:#fff;font-size:clamp(60px,7vw,112px);line-height:.95;margin:0}
.venture-logo-wrap{border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:#161616;box-shadow:0 28px 70px rgba(0,0,0,.28)}
.venture-logo-wrap img{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:0;display:block}

/* Prevent label/headline collisions during reveal and on narrow screens */
.reveal{will-change:transform,opacity}
@media(max-width:1000px){
  .section-heading.split>p{padding-top:0}
  .venture-hero{padding-top:120px;padding-bottom:110px}
  .football-feature{grid-template-columns:1fr}
  .club-logos{max-width:760px;margin-inline:auto;width:100%}
  .venture-teaser{grid-template-columns:1fr;min-height:auto}
}
@media(max-width:640px){
  .eyebrow,.kicker{margin-bottom:16px}
  .hero .eyebrow{margin-bottom:22px}
  .hero h1{font-size:clamp(52px,16vw,76px);line-height:.92}
  .section-heading h2,.manifesto-copy h2{font-size:clamp(43px,13vw,62px);line-height:1}
  .venture-hero h2,.contact h2,.venture-teaser-heading h2{font-size:clamp(48px,14vw,70px)}
  .section-heading.split>p{font-size:16px}
  .project-card{min-height:0;grid-template-rows:320px auto}
  .project-image.contain img{padding:24px}
  .football-feature{padding:28px 22px}
  .football-feature h3{font-size:42px}
  .club-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .club-logos img,.club-logos img:nth-child(n){grid-column:auto;height:104px;border-radius:18px}
  .club-logos img:last-child{grid-column:1/-1;width:50%}
  .venture-teaser{gap:28px}
  .venture-logo-wrap{border-radius:22px}
}

/* Requested content and layout refinements */
.hero-copy{padding-bottom:18px}
.hero-intro{display:none}
.manifesto.section-pad{padding-top:150px;padding-bottom:165px}
.manifesto-grid{grid-template-columns:minmax(150px,.42fr) minmax(0,1.58fr);gap:clamp(72px,9vw,170px);max-width:1540px;margin:0 auto}
.manifesto-copy{max-width:1120px}
.manifesto-copy h2{max-width:none;margin-bottom:48px}
.manifesto-copy h2 span{display:block;white-space:nowrap}
.manifesto-copy p{max-width:1060px;margin:0 0 30px}
.projects-section{padding-top:145px;padding-bottom:160px}
.project-card{min-height:0;grid-template-rows:360px auto}
.project-body{padding:34px 38px 38px}
.project-body p{margin-bottom:18px}
.project-image.contain{background:linear-gradient(160deg,#dfe5ea,#eef2f5)}
.project-image.contain img{mix-blend-mode:multiply;padding:30px}
.medicine-section{padding-top:150px;padding-bottom:165px}
.section-heading.split{grid-template-columns:1fr}
.section-heading.split>div{max-width:1180px}
.section-heading.split h2 span{display:block;white-space:nowrap}
.logo-cluster img:first-child{max-height:92px;transform:scale(1.16)}
.logo-cluster img:last-child{max-height:64px}
.venture-gallery figure:nth-child(4){background:#080d15;display:flex;align-items:center;justify-content:center}
.venture-gallery figure:nth-child(4) img{object-fit:contain;object-position:center center;width:100%;height:100%}
.milestone-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.milestone-title-row h3{margin-right:0}
.location-tag{display:inline-flex!important;align-items:center;justify-content:center;padding:7px 12px;border:1px solid rgba(132,215,208,.5);border-radius:999px;color:var(--aqua)!important;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:rgba(132,215,208,.08)}
.club-logos img:last-child{object-fit:contain}

@media(max-width:1200px){
  .manifesto-copy h2 span,.section-heading.split h2 span{white-space:normal}
  .manifesto-grid{gap:72px}
}
@media(max-width:1000px){
  .manifesto.section-pad,.projects-section,.medicine-section{padding-top:115px;padding-bottom:125px}
  .manifesto-grid{grid-template-columns:1fr;gap:30px}
  .manifesto-copy h2{margin-bottom:34px}
}
@media(max-width:640px){
  .manifesto.section-pad,.projects-section,.medicine-section{padding-top:88px;padding-bottom:96px}
  .manifesto-copy h2 span,.section-heading.split h2 span{white-space:normal}
  .manifesto-copy p{margin-bottom:22px}
  .project-card{grid-template-rows:285px auto}
  .project-body{padding:25px}
  .project-image.contain img{padding:18px}
  .logo-cluster img:first-child{max-height:82px}
  .venture-gallery figure:nth-child(4){min-height:300px}
}


/* Final requested refinements — August 2 */
.hero-intro{display:block!important;max-width:620px;font-size:clamp(18px,1.5vw,23px);line-height:1.5;color:var(--muted);margin:30px 0 34px}

/* Keep each About statement on one line without allowing the heading to crop */
.manifesto-copy h2{font-size:clamp(46px,3.6vw,64px);line-height:1.04;letter-spacing:-.025em;max-width:100%;overflow:visible}
.manifesto-copy h2 span{display:block;white-space:nowrap}

/* Three entrepreneurship photographs: aligned top and bottom, with intentional crops */
.venture-gallery figure:nth-child(n+2){height:520px;min-height:520px}
.venture-gallery figure:nth-child(n+2) img{width:100%;height:100%;object-fit:cover}
.venture-gallery figure:nth-child(2) img{object-position:center 48%}
.venture-gallery figure:nth-child(3) img{object-position:center 47%}
.venture-gallery figure:nth-child(4){display:block;background:transparent}
.venture-gallery figure:nth-child(4) img{object-fit:cover;object-position:center 48%}

/* Optical alignment of the location pill with the milestone title */
.location-tag{transform:translateY(4px)}

@media(max-width:1200px){
  .manifesto-copy h2{font-size:clamp(44px,4.6vw,58px)}
}
@media(max-width:1000px){
  .manifesto-copy h2 span{white-space:normal}
  .venture-gallery figure:nth-child(n+2){height:440px;min-height:440px}
}
@media(max-width:640px){
  .hero-intro{font-size:17px;margin:24px 0 28px}
  .manifesto-copy h2{font-size:clamp(40px,12vw,56px)}
  .venture-gallery figure:nth-child(n+2){height:360px;min-height:360px}
  .location-tag{transform:translateY(2px)}
}


/* Final polish — August 2, v3 */
.brand{
  width:auto;
  height:auto;
  border-radius:0;
  display:inline-block;
  background:transparent;
  color:var(--ink);
  font-family:Nightingale,Georgia,serif;
  font-size:25px;
  font-weight:300;
  letter-spacing:.01em;
  white-space:nowrap;
}

/* Hero description removed; retain intentional breathing room before actions */
.hero-actions{margin-top:38px}

/* Transparent rover artwork should float naturally inside the blue card */
.project-image.contain{background:linear-gradient(160deg,#315cff,#6f91ff)}
.project-image.contain img{
  mix-blend-mode:normal;
  object-fit:contain;
  padding:18px 24px 8px;
  filter:drop-shadow(0 22px 25px rgba(9,20,45,.22));
}

/* Give NKF more visual weight without disturbing the CGH mark */
.logo-cluster img:first-child{
  max-height:118px!important;
  max-width:48%;
  transform:scale(1.18);
  object-fit:contain;
}

/* Focus the final Seattle image further right so Ishaan, the bike and banner remain visible */
.venture-gallery figure:nth-child(4) img{object-position:68% 48%}

/* Lower the location badge a few pixels for true baseline alignment */
.location-tag{transform:translateY(8px)}

@media(max-width:1000px){
  .brand{font-size:22px}
  .venture-gallery figure:nth-child(4) img{object-position:64% 48%}
}
@media(max-width:640px){
  .brand{font-size:19px}
  .hero-actions{margin-top:30px}
  .project-image.contain img{padding:12px}
  .logo-cluster img:first-child{max-height:96px!important;transform:scale(1.1)}
  .location-tag{transform:translateY(5px)}
}


/* Final rover image correction — preserve the original image and neutral grey media panel */
.project-image.contain{
  background:#e8edf1 !important;
}
.project-image.contain img{
  width:100%;
  height:100%;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}

/* Rover spacing refinement — keep the neutral grey panel and add breathing room */
.project-image.contain{
  background:#e8edf1 !important;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.project-image.contain img{
  width:92% !important;
  height:92% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  filter:none !important;
  mix-blend-mode:multiply !important;
}
@media(max-width:640px){
  .project-image.contain img{
    width:90% !important;
    height:90% !important;
  }
}
