:root{
  --bg:#f5f1ea;
  --paper:#fffdf9;
  --paper-2:#f0ebe3;
  --ink:#17130f;
  --muted:#6b645c;
  --soft:#8c8379;
  --line:rgba(23,19,15,.13);
  --line-dark:rgba(255,255,255,.12);
  --purple:#433284;
  --purple-2:#332465;
  --purple-soft:#eee9ff;
  --orange:#f5a23f;
  --deep:#141218;
  --white:#fffdf9;
  --green:#1d7659;
  --red:#a74838;
  --max:1240px;
  --header-h:74px;
  --radius-xl:30px;
  --radius-lg:20px;
  --radius-md:14px;
  --shadow:0 24px 80px rgba(28,20,14,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:94px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"Readex Pro",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:15.5px;line-height:1.8;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit;color:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
h1,h2,h3,p{margin-top:0}
::selection{background:var(--purple);color:#fff}
:focus-visible{outline:3px solid rgba(67,50,132,.32);outline-offset:4px;border-radius:6px}
.skip-link{position:fixed;top:10px;right:10px;z-index:9999;background:var(--ink);color:#fff;padding:9px 14px;border-radius:999px;transform:translateY(-160%);transition:.2s}
.skip-link:focus{transform:none}
.noise{position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.018;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E")}
.section-shell{width:min(var(--max),calc(100% - 64px));margin-inline:auto}
.site-header{width:min(var(--max),calc(100% - 64px));height:var(--header-h);margin-inline:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:90;background:rgba(245,241,234,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.identity{justify-self:start;display:flex;align-items:baseline;gap:12px}
.identity-ar{font-weight:650;font-size:14px;letter-spacing:-.02em}
.identity-en{font:600 9px/1 "DM Sans",sans-serif;letter-spacing:.16em;color:#8c847a}
.nav{display:flex;align-items:center;gap:26px;font-size:12.5px;color:#4d4741}
.nav a{position:relative;padding:9px 0}
.nav a:after{content:"";position:absolute;right:0;bottom:2px;width:0;height:1px;background:var(--ink);transition:.24s ease}
.nav a:hover:after,.nav a.active:after,.nav a[aria-current="page"]:after{width:100%}
.header-cta{justify-self:end;display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:11.5px;min-height:40px;transition:.24s ease}
.header-cta:hover{background:var(--ink);color:var(--white);border-color:var(--ink)}
.header-cta b{font:600 12px/1 "DM Sans",sans-serif}
.menu-btn{display:none;background:none;border:0;width:44px;height:44px;position:relative}
.menu-btn span{position:absolute;width:21px;height:1px;background:var(--ink);left:11px;transition:.22s}
.menu-btn span:first-child{top:18px}.menu-btn span:last-child{top:25px}
.menu-open .menu-btn span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-open .menu-btn span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border-radius:999px;padding:0 19px;font-size:12px;font-weight:650;transition:.24s ease;border:1px solid transparent}
.btn-primary{background:var(--ink);color:var(--white);border-color:var(--ink)}
.btn-primary:hover{background:var(--purple);border-color:var(--purple);transform:translateY(-2px)}
.btn-outline{border-color:var(--line);background:transparent}
.btn-outline:hover{background:var(--ink);color:var(--white);border-color:var(--ink)}
.btn-light{background:#fff;color:var(--ink);border-color:#fff}
.btn-light:hover{background:var(--orange);border-color:var(--orange)}
.btn-text{padding-inline:2px;min-height:40px;border-radius:0;border-bottom:1px solid var(--line)}
.section-label{display:flex;align-items:center;gap:10px;font-size:11px;color:#817970;white-space:nowrap}
.section-label span{font:650 9px/1 "DM Sans",sans-serif;letter-spacing:.08em}
.section-label b{font-weight:500}
.section-label.on-dark{color:rgba(255,255,255,.52)}
.hero-kicker{display:flex;align-items:center;gap:10px;font-size:11.5px;color:#746d65;margin-bottom:26px}
.hero-kicker>span{width:28px;height:1px;background:var(--orange)}

/* Home hero */
.hero{display:grid;grid-template-columns:1.08fr .72fr;grid-template-rows:auto auto;gap:44px 70px;padding:68px 0 34px;align-items:center}
.hero-copy{align-self:center}
.hero h1{font-weight:650;font-size:clamp(44px,5.35vw,72px);line-height:1.28;letter-spacing:-.045em;margin:0 0 24px;max-width:760px}
.hero h1 em,.section-head h2 em,.contact-head h2 em,.impact-proof-intro h2 em,.profile-hero h1 em,.opportunities-hero h1 em{font-style:normal;color:var(--purple)}
.hero-lead{max-width:670px;font-size:16px;line-height:1.95;color:#5d5650;margin:0 0 28px}
.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.hero-visual{position:relative;justify-self:end;width:min(100%,430px);padding-left:20px}
.hero-photo-wrap{position:relative;overflow:hidden;border-radius:16px 86px 16px 16px;aspect-ratio:.78;background:#493327;box-shadow:0 28px 90px rgba(26,19,15,.09)}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 28%}
.hero-photo-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.23),transparent 48%)}
.hero-photo-tag{position:absolute;bottom:16px;right:17px;font:650 9px/1 "DM Sans",sans-serif;letter-spacing:.13em;color:#fff}
.hero-stamp{position:absolute;left:0;bottom:36px;background:var(--orange);width:168px;padding:14px 15px;border-radius:14px;display:flex;flex-direction:column;gap:5px;box-shadow:0 18px 55px rgba(20,18,24,.16)}
.hero-stamp span{font:600 8px/1.2 "DM Sans",sans-serif;letter-spacing:.1em}.hero-stamp strong{font:700 17px/1.1 "DM Sans",sans-serif}
.hero-footer{grid-column:1/-1;border-top:1px solid var(--line);padding-top:19px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:28px;align-items:start}
.hero-fact{display:flex;gap:10px;align-items:baseline}.hero-fact strong{font:650 18px/1 "DM Sans",sans-serif}.hero-fact span{font-size:11px;color:#746d65;line-height:1.6}.hero-scroll{font-size:11px;color:#746d65;justify-self:end}

/* About */
.statement{padding:96px 0;display:grid;grid-template-columns:120px 1fr;gap:48px;border-top:1px solid var(--line)}
.statement-copy{display:grid;grid-template-columns:1.16fr .84fr;gap:64px;align-items:start}
.statement-main{font-size:clamp(28px,3.2vw,43px);font-weight:620;line-height:1.55;letter-spacing:-.035em;margin:0}
.statement-sub{border-right:1px solid var(--line);padding-right:30px}.statement-sub p,.profile-summary-detail p{font-size:14.5px;line-height:2;color:var(--muted);margin:0 0 20px}
.profile-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.profile-pills span{font:600 10px/1 "DM Sans",sans-serif;letter-spacing:.02em;border:1px solid var(--line);border-radius:999px;padding:9px 11px;background:rgba(255,255,255,.28)}
.inline-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.inline-link{display:inline-flex;gap:9px;align-items:center;font-size:12px;font-weight:620;border-bottom:1px solid var(--ink);padding-bottom:5px}.muted-link{color:#777067;border-color:var(--line)}

/* Compact proof */
.impact-proof{padding:0 0 96px;border-top:1px solid var(--line)}
.impact-proof-head{display:grid;grid-template-columns:120px 1fr;gap:48px;padding:70px 0 24px;align-items:start}
.impact-proof-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:44px;padding-bottom:23px;border-bottom:1px solid var(--line)}
.impact-proof-intro h2{font-size:clamp(27px,2.75vw,38px);line-height:1.5;letter-spacing:-.03em;font-weight:620;margin:0;white-space:nowrap}
.impact-proof-intro p{font-size:13px;line-height:1.9;color:var(--muted);margin:0;max-width:460px}
.impact-list{display:grid;grid-template-columns:1fr 1fr;column-gap:54px}
.impact-item{display:grid;grid-template-columns:104px 1fr;gap:24px;align-items:center;min-height:142px;padding:24px 0;border-bottom:1px solid var(--line);position:relative}
.impact-metric{direction:ltr;text-align:left;display:flex;align-items:baseline;gap:5px}.impact-metric strong{font:650 30px/1 "DM Sans",sans-serif;letter-spacing:-.04em;color:var(--purple)}.impact-metric small{font:650 10px/1 "DM Sans",sans-serif;color:#8f877e}.impact-metric-dark strong{color:var(--ink)}
.impact-item-copy>span{display:block;font:650 9px/1 "DM Sans",sans-serif;letter-spacing:.1em;color:#968d83;margin-bottom:9px;direction:ltr;text-align:right}.impact-item h3{font-size:16.5px;line-height:1.55;letter-spacing:-.02em;font-weight:620;margin:0 0 5px}.impact-item p{font-size:12.5px;line-height:1.85;color:var(--muted);margin:0;max-width:520px}
.impact-item:after{content:"";position:absolute;right:0;bottom:-1px;width:0;height:1px;background:var(--orange);transition:width .3s}.impact-item:hover:after{width:72px}

/* Bookchoco case study */
.venture{padding:0 0 96px}.venture-case{background:var(--deep);color:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 20px 72px rgba(17,13,22,.08)}
.venture-topline{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid var(--line-dark)}
.venture-case-id{font:600 8px/1 "DM Sans",sans-serif;letter-spacing:.14em;color:rgba(255,255,255,.34)}
.venture-main{display:grid;grid-template-columns:1.15fr .85fr;min-height:520px}
.venture-copy{padding:50px 52px;display:flex;flex-direction:column}.venture-name{font:650 9px/1 "DM Sans",sans-serif;letter-spacing:.15em;color:var(--orange);margin-bottom:36px}.venture-copy h2{font-size:clamp(34px,4vw,48px);line-height:1.4;letter-spacing:-.04em;font-weight:620;margin:0 0 18px}.venture-copy h2 em{font-style:normal;color:var(--orange)}.venture-lead{font-size:14.5px;line-height:1.95;color:rgba(255,255,255,.66);margin:0 0 30px;max-width:670px}
.venture-capabilities{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.venture-capabilities>div{padding:16px 0;display:grid;grid-template-columns:28px 1fr;gap:2px 8px}.venture-capabilities>div:nth-child(odd){border-left:1px solid var(--line-dark);padding-left:16px}.venture-capabilities>div:nth-child(even){padding-right:16px}.venture-capabilities span{font:600 9px "DM Sans",sans-serif;color:rgba(255,255,255,.32)}.venture-capabilities strong{font:650 11px "DM Sans",sans-serif}.venture-capabilities small{grid-column:2;font-size:11.5px;color:rgba(255,255,255,.48)}
.venture-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:auto;padding-top:28px}.venture-link{display:inline-flex;align-items:center;gap:9px;font-size:11.5px;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:5px}.venture-link.primary{color:#fff;border-color:rgba(255,255,255,.55)}
.venture-visual{border-right:1px solid var(--line-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px;background:radial-gradient(circle at 50% 44%,rgba(67,50,132,.52),transparent 56%)}.venture-logo-card{width:min(78%,280px);aspect-ratio:1;overflow:hidden;border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.3)}.venture-logo-card img{width:100%;height:100%;object-fit:cover}.venture-visual-meta{width:min(78%,280px);padding-top:18px;display:flex;flex-direction:column;gap:5px}.venture-visual-meta span{font:600 7px/1 "DM Sans",sans-serif;letter-spacing:.13em;color:rgba(255,255,255,.3)}.venture-visual-meta strong{font:650 10px/1.3 "DM Sans",sans-serif}.venture-visual-meta small{font-size:10.5px;color:rgba(255,255,255,.43)}
.venture-facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark)}.venture-facts>div{padding:21px 28px;border-left:1px solid var(--line-dark)}.venture-facts>div:first-child{border-left:0}.venture-facts span{display:block;font-size:10.5px;color:rgba(255,255,255,.38);margin-bottom:6px}.venture-facts strong{display:block;font:650 15px/1.3 "DM Sans",sans-serif;margin-bottom:4px}.venture-facts small{font-size:10.5px;color:rgba(255,255,255,.43)}

/* Generic section heading */
.section-head{display:grid;grid-template-columns:120px 1fr;gap:48px;margin-bottom:42px;align-items:start}.section-head h2{font-size:clamp(31px,3.75vw,50px);line-height:1.45;letter-spacing:-.04em;font-weight:620;margin:0}

/* Home opportunities - signature section */
.opportunities{padding:78px 54px 52px;margin-bottom:96px;border-radius:var(--radius-xl);background:linear-gradient(135deg,#35256e 0%,#49358f 62%,#513894 100%);color:#fff;position:relative;overflow:hidden;box-shadow:0 28px 90px rgba(50,36,103,.16)}
.opportunities:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.09);border-radius:50%;left:-180px;top:-180px}.opportunities:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(245,162,63,.2);border-radius:50%;right:-110px;bottom:-110px}.opportunities>*{position:relative;z-index:1}
.opportunities .section-label{color:rgba(255,255,255,.58)}.opportunities .section-head{margin-bottom:34px}.opportunities .section-head h2,.opportunities-head h2{color:#fff}.opportunities .section-head h2 em,.opportunities-head h2 em{color:var(--orange)}
.opportunities-head>div:last-child{display:grid;grid-template-columns:1fr .72fr;gap:44px}.opportunities-head>div:last-child p{font-size:13.5px;line-height:1.95;color:rgba(255,255,255,.65);align-self:end;margin:0}
.opportunity-showcase{display:grid;grid-template-columns:1.18fr .82fr;gap:16px;align-items:stretch}
.op-feature{background:var(--paper);color:var(--ink);border-radius:24px;padding:32px;min-height:420px;display:flex;flex-direction:column;transition:.24s ease;box-shadow:0 12px 44px rgba(19,14,36,.12)}.op-feature:hover{transform:translateY(-4px)}
.op-feature-top,.op-mini-top,.op-card-top{display:flex;justify-content:space-between;gap:14px;align-items:center}.op-category{font-size:11px;color:#7d756d}.op-status{font-size:11px;border:1px solid var(--line);border-radius:999px;padding:5px 9px;line-height:1.2}.op-status.open{color:var(--green);border-color:rgba(29,118,89,.25);background:rgba(29,118,89,.06)}.op-status.urgent{color:var(--red);border-color:rgba(167,72,56,.28);background:rgba(167,72,56,.06)}
.op-feature-badge{font:650 9px/1 "DM Sans",sans-serif;letter-spacing:.13em;color:var(--purple);margin:34px 0 10px}.op-feature h3{font-size:clamp(27px,3vw,38px);line-height:1.35;letter-spacing:-.035em;font-weight:650;margin:0 0 13px}.op-feature>p{font-size:14px;line-height:1.9;color:var(--muted);margin:0 0 26px;max-width:660px}.op-feature-facts{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:auto}.op-feature-facts>div{padding:15px 0}.op-feature-facts>div:nth-child(odd){border-left:1px solid var(--line);padding-left:16px}.op-feature-facts>div:nth-child(even){padding-right:16px}.op-feature-facts span{display:block;font-size:10.5px;color:#90877d;margin-bottom:5px}.op-feature-facts strong{display:block;font-size:12.5px;line-height:1.65;font-weight:560}.op-feature-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:20px}.op-rating{display:flex;align-items:center;gap:9px;font-size:11px;color:#716960}.stars{font:600 13px/1 "DM Sans",sans-serif;letter-spacing:.08em;color:var(--purple)}.op-feature-cta{font-size:12px;font-weight:650;border-bottom:1px solid var(--ink);padding-bottom:4px}
.op-side-list{display:grid;grid-template-rows:repeat(3,1fr);gap:12px}.op-mini{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);border-radius:18px;padding:20px 21px;display:flex;flex-direction:column;transition:.24s ease;min-height:0}.op-mini:hover{background:rgba(255,255,255,.12);transform:translateX(-3px)}.op-mini .op-category{color:rgba(255,255,255,.6)}.op-mini .op-status{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05)}.op-mini h3{font-size:18px;line-height:1.4;letter-spacing:-.02em;font-weight:620;margin:17px 0 7px}.op-mini p{font-size:12.5px;line-height:1.8;color:rgba(255,255,255,.62);margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.op-mini-meta{margin-top:auto;display:flex;justify-content:space-between;gap:16px;align-items:end;border-top:1px solid rgba(255,255,255,.12);padding-top:12px}.op-mini-meta span{font-size:10px;color:rgba(255,255,255,.42)}.op-mini-meta strong{font-size:11px;line-height:1.5;font-weight:540;text-align:left;color:#fff}
.opportunity-footer{margin-top:24px;border-top:1px solid rgba(255,255,255,.16);padding-top:23px;display:flex;justify-content:space-between;align-items:center;gap:30px}.opportunity-principle{display:flex;align-items:baseline;gap:16px}.opportunity-principle span{font-size:10.5px;color:rgba(255,255,255,.45)}.opportunity-principle p{margin:0;font-size:12.5px;color:rgba(255,255,255,.68)}.opportunities .btn-outline{border-color:rgba(255,255,255,.28);color:#fff}.opportunities .btn-outline:hover{background:#fff;color:var(--ink);border-color:#fff}

/* Services */
.services{padding:96px 0;border-top:1px solid var(--line)}
.services-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:54px;border-top:1px solid var(--line)}
.service-card{padding:26px 0 28px;min-height:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:42px 1fr;column-gap:16px;align-items:start;background:transparent}.service-card>span{grid-row:1/3;font:650 10px/1 "DM Sans",sans-serif;color:#90877d;padding-top:6px}.service-card h3{font-size:18px;line-height:1.55;margin:0 0 7px;font-weight:620}.service-card p{font-size:13px;line-height:1.9;color:var(--muted);margin:0}.services-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:27px 0;border-bottom:1px solid var(--line)}.services-cta p{margin:0;max-width:760px;font-size:13.5px;line-height:1.9;color:var(--muted)}

/* Contact/footer */
.contact{padding:96px 0 86px;border-top:1px solid var(--line);display:grid;grid-template-columns:.9fr 1.1fr;gap:72px}.contact-head .section-label{margin-bottom:38px}.contact-head h2{font-size:clamp(34px,4vw,52px);line-height:1.45;letter-spacing:-.04em;margin:0 0 20px;font-weight:620}.contact-head p{font-size:14px;line-height:1.95;color:var(--muted);max-width:590px}.contact-list{border-top:1px solid var(--line);align-self:end}.contact-list a{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:21px 0;border-bottom:1px solid var(--line);transition:.24s}.contact-list a:hover{padding-inline:10px;background:rgba(255,255,255,.25)}.contact-list a.contact-primary{background:rgba(29,118,89,.04)}.contact-list span{font:650 9px/1 "DM Sans",sans-serif;letter-spacing:.12em;color:#8d857b}.contact-list strong{font-size:13.5px;font-weight:540;direction:ltr;text-align:right}.contact-list b{font:650 12px "DM Sans",sans-serif}.footer{border-top:1px solid var(--line);min-height:86px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px;font-size:11px;color:#746d65}.footer>div{display:flex;align-items:center;gap:13px}.footer strong{font-size:12.5px;color:var(--ink)}.footer p{justify-self:center;margin:0;font:600 9px/1 "DM Sans",sans-serif;letter-spacing:.1em}.whatsapp-float{position:fixed;left:22px;bottom:22px;z-index:80;background:var(--ink);color:#fff;border-radius:999px;min-height:45px;padding:0 15px;display:flex;align-items:center;gap:9px;font-size:11.5px;box-shadow:0 12px 42px rgba(0,0,0,.15);transition:.24s}.whatsapp-float:hover{background:var(--green);transform:translateY(-2px)}

/* Profile */
.inner-page .site-header{position:sticky}.profile-hero{display:grid;grid-template-columns:1.1fr .58fr;gap:70px;align-items:center;padding:64px 0 72px}.profile-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.3;letter-spacing:-.045em;margin:0 0 22px;font-weight:650}.profile-hero-copy>p{font-size:15.5px;line-height:1.95;color:var(--muted);max-width:760px;margin-bottom:27px}.profile-hero-side{justify-self:end;width:min(100%,330px)}.profile-hero-side>img{width:100%;aspect-ratio:.79;object-fit:cover;object-position:center 27%;border-radius:14px 68px 14px 14px}.profile-contact-mini{padding-top:16px;display:flex;flex-direction:column;gap:6px;font-size:11px;color:#766f67}.profile-contact-mini span{font:600 9px "DM Sans",sans-serif;letter-spacing:.1em}.profile-contact-mini a{direction:ltr;text-align:right}
.profile-summary{display:grid;grid-template-columns:120px 1fr;gap:48px;padding:84px 0;border-top:1px solid var(--line)}.profile-summary-copy{display:grid;grid-template-columns:1.06fr .94fr;gap:58px}.profile-summary .statement-main{font-size:clamp(27px,3vw,40px)}.profile-summary-detail{border-right:1px solid var(--line);padding-right:28px}
.profile-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:84px}.metric{padding:22px 24px;border-left:1px solid var(--line)}.metric:first-child{border-left:0}.metric strong{display:block;font:650 21px/1.1 "DM Sans",sans-serif;margin-bottom:8px;direction:ltr;text-align:right}.metric span{font-size:11.5px;color:var(--muted);line-height:1.6}
.profile-section{padding:84px 0;border-top:1px solid var(--line)}.flagship-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px}.flagship-narrative{position:sticky;top:110px;align-self:start}.flagship-narrative .big-copy{font-size:23px;line-height:1.7;font-weight:560;letter-spacing:-.025em;margin-bottom:20px}.flagship-narrative>p:not(.big-copy){font-size:14px;line-height:1.95;color:var(--muted)}.responsibility-list{border-top:1px solid var(--line)}.responsibility-list>div{display:grid;grid-template-columns:34px 180px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line);align-items:start}.responsibility-list span{font:650 9px/1 "DM Sans",sans-serif;color:#948b82;padding-top:5px}.responsibility-list strong{font:650 11px/1.5 "DM Sans",sans-serif;letter-spacing:.01em}.responsibility-list p{font-size:13px;line-height:1.85;color:var(--muted);margin:0}
.achievement-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.achievement-card{border:1px solid var(--line);background:rgba(255,255,255,.22);border-radius:16px;padding:25px}.achievement-card>span{font:650 9px/1 "DM Sans",sans-serif;color:#91887e}.achievement-card h3{font-size:18px;line-height:1.55;margin:27px 0 8px;font-weight:620}.achievement-card p{font-size:13px;line-height:1.9;color:var(--muted);margin:0}
.career-list{border-top:1px solid var(--line)}.career-row{display:grid;grid-template-columns:120px 1fr 1.15fr;gap:26px;padding:22px 0;border-bottom:1px solid var(--line);align-items:start}.career-time{font-size:11px;color:#80786f}.career-row h3{font-size:15px;line-height:1.5;margin:0 0 4px;font-weight:620}.career-row div:nth-child(2)>span{font:600 10px/1.5 "DM Sans",sans-serif;color:#857d74}.career-row>p{font-size:12.8px;line-height:1.85;color:var(--muted);margin:0}
.competency-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}.competency{background:var(--paper);padding:24px}.competency h3{font:650 13px/1.4 "DM Sans",sans-serif;margin:0 0 11px}.competency p{font-size:13px;line-height:1.9;color:var(--muted);margin:0}
.profile-education{display:grid;grid-template-columns:1fr 1.15fr .85fr;gap:1px;background:var(--line);padding:0;border:1px solid var(--line)}.education-col{background:var(--paper);padding:28px}.education-col .section-label{margin-bottom:32px}.education-col h3{font-size:17px;line-height:1.6;margin:0 0 6px;font-weight:620}.education-col p,.education-col li{font-size:12.8px;line-height:1.85;color:var(--muted)}.education-col ul{padding-right:18px;margin:0}.education-col li+li{margin-top:7px}
.profile-cta{margin-block:84px;background:var(--purple);color:#fff;border-radius:24px;padding:40px 44px;display:flex;justify-content:space-between;align-items:end;gap:50px}.profile-cta>div>span{font:650 8px/1 "DM Sans",sans-serif;letter-spacing:.13em;color:rgba(255,255,255,.48)}.profile-cta h2{font-size:31px;line-height:1.55;letter-spacing:-.025em;margin:16px 0 9px;font-weight:620}.profile-cta p{font-size:13.5px;line-height:1.9;color:rgba(255,255,255,.68);margin:0;max-width:660px}.profile-cta-actions{display:flex;flex-direction:column;gap:10px;min-width:270px}.profile-cta .btn-primary{background:#fff;border-color:#fff;color:var(--ink)}.profile-cta .btn-outline{border-color:rgba(255,255,255,.28);color:#fff}.profile-cta .btn-outline:hover{background:#fff;color:var(--ink)}

/* Opportunities index */
.opportunities-hero{display:grid;grid-template-columns:120px 1fr .44fr;gap:48px;padding:68px 0 58px;align-items:end;border-bottom:1px solid var(--line)}.opportunities-hero-copy h1{font-size:clamp(40px,4.8vw,62px);line-height:1.35;letter-spacing:-.045em;margin:0 0 18px;font-weight:650}.opportunities-hero-copy p{font-size:15px;line-height:1.95;color:var(--muted);max-width:760px;margin:0}.verification-note{border-right:1px solid var(--line);padding-right:22px}.verification-note span{display:block;font-size:10.5px;color:#8c8379;margin-bottom:7px}.verification-note strong{display:block;font-size:14px;margin-bottom:8px}.verification-note p{font-size:11.5px;line-height:1.75;color:var(--muted);margin:0}
.opportunities-browser{padding:52px 0 84px}.op-tools{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:26px}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:transparent;border-radius:999px;padding:8px 13px;font-size:11.5px;min-height:38px}.filter:hover,.filter.active{background:var(--ink);border-color:var(--ink);color:#fff}.op-search-wrap{position:relative;width:min(100%,330px)}.op-search{width:100%;min-height:42px;border:1px solid var(--line);background:rgba(255,255,255,.35);border-radius:999px;padding:0 16px 0 42px;font-size:12.5px;outline:none}.op-search:focus{border-color:rgba(67,50,132,.45);background:#fff}.op-search-wrap:after{content:"/";position:absolute;left:16px;top:50%;transform:translateY(-50%);font:650 10px "DM Sans",sans-serif;color:#90887e}.result-count{font-size:11px;color:#837b72;margin:0 0 18px}.opportunity-grid-full{display:grid;grid-template-columns:1fr 1fr;gap:14px}.op-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:25px;min-height:360px;display:flex;flex-direction:column;transition:.24s ease;position:relative;overflow:hidden}.op-card:after{content:"";position:absolute;width:145px;height:145px;border-radius:50%;left:-100px;top:-100px;border:1px solid rgba(67,50,132,.1);transition:.3s}.op-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(67,50,132,.26)}.op-card:hover:after{transform:scale(1.2)}.op-card h3{font-size:24px;line-height:1.45;letter-spacing:-.028em;margin:28px 0 10px;font-weight:630}.op-card>p{font-size:13.2px;line-height:1.9;color:var(--muted);margin:0 0 23px}.op-meta{margin-top:auto;border-top:1px solid var(--line);padding-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.op-meta>div{display:flex;flex-direction:column;gap:4px}.op-meta span,.op-score>span:first-child{font-size:10.5px;color:#938a80}.op-meta strong{font-size:12px;line-height:1.6;font-weight:540}.op-score{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:11px;margin-top:16px}.op-score b{justify-self:end;font-size:11.5px;font-weight:620}.op-card[hidden]{display:none}.empty-state{grid-column:1/-1;border:1px dashed var(--line);padding:34px;border-radius:16px;text-align:center;color:var(--muted);font-size:13px}
.opportunity-method{display:grid;grid-template-columns:120px 1fr;gap:48px;padding:84px 0;border-top:1px solid var(--line)}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}.method-grid>div{background:var(--paper);padding:25px}.method-grid strong{display:block;font-size:16px;margin-bottom:8px}.method-grid p{font-size:12.8px;line-height:1.85;color:var(--muted);margin:0}

/* Static opportunity detail */
.opportunity-detail-page{padding-bottom:80px}.op-detail-hero{padding:56px 0 0}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;color:var(--muted);margin-bottom:24px}.op-detail-shell{background:linear-gradient(135deg,#302264,#49358f);color:#fff;border-radius:26px;padding:40px 42px;position:relative;overflow:hidden}.op-detail-shell:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.1);border-radius:50%;left:-150px;top:-150px}.op-detail-heading{display:grid;grid-template-columns:1fr 310px;gap:46px;position:relative;z-index:1}.op-detail-kicker{display:flex;align-items:center;gap:10px;margin-bottom:20px}.op-detail-kicker>span:first-child{font-size:11.5px;color:rgba(255,255,255,.62)}.op-detail-shell .op-status{color:#fff;border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.07)}.op-detail-heading h1{font-size:clamp(36px,4.7vw,58px);line-height:1.28;letter-spacing:-.04em;margin:0 0 15px;font-weight:650}.op-detail-heading>div:first-child>p{font-size:14.5px;line-height:1.9;color:rgba(255,255,255,.68);margin:0;max-width:720px}.op-deadline-card{border-right:1px solid rgba(255,255,255,.17);padding-right:24px;align-self:end}.op-deadline-card span{display:block;font-size:10.5px;color:rgba(255,255,255,.46);margin-bottom:8px}.op-deadline-card strong{display:block;font-size:15px;line-height:1.7;margin-bottom:8px}.op-deadline-card small{font-size:10.5px;color:rgba(255,255,255,.47)}.op-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px;position:relative;z-index:1}.op-detail-shell .btn-primary{background:#fff;border-color:#fff;color:var(--ink)}.op-detail-shell .btn-outline{border-color:rgba(255,255,255,.26);color:#fff}.op-detail-shell .btn-outline:hover{background:#fff;color:var(--ink)}
.op-detail-facts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-top:0;background:var(--paper);border-radius:0 0 20px 20px;overflow:hidden;margin:0 24px}.op-detail-facts>div{padding:18px 20px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.op-detail-facts>div:nth-child(3n){border-left:0}.op-detail-facts>div:nth-last-child(-n+3){border-bottom:0}.op-detail-facts span{display:block;font-size:10.5px;color:#91887e;margin-bottom:5px}.op-detail-facts strong{font-size:12.5px;line-height:1.6;font-weight:560}
.op-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:56px;padding:70px 0}.op-detail-main{min-width:0}.detail-block{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:0 0 38px;margin-bottom:38px;border-bottom:1px solid var(--line)}.detail-num{font:650 10px/1 "DM Sans",sans-serif;color:#958b81;padding-top:8px}.detail-block h2{font-size:23px;line-height:1.5;margin:0 0 18px;font-weight:630}.detail-block ul,.detail-block ol{grid-column:2;margin:0;padding-right:20px}.detail-block li{font-size:14.5px;line-height:1.95;color:#544e48;padding-right:4px}.detail-block li+li{margin-top:10px}.detail-warning{background:rgba(245,162,63,.09);border:1px solid rgba(245,162,63,.3);border-radius:17px;padding:26px;margin-bottom:0}.detail-warning{grid-template-columns:42px 1fr}.detail-warning ul{padding-left:10px}.op-detail-aside{position:sticky;top:100px;align-self:start;display:flex;flex-direction:column;gap:12px}.personal-take,.source-card,.verify-card{border:1px solid var(--line);background:var(--paper);border-radius:16px;padding:22px}.personal-take{border-top:3px solid var(--purple)}.personal-take>span,.source-card>span{display:block;font-size:10.5px;color:#8f867c;margin-bottom:10px}.personal-take h3{font-size:18px;line-height:1.5;margin:0 0 8px}.personal-take p,.verify-card p{font-size:12.8px;line-height:1.9;color:var(--muted);margin:0}.source-card p{font-size:11.5px;line-height:1.6;color:#6f675f;margin:0 0 6px}.source-card a{display:inline-flex;margin-top:10px;font-size:11.5px;font-weight:620;border-bottom:1px solid var(--ink)}.verify-card strong{display:block;font-size:13px;margin-bottom:6px}.op-side-actions{display:grid;gap:8px}.copy-link,.share-link{width:100%;border:1px solid var(--line);background:transparent;border-radius:999px;min-height:42px;font-size:11.5px}.copy-link:hover,.share-link:hover{background:var(--ink);color:#fff}
.op-apply-final{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:40px}.op-apply-final span{font:650 8px/1 "DM Sans",sans-serif;letter-spacing:.12em;color:#938a80}.op-apply-final h2{font-size:27px;line-height:1.55;margin:11px 0 0;font-weight:620}

/* Legacy/fallback detail root */
.opportunity-detail-root{min-height:50vh}.opportunity-detail-hero{padding:56px 0}.op-detail-heading{align-items:end}


/* Publish refinements: hierarchy, readability, and opportunity prominence */
h1,h2,h3{text-wrap:balance}
p{text-wrap:pretty}
.nav-opportunities{font-weight:580}
.nav-opportunities:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--orange);margin-left:6px;vertical-align:middle;box-shadow:0 0 0 3px rgba(245,162,63,.12)}
.hero h1{font-size:clamp(42px,4.95vw,68px)}
.statement-main{font-size:clamp(27px,2.95vw,39px)}
.venture-copy h2{font-size:clamp(32px,3.55vw,44px)}
.section-head h2{font-size:clamp(30px,3.35vw,46px)}
.contact-head h2{font-size:clamp(32px,3.55vw,47px)}
.profile-hero h1{font-size:clamp(40px,4.45vw,60px)}
.opportunities-hero-copy h1{font-size:clamp(38px,4.2vw,56px)}
.op-detail-heading h1{font-size:clamp(34px,4vw,52px)}

.opportunity-quickbar{min-height:74px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:24px;margin-top:8px;margin-bottom:0;padding-block:13px}
.quickbar-mark{display:flex;align-items:center;gap:10px;font:650 8px/1 "DM Sans",sans-serif;letter-spacing:.13em;color:#837b72;direction:ltr;justify-content:flex-end}
.quickbar-mark i{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(245,162,63,.12)}
.quickbar-copy{display:flex;align-items:baseline;gap:16px;min-width:0}
.quickbar-copy strong{font-size:13.5px;font-weight:620;white-space:nowrap}
.quickbar-copy span{font-size:11px;color:#817970}
.opportunity-quickbar>a{display:inline-flex;align-items:center;gap:9px;font-size:11.5px;font-weight:620;border-bottom:1px solid var(--ink);padding-bottom:3px;white-space:nowrap}
.opportunity-quickbar>a b{font:650 11px "DM Sans",sans-serif}

.opportunities{padding-top:68px;padding-bottom:44px}
.opportunities-head>div:last-child{grid-template-columns:minmax(0,1fr) minmax(270px,.65fr)}
.opportunities-head>div:last-child p{font-size:14px;line-height:1.95}
.opportunities-trustline{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;margin-top:-12px}
.opportunities-trustline span{font-size:10.8px;line-height:1;border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.68);border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.045)}
.op-category,.op-status{font-size:11.5px}
.op-feature-badge{font-size:9.5px;margin-top:30px}
.op-feature h3{font-size:clamp(27px,2.75vw,35px)}
.op-feature>p{font-size:14.5px;line-height:1.92}
.op-feature-facts span{font-size:11px}
.op-feature-facts strong{font-size:13.2px;line-height:1.72}
.op-rating{font-size:11.5px}.op-feature-cta{font-size:12.2px}
.op-mini h3{font-size:18px}
.op-mini p{font-size:13.3px;line-height:1.83}
.op-mini-meta span{font-size:10.8px}.op-mini-meta strong{font-size:12px;line-height:1.65}
.opportunity-principle p{font-size:13px}

.verification-note span{font-size:11px}.verification-note p{font-size:12.5px;line-height:1.8}
.filter{font-size:12px;padding-inline:14px}.op-search{font-size:13px;min-height:44px}
.result-count{font-size:11.8px}
.op-card{padding:27px;min-height:350px}
.op-card h3{font-size:23px;margin-top:24px}.op-card>p{font-size:14px;line-height:1.9}
.op-meta span,.op-score>span:first-child{font-size:11px}.op-meta strong{font-size:12.8px;line-height:1.7}.op-score b{font-size:12px}
.method-grid p{font-size:13.5px;line-height:1.9}

.op-detail-heading>div:first-child>p{font-size:15px;line-height:1.95}
.op-deadline-card span{font-size:11px}.op-deadline-card strong{font-size:15.5px}.op-deadline-card small{font-size:11px}
.op-detail-facts span{font-size:11px}.op-detail-facts strong{font-size:13.3px;line-height:1.72}
.detail-block h2{font-size:22px}.detail-block li{font-size:15px;line-height:2}
.personal-take>span,.source-card>span{font-size:11px}.personal-take p,.verify-card p{font-size:13.7px;line-height:1.92}.source-card p{font-size:12.5px;line-height:1.72}.source-card a{font-size:12px}.verify-card strong{font-size:13.5px}.copy-link,.share-link{font-size:12px;min-height:44px}

.profile-hero-copy>p{font-size:15px;line-height:1.95}.profile-summary-detail p{font-size:14.8px}.flagship-narrative>p:not(.big-copy){font-size:14.4px}.responsibility-list p{font-size:13.5px}.achievement-card p{font-size:13.5px}.career-row>p{font-size:13.4px}.competency p{font-size:13.5px}.education-col p,.education-col li{font-size:13.3px}

/* Responsive */
@media(max-width:1080px){
  .section-shell,.site-header{width:min(var(--max),calc(100% - 44px))}
  .hero{grid-template-columns:1fr .68fr;gap:40px}.hero h1{font-size:clamp(42px,5.8vw,64px)}
  .statement,.impact-proof-head,.profile-summary,.opportunity-method,.section-head{grid-template-columns:100px 1fr;gap:34px}
  .venture-copy{padding:42px 40px}.venture-main{grid-template-columns:1.1fr .9fr}.venture-facts>div{padding-inline:20px}
  .opportunities{padding-inline:40px}.opportunity-showcase{grid-template-columns:1.08fr .92fr}
  .profile-hero{gap:48px}.flagship-grid{gap:44px}.responsibility-list>div{grid-template-columns:30px 150px 1fr}
  .opportunities-hero{grid-template-columns:100px 1fr .44fr;gap:34px}
}
@media(max-width:820px){
  :root{--header-h:68px}
  body{font-size:15px}
  .section-shell,.site-header{width:calc(100% - 28px)}
  .site-header{grid-template-columns:1fr auto}.identity-en,.header-cta{display:none}.menu-btn{display:block;justify-self:end;z-index:102}.nav{position:fixed;inset:0;background:rgba(250,247,241,.98);flex-direction:column;justify-content:center;align-items:center;gap:23px;font-size:20px;opacity:0;pointer-events:none;transition:.22s;z-index:101}.menu-open .nav{opacity:1;pointer-events:auto}.menu-open .menu-btn{position:fixed;top:12px;left:14px}
  .hero{grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:42px 0 28px;gap:32px}.hero-copy{order:1}.hero-visual{order:2;justify-self:center;width:min(94%,430px)}.hero-footer{order:3;grid-template-columns:1fr 1fr;gap:16px 24px}.hero-fact:nth-child(3){grid-column:1/-1}.hero-scroll{display:none}.hero h1{font-size:clamp(38px,10.8vw,54px);line-height:1.32}.hero-lead{font-size:15px}.hero-photo-wrap{border-radius:14px 72px 14px 14px}.hero-stamp{width:156px}
  .statement,.profile-summary,.opportunity-method{grid-template-columns:1fr;padding:72px 0;gap:24px}.statement-copy,.profile-summary-copy{grid-template-columns:1fr;gap:32px}.statement-sub,.profile-summary-detail{border-right:0;padding-right:0}.statement-main{font-size:31px}.profile-summary .statement-main{font-size:29px}
  .impact-proof{padding-bottom:72px}.impact-proof-head{grid-template-columns:1fr;padding:58px 0 20px;gap:19px}.impact-proof-intro{align-items:flex-start;flex-direction:column;gap:9px}.impact-proof-intro h2{font-size:29px;white-space:normal}.impact-list{grid-template-columns:1fr}.impact-item{grid-template-columns:84px 1fr;min-height:125px;padding:21px 0}.impact-metric strong{font-size:26px}.impact-item p{font-size:12.3px}
  .venture{padding-bottom:72px}.venture-topline{padding:20px 22px}.venture-case-id{display:none}.venture-main{grid-template-columns:1fr}.venture-copy{padding:34px 24px 38px}.venture-name{margin-bottom:24px}.venture-copy h2{font-size:34px}.venture-visual{border-right:0;border-top:1px solid var(--line-dark);padding:34px 24px}.venture-logo-card,.venture-visual-meta{width:min(72vw,250px)}.venture-facts{grid-template-columns:1fr 1fr}.venture-facts>div{border-bottom:1px solid var(--line-dark)}.venture-facts>div:nth-child(odd){border-left:1px solid var(--line-dark)}.venture-facts>div:nth-child(even){border-left:0}.venture-facts>div:nth-last-child(-n+2){border-bottom:0}
  .section-head{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.section-head h2{font-size:34px}
  .opportunities{width:calc(100% - 28px);padding:52px 20px 30px;margin-bottom:72px;border-radius:24px}.opportunities-head>div:last-child{grid-template-columns:1fr;gap:12px}.opportunities-head>div:last-child p{font-size:13px}.opportunity-showcase{grid-template-columns:1fr}.op-feature{min-height:0;padding:25px}.op-feature h3{font-size:29px}.op-feature>p{font-size:13.5px}.op-side-list{grid-template-rows:none}.op-mini{min-height:168px}.opportunity-footer{align-items:flex-start;flex-direction:column}.opportunity-principle{flex-direction:column;align-items:flex-start;gap:5px}
  .services{padding:72px 0}.services-grid{grid-template-columns:1fr;column-gap:0}.services-cta{align-items:flex-start;flex-direction:column}.contact{grid-template-columns:1fr;gap:36px;padding:72px 0}.contact-head .section-label{margin-bottom:26px}.contact-head h2{font-size:36px}.footer{grid-template-columns:1fr auto}.footer p{display:none}.whatsapp-float{left:14px;bottom:14px}
  .profile-hero{grid-template-columns:1fr;padding:44px 0 58px;gap:30px}.profile-hero-copy{order:1}.profile-hero-side{order:2;justify-self:start;width:min(86%,340px)}.profile-hero h1{font-size:43px}.profile-metrics{grid-template-columns:1fr 1fr;margin-bottom:72px}.metric:nth-child(2){border-left:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.profile-section{padding:72px 0}.flagship-grid{grid-template-columns:1fr;gap:34px}.flagship-narrative{position:relative;top:auto}.responsibility-list>div{grid-template-columns:28px 1fr;gap:8px 14px}.responsibility-list p{grid-column:2}.achievement-grid,.competency-grid{grid-template-columns:1fr}.career-row{grid-template-columns:86px 1fr;gap:12px 18px}.career-row>p{grid-column:2}.profile-education{grid-template-columns:1fr}.profile-cta{margin-block:72px;padding:30px 24px;flex-direction:column;align-items:flex-start}.profile-cta-actions{min-width:0;width:100%}
  .opportunities-hero{grid-template-columns:1fr;padding:46px 0 42px;gap:20px}.opportunities-hero-copy h1{font-size:39px}.verification-note{border-right:0;padding-right:0;border-top:1px solid var(--line);padding-top:18px}.opportunities-browser{padding:38px 0 72px}.op-tools{align-items:stretch;flex-direction:column}.op-search-wrap{width:100%}.opportunity-grid-full{grid-template-columns:1fr}.op-card{min-height:0}.opportunity-method{padding:72px 0}.method-grid{grid-template-columns:1fr}
  .op-detail-hero{padding-top:38px}.op-detail-shell{padding:30px 24px}.op-detail-heading{grid-template-columns:1fr;gap:24px}.op-detail-heading h1{font-size:39px}.op-deadline-card{border-right:0;padding-right:0;border-top:1px solid rgba(255,255,255,.17);padding-top:18px}.op-detail-facts{grid-template-columns:1fr 1fr;margin:0 10px}.op-detail-facts>div:nth-child(3n){border-left:1px solid var(--line)}.op-detail-facts>div:nth-child(2n){border-left:0}.op-detail-facts>div:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.op-detail-facts>div:nth-last-child(-n+2){border-bottom:0}.op-detail-layout{grid-template-columns:1fr;gap:34px;padding:52px 0}.op-detail-aside{position:relative;top:auto}.detail-block{grid-template-columns:34px 1fr}.detail-block ul,.detail-block ol{grid-column:2}.op-apply-final{flex-direction:column;align-items:flex-start;padding:28px 24px}
}
@media(max-width:520px){
  .hero{padding-top:34px}.hero h1{font-size:40px}.hero-lead{font-size:14.5px}.hero-actions{gap:12px}.btn{font-size:11.5px;padding-inline:16px}.hero-footer{grid-template-columns:1fr}.hero-fact:nth-child(3){grid-column:auto}.hero-fact span{font-size:10.5px}.hero-visual{width:92%}.hero-stamp{width:150px;padding:12px 14px;bottom:28px}.hero-stamp strong{font-size:16px}
  .statement-main{font-size:28px}.statement-sub p{font-size:14px}.profile-pills span{font-size:9px}
  .impact-proof-intro h2{font-size:27px}.impact-item{grid-template-columns:72px 1fr;gap:14px}.impact-metric strong{font-size:23px}.impact-item h3{font-size:15.5px}.impact-item p{font-size:12px}
  .venture-copy h2{font-size:31px}.venture-capabilities{grid-template-columns:1fr}.venture-capabilities>div:nth-child(odd){border-left:0;padding-left:0}.venture-capabilities>div:nth-child(even){padding-right:0}.venture-capabilities>div+div{border-top:1px solid var(--line-dark)}.venture-facts{grid-template-columns:1fr}.venture-facts>div,.venture-facts>div:nth-child(odd){border-left:0;border-bottom:1px solid var(--line-dark)}.venture-facts>div:last-child{border-bottom:0}
  .opportunities{padding-inline:18px}.op-feature{padding:22px}.op-feature-facts{grid-template-columns:1fr}.op-feature-facts>div:nth-child(odd){border-left:0;padding-left:0}.op-feature-facts>div:nth-child(even){padding-right:0}.op-feature-facts>div+div{border-top:1px solid var(--line)}.op-feature-bottom{align-items:flex-start;flex-direction:column}.op-mini h3{font-size:17px}
  .service-card{grid-template-columns:34px 1fr}.service-card h3{font-size:17px}.contact-list a{grid-template-columns:82px 1fr auto;gap:10px}.contact-list strong{font-size:12px}.footer{font-size:10.5px}
  .profile-hero h1{font-size:38px}.profile-hero-copy>p{font-size:14.5px}.profile-metrics{grid-template-columns:1fr}.metric{border-left:0!important;border-bottom:1px solid var(--line)}.metric:last-child{border-bottom:0}.career-row{grid-template-columns:1fr}.career-time,.career-row>p{grid-column:auto}.profile-cta h2{font-size:26px}
  .opportunities-hero-copy h1{font-size:35px}.filter{font-size:11px}.op-card{padding:21px}.op-card h3{font-size:22px}.op-meta{grid-template-columns:1fr}.op-detail-shell{padding:26px 20px}.op-detail-heading h1{font-size:35px}.op-detail-facts{grid-template-columns:1fr}.op-detail-facts>div{border-left:0!important;border-bottom:1px solid var(--line)!important}.op-detail-facts>div:last-child{border-bottom:0!important}.detail-block li{font-size:14px}.op-apply-final h2{font-size:24px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{
  .site-header,.whatsapp-float,.footer,.profile-cta,.hero-actions,.noise{display:none!important}
  body{background:#fff;color:#000;font-size:12pt}.section-shell{width:100%}.profile-hero,.profile-summary,.profile-section{padding:24px 0}.profile-hero-side{width:180px}.profile-section{break-inside:avoid}.career-row,.achievement-card,.responsibility-list>div{break-inside:avoid}
}


@media(max-width:820px){
  .opportunity-quickbar{grid-template-columns:1fr auto;gap:10px 18px;padding-block:16px}.quickbar-mark{grid-column:1/-1;justify-content:flex-start}.quickbar-copy{flex-direction:column;align-items:flex-start;gap:2px}.quickbar-copy strong{white-space:normal;font-size:13px}.quickbar-copy span{font-size:10.8px}.opportunity-quickbar>a{font-size:11px}
  .opportunities-trustline{margin-top:0}.op-feature-facts strong{font-size:13px}.op-mini p{font-size:13px}.op-mini-meta strong{font-size:11.8px}
  .op-card>p{font-size:13.8px}.op-meta strong{font-size:12.7px}
  .op-detail-heading>div:first-child>p{font-size:14.7px}.op-detail-facts strong{font-size:13px}.detail-block li{font-size:14.7px}.personal-take p,.verify-card p{font-size:13.5px}.source-card p{font-size:12.3px}
}
@media(max-width:520px){
  .opportunity-quickbar{grid-template-columns:1fr}.opportunity-quickbar>a{justify-self:start}.quickbar-copy strong{font-size:12.8px}
  .op-feature>p,.op-card>p{font-size:13.6px}.detail-block li{font-size:14.6px}
}

/* Utility pages */
.not-found{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:900px}
.not-found>span{font:650 10px/1 "DM Sans",sans-serif;letter-spacing:.14em;color:var(--purple);margin-bottom:26px}
.not-found h1{font-size:clamp(38px,5vw,64px);line-height:1.35;letter-spacing:-.04em;margin:0 0 18px;font-weight:650}
.not-found p{font-size:15px;line-height:1.95;color:var(--muted);max-width:650px;margin:0 0 28px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* V4.1 — mobile proof hierarchy + playful editorial accents */
.hero-copy{position:relative}
.hero-footer{grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}
.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0}
.proof-chip{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--line);border-radius:15px;background:rgba(255,253,249,.38);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.proof-chip:hover{transform:translateY(-2px);border-color:rgba(67,50,132,.24);background:rgba(255,253,249,.72)}
.proof-number{direction:ltr;display:grid;place-items:center;min-width:50px;height:44px;padding-inline:8px;border-radius:13px;background:rgba(245,162,63,.14);color:var(--ink);font:700 18px/1 "DM Sans",sans-serif;letter-spacing:-.045em}
.proof-founded .proof-number{background:var(--purple-soft);color:var(--purple);font-size:15.5px}
.proof-rank .proof-number{min-width:46px;width:46px;height:46px;padding:0;border-radius:50%;background:var(--purple);color:#fff;font-size:20px;box-shadow:0 8px 24px rgba(67,50,132,.16)}
.proof-copy{min-width:0;display:flex;flex-direction:column;gap:1px}
.proof-copy b{font-size:11.5px;line-height:1.45;font-weight:620;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.proof-copy small{font-size:9.8px;line-height:1.55;color:#80786f}
.hero-scroll{align-self:center}

/* Hand-drawn accents: inspired by playful personal sites, kept intentionally restrained */
.ink-underline{position:relative;display:inline-block;z-index:0}
.ink-underline:after{content:"";position:absolute;z-index:-1;right:-2%;bottom:.03em;width:104%;height:10px;background-repeat:no-repeat;background-size:100% 100%;background-position:center;transform:scaleX(0);transform-origin:right center;animation:inkDraw .85s cubic-bezier(.2,.75,.2,1) .35s forwards;opacity:.92}
.hero .ink-underline:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 18' preserveAspectRatio='none'%3E%3Cpath d='M3 12 C 45 2, 84 17, 123 9 S 188 7, 217 11' fill='none' stroke='%23F5A23F' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")}
.opportunities .ink-underline:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 18' preserveAspectRatio='none'%3E%3Cpath d='M3 12 C 42 4, 78 16, 120 9 S 184 5, 217 11' fill='none' stroke='%23F5A23F' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")}
@keyframes inkDraw{to{transform:scaleX(1)}}

.playful-mark{pointer-events:none;position:absolute;z-index:2;width:56px;height:48px;left:2px;top:-6px;opacity:.9;animation:markFloat 5.6s ease-in-out infinite}
.playful-mark i{position:absolute;display:block;width:22px;height:3px;border-radius:999px;background:var(--orange);left:17px;top:22px;transform-origin:right center}
.playful-mark i:nth-child(1){transform:translate(-3px,-14px) rotate(70deg);width:18px}
.playful-mark i:nth-child(2){transform:translate(-16px,-2px) rotate(12deg);width:20px;background:var(--purple)}
.playful-mark i:nth-child(3){transform:translate(-9px,13px) rotate(-48deg);width:16px}
@keyframes markFloat{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(-3px,5px,0) rotate(-3deg)}}

.hero-visual:before{content:"";pointer-events:none;position:absolute;z-index:3;right:-20px;top:26px;width:46px;height:46px;border:2px solid var(--orange);border-radius:50%;opacity:.62;box-shadow:inset 0 0 0 7px var(--bg);animation:ringDrift 7s ease-in-out infinite}
.hero-visual:after{content:"";pointer-events:none;position:absolute;z-index:4;right:-27px;top:66px;width:25px;height:3px;border-radius:999px;background:var(--purple);transform:rotate(-32deg)}
@keyframes ringDrift{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(8px) rotate(8deg)}}

.opportunities-doodle{position:absolute!important;z-index:2!important;left:31px;top:29px;width:72px;height:44px;pointer-events:none;opacity:.84;animation:doodleDrift 6.5s ease-in-out infinite}
.opportunities-doodle span{position:absolute;display:block;height:3px;border-radius:999px;background:var(--orange);left:0;top:20px;transform-origin:left center}
.opportunities-doodle span:nth-child(1){width:27px;transform:translate(3px,-12px) rotate(-56deg)}
.opportunities-doodle span:nth-child(2){width:31px;transform:translate(21px,0) rotate(-6deg);background:rgba(255,255,255,.9)}
.opportunities-doodle span:nth-child(3){width:21px;transform:translate(12px,13px) rotate(42deg)}
@keyframes doodleDrift{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(5px) rotate(2deg)}}

/* tiny editorial strokes across key headings, not every heading */
.impact-proof-intro h2 em,.venture-copy h2 em,.contact-head h2 em{position:relative;display:inline-block}
.impact-proof-intro h2 em:before,.venture-copy h2 em:before,.contact-head h2 em:before{content:"";position:absolute;width:28px;height:3px;border-radius:999px;background:var(--orange);right:calc(100% + 8px);top:55%;transform:rotate(-13deg);opacity:.9}
.venture-copy h2 em:before{background:#fff;opacity:.5}

/* More animated-feeling interactions without hiding content when JS fails */
.btn span,.inline-link span,.venture-link span,.op-feature-cta,.opportunity-quickbar>a b,.contact-list b{display:inline-block;transition:transform .2s ease}
.btn:hover span,.inline-link:hover span,.venture-link:hover span,.op-feature:hover .op-feature-cta,.opportunity-quickbar>a:hover b,.contact-list a:hover b{transform:translate(-3px,2px)}
.op-feature,.op-mini,.service-card{will-change:transform}
.service-card{transition:padding .22s ease,background .22s ease,transform .22s ease}
.service-card:hover{padding-inline:12px;background:rgba(255,255,255,.24);transform:translateX(-2px)}

@media(max-width:820px){
  .hero-footer{grid-template-columns:1fr;padding-top:17px;gap:0}
  .hero-proof{grid-template-columns:1fr 1fr;gap:9px}
  .proof-rank{grid-column:1/-1}
  .proof-chip{padding:9px 10px;border-radius:14px;min-height:64px}
  .proof-number{min-width:44px;height:40px;font-size:16px;border-radius:12px}
  .proof-founded .proof-number{font-size:13.5px}
  .proof-rank .proof-number{width:43px;min-width:43px;height:43px;font-size:18px}
  .proof-copy b{font-size:11.2px;white-space:normal}
  .proof-copy small{font-size:9.6px;line-height:1.45}
  .hero-scroll{display:none}
  .playful-mark{width:45px;height:40px;left:0;top:-1px;transform:scale(.82)}
  .hero-visual:before{right:-10px;top:20px;width:38px;height:38px;box-shadow:inset 0 0 0 6px var(--bg)}
  .hero-visual:after{right:-15px;top:55px;width:20px}
  .opportunities-doodle{left:18px;top:18px;transform:scale(.82)}
}
@media(max-width:520px){
  .hero-footer{margin-top:2px}
  .hero-proof{grid-template-columns:1fr;gap:7px}
  .proof-rank{grid-column:auto}
  .proof-chip{min-height:60px;padding:8px 10px;background:rgba(255,253,249,.5)}
  .proof-copy b{font-size:11.4px}
  .proof-copy small{font-size:9.8px}
  .proof-number{min-width:43px;height:39px}
  .proof-rank .proof-number{width:42px;min-width:42px;height:42px}
  .hero .ink-underline:after{height:8px;bottom:-.01em}
  .playful-mark{display:none}
  .hero-visual:before{right:-7px;top:18px;width:34px;height:34px}
  .hero-visual:after{right:-12px;top:49px}
  .opportunities-doodle{opacity:.62;transform:scale(.72);left:10px;top:12px}
}
@media(prefers-reduced-motion:reduce){.ink-underline:after{animation:none;transform:scaleX(1)}.playful-mark,.hero-visual:before,.opportunities-doodle{animation:none}}

/* Carry the playful accent language into inner-page hero moments */
.profile-hero h1 em,.opportunities-hero h1 em{position:relative;display:inline-block;z-index:0}
.profile-hero h1 em:after,.opportunities-hero h1 em:after{content:"";position:absolute;z-index:-1;right:0;bottom:.02em;width:100%;height:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 18' preserveAspectRatio='none'%3E%3Cpath d='M3 12 C 45 3, 84 16, 124 9 S 189 7, 217 11' fill='none' stroke='%23F5A23F' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;opacity:.86}
.op-card:before{content:"";position:absolute;top:0;right:24px;width:54px;height:3px;background:var(--orange);border-radius:0 0 999px 999px;transition:width .25s ease,background .25s ease}
.op-card:hover:before{width:88px;background:var(--purple)}

/* =========================================================
   V4.2 MOBILE HARDENING
   - explicit mobile source hierarchy
   - compact editorial scale
   - readable proof / opportunity hierarchy
   - iOS-safe layout
   ========================================================= */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}

@media (max-width:820px){
  /* Force the intended mobile sequence regardless of older cached layout rules */
  .hero{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;gap:26px!important;padding:34px 0 22px!important;align-items:start!important}
  .hero-copy{order:1!important;grid-row:1!important;width:100%!important;min-width:0!important}
  .hero-visual{order:2!important;grid-row:2!important;justify-self:stretch!important;width:100%!important;max-width:520px!important;padding-left:0!important;margin:2px auto 0!important}
  .hero-footer{order:3!important;grid-row:3!important;width:100%!important;margin-top:2px!important}
  .hero-kicker{margin-bottom:17px!important;font-size:11.5px!important}
  .hero h1{font-size:clamp(35px,9.8vw,45px)!important;line-height:1.27!important;letter-spacing:-.035em!important;margin-bottom:18px!important;max-width:12ch!important}
  .hero-lead{font-size:14.7px!important;line-height:1.92!important;margin-bottom:22px!important;max-width:100%!important}
  .hero-actions{gap:10px!important}
  .hero-photo-wrap{aspect-ratio:4/5!important;border-radius:15px 58px 15px 15px!important;box-shadow:0 20px 54px rgba(26,19,15,.09)!important}
  .hero-photo-wrap img{object-position:center 25%!important}
  .hero-stamp{left:12px!important;bottom:18px!important;width:auto!important;min-width:145px!important;padding:11px 13px!important;border-radius:12px!important}
  .hero-photo-tag{bottom:15px!important;right:15px!important;font-size:8.5px!important}

  /* Compact proof chips: numbers support the message instead of overpowering it */
  .hero-proof{grid-template-columns:1fr!important;gap:8px!important;width:100%!important}
  .proof-chip{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;min-height:62px!important;padding:9px 11px!important;border:1px solid rgba(23,19,15,.12)!important;border-radius:15px!important;background:rgba(255,253,249,.62)!important;box-shadow:none!important}
  .proof-number{width:44px!important;min-width:44px!important;height:40px!important;padding:0!important;border-radius:12px!important;font-size:15.5px!important}
  .proof-founded .proof-number{font-size:12.8px!important}
  .proof-rank .proof-number{width:42px!important;min-width:42px!important;height:42px!important;border-radius:50%!important;font-size:18px!important}
  .proof-copy b{font-size:12.3px!important;line-height:1.45!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  .proof-copy small{font-size:10.8px!important;line-height:1.55!important;color:#776f67!important}

  /* Opportunities quick bar becomes a deliberate component, not loose text */
  .opportunity-quickbar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:calc(100% - 28px)!important;margin:6px auto 0!important;padding:15px 16px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:rgba(255,253,249,.58)!important;min-height:0!important}
  .quickbar-mark{grid-column:auto!important;justify-content:flex-start!important;font-size:8px!important}
  .quickbar-copy{display:flex!important;flex-direction:column!important;gap:2px!important;align-items:flex-start!important}
  .quickbar-copy strong{font-size:13.2px!important;line-height:1.55!important;white-space:normal!important}
  .quickbar-copy span{font-size:10.8px!important;line-height:1.55!important}
  .opportunity-quickbar>a{justify-self:start!important;font-size:11.5px!important;margin-top:1px!important}

  /* About: keep the statement editorial, but not billboard-sized */
  .statement{padding:58px 0!important;gap:18px!important}
  .statement-copy{gap:26px!important}
  .statement-main{font-size:clamp(24px,6.9vw,29px)!important;line-height:1.62!important;letter-spacing:-.025em!important}
  .statement-sub p{font-size:14.2px!important;line-height:1.95!important}
  .profile-pills{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:19px!important}
  .profile-pills span{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:38px!important;padding:8px 7px!important;text-align:center!important;white-space:normal!important;font-size:9.8px!important;line-height:1.3!important;border-radius:11px!important;background:rgba(255,255,255,.34)!important}
  .inline-actions{gap:10px!important}

  /* Impact section: compact cards. Metric is now a badge, not a detached headline */
  .impact-proof{padding-bottom:62px!important}
  .impact-proof-head{padding:54px 0 18px!important;gap:15px!important}
  .impact-proof-intro{gap:7px!important;padding-bottom:18px!important}
  .impact-proof-intro h2{font-size:27px!important;line-height:1.45!important}
  .impact-proof-intro p{font-size:13.2px!important;line-height:1.85!important}
  .impact-list{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .impact-item{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:13px!important;min-height:0!important;padding:15px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:rgba(255,253,249,.45)!important}
  .impact-item:after{display:none!important}
  .impact-metric{display:grid!important;place-items:center!important;align-self:start!important;width:48px!important;height:48px!important;border-radius:14px!important;background:var(--purple-soft)!important;text-align:center!important;overflow:hidden!important}
  .impact-metric strong{font-size:17px!important;line-height:1!important;color:var(--purple)!important}
  .impact-metric small{font-size:7.5px!important;line-height:1!important;margin-top:-7px!important}
  .impact-metric-dark{background:var(--purple)!important;border-radius:50%!important}
  .impact-metric-dark strong,.impact-metric-dark small{color:#fff!important}
  .impact-item-copy>span{font-size:8.5px!important;margin-bottom:5px!important}
  .impact-item h3{font-size:16px!important;line-height:1.5!important;margin-bottom:4px!important}
  .impact-item p{font-size:12.8px!important;line-height:1.78!important}

  /* Main section headings: tighter and more consistent */
  .section-head h2{font-size:30px!important;line-height:1.48!important}
  .venture-copy h2{font-size:29px!important;line-height:1.48!important}
  .contact-head h2{font-size:31px!important;line-height:1.45!important}

  /* Opportunities get more visual priority and better reading size */
  .opportunities{padding:46px 17px 24px!important;margin-bottom:62px!important;border-radius:22px!important}
  .opportunities .section-head{margin-bottom:24px!important}
  .opportunities-head>div:last-child p{font-size:13.6px!important;line-height:1.85!important}
  .opportunities-trustline{gap:7px!important}
  .opportunities-trustline span{font-size:10.5px!important}
  .op-feature{padding:21px!important;border-radius:18px!important}
  .op-feature h3{font-size:27px!important;line-height:1.3!important}
  .op-feature>p{font-size:14px!important;line-height:1.85!important}
  .op-feature-facts strong{font-size:12.7px!important;line-height:1.65!important}
  .op-mini{padding:18px!important;min-height:0!important}
  .op-mini h3{font-size:18px!important}
  .op-mini p{font-size:13.2px!important;line-height:1.78!important}
  .op-mini-meta strong{font-size:11.7px!important;line-height:1.6!important}

  /* Prevent decorative marks from colliding with text on compact screens */
  .playful-mark{display:none!important}
  .opportunities-doodle{display:none!important}
  .hero-visual:before,.hero-visual:after{display:none!important}
}

@media (max-width:520px){
  .section-shell,.site-header{width:calc(100% - 26px)!important}
  .hero{padding-top:28px!important;gap:22px!important}
  .hero h1{font-size:clamp(34px,10vw,40px)!important;max-width:11ch!important}
  .hero-lead{font-size:14.4px!important}
  .hero-actions .btn{min-height:44px!important;font-size:11.5px!important}
  .hero-visual{width:100%!important}
  .hero-photo-wrap{aspect-ratio:1/1.12!important;border-radius:14px 48px 14px 14px!important}
  .hero-stamp{left:10px!important;bottom:14px!important;min-width:132px!important}
  .hero-stamp span{font-size:7.2px!important}.hero-stamp strong{font-size:14.5px!important}
  .profile-pills{grid-template-columns:1fr 1fr!important}
  .impact-proof-intro h2{font-size:25px!important}
  .section-head h2{font-size:28px!important}
  .venture-copy h2{font-size:27px!important}
  .contact-head h2{font-size:29px!important}
}


/* V4.3 — refined mobile-first editorial system */
:root{--purple:#493295;--orange:#f5a23f;--ink:#17130f;--bg:#f3efe8;--muted:#706861}

/* More deliberate, visible editorial marks */
.section-scribble{height:34px;position:relative;margin-top:8px;margin-bottom:14px;overflow:visible}
.section-scribble span,.section-scribble b{position:absolute;display:block;height:5px;border-radius:999px;transform-origin:right center}
.section-scribble span{right:2%;top:8px;width:86px;background:var(--orange);transform:rotate(-5deg)}
.section-scribble b{right:calc(2% + 68px);top:18px;width:54px;background:var(--purple);transform:rotate(8deg)}
.hero-doodle{position:absolute;left:3%;top:13%;width:70px;height:70px;pointer-events:none;z-index:2}
.hero-doodle i{position:absolute;display:block;height:6px;border-radius:999px;background:var(--orange);box-shadow:0 0 0 1px rgba(23,19,15,.02)}
.hero-doodle i:nth-child(1){width:34px;left:4px;top:12px;transform:rotate(42deg)}
.hero-doodle i:nth-child(2){width:43px;left:24px;top:31px;background:var(--purple);transform:rotate(-9deg)}
.hero-doodle i:nth-child(3){width:25px;left:8px;top:52px;transform:rotate(-49deg)}

/* Homepage: fewer sections, clearer hierarchy */
.hero-v43{position:relative;grid-template-columns:minmax(0,1.06fr) minmax(330px,.72fr);grid-template-areas:'copy visual';gap:72px;padding:70px 0 68px;align-items:center}
.hero-v43 .hero-copy{grid-area:copy}.hero-v43 .hero-visual{grid-area:visual}.hero-v43 .hero-proof{margin-top:30px}
.hero-v43 h1{font-size:clamp(48px,5.6vw,76px);max-width:10.2ch;line-height:1.23;margin-bottom:20px}
.hero-v43 .hero-lead{max-width:670px;font-size:15px;line-height:1.95;margin-bottom:22px}
.hero-v43 .hero-photo-wrap{aspect-ratio:.82;height:auto;max-height:600px}

.opportunities-home{position:relative;overflow:hidden;margin-top:28px}
.opportunities-home:before{content:'';position:absolute;left:-48px;top:-52px;width:150px;height:150px;border:12px solid rgba(245,162,63,.85);border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(18deg);pointer-events:none}
.opportunities-doodle-v43{position:absolute;right:26px;bottom:18px;width:88px;height:70px;opacity:.95;pointer-events:none}
.opportunities-doodle-v43 span{position:absolute;display:block;height:6px;border-radius:999px;background:var(--orange)}
.opportunities-doodle-v43 span:nth-child(1){width:58px;right:0;top:0;transform:rotate(-14deg)}
.opportunities-doodle-v43 span:nth-child(2){width:42px;right:22px;top:27px;background:#fff;transform:rotate(7deg)}
.opportunities-doodle-v43 span:nth-child(3){width:32px;right:5px;top:52px;transform:rotate(45deg)}
.opportunities-home .op-feature{min-height:430px}
.opportunities-home .op-feature-facts{grid-template-columns:1fr 1fr}
.opportunities-home .op-side-list{grid-template-rows:1fr 1fr}
.opportunity-footer-v43{justify-content:space-between}.opportunity-footer-v43>span{font-size:11px;color:rgba(255,255,255,.58)}

.venture-v43{padding-bottom:78px}.venture-v43 .venture-facts{display:none}.venture-capabilities-v43{grid-template-columns:repeat(3,1fr)}
.venture-capabilities-v43>div:nth-child(3){border-left:0}.venture-capabilities-v43>div:nth-child(4){display:none}
.services-v43{padding-top:76px}.services-grid-v43{grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.services-grid-v43 .service-card:nth-child(n+4){display:none}.services-profile-link{display:inline-flex;margin-top:28px}
.contact-v43{padding-top:82px}

/* Inner profile: less repetition, safer portrait */
.profile-hero{grid-template-columns:minmax(0,1fr) 280px;gap:62px;padding:58px 0 64px;align-items:center}
.profile-hero-side{width:280px;position:relative}.profile-hero-side>img{width:100%;height:360px;aspect-ratio:auto;object-fit:cover;object-position:center 24%;border-radius:18px 58px 18px 18px;display:block}
.profile-photo-label{position:absolute;right:-14px;top:26px;writing-mode:vertical-rl;transform:rotate(180deg);font:700 8px/1 'DM Sans',sans-serif;letter-spacing:.13em;color:var(--orange)}
.profile-cv-link{display:inline-flex;margin-top:12px;font-size:11px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:4px}
.profile-metrics{margin-top:0}
.career-more{border-top:1px solid var(--line);padding:0;margin-top:0}.career-more summary{cursor:pointer;list-style:none;padding:21px 0;font-weight:600;font-size:13px;color:var(--purple)}.career-more summary::-webkit-details-marker{display:none}.career-more summary:after{content:'＋';margin-right:8px}.career-more[open] summary:after{content:'−'}.career-more-list .career-row:first-child{border-top:1px solid var(--line)}
.competency-grid{grid-template-columns:repeat(2,1fr)}

/* Fixed WhatsApp is useful, but should not compete with the content */
@media(max-width:820px){
  .site-header{min-height:76px!important;height:76px!important;padding-block:0!important}
  .identity-ar{font-size:17px!important}.identity-en{display:none!important}.header-cta{display:none!important}
  .hero-v43{grid-template-areas:'copy' 'visual'!important;gap:26px!important;padding:34px 0 38px!important}
  .hero-v43 .hero-copy{grid-area:copy!important}.hero-v43 .hero-visual{grid-area:visual!important;width:100%!important;max-width:none!important;margin:0!important}
  .hero-v43 h1{font-size:clamp(34px,9.2vw,40px)!important;line-height:1.28!important;max-width:10.4ch!important;margin-bottom:16px!important;letter-spacing:-.035em!important}
  .hero-v43 .hero-kicker{font-size:10.7px!important;margin-bottom:13px!important}
  .hero-v43 .hero-lead{font-size:13.8px!important;line-height:1.88!important;margin-bottom:18px!important}
  .hero-v43 .hero-actions{margin-bottom:0!important}
  .hero-v43 .hero-photo-wrap{height:390px!important;aspect-ratio:auto!important;border-radius:16px 52px 16px 16px!important}
  .hero-v43 .hero-photo-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 24%!important}
  .hero-v43 .hero-stamp{left:12px!important;bottom:16px!important;min-width:132px!important;padding:10px 12px!important}
  .hero-v43 .hero-photo-tag{font-size:8px!important;bottom:13px!important;right:14px!important}
  .hero-v43 .hero-proof{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:22px!important}
  .hero-v43 .proof-rank{grid-column:1/-1!important}.hero-v43 .proof-chip{min-height:62px!important}
  .hero-doodle{left:-3px;top:9%;transform:scale(.78)}
  .section-scribble{height:26px;margin-top:0;margin-bottom:4px}.section-scribble span{width:68px;height:4px}.section-scribble b{width:42px;height:4px}

  .opportunities-home{margin-top:18px!important;padding:40px 18px 24px!important;border-radius:22px!important}
  .opportunities-home .section-head{margin-bottom:22px!important}.opportunities-home .section-head h2{font-size:29px!important;line-height:1.43!important}.opportunities-home .section-head p{font-size:13px!important;line-height:1.8!important}
  .opportunities-home .opportunity-showcase{gap:10px!important}.opportunities-home .op-feature{min-height:0!important;padding:20px!important;border-radius:18px!important}.opportunities-home .op-feature h3{font-size:26px!important}.opportunities-home .op-feature>p{font-size:13px!important}
  .opportunities-home .op-feature-facts{grid-template-columns:1fr 1fr!important}.opportunities-home .op-feature-facts strong{font-size:12.6px!important}
  .opportunities-home .op-mini{min-height:0!important;padding:17px!important;border-radius:15px!important}.opportunities-home .op-mini p{font-size:12.6px!important;line-height:1.65!important}.opportunities-home .op-mini h3{font-size:17px!important}.opportunities-home:before{left:-62px;top:-66px;width:130px;height:130px;border-width:9px}
  .opportunities-doodle-v43{right:auto;left:14px;bottom:10px;transform:scale(.72)}
  .opportunity-footer-v43{gap:12px!important;align-items:center!important;flex-direction:row!important}.opportunity-footer-v43>span{font-size:9.8px!important}

  .venture-v43{padding-bottom:56px!important}.venture-v43 .venture-copy{padding:30px 22px 32px!important}.venture-v43 .venture-copy h2{font-size:30px!important}.venture-v43 .venture-lead{font-size:13.1px!important;line-height:1.8!important}.venture-capabilities-v43{grid-template-columns:1fr!important}.venture-capabilities-v43>div{border-left:0!important;padding:12px 0!important}.venture-capabilities-v43>div+div{border-top:1px solid var(--line-dark)!important}.venture-v43 .venture-visual{padding:28px 22px!important}.venture-v43 .venture-logo-card{width:min(58vw,220px)!important}

  .services-v43{padding:58px 0!important}.services-v43 .section-head h2{font-size:30px!important}.services-grid-v43{grid-template-columns:1fr!important}.services-grid-v43 .service-card{padding:20px 0!important;min-height:0!important}.services-grid-v43 .service-card h3{font-size:16px!important}.services-grid-v43 .service-card p{font-size:12.8px!important;line-height:1.7!important}.services-profile-link{margin-top:20px!important}
  .contact-v43{padding:58px 0 70px!important}.contact-v43 .contact-head h2{font-size:31px!important}.contact-v43 .contact-head p{font-size:13px!important;line-height:1.8!important}

  /* Profile portrait becomes a compact identity card on phones */
  .profile-hero{padding:34px 0 44px!important;gap:24px!important}.profile-hero h1{font-size:35px!important;line-height:1.35!important}.profile-hero-copy>p{font-size:13.8px!important;line-height:1.85!important}.profile-hero .hero-actions{gap:9px!important}.profile-cv-link{margin-top:9px!important}
  .profile-hero-side{width:100%!important;display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:15px!important;align-items:center!important;padding:12px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:rgba(255,253,249,.5)!important;justify-self:stretch!important}
  .profile-hero-side>img{width:92px!important;height:112px!important;aspect-ratio:auto!important;border-radius:12px 28px 12px 12px!important;object-fit:cover!important;object-position:center 23%!important}
  .profile-photo-label{display:none!important}.profile-contact-mini{padding:0!important;min-width:0!important;gap:5px!important}.profile-contact-mini a{font-size:10px!important;overflow-wrap:anywhere!important}.profile-contact-mini span{font-size:8px!important}
  .profile-metrics{grid-template-columns:1fr 1fr!important;margin-bottom:54px!important}.profile-metrics .metric{min-height:88px!important;padding:17px 12px!important;border-left:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}.profile-metrics .metric:nth-child(2n){border-left:0!important}.profile-metrics .metric:nth-last-child(-n+2){border-bottom:0!important}.profile-metrics .metric strong{font-size:23px!important}.profile-metrics .metric span{font-size:10.5px!important}
  .profile-section{padding:56px 0!important}.profile-section .section-head h2{font-size:29px!important}.flagship-grid{gap:28px!important}.big-copy{font-size:18px!important;line-height:1.75!important}.responsibility-list>div{padding:15px 0!important}.achievement-card{padding:20px!important}.career-row{padding:18px 0!important}.competency-grid{grid-template-columns:1fr!important}.competency{padding:18px 0!important}
  .profile-education{gap:30px!important}.education-col{padding-bottom:26px!important;border-bottom:1px solid var(--line)!important}.education-col:last-child{border-bottom:0!important}

  .whatsapp-float{width:54px!important;height:54px!important;min-width:54px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;left:14px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important}.whatsapp-float span{display:none!important}.whatsapp-float b{font-size:15px!important}
}
@media(max-width:420px){
  .hero-v43 .hero-photo-wrap{height:365px!important}.hero-v43 h1{font-size:35px!important}.hero-v43 .hero-lead{font-size:13.4px!important}.btn{padding-inline:14px!important}.hero-v43 .proof-copy small{font-size:9.8px!important}
  .opportunities-home .op-feature-facts{grid-template-columns:1fr!important}.opportunities-home .op-feature-facts>div+div{border-top:1px solid var(--line)!important}.opportunity-footer-v43{align-items:flex-start!important;flex-direction:column!important}
  .profile-metrics{grid-template-columns:1fr 1fr!important}.profile-hero-side{grid-template-columns:84px minmax(0,1fr)!important}.profile-hero-side>img{width:84px!important;height:104px!important}
}

/* Stronger visual signature on inner pages */
.profile-hero-copy,.opportunities-hero-copy{position:relative}
.profile-hero-copy:before,.opportunities-hero-copy:before{content:"";position:absolute;right:-22px;top:-20px;width:58px;height:58px;border:7px solid rgba(245,162,63,.9);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-18deg);pointer-events:none;z-index:-1}
.profile-hero-copy:after,.opportunities-hero-copy:after{content:"";position:absolute;right:26px;top:-5px;width:28px;height:6px;border-radius:999px;background:var(--purple);transform:rotate(18deg);pointer-events:none;z-index:-1}
.section-label b{position:relative}.section-label b:after{content:"";display:inline-block;width:20px;height:3px;border-radius:999px;background:var(--orange);margin-right:8px;vertical-align:middle;transform:rotate(-5deg)}
@media(max-width:820px){.profile-hero-copy:before,.opportunities-hero-copy:before{right:auto;left:-8px;top:-9px;width:42px;height:42px;border-width:5px;opacity:.9}.profile-hero-copy:after,.opportunities-hero-copy:after{right:auto;left:23px;top:10px;width:22px;height:5px}}
@media print{details.career-more:not([open])>*:not(summary){display:block!important}.career-more summary{display:none!important}}


/* =========================================================
   V4.4 FINAL ART DIRECTION
   Decorative language is now attached to meaningful words,
   not floating around the layout. Inspired by editorial
   hand-drawn annotations while retaining a distinct identity.
   ========================================================= */

/* Retire the previous free-floating strokes and rings */
.hero-doodle,.section-scribble,.opportunities-doodle,.opportunities-doodle-v43,.playful-mark{display:none!important}
.hero-visual:before,.hero-visual:after{content:none!important;display:none!important}
.profile-hero-copy:before,.profile-hero-copy:after,.opportunities-hero-copy:before,.opportunities-hero-copy:after{content:none!important;display:none!important}
.section-label b:after{content:none!important;display:none!important}
.impact-proof-intro h2 em:before,.venture-copy h2 em:before,.contact-head h2 em:before{content:none!important;display:none!important}
.opportunities-home:before,.opportunities-home:after{content:none!important;display:none!important}
.opportunities:before,.opportunities:after{content:none!important;display:none!important}

/* Hand-drawn annotations: only around phrases with semantic emphasis */
.anno{position:relative!important;display:inline-block!important;font-style:normal!important;isolation:isolate;white-space:nowrap;z-index:0}
.anno:after{content:"";position:absolute;pointer-events:none;z-index:2;background-repeat:no-repeat;background-position:center;background-size:100% 100%;opacity:.98}
.anno-underline:after{right:-.07em;left:-.07em;bottom:-.08em;height:.22em;transform-origin:right center;transform:scaleX(1)}
.anno-underline.anno-orange:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 34' preserveAspectRatio='none'%3E%3Cpath d='M7 22 C 52 7, 92 25, 139 16 C 187 7, 230 25, 313 14' fill='none' stroke='%23F5A23F' stroke-width='8' stroke-linecap='round'/%3E%3Cpath d='M17 28 C 82 18, 139 30, 202 21 C 246 15, 281 22, 306 18' fill='none' stroke='%23F5A23F' stroke-opacity='.38' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E")}
.anno-underline.anno-purple:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 34' preserveAspectRatio='none'%3E%3Cpath d='M7 22 C 52 7, 92 25, 139 16 C 187 7, 230 25, 313 14' fill='none' stroke='%23433284' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E")}
.anno-circle:after{right:-.22em;left:-.22em;top:50%;height:1.48em;transform:translateY(-50%) rotate(-1.2deg);background-size:100% 100%}
.anno-circle.anno-purple:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 130' preserveAspectRatio='none'%3E%3Cpath d='M22 69 C 20 22, 82 8, 185 12 C 290 8, 342 27, 338 66 C 341 108, 278 121, 177 116 C 76 121, 17 105, 22 69 Z' fill='none' stroke='%23433284' stroke-width='7.5' stroke-linecap='round'/%3E%3Cpath d='M29 62 C 35 24, 93 15, 189 17 C 281 15, 329 30, 331 63' fill='none' stroke='%23433284' stroke-opacity='.28' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}
.anno-circle.anno-orange:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 130' preserveAspectRatio='none'%3E%3Cpath d='M22 69 C 20 22, 82 8, 185 12 C 290 8, 342 27, 338 66 C 341 108, 278 121, 177 116 C 76 121, 17 105, 22 69 Z' fill='none' stroke='%23F5A23F' stroke-width='7.5' stroke-linecap='round'/%3E%3Cpath d='M29 62 C 35 24, 93 15, 189 17 C 281 15, 329 30, 331 63' fill='none' stroke='%23F5A23F' stroke-opacity='.34' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}

/* On the purple opportunity panel, keep the circled word white for contrast */
.opportunities .anno-circle{color:#fff!important}
.venture-copy .anno-underline{color:var(--orange)!important}

/* Annotation entrance: visual-only enhancement; content never depends on JS */
.anno-wait.anno-underline:after{transform:scaleX(0);opacity:0}
.anno-wait.anno-circle:after{transform:translateY(-50%) rotate(-1.2deg) scale(.82);opacity:0}
.anno-in.anno-underline:after{transform:scaleX(1);opacity:.98;transition:transform .72s cubic-bezier(.2,.72,.2,1),opacity .18s ease}
.anno-in.anno-circle:after{transform:translateY(-50%) rotate(-1.2deg) scale(1);opacity:.98;transition:transform .62s cubic-bezier(.18,.72,.2,1),opacity .18s ease}

/* Refine section rhythm: less boxed, more editorial */
.opportunities-home{box-shadow:0 24px 76px rgba(50,36,103,.13)}
.opportunities-home .op-feature,.opportunities-home .op-mini{box-shadow:none}
.venture-case{box-shadow:0 18px 58px rgba(17,13,22,.075)}
.service-card{border-radius:0}

/* Mixed Arabic/English opportunity titles read more naturally */
.op-feature h3,.op-mini h3,.op-card h3{unicode-bidi:plaintext}

@media(max-width:820px){
  .anno-underline:after{height:.19em;bottom:-.06em}
  .anno-circle:after{right:-.16em;left:-.16em;height:1.38em}
  .opportunities-home{padding-top:38px!important}
  .opportunities-home .section-head h2{font-size:28px!important;line-height:1.46!important}
  .venture-v43 .venture-copy h2{font-size:28px!important;line-height:1.48!important}
  .services-v43 .section-head h2,.contact-v43 .contact-head h2{font-size:28px!important;line-height:1.48!important}
}
@media(max-width:420px){
  .anno-circle:after{right:-.12em;left:-.12em;height:1.34em}
  .hero-v43 h1{font-size:34px!important;line-height:1.3!important}
  .opportunities-home .section-head h2{font-size:27px!important}
  .venture-v43 .venture-copy h2{font-size:27px!important}
}
@media(prefers-reduced-motion:reduce){
  .anno-wait.anno-underline:after,.anno-in.anno-underline:after{transform:scaleX(1);opacity:.98;transition:none}
  .anno-wait.anno-circle:after,.anno-in.anno-circle:after{transform:translateY(-50%) rotate(-1.2deg) scale(1);opacity:.98;transition:none}
}

/* V4.5 — dedicated mobile navigation layer
   The drawer lives outside the blurred sticky header so iOS Safari cannot
   constrain position:fixed to the header's containing block. */
.mobile-menu{display:none}
@media(max-width:820px){
  .site-header .nav{display:none!important;position:static!important;opacity:1!important;pointer-events:auto!important}
  .menu-open .menu-btn{position:relative!important;top:auto!important;left:auto!important}
  .menu-btn{z-index:92!important}

  .mobile-menu{
    display:block;
    position:fixed;
    inset:0;
    width:100%;
    height:100vh;
    height:100dvh;
    z-index:1000;
    background:#f5f1ea;
    color:var(--ink);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .24s ease,transform .28s cubic-bezier(.2,.75,.2,1),visibility 0s linear .28s;
    overflow:hidden;
  }
  .menu-open .mobile-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    transition-delay:0s;
  }
  .mobile-menu::before{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    border:2px solid rgba(99,62,184,.14);
    border-radius:48% 52% 50% 46%;
    left:-92px;
    bottom:110px;
    transform:rotate(-12deg);
    pointer-events:none;
  }
  .mobile-menu::after{
    content:"";
    position:absolute;
    width:72px;
    height:6px;
    background:var(--orange);
    border-radius:999px;
    right:26px;
    top:31.5%;
    transform:rotate(-4deg);
    opacity:.9;
    pointer-events:none;
  }
  .mobile-menu-top{
    min-height:82px;
    padding:0 max(22px,env(safe-area-inset-right)) 0 max(22px,env(safe-area-inset-left));
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid var(--line);
    position:relative;
    z-index:2;
  }
  .mobile-menu-brand{font-size:17px;font-weight:700;letter-spacing:-.02em}
  .mobile-menu-close{
    width:46px;height:46px;border:0;background:transparent;position:relative;cursor:pointer;
  }
  .mobile-menu-close span{position:absolute;left:12px;top:22px;width:23px;height:1.5px;background:var(--ink);border-radius:999px}
  .mobile-menu-close span:first-child{transform:rotate(45deg)}
  .mobile-menu-close span:last-child{transform:rotate(-45deg)}
  .mobile-menu-inner{
    min-height:calc(100vh - 82px);
    min-height:calc(100dvh - 82px);
    padding:clamp(22px,5vh,44px) max(22px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:24px;
    position:relative;
    z-index:2;
  }
  .mobile-menu-nav{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .mobile-menu-nav a{
    min-height:64px;
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 28px;
    gap:10px;
    align-items:center;
    border-bottom:1px solid var(--line);
    font-size:clamp(24px,7.1vw,31px);
    font-weight:600;
    letter-spacing:-.035em;
    line-height:1.15;
    position:relative;
    opacity:0;
    transform:translateY(10px);
    transition:opacity .28s ease,transform .34s cubic-bezier(.2,.75,.2,1),color .2s ease;
  }
  .menu-open .mobile-menu-nav a{opacity:1;transform:none}
  .menu-open .mobile-menu-nav a:nth-child(1){transition-delay:.05s}
  .menu-open .mobile-menu-nav a:nth-child(2){transition-delay:.085s}
  .menu-open .mobile-menu-nav a:nth-child(3){transition-delay:.12s}
  .menu-open .mobile-menu-nav a:nth-child(4){transition-delay:.155s}
  .menu-open .mobile-menu-nav a:nth-child(5){transition-delay:.19s}
  .mobile-menu-nav a:first-child{border-top:1px solid var(--line)}
  .mobile-menu-nav a::after{content:"↙";font:600 13px/1 'DM Sans',sans-serif;justify-self:end;color:#9b938b}
  .mobile-menu-nav a[aria-current="page"],.mobile-menu-nav a.is-current{color:var(--purple)}
  .mobile-menu-nav a[aria-current="page"]::after,.mobile-menu-nav a.is-current::after{color:var(--orange)}
  .mobile-menu-num{font:700 9px/1 'DM Sans',sans-serif;letter-spacing:.12em;color:#aaa198;direction:ltr}
  .mobile-menu-label{display:inline-block;width:max-content;max-width:100%;position:relative}
  .mobile-menu-nav .menu-opportunities .mobile-menu-label::after{
    content:"";position:absolute;right:-4px;left:-6px;bottom:-6px;height:8px;
    border-bottom:3px solid var(--orange);border-radius:50%;transform:rotate(-1.5deg);opacity:.9;
  }
  .mobile-menu-bottom{display:grid;gap:13px}
  .mobile-menu-whatsapp{
    min-height:52px;border-radius:999px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;
    padding:0 18px;font-size:13px;font-weight:600;
  }
  .mobile-menu-whatsapp b{font:600 14px/1 'DM Sans',sans-serif}
  .mobile-menu-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:9px;color:#938b82}
  .mobile-menu-meta span:last-child{font:600 9px/1 'DM Sans',sans-serif;direction:ltr;letter-spacing:.04em}
  .menu-open .site-header{pointer-events:none}
  .menu-open .site-header .menu-btn{pointer-events:none}
}
@media(max-width:380px) and (max-height:700px){
  .mobile-menu-top{min-height:70px}
  .mobile-menu-inner{min-height:calc(100dvh - 70px);padding-top:14px;gap:14px}
  .mobile-menu-nav a{min-height:54px;font-size:22px}
  .mobile-menu-whatsapp{min-height:46px}
}


/* V46 — mobile portrait art direction. Desktop/tablet >=821px remains byte-for-byte visually unchanged. */
.hero-picture{display:block;width:100%;height:100%}
.hero-picture>img{display:block;width:100%;height:100%}

@media (max-width: 820px){
  .hero-v43 .hero-visual{
    justify-self:center!important;
    width:min(82vw,320px)!important;
    max-width:320px!important;
    margin:2px auto 0!important;
  }
  .hero-v43 .hero-photo-wrap{
    width:100%!important;
    height:auto!important;
    aspect-ratio:4 / 5!important;
    border-radius:16px 48px 16px 16px!important;
    box-shadow:0 18px 48px rgba(26,19,15,.085)!important;
  }
  .hero-v43 .hero-picture,
  .hero-v43 .hero-picture>img{
    width:100%!important;
    height:100%!important;
  }
  .hero-v43 .hero-picture>img{
    object-fit:cover!important;
    object-position:center center!important;
  }
  .hero-v43 .hero-stamp{
    left:10px!important;
    bottom:11px!important;
    min-width:120px!important;
    padding:9px 10px!important;
    border-radius:12px!important;
  }
  .hero-v43 .hero-stamp span{font-size:7px!important;letter-spacing:.11em!important}
  .hero-v43 .hero-stamp strong{font-size:14px!important}
  .hero-v43 .hero-photo-tag{
    right:13px!important;
    bottom:12px!important;
    font-size:7.6px!important;
  }
}

@media (max-width: 560px){
  .hero-v43 .hero-visual{
    width:min(80vw,305px)!important;
    max-width:305px!important;
  }
  .hero-v43 .hero-photo-wrap{
    border-radius:14px 42px 14px 14px!important;
  }
}

@media (max-width: 390px){
  .hero-v43 .hero-visual{
    width:min(79vw,292px)!important;
    max-width:292px!important;
  }
}


/* ===== V4.7 — opportunity detail alignment + social/share polish ===== */
.op-detail-facts.section-shell{
  margin:0 auto;
  width:min(var(--max),calc(100% - 64px));
}
.op-detail-facts>div{min-width:0}
.op-detail-facts strong{overflow-wrap:anywhere}
.op-detail-layout.section-shell{margin-inline:auto}

/* Keep the facts visually attached to the purple opportunity hero */
.op-detail-hero + .op-detail-facts{margin-top:-1px}

/* More balanced desktop detail page */
@media(min-width:1081px){
  .op-detail-shell{padding:42px 46px}
  .op-detail-heading{grid-template-columns:minmax(0,1fr) 300px;gap:52px}
  .op-detail-facts>div{padding:20px 24px}
  .op-detail-layout{grid-template-columns:minmax(0,1fr) 292px;gap:64px}
}

/* University of Bergamo urgent scholarship accent */
.op-card.is-urgent-palestine{border-color:rgba(245,162,63,.48);box-shadow:0 16px 55px rgba(67,50,132,.07)}
.op-card.is-urgent-palestine:before{content:"PALESTINE · ITALY";position:absolute;left:20px;top:17px;font:650 8.5px/1 "DM Sans",sans-serif;letter-spacing:.13em;color:var(--orange)}
.op-card{position:relative}

@media(max-width:820px){
  .op-detail-facts.section-shell{width:calc(100% - 28px);margin-inline:auto}
  .op-detail-heading{gap:20px}
  .op-detail-shell{border-radius:22px}
}
@media(max-width:520px){
  .op-detail-facts.section-shell{width:calc(100% - 28px);margin-inline:auto}
}

/* ===== V4.8 — subtle floating portrait motion on mobile only =====
   Performance-safe: transform only, no layout shift, no desktop impact. */
@keyframes heroPortraitFloatV48{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-7px,0)}
}

@media (max-width:820px) and (prefers-reduced-motion:no-preference){
  .hero-v43 .hero-visual{
    animation:heroPortraitFloatV48 5.8s cubic-bezier(.45,.05,.55,.95) infinite!important;
    will-change:transform;
    backface-visibility:hidden;
    transform:translateZ(0);
  }
  .menu-open .hero-v43 .hero-visual{
    animation-play-state:paused!important;
  }
}

@media (max-width:820px) and (prefers-reduced-motion:reduce){
  .hero-v43 .hero-visual{
    animation:none!important;
    transform:none!important;
  }
}
