/* ============================================================
   Sales Velocity Collective, Ambassador profile page
   A light, brand-forward profile that showcases the person.
   Built to sit under the main site's "Ambassadors" section -
   mirrors landing.css (Satoshi · lavender field · purple accent).
   ============================================================ */

@font-face { font-family: 'Satoshi'; src: url('fonts/Satoshi-Variable.ttf') format('truetype'); font-weight: 300 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('fonts/Satoshi-VariableItalic.ttf') format('truetype'); font-weight: 300 900; font-style: italic; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('fonts/Satoshi-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Satoshi'; src: url('fonts/Satoshi-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Satoshi'; src: url('fonts/Satoshi-Black.otf') format('opentype'); font-weight: 900; font-style: normal; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --purple: #6B1FE0; --purple-h: #5A15C8; --purple-l: #B147F0; --dark: #1B0852;
  --bg: #ECEAF7; --card: #DDDCEA; --border: #C8C6E4;
  --body: #3D3A5C; --muted: #9B97C4; --white: #fff;
  --ink-60: rgba(27,8,82,.62); --ink-45: rgba(27,8,82,.45); --ink-10: rgba(27,8,82,.10);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Satoshi', sans-serif; color: var(--body);
  background:
    radial-gradient(ellipse 70% 50% at 12% 8%, rgba(107,31,224,.10), transparent 60%),
    radial-gradient(ellipse 55% 45% at 92% 30%, rgba(180,130,255,.12), transparent 60%),
    radial-gradient(ellipse 70% 50% at 6% 70%, rgba(255,180,210,.08), transparent 65%),
    linear-gradient(180deg, #F6EEFC 0%, #ECEAF7 30%, #F2E8FC 60%, #EDE5F9 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 9px; border: none; border-radius: 9999px; font-family: inherit; font-weight: 800; font-size: 15px; cursor: pointer; padding: 13px 26px; transition: transform .15s, background .15s, box-shadow .2s, border-color .15s; letter-spacing: -.005em; }
.btn-lg { font-size: 16px; padding: 15px 30px; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--purple); color: #fff; box-shadow: 0 8px 22px rgba(107,31,224,.28); }
.btn-primary:hover { background: var(--purple-h); transform: translateY(-2px); }
.btn-ghost { background: rgba(27,8,82,.05); color: var(--dark); border: 1.5px solid rgba(27,8,82,.14); }
.btn-ghost:hover { background: rgba(27,8,82,.09); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--purple); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.16); }
.btn-ghost-light { background: rgba(255,255,255,.10); color: #fff; border: 1.5px solid rgba(255,255,255,.24); }
.btn-ghost-light:hover { background: rgba(255,255,255,.18); }
.arr { transition: transform .2s; }
.btn:hover .arr { transform: translateX(3px); }

/* ── Nav ── */
nav { position: fixed; inset: 0 0 auto 0; z-index: 200; height: 68px; padding: 0 clamp(20px,4vw,48px); display: flex; align-items: center; justify-content: space-between; transition: background .3s, box-shadow .3s; }
nav.scrolled { background: rgba(255,255,255,.85); backdrop-filter: blur(14px); box-shadow: 0 2px 18px rgba(27,8,82,.08); }
.nav-left { display: flex; align-items: center; gap: 14px; }
.brand-lock { display: inline-flex; align-items: center; gap: 11px; }
.brand-ico { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, #6B1FE0, #8A3DEC); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 14px rgba(107,31,224,.28); }
.brand-ico img { width: 22px; height: 22px; }
.brand-wm { font-size: 12.5px; font-weight: 900; line-height: 1.05; color: var(--dark); letter-spacing: -.01em; text-transform: uppercase; }
.nav-div { width: 1px; height: 24px; background: var(--ink-10); }
.nav-logo { height: 27px; object-fit: contain; filter: brightness(0) saturate(100%) invert(8%) sepia(45%) saturate(4790%) hue-rotate(259deg) brightness(70%) contrast(110%); }
.nav-back { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: var(--ink-60); padding: 6px 12px; border-radius: 8px; transition: color .15s, background .15s; }
.nav-back:hover { color: var(--purple); background: rgba(107,31,224,.07); }
.nav-back svg { width: 15px; height: 15px; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-links { display: flex; gap: 2px; }
.nav-links a { color: var(--dark); opacity: .7; font-size: 14px; font-weight: 600; padding: 7px 13px; border-radius: 8px; transition: opacity .15s; }
.nav-links a:hover { opacity: 1; }
nav .btn { padding: 10px 20px; font-size: 14px; }

/* ════════════════ HERO, the person ════════════════ */
.hero { position: relative; padding: clamp(104px,11vw,140px) clamp(20px,5vw,80px) clamp(48px,6vw,72px); }

/* tight, centered intro hero */
.hero-tight { padding-bottom: clamp(30px,4vw,44px); text-align: center; }
.hero-tight .hero-inner { max-width: 760px; margin: 0 auto; }
.hero-silhouette { display: block; height: clamp(96px,12vw,132px); width: auto; margin: 0 auto clamp(18px,2.2vw,26px); filter: drop-shadow(0 12px 24px rgba(107,31,224,.26)); }
.hero-tight .eyebrow { padding: 7px 16px; }
.hero-tight h1 { margin-top: 22px; font-size: clamp(40px,6vw,76px); font-weight: 900; color: var(--dark); line-height: .98; letter-spacing: -.035em; }
.hero-tight h1 .given { background: linear-gradient(116deg, #6B1FE0 0%, #B147F0 52%, #E879F9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-tight .hero-intro { margin: 18px auto 0; max-width: 540px; font-size: clamp(16px,1.8vw,19px); line-height: 1.6; color: var(--ink-60); }

/* ── Meet the two ── */
.meet { padding-top: clamp(36px,4vw,52px); }
.meet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,2.6vw,30px); }
.meet-grid.solo { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
.amb { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: 0 2px 8px rgba(107,31,224,.05), 0 30px 60px -38px rgba(27,8,82,.5); transition: transform .25s, box-shadow .25s; }
.amb-open { text-decoration: none; color: inherit; border-style: dashed; border-color: rgba(107,31,224,.4); background: linear-gradient(165deg, rgba(107,31,224,.05), #fff 55%); }
.amb-open:hover { transform: translateY(-5px); box-shadow: 0 36px 70px -34px rgba(107,31,224,.5); border-color: var(--purple); }
.amb-photo { position: relative; aspect-ratio: 1/1; overflow: hidden; background: linear-gradient(160deg, #6B1FE0, #2A1078); }
.amb-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.amb-photo.open { display: flex; align-items: center; justify-content: center; }
.amb-photo.open .open-mark { width: 88px; height: 88px; border-radius: 24px; background: rgba(255,255,255,.14); border: 1px dashed rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; color: #fff; }
.amb-photo.open .open-mark svg { width: 40px; height: 40px; }
.amb-flag { position: absolute; top: 16px; left: 16px; width: 30px; height: 20px; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.4); }
.amb-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.amb-tag { align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--purple); background: rgba(107,31,224,.1); border-radius: 9999px; padding: 5px 12px; margin-bottom: 14px; }
.amb-body h3 { font-size: clamp(22px,2.4vw,28px); font-weight: 900; color: var(--dark); letter-spacing: -.025em; line-height: 1.05; }
.amb-role { margin-top: 8px; font-size: 15px; font-weight: 700; color: var(--purple); }
.amb-does { margin-top: 14px; font-size: 15.5px; line-height: 1.6; color: var(--body); }
.amb-link { margin-top: 20px; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: var(--dark); background: var(--bg); border-radius: 9999px; padding: 11px 18px; transition: background .15s, color .15s, transform .15s; }
.amb:not(.amb-open) .amb-link:hover { background: var(--purple); color: #fff; transform: translateY(-1px); }
.amb-link svg { width: 16px; height: 16px; }
.amb-link.go { color: #fff; background: var(--purple); box-shadow: 0 8px 20px rgba(107,31,224,.28); }
.amb-open:hover .amb-link.go { background: var(--purple-h); }

/* ── What an ambassador does, numbered list ── */
.role-list { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.role-item { display: flex; flex-direction: column; gap: 12px; }
.role-no { font-size: 34px; font-weight: 900; color: transparent; -webkit-text-stroke: 1.5px rgba(201,182,242,.7); letter-spacing: -.03em; line-height: 1; }
.role-item h4 { font-size: 19px; font-weight: 900; color: #fff; letter-spacing: -.02em; margin-bottom: 7px; }
.role-item p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.6); }

/* ── Become an ambassador ── */
.become-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px,5vw,64px); align-items: center; }
.become-copy .lead { max-width: 440px; }
.become-ctas { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.perks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.perks li { display: flex; gap: 14px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px; box-shadow: 0 2px 8px rgba(107,31,224,.04); }
.perk-ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px; background: linear-gradient(135deg, #6B1FE0, #8A3DEC); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(107,31,224,.28); }
.perk-ico svg { width: 20px; height: 20px; color: #fff; }
.perks b { display: block; font-size: 15px; font-weight: 900; color: var(--dark); letter-spacing: -.01em; }
.perks span { display: block; margin-top: 3px; font-size: 13.5px; line-height: 1.5; color: var(--body); }
/* ── Participant benefits, dark bento panel ── */
.benefits-panel { position: relative; overflow: hidden; max-width: 1160px; margin: 0 auto; background: var(--dark); border-radius: clamp(20px,3vw,36px); padding: clamp(40px,5vw,64px) clamp(28px,4vw,56px); color: #fff; }
.benefits-panel::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle 460px at 88% 6%, rgba(107,31,224,.42), transparent 60%), radial-gradient(circle 380px at 2% 100%, rgba(180,100,255,.20), transparent 60%); }
.b-mascot { position: absolute; right: -34px; bottom: -46px; width: 300px; opacity: .06; pointer-events: none; z-index: 0; }
.b-head { position: relative; z-index: 1; max-width: 600px; margin-bottom: clamp(28px,3.4vw,42px); }
.benefits-panel .label { color: #C9B6F2; }
.benefits-panel .title { color: #fff; }
.benefits-panel .b-lead { margin-top: 14px; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.6); }
.bento { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.bento .tile { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 28px 26px; display: flex; flex-direction: column; gap: 14px; transition: transform .2s, background .2s, border-color .2s; }
.bento .tile:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22); }
.bento .tile.wide { grid-column: span 3; }
.bento .tile.third { grid-column: span 2; }
.b-ico { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg,#6B1FE0,#8A3DEC); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(107,31,224,.4); }
.b-ico svg { width: 24px; height: 24px; color: #fff; }
.bento h4 { font-size: 19px; font-weight: 900; color: #fff; letter-spacing: -.02em; }
.bento p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.6); }
.bento .tile.wide p { font-size: 15.5px; }
.hero-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(36px,5vw,76px); align-items: center; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.72); border: 1px solid rgba(107,31,224,.18); border-radius: 9999px; padding: 7px 15px 7px 9px; font-size: 12.5px; font-weight: 800; color: var(--purple-h); letter-spacing: .02em; box-shadow: 0 2px 10px rgba(107,31,224,.06); }
.eyebrow .flag { width: 20px; height: 14px; border-radius: 3px; overflow: hidden; box-shadow: 0 0 0 1px rgba(27,8,82,.12); flex-shrink: 0; }
.eyebrow .ico-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px rgba(107,31,224,.18); }

.hero h1 { margin-top: 22px; font-size: clamp(44px,6.2vw,86px); font-weight: 900; color: var(--dark); line-height: .96; letter-spacing: -.035em; }
.hero h1 .given { background: linear-gradient(116deg, #6B1FE0 0%, #B147F0 52%, #E879F9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-role { margin-top: 18px; font-size: clamp(17px,1.9vw,21px); font-weight: 700; color: var(--dark); }
.hero-role .at { color: var(--muted); font-weight: 600; }
.hero-intro { margin-top: 18px; font-size: clamp(16px,1.7vw,18px); line-height: 1.62; color: var(--ink-60); max-width: 480px; }
.hero-ctas { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }

/* portrait */
.hero-portrait { position: relative; justify-self: center; }
.hero-portrait .frame { position: relative; z-index: 2; width: clamp(280px,32vw,400px); aspect-ratio: 4/5; border-radius: 28px; overflow: hidden; background: linear-gradient(160deg, #6B1FE0, #2A1078); box-shadow: 0 36px 70px -26px rgba(107,31,224,.5), 0 0 0 1px rgba(255,255,255,.5); }
.hero-portrait .frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-portrait .glow { position: absolute; z-index: 1; inset: -14% -10% -10% -14%; background: radial-gradient(circle at 30% 25%, rgba(199,125,255,.5), transparent 55%), radial-gradient(circle at 75% 80%, rgba(255,180,220,.45), transparent 55%); filter: blur(10px); border-radius: 40px; }
/* floating badge */
.portrait-badge { position: absolute; z-index: 3; left: -18px; bottom: 26px; display: flex; align-items: center; gap: 11px; background: #fff; border-radius: 16px; padding: 12px 16px 12px 13px; box-shadow: 0 16px 36px -12px rgba(27,8,82,.34); border: 1px solid rgba(27,8,82,.05); }
.portrait-badge .ring { width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, #6B1FE0, #8A3DEC); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 14px rgba(107,31,224,.3); }
.portrait-badge .ring img { width: 24px; height: 24px; }
.portrait-badge b { display: block; font-size: 13px; font-weight: 900; color: var(--dark); letter-spacing: -.01em; }
.portrait-badge span { display: block; font-size: 11.5px; font-weight: 600; color: var(--muted); margin-top: 1px; }

/* ── Quick facts row ── */
.facts { max-width: 1160px; margin: clamp(36px,4vw,52px) auto 0; padding: 0 clamp(20px,5vw,80px); }
.facts-inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 30px -18px rgba(27,8,82,.25); }
.fact { background: rgba(255,255,255,.72); padding: 22px 24px; }
.fact .k { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); }
.fact .v { margin-top: 7px; font-size: 17px; font-weight: 800; color: var(--dark); letter-spacing: -.01em; }
.fact .v.ph { color: var(--muted); font-weight: 600; font-style: italic; }

/* ════════════════ Section base ════════════════ */
section.block { padding: clamp(60px,8vw,104px) clamp(20px,5vw,80px); }
.wrap { max-width: 1080px; margin: 0 auto; }
.label { display: inline-block; font-size: 11px; font-weight: 800; color: var(--purple); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.title { font-size: clamp(28px,3.6vw,46px); font-weight: 900; color: var(--dark); line-height: 1.06; letter-spacing: -.03em; }
.lead { margin-top: 16px; font-size: 17px; line-height: 1.65; color: var(--body); }

/* ── About, editorial two-column ── */
.about-grid { display: grid; grid-template-columns: 340px 1fr; gap: clamp(36px,5vw,68px); align-items: start; }
.about-aside { position: sticky; top: 96px; }
.about-aside .label { margin-bottom: 12px; }
.about-aside .title { font-size: clamp(26px,3vw,38px); }
.about-photo { margin-top: 22px; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 44px -22px rgba(27,8,82,.4); aspect-ratio: 1/1; background: var(--card); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-body { padding-top: 6px; }
.about-body p { font-size: clamp(16.5px,1.7vw,19px); line-height: 1.72; color: var(--body); }
.about-body p + p { margin-top: 20px; }
.about-body p .ph { color: var(--muted); font-style: italic; }
.pull { margin: 30px 0; padding: 4px 0 4px 26px; border-left: 4px solid var(--purple); font-size: clamp(20px,2.4vw,27px); font-weight: 800; line-height: 1.3; color: var(--dark); letter-spacing: -.02em; }
.pull .ph { color: var(--muted); font-weight: 700; font-style: italic; }

/* ── What she does, expertise ── */
.does { background: var(--dark); border-radius: clamp(20px,3vw,36px); margin: 0 auto; max-width: 1160px; padding: clamp(40px,5vw,64px) clamp(28px,4vw,60px); color: #fff; position: relative; overflow: hidden; }
.does::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle 460px at 88% 12%, rgba(107,31,224,.42), transparent 60%), radial-gradient(circle 380px at 6% 96%, rgba(180,100,255,.22), transparent 60%); }
.does-mascot { position: absolute; right: -40px; bottom: -50px; width: 320px; opacity: .07; pointer-events: none; }
.does-inner { position: relative; z-index: 1; }
.does .label { color: #C9B6F2; }
.does .title { color: #fff; }
.does .lead { color: rgba(255,255,255,.6); max-width: 560px; }
.expertise { margin-top: 38px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.exp-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 26px 24px; transition: transform .2s, background .2s, border-color .2s; }
.exp-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.exp-card .ico { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #6B1FE0, #8A3DEC); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; box-shadow: 0 8px 18px rgba(107,31,224,.34); }
.exp-card .ico svg { width: 22px; height: 22px; color: #fff; }
.exp-card h4 { font-size: 18px; font-weight: 900; color: #fff; letter-spacing: -.02em; margin-bottom: 8px; }
.exp-card p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.58); }
.exp-card p .ph { color: rgba(255,255,255,.4); font-style: italic; }

/* ── In her words, Q&A ── */
.qa-grid { margin-top: 12px; display: flex; flex-direction: column; gap: 18px; }
.qa { display: grid; grid-template-columns: 56px 1fr; gap: 22px; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 30px 32px; box-shadow: 0 2px 10px rgba(107,31,224,.04); }
.qa .num { font-size: 13px; font-weight: 900; color: var(--purple); letter-spacing: .04em; padding-top: 5px; }
.qa h4 { font-size: clamp(18px,2vw,22px); font-weight: 900; color: var(--dark); letter-spacing: -.02em; line-height: 1.25; }
.qa p { margin-top: 12px; font-size: 16px; line-height: 1.68; color: var(--body); }
.qa p .ph { color: var(--muted); font-style: italic; }

/* ── Ambassador role band ── */
.role-band { position: relative; overflow: hidden; border-radius: clamp(20px,3vw,36px); max-width: 1160px; margin: 0 auto; background: linear-gradient(135deg, #6B1FE0 0%, #8A3DEC 55%, #C77DFF 100%); padding: clamp(44px,6vw,72px) clamp(28px,5vw,72px); color: #fff; }
.role-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle 480px at 18% 28%, rgba(255,255,255,.16), transparent 60%), radial-gradient(circle 400px at 86% 84%, rgba(255,180,220,.22), transparent 60%); pointer-events: none; }
.role-band-inner { position: relative; z-index: 1; max-width: 720px; }
.role-band .label { color: rgba(255,255,255,.8); }
.role-band h2 { font-size: clamp(26px,3.4vw,42px); font-weight: 900; letter-spacing: -.03em; line-height: 1.08; }
.role-band p { margin-top: 16px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.82); max-width: 560px; }
.role-band .role-ctas { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.role-band .role-aside { margin-top: 22px; font-size: 14px; color: rgba(255,255,255,.72); }
.role-band .role-aside a { color: #fff; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 1px; }
.role-band .role-aside a:hover { border-color: #fff; }
.meet .more-head { margin-bottom: clamp(30px,3.5vw,42px); }
.meet .more-head.left { text-align: left; max-width: 720px; margin-left: 0; margin-right: 0; }

/* ── More ambassadors ── */
.more-head { text-align: center; max-width: 640px; margin: 0 auto clamp(36px,4vw,48px); }
.more-head .label { margin-bottom: 12px; }
.more-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1000px; margin: 0 auto; }
.amb-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 26px; box-shadow: 0 2px 10px rgba(107,31,224,.05); transition: transform .2s, box-shadow .2s, border-color .2s; }
a.amb-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -20px rgba(107,31,224,.4); border-color: var(--purple); }
.amb-card .flag { width: 34px; height: 23px; border-radius: 5px; overflow: hidden; box-shadow: 0 0 0 1px var(--border); margin-bottom: 18px; }
.amb-card.is-current { background: linear-gradient(160deg, rgba(107,31,224,.07), #fff 60%); border-color: rgba(107,31,224,.4); }
.amb-card h4 { font-size: 19px; font-weight: 900; color: var(--dark); letter-spacing: -.02em; }
.amb-card .who { margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--body); flex: 1; }
.amb-card .who.ph { color: var(--muted); font-style: italic; }
.amb-card .foot { margin-top: 18px; display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; }
.amb-card .foot.go { color: var(--purple); }
.amb-card .foot.soon { color: var(--muted); }
.amb-card .foot.here { color: var(--dark); opacity: .55; }
.amb-card .foot svg { width: 15px; height: 15px; }

/* ── Footer ── */
footer { background: #0D032E; padding: 36px clamp(20px,5vw,80px); display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; margin-top: clamp(40px,6vw,80px); }
.footer-left { display: flex; align-items: center; gap: 18px; }
.footer-left img { height: 24px; opacity: .85; }
.footer-left .sep { width: 1px; height: 22px; background: rgba(255,255,255,.16); }
.footer-left p { font-size: 13px; color: rgba(255,255,255,.45); }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.55); transition: color .15s; }
.footer-links a:hover { color: #fff; }

/* ════════════════ Responsive ════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .brand-wm { display: none; }
  .meet-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .role-list { grid-template-columns: 1fr; gap: 22px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento .tile.wide, .bento .tile.third { grid-column: span 1; }
  .bento .tile:last-child { grid-column: 1 / -1; }
  .become-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-portrait { order: -1; }
  .facts-inner { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-aside { position: static; }
  .about-photo { max-width: 320px; }
  .expertise { grid-template-columns: 1fr; }
  .more-grid { grid-template-columns: 1fr; max-width: 440px; }
}
@media (max-width: 540px) {
  .facts-inner { grid-template-columns: 1fr; }
  .perks { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bento .tile:last-child { grid-column: auto; }
  .qa { grid-template-columns: 1fr; gap: 10px; padding: 24px; }
  .qa .num { padding-top: 0; }
  .portrait-badge { left: 50%; transform: translateX(-50%); }
  footer { flex-direction: column; text-align: center; }
  .cdrop { width: 100%; max-width: 320px; }
  .countries-grid { grid-template-columns: 1fr; max-width: 360px; }
}

/* ════════════════ Country switcher dropdown ════════════════ */
.cdrop { position: relative; display: inline-block; text-align: left; }
.cdrop-btn { display: inline-flex; align-items: center; gap: 12px; width: 100%; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 12px 16px; font-family: inherit; font-size: 15px; font-weight: 800; color: var(--dark); cursor: pointer; box-shadow: 0 6px 18px -10px rgba(27,8,82,.3); transition: border-color .15s, box-shadow .15s; }
.cdrop-btn:hover { border-color: var(--purple); }
.cdrop.open .cdrop-btn { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(107,31,224,.14); }
.cdrop-btn .flag { width: 24px; height: 16px; border-radius: 3px; overflow: hidden; box-shadow: 0 0 0 1px var(--border); flex-shrink: 0; }
.cdrop-btn .cur { flex: 1; white-space: nowrap; }
.cdrop-btn .cur small { display: block; font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .04em; }
.cdrop-btn .chev { width: 18px; height: 18px; color: var(--purple); transition: transform .2s; flex-shrink: 0; }
.cdrop.open .cdrop-btn .chev { transform: rotate(180deg); }
.cdrop-menu { position: absolute; z-index: 60; top: calc(100% + 8px); left: 0; min-width: 100%; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 6px; box-shadow: 0 22px 50px -18px rgba(27,8,82,.4); list-style: none; opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity .16s, transform .16s; }
.cdrop.open .cdrop-menu { opacity: 1; transform: none; pointer-events: auto; }
.cdrop-menu li { margin: 0; }
.cdrop-menu a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 10px; font-size: 14.5px; font-weight: 700; color: var(--dark); transition: background .12s; }
.cdrop-menu a:hover { background: var(--bg); }
.cdrop-menu a[aria-current="true"] { background: rgba(107,31,224,.08); color: var(--purple); }
.cdrop-menu .flag { width: 24px; height: 16px; border-radius: 3px; overflow: hidden; box-shadow: 0 0 0 1px var(--border); flex-shrink: 0; }
.cdrop-menu .nm { flex: 1; }
.cdrop-menu .st { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 9999px; }
.cdrop-menu .st.live { color: var(--purple); background: rgba(107,31,224,.1); }
.cdrop-menu .st.soon { color: var(--muted); background: var(--bg); }

/* hub: choose-country block */
.choose { margin-top: 30px; display: inline-flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.choose .choose-k { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); }

/* ════════════════ Hub: countries grid ════════════════ */
.countries-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1000px; margin: 0 auto; }
.country-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 26px; box-shadow: 0 2px 10px rgba(107,31,224,.05); transition: transform .2s, box-shadow .2s, border-color .2s; }
a.country-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -22px rgba(107,31,224,.45); border-color: var(--purple); }
.country-card .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.country-card .flag { width: 40px; height: 27px; border-radius: 6px; overflow: hidden; box-shadow: 0 0 0 1px var(--border); }
.country-card .st { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 9999px; }
.country-card .st.live { color: #fff; background: var(--purple); }
.country-card .st.soon { color: var(--muted); background: var(--bg); }
.country-card h3 { font-size: 21px; font-weight: 900; color: var(--dark); letter-spacing: -.02em; }
.country-card .meta { margin-top: 8px; font-size: 14px; line-height: 1.5; color: var(--body); flex: 1; }
.country-card .meta.ph { color: var(--muted); font-style: italic; }
.country-card .avatars { margin-top: 18px; display: flex; align-items: center; gap: -8px; }
.country-card .avatars .av { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 2px #fff; background: var(--card); margin-right: -8px; }
.country-card .avatars .av img { width: 100%; height: 100%; object-fit: cover; }
.country-card .avatars .av.tbd { display: flex; align-items: center; justify-content: center; background: var(--bg); color: var(--muted); font-size: 16px; font-weight: 800; border: 1px dashed var(--border); }
.country-card .foot { margin-top: 18px; display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; color: var(--purple); }
.country-card .foot svg { width: 15px; height: 15px; }
.country-card.soon { opacity: .92; }
