:root {
  --navy: #05204f;
  --navy-deep: #031631;
  --navy-soft: #0a3677;
  --blue: #4168cb;
  --gold: #f0b81a;
  --gold-light: #ffd75d;
  --cream: #faf7ef;
  --mist: #edf3f8;
  --ink: #102547;
  --muted: #5e6f86;
  --line: #d8e0e9;
  --white: #fff;
  --shadow: 0 22px 55px rgba(4, 26, 60, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "Poppins", Arial, sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 600; letter-spacing: -.045em; }
h2 { font-size: clamp(36px, 4.2vw, 56px); line-height: 1.06; }
h3 { letter-spacing: -.025em; }
p { color: var(--muted); }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 30; top: 10px; left: 12px; padding: 10px 14px; border-radius: 7px; color: var(--navy); background: var(--gold-light); font-weight: 700; transform: translateY(-150%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--gold); font: 500 11px/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { width: 27px; height: 1px; background: currentColor; content: ""; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--gold); box-shadow: 0 10px 26px rgba(240,184,26,.24); }
.button-primary:hover { background: var(--gold-light); }
.button-light { color: var(--navy-deep); background: var(--white); box-shadow: 0 14px 32px rgba(3,18,50,.2); }
.button-light:hover { background: #f6f9ff; }
.button-arrow { font-size: 19px; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--white); background: rgba(3,22,49,.9); box-shadow: 0 8px 24px rgba(1,12,30,.12); backdrop-filter: blur(16px); }
.nav { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: 220px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; color: #dbe8fc; font-size: 13px; font-weight: 600; }
.nav-links a { transition: color .18s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-light); }
.nav-cta { min-height: 42px; padding: 9px 16px; color: var(--navy); background: var(--white); font-size: 12px; }
.nav-links .nav-cta[aria-current="page"] { color: var(--navy); }
.nav-cta:hover { color: var(--navy); background: var(--gold-light); }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: var(--white); background: rgba(255,255,255,.05); font-size: 0; }
.menu-toggle::before, .menu-toggle::after { position: absolute; left: 11px; width: 20px; height: 2px; border-radius: 2px; background: currentColor; content: ""; transition: transform .18s ease, top .18s ease; }
.menu-toggle::before { top: 15px; box-shadow: 0 6px 0 currentColor; }
.menu-toggle::after { top: 27px; }
.menu-toggle[aria-expanded="true"]::before { top: 21px; box-shadow: none; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { top: 21px; transform: rotate(-45deg); }

.page-hero { position: relative; overflow: hidden; padding: 148px 0 88px; color: var(--white); background: linear-gradient(120deg, var(--navy-deep), var(--navy) 54%, #16498f); }
.page-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 74% 24%, rgba(255,255,255,.14), transparent 27%), radial-gradient(circle at 100% 100%, rgba(240,184,26,.18), transparent 32%); content: ""; }
.page-hero-orbit, .page-hero-orbit::before, .page-hero-orbit::after { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.page-hero-orbit { top: 72px; right: -190px; width: 620px; height: 620px; }
.page-hero-orbit::before { inset: 58px; }
.page-hero-orbit::after { inset: 120px; border-color: rgba(240,184,26,.25); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, .78fr); align-items: center; gap: 74px; }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero h1 { max-width: 730px; margin-bottom: 23px; font-size: clamp(48px, 5.5vw, 74px); line-height: .99; }
.page-hero h1 em { color: var(--gold-light); font-style: normal; }
.page-hero-copy { max-width: 615px; margin-bottom: 31px; color: #dceaff; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.about-portrait { position: relative; width: min(100%, 420px); height: 500px; justify-self: end; }
.about-portrait-frame { position: absolute; inset: 0 0 32px 36px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; background: #112b63; box-shadow: 0 28px 60px rgba(1,12,32,.32); transform: rotate(2deg); }
.about-portrait-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(3,22,49,.36)); content: ""; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; filter: saturate(.9) contrast(1.02); transform: rotate(-2deg) scale(1.06); }
.portrait-card { position: absolute; z-index: 2; left: 0; bottom: 0; width: 225px; padding: 18px 20px; border: 1px solid rgba(240,184,26,.5); border-radius: 18px; color: var(--navy-deep); background: rgba(255,251,240,.97); box-shadow: 0 18px 38px rgba(1,12,32,.26); }
.portrait-card span { display: block; margin-bottom: 5px; color: #657087; font: 500 9px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.portrait-card strong { display: block; font-size: 17px; line-height: 1.3; }
.hero-principles { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); color: var(--white); background: #0a2458; }
.hero-principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-principle { min-height: 112px; padding: 24px 28px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-principle:first-child { border-left: 0; }
.hero-principle span { display: block; margin-bottom: 8px; color: var(--gold-light); font: 500 9px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-principle strong { font-size: 15px; line-height: 1.45; }

.section { padding: 106px 0; }
.section-white { background: var(--white); }
.section-mist { background: linear-gradient(160deg, #fffdf6 0%, #fbf1d9 100%); }
.story-grid { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 78px; align-items: start; }
.story-grid::before { position: absolute; top: -30px; left: -60px; width: 220px; height: 220px; border: 1px solid rgba(240,184,26,.22); border-radius: 50%; box-shadow: 0 0 0 40px rgba(240,184,26,.04); content: ""; pointer-events: none; }
.story-grid > div:first-child { position: relative; z-index: 1; }
.story-grid h2 { max-width: 560px; }
.story-grid .story-title-compact { max-width: 540px; font-size: clamp(30px, 2.75vw, 38px); line-height: 1.12; }
.story-grid .story-title-compact em { color: var(--gold); font-style: normal; }
.story-grid .eyebrow { color: var(--navy); }
.story-grid .eyebrow::before { background: var(--navy); }
.story-copy { position: relative; z-index: 1; padding-top: 35px; }
.story-copy > p { max-width: 650px; font-size: 17px; }
.belief-card { position: relative; margin-top: 32px; overflow: hidden; padding: 38px 40px 36px 52px; border: none; border-radius: 22px; background: linear-gradient(150deg, #0a3677 0%, #031631 100%); box-shadow: 0 24px 50px rgba(5,32,79,.18); }
.belief-card::before { position: absolute; top: 30px; left: 22px; color: rgba(240,184,26,.85); content: "\201C"; font: 700 56px/1 "Poppins", Arial, sans-serif; }
.belief-card p { position: relative; z-index: 1; margin: 0; color: var(--white); font-size: 22px; font-weight: 600; line-height: 1.45; letter-spacing: -.025em; }
.story-signals { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 500px; margin-top: 26px; }
.story-signals article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: center; min-height: auto; padding: 15px 17px; border: 1px solid rgba(5,32,79,.08); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 14px 32px rgba(5,32,79,.06); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.story-signals article:hover { border-color: rgba(240,184,26,.7); box-shadow: 0 20px 42px rgba(5,32,79,.1); transform: translateY(-4px); }
.story-signals span { grid-row: 1 / span 2; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 13px; color: var(--navy); background: rgba(240,184,26,.18); font: 700 10px "DM Mono", monospace; }
.story-signals strong { grid-column: 2; display: block; margin-bottom: 3px; color: var(--navy); font-size: 15px; line-height: 1.2; }
.story-signals small { grid-column: 2; display: block; color: var(--muted); font-size: 11.5px; line-height: 1.5; }
.section-intro { display: grid; grid-template-columns: 1fr .78fr; gap: 55px; align-items: end; margin-bottom: 48px; }
.section-intro h2 { max-width: 660px; margin-bottom: 0; }
.section-intro > p { max-width: 500px; margin-bottom: 3px; }
.mission-vision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.mission-vision-card { position: relative; overflow: hidden; padding: 40px 42px 44px; border: 1px solid #e3dcc4; border-radius: 26px; background: linear-gradient(160deg, #fffaf0 0%, #fdf3dc 100%); box-shadow: 0 18px 44px rgba(5,32,79,.08); }
.mission-vision-card::after { position: absolute; right: -110px; bottom: -125px; width: 280px; height: 280px; border: 1px solid rgba(184,138,20,.3); border-radius: 50%; box-shadow: 0 0 0 48px rgba(184,138,20,.06); content: ""; }
.mission-vision-card--dark { color: var(--white); border-color: rgba(255,255,255,.12); background: linear-gradient(145deg, #0a3677, #031631); box-shadow: 0 22px 55px rgba(5,32,79,.16); }
.mission-vision-card--dark::after { border-color: rgba(255,215,93,.3); box-shadow: 0 0 0 48px rgba(255,255,255,.035); }
.mission-vision-head { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.mission-vision-icon { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; border-radius: 16px 16px 16px 5px; color: var(--white); background: linear-gradient(145deg, var(--gold), #b8860f); box-shadow: 0 14px 26px rgba(184,138,20,.32); }
.mission-vision-card--dark .mission-vision-icon { background: linear-gradient(145deg, #4d7ed4, #0a3677); box-shadow: 0 14px 26px rgba(10,54,119,.4); }
.mission-vision-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.mission-vision-label { display: inline-flex; align-items: center; color: #a9700b; font: 700 22px/1 "Poppins", Arial, sans-serif; letter-spacing: -.02em; text-transform: none; }
.mission-vision-card--dark .mission-vision-label { color: var(--gold-light); }
.mission-vision-card h2 { position: relative; z-index: 1; max-width: 570px; margin-bottom: 16px; color: var(--navy); font-size: clamp(19px, 1.5vw, 22px); line-height: 1.32; letter-spacing: -.015em; font-weight: 500; }
.mission-vision-card p { position: relative; z-index: 1; max-width: 480px; margin-bottom: 0; font-size: 15px; line-height: 1.75; color: #5b6f85; }
.mission-vision-card--dark h2 { color: var(--white); }
.mission-vision-card--dark p { color: #cddaf0; }
.founder-band { overflow: hidden; color: var(--white); background: var(--navy-deep); }
.founder-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; }
.founder-mark { position: relative; min-height: 520px; overflow: hidden; background: linear-gradient(160deg, #123d78 0%, #05204f 60%, #031631 100%); }
.founder-mark::before { position: absolute; top: -60px; left: -80px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.founder-mark::after { position: absolute; right: 8%; bottom: 6%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,184,26,.55), transparent); content: ""; }
.founder-photo { position: absolute; inset: 0; z-index: 1; }
.founder-photo img { position: absolute; bottom: 0; left: 50%; display: block; width: auto; height: 108%; max-width: none; filter: saturate(.92) contrast(1.04); transform: translateX(-50%); }
.founder-photo::before { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(5,32,79,.05) 0%, rgba(5,32,79,.12) 55%, rgba(3,22,49,.94) 96%), linear-gradient(90deg, rgba(3,22,49,.55) 0%, transparent 32%, transparent 100%); content: ""; }
.founder-mark strong { position: relative; z-index: 3; display: block; padding: 0 0 40px 40px; margin-top: auto; max-width: 330px; font-size: 27px; line-height: 1.18; letter-spacing: -.035em; align-self: flex-end; }
.founder-mark { display: flex; flex-direction: column; }
.founder-copy { align-self: center; padding: 72px 8vw 72px 72px; }
.founder-copy .eyebrow { color: var(--gold-light); }
.founder-copy h2 { max-width: 650px; }
.founder-copy p { max-width: 650px; color: #c9d8ed; font-size: 16px; }
.founder-copy .founder-note { margin-top: 24px; padding-left: 20px; border-left: 2px solid rgba(240,184,26,.82); color: #edf4ff; font-style: italic; line-height: 1.7; }
.founder-note span { display: block; margin-top: 12px; color: var(--gold-light); font: 500 10px/1.45 "DM Mono", monospace; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.founder-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.founder-checks span { display: flex; align-items: center; gap: 11px; color: #e2ecfb; font-size: 13px; font-weight: 500; }
.founder-checks span::before { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy-deep); background: var(--gold-light); content: "✓"; font-size: 11px; font-weight: 700; }
.about-social-section { position: relative; overflow: hidden; padding: clamp(62px, 6.5vw, 84px) 0; background: linear-gradient(135deg, #f5f8f8 0%, #fcf8ef 100%); }
.about-social-section::before { position: absolute; top: -290px; right: -150px; width: 640px; height: 640px; border: 1px solid rgba(240,184,26,.22); border-radius: 50%; box-shadow: 0 0 0 60px rgba(240,184,26,.035), 0 0 0 130px rgba(5,32,79,.02); content: ""; }
.about-social-section .shell { position: relative; z-index: 1; }
.about-social-section .section-intro { align-items: end; gap: clamp(30px, 6vw, 88px); margin-bottom: 26px; padding-bottom: 24px; border-bottom: 1px solid rgba(5,32,79,.12); }
.about-social-section .section-intro h2 { max-width: 520px; font-size: clamp(36px, 3.8vw, 52px); line-height: 1.04; letter-spacing: -.055em; }
.about-social-section .section-intro > p { max-width: 390px; margin-bottom: 4px; color: #516d8e; font-size: 15px; line-height: 1.55; }
.about-social-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.about-social-card { display: grid; grid-template-columns: minmax(245px, .67fr) minmax(0, 1.33fr); grid-template-areas: "kicker links" "title links" "copy links"; min-height: 164px; overflow: hidden; border: 1px solid rgba(5,32,79,.12); border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 14px 30px rgba(5,32,79,.065); }
.about-social-card--brand { color: var(--white); border-color: rgba(240,184,26,.44); background: linear-gradient(119deg, #041a40 0%, #052b64 57%, #0a427e 100%); }
.about-social-kicker { grid-area: kicker; align-self: end; margin: 0 28px 7px; color: #a97506; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.about-social-card--brand .about-social-kicker { color: var(--gold-light); }
.about-social-card h3 { grid-area: title; margin: 0 28px; font-size: clamp(25px, 2vw, 31px); line-height: 1.05; letter-spacing: -.05em; }
.about-social-card > p:not(.about-social-kicker) { grid-area: copy; align-self: start; max-width: 300px; margin: 8px 28px 22px; color: #5b728e; font-size: 12px; line-height: 1.5; }
.about-social-card--brand > p:not(.about-social-kicker) { color: #c9d9ef; }
.about-social-links { grid-area: links; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; border-left: 1px solid rgba(5,32,79,.11); }
.about-social-links a { position: relative; display: grid; grid-template-rows: 32px auto auto; align-content: center; min-width: 0; min-height: 100%; padding: 18px 20px; border-left: 1px solid rgba(5,32,79,.1); color: var(--navy); background: rgba(255,255,255,.25); transition: background .22s ease, transform .22s ease; }
.about-social-links a:first-child { border-left: 0; }
.about-social-links a:hover { background: #fffaf0; transform: translateY(-2px); }
.about-social-links a:focus-visible { z-index: 1; outline: 3px solid #b77d05; outline-offset: -3px; }
.about-social-icon { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(189,130,5,.42); border-radius: 50%; color: #a97506; background: rgba(240,184,26,.12); }
.about-social-icon svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.about-social-platform { display: block; margin-top: 10px; color: #71859a; font: 500 8px/1 "DM Mono", monospace; letter-spacing: .075em; text-transform: uppercase; }
.about-social-links a strong { display: block; overflow: hidden; margin-top: 6px; color: inherit; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; line-height: 1.25; }
.about-social-links a b { position: absolute; top: 16px; right: 17px; color: #bd8205; font-size: 15px; font-weight: 500; }
.about-social-card--brand .about-social-links { border-color: rgba(255,255,255,.14); }
.about-social-card--brand .about-social-links a { border-color: rgba(255,255,255,.12); color: var(--white); background: rgba(2,15,42,.13); }
.about-social-card--brand .about-social-links a:hover { background: rgba(255,255,255,.085); }
.about-social-card--brand .about-social-icon { border-color: rgba(240,184,26,.58); color: var(--gold-light); background: rgba(240,184,26,.11); }
.about-social-card--brand .about-social-platform { color: #b5cae5; }
.about-social-card--brand .about-social-links a b { color: var(--gold-light); }
.about-process-section { position: relative; overflow: hidden; background: linear-gradient(155deg, #fbfaf6 0%, #f5f8fb 54%, #fff7df 100%); }
.about-process-section::before { position: absolute; top: -150px; right: -180px; width: 460px; height: 460px; border: 1px solid rgba(240,184,26,.22); border-radius: 50%; box-shadow: 0 0 0 64px rgba(240,184,26,.04), 0 0 0 128px rgba(5,32,79,.025); content: ""; }
.about-process-section::after { position: absolute; left: -180px; bottom: -260px; width: 520px; height: 520px; border: 1px solid rgba(5,32,79,.08); border-radius: 50%; content: ""; }
.about-process-section .shell { position: relative; z-index: 1; }
.about-process-section .section-intro { align-items: center; }
.about-process-section .section-intro h2 { max-width: 650px; font-size: clamp(40px, 4.4vw, 62px); }
.about-process-section .section-intro > p { max-width: 470px; padding: 24px 26px; border: 1px solid rgba(5,32,79,.08); border-radius: 22px; background: rgba(255,255,255,.68); box-shadow: 0 18px 42px rgba(5,32,79,.06); font-size: 16px; line-height: 1.62; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.process-grid::before { position: absolute; top: 44px; left: 11%; right: 11%; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,184,26,.55), rgba(5,32,79,.12), rgba(240,184,26,.55), transparent); content: ""; }
.process-step { position: relative; isolation: isolate; min-height: 292px; overflow: hidden; padding: 24px; border: 1px solid rgba(5,32,79,.09); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 18px 42px rgba(5,32,79,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.process-step:nth-child(even) { margin-top: 34px; }
.process-step:hover { border-color: rgba(240,184,26,.66); box-shadow: 0 28px 58px rgba(5,32,79,.13); transform: translateY(-6px); }
.process-step::before { position: absolute; top: 20px; right: 20px; width: 92px; height: 92px; border: 1px solid rgba(240,184,26,.24); border-radius: 50%; box-shadow: 0 0 0 24px rgba(240,184,26,.045); content: ""; }
.process-step::after { position: absolute; inset: auto -80px -95px auto; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle, rgba(240,184,26,.12), transparent 68%); content: ""; z-index: -1; }
.process-step span { position: relative; z-index: 1; display: inline-flex; min-height: 36px; align-items: center; padding: 9px 12px; border-radius: 999px; color: var(--navy); background: rgba(240,184,26,.16); font: 700 9px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.process-step h3 { position: relative; z-index: 1; margin: 58px 0 12px; color: var(--navy); font-size: 23px; line-height: 1.22; }
.process-step p { position: relative; z-index: 1; max-width: 240px; margin-bottom: 0; font-size: 13px; line-height: 1.62; }
.process-step:first-child { color: var(--white); border-color: rgba(255,255,255,.12); background: linear-gradient(150deg, #0a3677 0%, #031631 100%); box-shadow: 0 24px 55px rgba(5,32,79,.18); }
.process-step:first-child span { color: var(--navy); background: var(--gold-light); }
.process-step:first-child h3 { color: var(--white); }
.process-step:first-child p { color: #cbdaf0; }
.process-step:first-child::before { border-color: rgba(255,215,93,.3); box-shadow: 0 0 0 24px rgba(255,255,255,.035); }

.inner-cta { padding: 90px 0; background: var(--cream); }
.inner-cta-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; overflow: hidden; padding: 55px 62px; border-radius: 29px; color: var(--white); background: linear-gradient(115deg, #4569ca, #0a285f 67%, #061a40); box-shadow: var(--shadow); }
.inner-cta-card::after { position: absolute; top: -230px; right: -95px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(240,184,26,.035); content: ""; }
.inner-cta-copy { position: relative; z-index: 1; }
.inner-cta .eyebrow { color: var(--gold-light); }
.inner-cta h2 { max-width: 750px; margin-bottom: 12px; font-size: clamp(36px, 4vw, 52px); }
.inner-cta p { max-width: 660px; margin-bottom: 0; color: #d5e3f7; }
.inner-cta-card .button { position: relative; z-index: 1; white-space: nowrap; }

.contact-hero { padding-bottom: 96px; }
.contact-hero .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(400px, .72fr); }
.contact-visual { position: relative; width: min(100%, 405px); justify-self: end; }
.contact-route-panel { isolation: isolate; overflow: hidden; padding: 29px 30px 24px; border: 1px solid rgba(255,255,255,.21); border-radius: 24px; color: var(--white); background: linear-gradient(148deg, rgba(27,71,133,.9), rgba(5,32,79,.94) 64%, rgba(3,22,49,.98)); box-shadow: 0 26px 58px rgba(2,14,40,.28); }
.contact-route-panel::before { position: absolute; z-index: -1; top: -142px; right: -142px; width: 292px; height: 292px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 43px rgba(255,255,255,.035), 0 0 0 86px rgba(240,184,26,.045); content: ""; }
.contact-route-panel::after { position: absolute; z-index: -1; right: 33px; bottom: 45px; left: 33px; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,215,93,.68), transparent); content: ""; }
.contact-route-panel-head { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; }
.contact-route-panel-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(240,215,93,.52); border-radius: 15px; color: var(--navy); background: var(--gold-light); box-shadow: 0 12px 25px rgba(2,14,40,.18); }
.contact-route-panel-icon svg, .contact-route-panel-foot svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.contact-route-panel-icon svg { width: 23px; height: 23px; stroke-width: 1.7; }
.contact-route-panel-head > div > span { display: block; margin-bottom: 5px; color: var(--gold-light); font: 500 9px/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.contact-route-panel-head strong { display: block; font-size: 18px; line-height: 1.12; letter-spacing: -.025em; }
.contact-route-panel > p { max-width: 300px; margin: 21px 0 18px; color: #d5e3f7; font-size: 12px; line-height: 1.55; }
.contact-route-panel-steps { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.contact-route-panel-steps::before { position: absolute; top: 20px; bottom: 20px; left: 14px; width: 1px; background: linear-gradient(rgba(240,215,93,.7), rgba(255,255,255,.16)); content: ""; }
.contact-route-panel-steps li { position: relative; display: grid; grid-template-columns: 28px 1fr; gap: 13px; align-items: center; padding: 10px 0; }
.contact-route-panel-steps li > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(240,215,93,.75); border-radius: 50%; color: var(--navy); background: var(--gold-light); font: 700 8px "DM Mono", monospace; }
.contact-route-panel-steps strong, .contact-route-panel-steps small { display: block; }
.contact-route-panel-steps strong { color: var(--white); font-size: 13px; line-height: 1.2; }
.contact-route-panel-steps small { margin-top: 2px; color: #c4d5ed; font-size: 10px; line-height: 1.35; }
.contact-route-panel-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; padding-top: 16px; color: var(--gold-light); font: 500 9px/1.35 "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.contact-route-panel-foot svg { width: 19px; height: 19px; flex: 0 0 auto; stroke-width: 1.7; }

.contact-section { position: relative; overflow: hidden; padding: 118px 0; background: linear-gradient(140deg, #f8f5ec 0%, #f6f9fa 53%, #eef5f5 100%); }
.contact-section::before { position: absolute; top: -315px; right: -215px; width: 650px; height: 650px; border: 1px solid rgba(5,32,79,.06); border-radius: 50%; box-shadow: 0 0 0 75px rgba(240,184,26,.025), 0 0 0 150px rgba(5,32,79,.018); content: ""; pointer-events: none; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(335px, .76fr) minmax(0, 1.24fr); gap: 0; align-items: stretch; border-radius: 32px; box-shadow: 0 27px 70px rgba(5,32,79,.13); }
.contact-form-card { grid-column: 2; padding: clamp(36px, 4.1vw, 58px); border: 1px solid #e2dccc; border-left: 0; border-radius: 0 32px 32px 0; background: rgba(255,252,244,.98); }
.contact-form-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(184px, .58fr); gap: 30px; align-items: end; margin-bottom: 22px; }
.contact-form-head .eyebrow { margin-bottom: 13px; }
.contact-form-head h2 { margin: 0; color: var(--navy); font-size: clamp(35px, 4vw, 53px); line-height: 1.02; }
.contact-form-assurance { padding: 15px 17px; border: 1px solid #e7d59a; border-radius: 15px; background: rgba(255,255,255,.75); }
.contact-form-assurance > span { display: flex; align-items: center; gap: 8px; color: #7b5b0c; font: 500 10px/1.25 "DM Mono", monospace; letter-spacing: .055em; text-transform: uppercase; }
.contact-form-assurance svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; color: var(--navy); background: var(--gold-light); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.contact-form-assurance p { margin: 9px 0 0; color: #64748a; font-size: 12px; line-height: 1.5; }
.contact-form-reassurance { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 27px; padding: 12px 0; border-top: 1px solid #e8dec5; border-bottom: 1px solid #e8dec5; color: #65758a; font-size: 12px; line-height: 1.5; }
.contact-form-reassurance svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; color: #a5780a; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.form-banner { grid-column: 1 / -1; margin: 0 0 22px; padding: 14px 18px; border-radius: 11px; font-size: 13px; font-weight: 600; }
.form-banner--success { color: #1c6b3f; background: #e6f6ec; border: 1px solid #bfe6cd; }
.form-banner--error { color: #99311b; background: #fdece7; border: 1px solid #f3c3b4; }
.contact-form-body[hidden], .contact-form-success[hidden] { display: none; }
.contact-form-error { grid-column: 1 / -1; margin: 0; padding: 12px 14px; border: 1px solid #f3c3b4; border-radius: 11px; color: #99311b; background: #fdece7; font-size: 12px; font-weight: 600; line-height: 1.5; }
.contact-form-success { display: grid; min-height: 435px; align-content: center; padding: 22px 0; }
.contact-form-success-shell { position: relative; width: 100%; overflow: hidden; padding: clamp(30px, 4vw, 46px); border: 1px solid #244a82; border-radius: 24px; color: #f8f4e9; background: linear-gradient(135deg, #123c7d 0%, var(--navy) 64%, #061a40 100%); box-shadow: 0 20px 42px rgba(5,32,79,.14); }
.contact-form-success-shell::after { position: absolute; top: -112px; right: -92px; width: 278px; height: 278px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.035), 0 0 0 82px rgba(255,255,255,.025); content: ""; pointer-events: none; }
.contact-form-success-topline { display: flex; position: relative; z-index: 1; align-items: center; gap: 11px; }
.contact-form-success-icon { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); box-shadow: 0 0 0 5px rgba(240,184,26,.16); }
.contact-form-success-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; }
.contact-form-success-topline p { margin: 0; color: #ffd766; font: 500 10px/1.2 "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.contact-form-success h2 { position: relative; z-index: 1; max-width: 560px; margin: 28px 0 0; color: var(--white); font-size: clamp(35px, 4.25vw, 56px); line-height: .98; }
.contact-form-success-message { display: block; position: relative; z-index: 1; max-width: 480px; margin-top: 16px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; }
.contact-form-success-next { display: grid; position: relative; z-index: 1; grid-template-columns: minmax(118px, .72fr) minmax(0, 1.7fr); gap: 16px; max-width: 610px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-form-success-next span { color: #ffd766; font: 500 9px/1.45 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.contact-form-success-next strong { color: rgba(255,255,255,.92); font-size: 13px; line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; gap: 8px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--navy); font-size: 12px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #ccd8e0; border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.82); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.form-field input, .form-field select { height: 52px; padding: 0 15px; }
.form-field textarea { min-height: 142px; padding: 14px 15px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #a67a0d; outline: 0; background: var(--white); box-shadow: 0 0 0 4px rgba(240,184,26,.2); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #8d9bad; }
.contact-form-card .select-native { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.select-control { position: relative; }
.select-trigger { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: space-between; gap: 14px; padding: 0 15px; border: 1px solid #ccd8e0; border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.82); font: inherit; text-align: left; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.select-trigger > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select-trigger svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: #65758a; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .2s ease, stroke .2s ease; }
.select-control.is-open .select-trigger, .select-trigger:focus-visible { border-color: #a67a0d; outline: 0; background: var(--white); box-shadow: 0 0 0 4px rgba(240,184,26,.2); }
.select-control.is-open .select-trigger svg { stroke: #a67a0d; transform: rotate(180deg); }
.select-control.is-invalid .select-trigger { border-color: #c34e35; box-shadow: 0 0 0 4px rgba(195,78,53,.12); }
.select-options { position: absolute; z-index: 12; top: calc(100% + 8px); right: 0; left: 0; display: grid; gap: 3px; max-height: 250px; margin: 0; padding: 7px; overflow-y: auto; border: 1px solid rgba(5,32,79,.13); border-radius: 14px; background: #fffdf9; box-shadow: 0 18px 36px rgba(5,32,79,.16); opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; visibility: hidden; }
.select-control.is-open .select-options { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
.select-option { display: flex; width: 100%; min-height: 40px; align-items: center; padding: 8px 11px; border: 0; border-radius: 9px; color: #294261; background: transparent; font: 500 13px/1.35 "Poppins", sans-serif; text-align: left; cursor: pointer; transition: color .16s ease, background .16s ease; }
.select-option:hover, .select-option:focus-visible { outline: 0; color: var(--navy); background: #f4ead1; }
.select-option[aria-selected="true"] { color: #8d650e; background: #fff1ca; font-weight: 700; }
.form-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; color: #66778d; font-size: 11px; }
.form-consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--navy); }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 2px; }
.form-actions .button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-note { max-width: 330px; margin: 0; color: #6e7b8d; font-size: 10.5px; }
.contact-form-progress[hidden] { display: none; }
.contact-form-progress { grid-column: 1 / -1; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; margin-top: -4px; padding: 13px 15px; border: 1px solid #e6d394; border-radius: 13px; color: #294261; background: #fffaf0; animation: contact-progress-enter .2s ease-out both; }
.contact-form-progress-track { display: block; position: relative; height: 5px; overflow: hidden; border-radius: 99px; background: #eadfbf; }
.contact-form-progress-track span { position: absolute; top: 0; bottom: 0; width: 55%; border-radius: inherit; background: linear-gradient(90deg, #c28d11, var(--gold), #ffe184); animation: contact-progress-slide 1.1s ease-in-out infinite; }
.contact-form-progress div { display: grid; gap: 2px; }
.contact-form-progress strong { color: var(--navy); font-size: 12px; line-height: 1.3; }
.contact-form-progress div > span { color: #68798d; font-size: 10.5px; line-height: 1.45; }
@keyframes contact-progress-enter { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes contact-progress-slide { from { left: -60%; } to { left: 105%; } }
@media (prefers-reduced-motion: reduce) { .contact-form-progress, .contact-form-progress-track span { animation: none; } .contact-form-progress-track span { left: 0; width: 100%; } }
.contact-guide { position: relative; grid-column: 1; grid-row: 1; display: flex; min-height: 100%; flex-direction: column; overflow: hidden; padding: clamp(37px, 4vw, 57px); border-radius: 32px 0 0 32px; color: var(--white); background: linear-gradient(152deg, #0c3679 0%, #06275e 45%, #03183e 100%); }
.contact-guide::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--gold-light), rgba(240,184,26,0)); content: ""; }
.contact-guide-orbit { position: absolute; right: -202px; bottom: -156px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.028), 0 0 0 109px rgba(240,184,26,.035); pointer-events: none; }
.contact-guide-intro { position: relative; z-index: 1; }
.contact-guide .eyebrow { margin-bottom: 20px; color: #f7cb55; }
.contact-guide h3 { max-width: 355px; margin: 0; color: var(--white); font-size: clamp(31px, 3.3vw, 45px); line-height: 1.05; letter-spacing: -.05em; }
.contact-guide h3 em { color: #f7cb55; font-style: normal; }
.contact-guide-intro > p:last-child { max-width: 325px; margin: 19px 0 0; color: #c9d8eb; font-size: 13px; line-height: 1.65; }
.contact-guide-steps { position: relative; z-index: 1; display: grid; gap: 0; margin: 43px 0 auto; padding: 0; list-style: none; }
.contact-guide-steps li { display: grid; grid-template-columns: 29px 1fr; gap: 13px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-guide-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-guide-steps li > span { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(247,203,85,.5); border-radius: 50%; color: #f7cb55; font: 500 9px "DM Mono", monospace; }
.contact-guide-steps strong { display: block; color: var(--white); font-size: 13px; }
.contact-guide-steps p { margin: 4px 0 0; color: #b9cbe2; font-size: 11px; line-height: 1.48; }
.contact-guide-email { position: relative; z-index: 1; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-guide-email > span { display: block; margin-bottom: 8px; color: #aebfda; font-size: 11px; }
.contact-guide-email a { display: inline-flex; align-items: center; gap: 9px; color: #f7cb55; font-size: 14px; font-weight: 700; }
.contact-guide-email svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-guide-address { position: relative; z-index: 1; margin-top: 22px; }
.contact-guide-address > span { display: block; margin-bottom: 8px; color: #aebfda; font-size: 11px; }
.contact-guide-address p { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: var(--white); font-size: 14px; font-weight: 600; }
.contact-guide-address svg { width: 18px; height: 18px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-faq { padding: 100px 0; background: var(--mist); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-list details { border-bottom: 1px solid #cbd8e3; }
.faq-list summary { position: relative; padding: 22px 38px 22px 0; color: var(--navy); cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 17px; right: 2px; color: var(--gold); content: "+"; font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 660px; margin: -2px 0 22px; font-size: 13px; }

footer { padding: 48px 0 28px; color: #bdcce2; background: #020d20; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, .7fr); gap: 35px; }
.footer-brand img { display: block; width: clamp(250px, 21vw, 310px); max-width: 100%; margin-bottom: 21px; }
.footer-brand p { max-width: 325px; margin: 0; color: #8fa2bd; font-size: 13px; }
.footer-column h3 { margin: 4px 0 15px; color: var(--gold-light); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.footer-column a { display: block; margin: 8px 0; color: #c9d6e8; font-size: 13px; }
.footer-column a:hover { color: var(--gold-light); }
.footer-column a:focus-visible, .footer-social-profiles a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; border-radius: 2px; }
.footer-column-group { margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-column-group p { margin: 0 0 9px; color: #8fa2bd; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.footer-column-group a { margin: 7px 0; font-size: 12px; }
.footer-follow-title { margin: 19px 0 7px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #8fa2bd; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.footer-social-directory { display: grid; gap: 1px; }
.footer-social-row { display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: center; min-height: 28px; border-bottom: 1px solid rgba(255,255,255,.065); }
.footer-social-network { color: #8fa2bd; font: 500 8px/1 "DM Mono", monospace; letter-spacing: .055em; text-transform: uppercase; }
.footer-social-profiles { display: flex; align-items: center; min-width: 0; }
.footer-social-profiles a { display: inline-flex; align-items: center; min-height: 24px; margin: 0; padding: 0 7px; border-left: 1px solid rgba(255,255,255,.13); color: #d7e3f1; font-size: 10px; line-height: 1; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.footer-social-profiles a:first-child { border-left: 0; padding-left: 0; }
.footer-social-profiles a:hover { color: var(--gold-light); background: transparent; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 43px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #788aa6; font-size: 11px; }

.js [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-header { z-index: 62; }
  .shell.nav { flex-wrap: nowrap; }
  .brand { flex: 1 1 auto; min-width: 0; }
  .brand img { width: 168px; max-width: 100%; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .page-hero-orbit, .page-hero-orbit::before { border-color: rgba(255,255,255,.06); }
  .page-hero-orbit::after { border-color: rgba(240,184,26,.12); }
  .contact-guide-orbit { border-color: rgba(255,255,255,.05); }
  .guide-hero-orbit { border-color: rgba(255,255,255,.06); }
  .nav-scrim { position: fixed; inset: 0; z-index: 58; background: rgba(4,10,26,.6); opacity: 0; backdrop-filter: blur(2px); pointer-events: none; transition: opacity .35s ease; }
  body.menu-open .nav-scrim { opacity: 1; pointer-events: auto; }

  .nav-links { position: fixed; z-index: 60; top: 0; right: 0; display: flex; flex-direction: column; gap: 0; width: min(360px, 88vw); height: 100vh; height: 100dvh; overflow: hidden; background: linear-gradient(165deg, #08265c 0%, #051c47 46%, #041638 100%); box-shadow: -30px 0 70px rgba(1,8,24,.5); transform: translateX(100%); transition: transform .45s cubic-bezier(.19,1,.22,1); }
  .nav-links.open { transform: translateX(0); }
  .nav-links::before { position: absolute; top: -90px; right: -90px; z-index: 0; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(240,184,26,.16), transparent 70%); content: ""; pointer-events: none; }

  .nav-drawer-head { position: relative; z-index: 1; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; padding: 20px 16px 18px 24px; }
  .nav-drawer-title { color: #8ba2c9; font: 700 11px/1 "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
  .nav-drawer-close { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 50%; color: #c4d4ee; background: rgba(255,255,255,.08); transition: background .18s ease, color .18s ease, transform .18s ease; }
  .nav-drawer-close svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
  .nav-drawer-close:hover { color: var(--white); background: rgba(255,255,255,.16); transform: rotate(90deg); }

  .nav-drawer-body { position: relative; z-index: 1; display: flex; flex: 1 1 auto; flex-direction: column; gap: 3px; margin: 0 12px; padding: 4px 0 12px; overflow-y: auto; border-top: 1px solid rgba(255,255,255,.08); }
  .nav-drawer-body > .nav-row, .nav-drawer-body > .service-menu { flex: 0 0 auto; opacity: 0; transform: translateX(14px); transition: opacity .32s ease, transform .32s ease; }
  .nav-links.open .nav-drawer-body > .nav-row, .nav-links.open .nav-drawer-body > .service-menu { opacity: 1; transform: none; }
  .nav-drawer-body > .nav-row:nth-child(1) { transition-delay: .05s; }
  .nav-drawer-body > .nav-row:nth-child(2) { transition-delay: .09s; }
  .nav-drawer-body > .service-menu { transition-delay: .13s; }
  .nav-drawer-body > .nav-row[href*="faq"] { transition-delay: .17s; }
  .nav-drawer-body > .nav-row[href*="contact"] { transition-delay: .21s; }

  .nav-row, .nav-links .service-menu-toggle.nav-row { display: flex; position: relative; align-items: center; box-sizing: border-box; width: 100%; min-height: 50px; margin-top: 6px; padding: 0 14px 0 16px; border-radius: 12px; font-size: 15.5px; font-weight: 600; transition: color .18s ease, background .18s ease; }
  .nav-drawer-body > .nav-row:first-child { margin-top: 10px; }
  .nav-row::before { position: absolute; top: 12px; bottom: 12px; left: 0; width: 3px; border-radius: 3px; background: var(--gold-light); content: ""; opacity: 0; transition: opacity .18s ease; }
  .nav-row:hover, .nav-row:focus-visible { background: rgba(255,255,255,.05); }
  .nav-row[aria-current="page"] { color: var(--gold-light); background: rgba(240,184,26,.09); }
  .nav-row[aria-current="page"]::before { opacity: 1; }

  .nav-drawer-footer { position: relative; z-index: 1; display: flex !important; flex: 0 0 auto; flex-direction: column; gap: 10px; padding: 12px 16px calc(16px + env(safe-area-inset-bottom)); opacity: 0; transform: translateY(10px); transition: opacity .32s ease .24s, transform .32s ease .24s; }
  .nav-links.open .nav-drawer-footer { opacity: 1; transform: none; }

  .nav-drawer-action { display: flex; position: relative; align-items: center; gap: 12px; width: 100%; padding: 12px 14px; border-radius: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
  .nav-drawer-action-icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 11px; }
  .nav-drawer-action-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
  .nav-drawer-action-copy { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; gap: 1px; text-align: left; }
  .nav-drawer-action-copy strong { font-size: 13.5px; font-weight: 700; line-height: 1.25; }
  .nav-drawer-action-copy span { font-size: 11px; font-weight: 500; line-height: 1.3; opacity: .8; }
  .nav-drawer-action-arrow { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; opacity: .55; transition: transform .18s ease; }

  .nav-drawer-action--files { color: #eaf1ff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
  .nav-drawer-action--files .nav-drawer-action-icon { color: var(--navy); background: linear-gradient(145deg, var(--gold-light), var(--gold)); }
  .nav-drawer-action--files:hover, .nav-drawer-action--files:focus-visible { background: rgba(255,255,255,.1); }
  .nav-drawer-action--files:hover .nav-drawer-action-arrow { transform: translateX(3px); opacity: .9; }

  .nav-drawer-action--whatsapp { color: #fff; background: linear-gradient(135deg, #26d367, #1aa851); box-shadow: 0 10px 26px rgba(37,211,102,.3); }
  .nav-drawer-action--whatsapp .nav-drawer-action-icon { color: #fff; background: rgba(255,255,255,.18); }
  .nav-drawer-action--whatsapp .nav-drawer-action-icon svg { fill: currentColor; stroke: none; }
  .nav-drawer-action--whatsapp .nav-drawer-action-copy span { opacity: .92; }
  .nav-drawer-action--whatsapp:hover, .nav-drawer-action--whatsapp:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(37,211,102,.4); }
  .page-hero-grid, .story-grid, .section-intro, .faq-grid { grid-template-columns: 1fr; }
  .contact-hero .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-grid { gap: 52px; }
  .about-portrait, .contact-visual { justify-self: center; }
  .story-copy { padding-top: 0; }
  .section-intro { gap: 20px; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-mark { min-height: 380px; }
  .founder-mark strong { padding: 0 0 32px 32px; font-size: 24px; }
  .founder-copy { padding: 58px 48px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .process-grid::before { display: none; }
  .process-step, .process-step:nth-child(even) { margin-top: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-guide { grid-column: 1; grid-row: 1; min-height: auto; border-radius: 30px 30px 0 0; }
  .contact-form-card { grid-column: 1; grid-row: 2; border-left: 1px solid #e2dccc; border-radius: 0 0 30px 30px; }
  .contact-guide-steps { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
  .contact-guide-steps li, .contact-guide-steps li:last-child { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.45fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: min(250px, 100%); }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 32px, 1180px); }
  .nav { min-height: 70px; }
  .brand img { width: 165px; }
  .page-hero { padding: 76px 0 66px; }
  .page-hero h1 { font-size: clamp(38px, 11.5vw, 54px); }
  .page-hero-copy { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .about-portrait { width: 100%; height: 430px; }
  .about-portrait-frame { inset: 0 0 30px 18px; }
  .portrait-card { width: 205px; padding: 15px 17px; }
  .hero-principles-grid { grid-template-columns: 1fr; }
  .hero-principle { min-height: auto; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .hero-principle:first-child { border-top: 0; }
  .section { padding: 78px 0; }
  .story-copy > p { font-size: 16px; }
  .belief-card { padding: 25px 25px 25px 29px; }
  .belief-card p { font-size: 19px; }
  .story-signals { grid-template-columns: 1fr; }
  .story-signals article { min-height: auto; }
  .story-signals span { margin-bottom: 0; }
  .mission-vision-grid { grid-template-columns: 1fr; }
  .mission-vision-card { padding: 30px 26px 34px; }
  .mission-vision-icon { margin-bottom: 20px; }
  .founder-mark { min-height: 300px; }
  .founder-mark strong { padding: 0 0 24px 24px; max-width: 285px; font-size: 22px; }
  .founder-copy { padding: 48px 24px; }
  .founder-checks { grid-template-columns: 1fr; }
  .about-social-section { padding: 58px 0; }
  .about-social-section .section-intro { gap: 15px; margin-bottom: 20px; padding-bottom: 19px; }
  .about-social-section .section-intro h2 { font-size: clamp(32px, 9vw, 42px); }
  .about-social-section .section-intro > p { margin: 0; font-size: 15px; }
  .about-social-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 0; }
  .about-social-card { grid-template-columns: 1fr; grid-template-areas: "kicker" "title" "copy" "links"; min-height: 0; border-radius: 20px; }
  .about-social-kicker { margin: 18px 20px 6px; }
  .about-social-card h3 { margin: 0 20px 17px; font-size: 25px; }
  .about-social-card > p:not(.about-social-kicker) { display: none; }
  .about-social-links { min-height: 108px; border-top: 1px solid rgba(5,32,79,.11); border-left: 0; }
  .about-social-links a { grid-template-rows: 29px auto auto; min-height: 108px; padding: 13px 10px; border-left: 1px solid rgba(5,32,79,.1); }
  .about-social-icon { width: 29px; height: 29px; }
  .about-social-icon svg { width: 15px; height: 15px; }
  .about-social-platform { margin-top: 8px; font-size: 7px; }
  .about-social-links a strong { margin-top: 5px; font-size: 10px; }
  .about-social-links a b { top: 10px; right: 9px; font-size: 13px; }
  .about-process-section .section-intro h2 { font-size: clamp(36px, 10.2vw, 48px); }
  .about-process-section .section-intro > p { padding: 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 14px; margin-left: 0; border: 0; }
  .process-step { min-height: auto; padding: 22px; }
  .process-step h3 { margin-top: 46px; }
  .inner-cta { padding: 65px 0; }
  .inner-cta-card { grid-template-columns: 1fr; padding: 38px 26px; }
  .inner-cta-card .button { width: 100%; white-space: normal; }
  .contact-hero { padding-bottom: 70px; }
  .contact-visual { width: 100%; max-width: 405px; }
  .contact-route-panel { padding: 25px 22px 21px; border-radius: 21px; }
  .contact-route-panel-head { grid-template-columns: 44px 1fr; gap: 12px; }
  .contact-route-panel-icon { width: 44px; height: 44px; border-radius: 14px; }
  .contact-route-panel-head strong { font-size: 17px; }
  .contact-route-panel > p { margin: 19px 0 15px; }
  .contact-route-panel-steps li { padding: 9px 0; }
  .contact-route-panel-foot { margin-top: 14px; padding-top: 14px; font-size: 8px; }
  .contact-section { padding: 72px 0; }
  .contact-guide { padding: 33px 25px; border-radius: 23px 23px 0 0; }
  .contact-guide h3 { font-size: clamp(32px, 10vw, 43px); }
  .contact-guide-steps { grid-template-columns: 1fr; gap: 0; margin-top: 31px; }
  .contact-guide-steps li, .contact-guide-steps li:last-child { padding: 15px 0; border-bottom: 0; }
  .contact-guide-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
  .contact-guide-email { margin-top: 26px; }
  .contact-form-card { padding: 30px 22px; border-radius: 0 0 23px 23px; }
  .contact-form-success { min-height: 315px; padding: 18px 0; }
  .contact-form-success-shell { padding: 30px 25px; border-radius: 20px; }
  .contact-form-success h2 { margin-top: 25px; font-size: clamp(34px, 10vw, 43px); }
  .contact-form-success-next { grid-template-columns: 1fr; gap: 7px; margin-top: 25px; padding-top: 18px; }
  .contact-form-head, .form-grid { grid-template-columns: 1fr; }
  .contact-form-head { gap: 13px; }
  .form-field--full, .form-consent, .form-actions { grid-column: 1; }
  .form-actions .button { width: 100%; }
  .contact-side { grid-template-columns: 1fr; }
  .contact-faq { padding: 76px 0; }
  .faq-grid { gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-follow { grid-column: 1 / -1; }
  .footer-social-row { grid-template-columns: 76px minmax(0, 1fr); min-height: 44px; }
  .footer-social-profiles a { min-height: 44px; padding: 0 8px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
.resource-library-definition { position: relative; overflow: hidden; padding: 82px 0 78px; background: #f8f6f0; }
.resource-library-definition::before { position: absolute; top: 0; right: 8%; bottom: 0; width: 1px; background: rgba(5,32,79,.06); box-shadow: 46px 0 0 rgba(5,32,79,.035), 92px 0 0 rgba(5,32,79,.02); content: ""; pointer-events: none; }
.resource-library-definition::after { position: absolute; right: -140px; bottom: -205px; width: 520px; height: 520px; border: 1px solid rgba(240,184,26,.25); border-radius: 50%; box-shadow: 0 0 0 58px rgba(240,184,26,.045), 0 0 0 116px rgba(5,32,79,.018); content: ""; pointer-events: none; }
.resource-library-definition .shell { position: relative; z-index: 1; }
.resource-library-definition-topline { display: flex; align-items: center; justify-content: space-between; max-width: 1170px; margin-bottom: 27px; padding-bottom: 18px; border-bottom: 1px solid rgba(5,32,79,.14); }
.resource-library-definition-topline .eyebrow { margin: 0; }
.resource-library-definition-topline > span { color: #8490a0; font: 700 10px/1 "DM Mono", monospace; letter-spacing: .085em; text-transform: uppercase; }
.resource-library-definition-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr); gap: 76px; align-items: end; max-width: 1170px; }
.resource-library-definition-heading h2 { max-width: 720px; margin: 0; color: var(--navy); font-size: clamp(49px, 5.25vw, 76px); line-height: .93; letter-spacing: -.075em; text-wrap: balance; }
.resource-library-definition-heading h2 span, .resource-library-definition-heading h2 em { display: block; }
.resource-library-definition-heading h2 em, .resource-library-faq-heading h2 em { color: #a97916; font-style: normal; }
.resource-library-definition-copy { position: relative; padding: 3px 0 0 31px; border-left: 2px solid #cda13d; }
.resource-library-definition-copy::before { position: absolute; top: 2px; left: -7px; width: 12px; height: 12px; border: 3px solid #f8f6f0; border-radius: 50%; background: #cda13d; content: ""; }
.resource-library-definition-copy p { max-width: 485px; margin: 0; color: #526783; font-size: 16px; line-height: 1.7; }
.resource-library-definition-copy p + p { margin-top: 13px; }
.resource-library-definition-copy strong { color: var(--navy); font-weight: 700; }
.resource-library-definition-topics { display: flex; flex-wrap: wrap; gap: 8px 10px; max-width: 500px; margin: 22px 0 0; padding: 0; list-style: none; }
.resource-library-definition-topics li { padding: 8px 11px; border: 1px solid rgba(5,32,79,.12); border-radius: 999px; color: #465f7b; background: rgba(255,255,255,.54); font: 700 9px/1 "DM Mono", monospace; letter-spacing: .045em; text-transform: uppercase; }
.resource-library-context { position: relative; overflow: hidden; padding: 82px 0 92px; background: linear-gradient(145deg, #f8f5ed 0%, #edf3f6 100%); }
.resource-library-context::before { position: absolute; top: 170px; right: -220px; width: 670px; height: 670px; border: 1px solid rgba(240,184,26,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(240,184,26,.035), 0 0 0 140px rgba(5,32,79,.02); content: ""; pointer-events: none; }
.resource-library-context::after { position: absolute; top: 88px; left: -175px; width: 330px; height: 330px; border: 1px solid rgba(5,32,79,.055); border-radius: 50%; box-shadow: 0 0 0 55px rgba(5,32,79,.018); content: ""; pointer-events: none; }
.resource-library-context .shell { position: relative; z-index: 1; }
.resource-library-context-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(325px, .75fr); gap: 44px; align-items: end; margin-bottom: 28px; }
.resource-library-context-title h2 { max-width: 710px; margin: 0; font-size: clamp(40px, 4vw, 61px); line-height: .99; letter-spacing: -.065em; text-wrap: balance; }
.resource-library-context-title h2 span, .resource-library-context-title h2 em { display: block; }
.resource-library-context-title h2 em { color: #a97916; font-style: normal; }
.resource-library-context-brief { position: relative; overflow: hidden; padding: 27px 29px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: #eef4fc; background: linear-gradient(135deg, #0b397d 0%, #05204f 73%); box-shadow: 0 20px 38px rgba(5,32,79,.16); }
.resource-library-context-brief::after { position: absolute; right: -48px; bottom: -65px; width: 190px; height: 190px; border: 1px solid rgba(240,184,26,.32); border-radius: 50%; box-shadow: 0 0 0 27px rgba(240,184,26,.06); content: ""; }
.resource-library-context-brief-label { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--gold-light); font: 700 10px/1 "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.resource-library-context-brief-label::before { width: 22px; height: 1px; background: currentColor; content: ""; }
/* color: inherit is required here, not decorative — the global `p { color: var(--muted) }`
   reset further down this file sets an explicit color on every <p>, and an explicit rule on
   the element itself always beats an inherited value regardless of selector specificity. Without
   this, the card's lighter text color (set on the navy wrapper above) never reaches the
   paragraph at all, which is why it was reading as the same dim slate gray as body copy on a
   light background. */
.resource-library-context-brief p { position: relative; z-index: 1; max-width: 440px; margin: 0; color: inherit; font-size: 14px; line-height: 1.62; }
.resource-library-context-brief-steps { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin-top: 19px; color: #fff; font: 700 9px/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.resource-library-context-brief-steps i { width: 15px; height: 1px; background: rgba(240,184,26,.7); }
.resource-library-context-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 16px; }
.resource-library-context-card { position: relative; display: flex; flex-direction: column; min-height: 274px; overflow: hidden; padding: 25px 26px 22px; border: 1px solid #dce5ee; border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 16px 34px rgba(5,32,79,.065); transition: transform .24s cubic-bezier(.22,.78,.2,1), box-shadow .24s ease, border-color .24s ease; }
.resource-library-context-card::after { position: absolute; right: -44px; bottom: -60px; width: 142px; height: 142px; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .14; }
.resource-library-context-card:hover { z-index: 1; border-color: #c2d1e1; box-shadow: 0 23px 42px rgba(5,32,79,.14); transform: translateY(-5px); }
.resource-library-context-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.resource-library-context-card-top > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px 11px 11px 4px; color: var(--navy); background: rgba(240,184,26,.22); font: 700 10px/1 "DM Mono", monospace; }
.resource-library-context-card-top svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.resource-library-context-card h3 { position: relative; z-index: 1; max-width: 310px; margin: 0 0 9px; color: var(--navy); font-size: 20px; line-height: 1.17; letter-spacing: -.035em; }
.resource-library-context-card p { position: relative; z-index: 1; max-width: 335px; margin: 0; color: #5e718b; font-size: 13px; line-height: 1.58; }
.resource-library-context-card-foot { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: #49617e; font: 700 10px/1 "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.resource-library-context-card-foot b { color: #b17a0a; font: 500 17px/1 Arial, sans-serif; }
.resource-library-context-card--compare { color: #f0bc1a; border-color: transparent; background: linear-gradient(135deg, #0b397d 0%, #05204f 73%); }
.resource-library-context-card--compare::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--gold-light); content: ""; }
.resource-library-context-card--compare:hover { border-color: transparent; box-shadow: 0 25px 46px rgba(5,32,79,.22); }
.resource-library-context-card--compare .resource-library-context-card-top > span { color: var(--navy); background: var(--gold-light); }
.resource-library-context-card--compare .resource-library-context-card-top svg { color: #fff; }
.resource-library-context-card--compare h3 { color: #fff; }
.resource-library-context-card--compare p { color: #d4e0ee; }
.resource-library-context-card--compare .resource-library-context-card-foot { color: #f3f7fb; }
.resource-library-context-card--compare .resource-library-context-card-foot b { color: var(--gold-light); }
.resource-library-context-card--prepare { color: #b17a0a; background: linear-gradient(145deg, #fffdf8, #f8f0dd); }
.resource-library-context-card--prepare .resource-library-context-card-top svg { color: #a76f05; }
.resource-library-context-card--questions { color: #29677b; background: linear-gradient(145deg, #f7fcfc, #e7f4f4); }
.resource-library-context-card--questions .resource-library-context-card-top > span { color: #07596e; background: rgba(36,139,160,.15); }
.resource-library-context-card--questions .resource-library-context-card-top svg { color: #167188; }
.resource-library-context-note { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 20px; max-width: 960px; margin: 18px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(5,32,79,.13); }
.resource-library-context-note > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #d8c693; border-radius: 50%; color: #a97916; background: rgba(255,255,255,.62); font: 700 10px/1 "DM Mono", monospace; }
.resource-library-context-note p { max-width: 860px; margin: 0; color: #566a84; font-size: 13px; line-height: 1.73; }
.resource-library-faq { padding: 84px 0 94px; background: #fff; }
.resource-library-faq-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 60px; align-items: end; margin-bottom: 34px; }
.resource-library-faq-heading .eyebrow { margin: 0 0 2px; }
.resource-library-faq-heading h2 { max-width: 620px; }
.resource-library-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }
.resource-library-faq-list details { padding: 0 24px; border-top: 1px solid #dce5ee; border-bottom: 1px solid #dce5ee; background: #fff; }
.resource-library-faq-list summary { position: relative; padding: 23px 32px 23px 0; color: var(--navy); cursor: pointer; font-size: 16px; font-weight: 700; line-height: 1.35; list-style: none; }
.resource-library-faq-list summary::-webkit-details-marker { display: none; }
.resource-library-faq-list summary::after { position: absolute; top: 50%; right: 2px; width: 9px; height: 9px; border-right: 1.5px solid #a97916; border-bottom: 1.5px solid #a97916; content: ""; transform: translateY(-67%) rotate(45deg); transition: transform .2s ease; }
.resource-library-faq-list details[open] summary::after { transform: translateY(-35%) rotate(225deg); }
.resource-library-faq-list p { max-width: 520px; margin: -5px 0 23px; color: #5a6e88; font-size: 14px; line-height: 1.68; }

@media (max-width: 840px) {
  .resource-library-definition { padding: 70px 0 66px; }
  .resource-library-definition-grid, .resource-library-faq-heading { grid-template-columns: 1fr; gap: 31px; }
  .resource-library-definition-heading h2 { max-width: 760px; }
  .resource-library-definition-copy { max-width: 650px; }
  .resource-library-context-intro { grid-template-columns: 1fr; gap: 22px; }
  .resource-library-context-brief { max-width: 590px; }
  .resource-library-context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-library-context-card--compare { grid-column: span 2; }
}

@media (max-width: 640px) {
  .resource-library-definition { padding: 49px 0 51px; }
  .resource-library-definition::before { right: 7%; box-shadow: 33px 0 0 rgba(5,32,79,.035); }
  .resource-library-definition::after { right: -225px; bottom: -245px; width: 410px; height: 410px; }
  .resource-library-definition-topline { align-items: flex-start; margin-bottom: 25px; padding-bottom: 15px; }
  .resource-library-definition-topline > span { max-width: 112px; line-height: 1.45; text-align: right; }
  .resource-library-definition-heading h2 { font-size: clamp(40px, 11vw, 54px); }
  .resource-library-faq-heading h2 { font-size: clamp(34px, 10vw, 44px); }
  .resource-library-definition-copy { padding-left: 20px; }
  .resource-library-definition-copy p { font-size: 15px; }
  .resource-library-definition-topics { margin-top: 20px; }
  .resource-library-definition-topics li { padding: 8px 9px; font-size: 8px; }
  .resource-library-context { padding: 32px 0 68px; }
  .resource-library-context-title h2 { font-size: clamp(36px, 10.2vw, 45px); }
  .resource-library-context-brief { padding: 24px 22px 22px; border-radius: 18px; }
  .resource-library-context-grid { grid-template-columns: 1fr; gap: 13px; }
  .resource-library-context-card, .resource-library-context-card--compare { grid-column: auto; min-height: 238px; padding: 23px 21px 20px; border-radius: 18px; }
  .resource-library-context-card-top { margin-bottom: 31px; }
  .resource-library-context-card h3 { font-size: 19px; }
  .resource-library-context-note { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; margin-top: 15px; }
  .resource-library-faq { padding: 56px 0 62px; }
  .resource-library-faq-heading { margin-bottom: 26px; }
  .resource-library-faq-list { grid-template-columns: 1fr; gap: 10px; }
  .resource-library-faq-list details { padding: 0 17px; }
  .resource-library-faq-list summary { padding: 20px 29px 20px 0; font-size: 15px; }
  .resource-library-faq-list p { margin-bottom: 20px; font-size: 13px; }
}

/* Study abroad consultant selection guide */
.guide-hero { position: relative; overflow: hidden; padding: 154px 0 92px; color: var(--white); background: linear-gradient(128deg, #031631 0%, #082b63 57%, #135069 100%); }
.guide-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 25%, rgba(240,184,26,.19), transparent 24%), radial-gradient(circle at 18% 110%, rgba(95,178,195,.15), transparent 32%); content: ""; }
.guide-hero-orbit { position: absolute; top: -225px; right: -145px; width: 630px; height: 630px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.035), 0 0 0 116px rgba(240,184,26,.045); }
.guide-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .66fr); align-items: center; gap: 76px; }
.guide-hero .eyebrow { color: var(--gold-light); }
.guide-hero h1 { max-width: 745px; margin-bottom: 22px; font-size: clamp(48px, 5.5vw, 74px); line-height: .99; }
.guide-hero h1 em { color: var(--gold-light); font-style: normal; }
.guide-hero-copy { max-width: 670px; margin-bottom: 31px; color: #dceaff; font-size: 17px; line-height: 1.72; }
.guide-hero-card { position: relative; overflow: hidden; padding: 35px 35px 31px; border: 1px solid rgba(255,255,255,.17); border-radius: 27px; background: rgba(255,255,255,.09); box-shadow: 0 28px 58px rgba(0,12,32,.27); backdrop-filter: blur(10px); }
.guide-hero-card::after { position: absolute; right: -75px; bottom: -90px; width: 220px; height: 220px; border: 1px solid rgba(240,184,26,.5); border-radius: 50%; box-shadow: 0 0 0 32px rgba(240,184,26,.07); content: ""; }
.guide-hero-card > * { position: relative; z-index: 1; }
.guide-hero-card > span { display: block; margin-bottom: 18px; color: var(--gold-light); font: 700 10px/1 "DM Mono", monospace; letter-spacing: .1em; }
.guide-hero-card strong { display: block; max-width: 350px; font-size: 28px; line-height: 1.18; letter-spacing: -.04em; }
.guide-hero-card p { max-width: 365px; margin: 16px 0 24px; color: #d8e6f7; font-size: 14px; line-height: 1.65; }
.guide-hero-card ol { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; counter-reset: guide-promise; }
.guide-hero-card li { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 600; }
.guide-hero-card li::before { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--navy-deep); background: var(--gold-light); content: counter(guide-promise); counter-increment: guide-promise; font: 700 9px/1 "DM Mono", monospace; }
.guide-answer { padding: 74px 0; background: #fbf5e6; }
.guide-answer-grid { display: grid; grid-template-columns: minmax(175px, .35fr) minmax(0, 1fr); gap: 62px; align-items: start; }
.guide-answer .eyebrow { margin-top: 10px; color: #9a6e11; }
.guide-answer h2 { max-width: 880px; margin-bottom: 17px; color: var(--navy); font-size: clamp(29px, 3.2vw, 46px); line-height: 1.1; letter-spacing: -.045em; }
.guide-answer p:last-child { max-width: 800px; margin: 0; color: #526981; font-size: 16px; line-height: 1.75; }
.guide-checks { position: relative; overflow: hidden; padding: 104px 0 110px; background: linear-gradient(145deg, #f5f8f8, #fffdf8 62%, #f5ecd8); }
.guide-checks::after { position: absolute; right: -170px; bottom: -260px; width: 590px; height: 590px; border: 1px solid rgba(5,32,79,.07); border-radius: 50%; box-shadow: 0 0 0 68px rgba(240,184,26,.035); content: ""; }
.guide-checks .shell { position: relative; z-index: 1; }
.guide-section-intro h2 { max-width: 610px; }
.guide-section-intro h2 em, .guide-questions h2 em { color: #bd870f; font-style: normal; }
.guide-check-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.guide-check { position: relative; min-height: 295px; overflow: hidden; padding: 26px 25px; border: 1px solid #dce5e9; border-radius: 23px; background: rgba(255,255,255,.84); box-shadow: 0 17px 37px rgba(5,32,79,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.guide-check::after { position: absolute; right: -50px; bottom: -66px; width: 152px; height: 152px; border: 1px solid currentColor; border-radius: 50%; box-shadow: 0 0 0 28px rgba(5,32,79,.025); color: #cc9a2b; content: ""; opacity: .42; }
.guide-check:hover { z-index: 1; border-color: #d4a52d; box-shadow: 0 25px 49px rgba(5,32,79,.13); transform: translateY(-6px); }
.guide-check > * { position: relative; z-index: 1; }
.guide-check > span { display: inline-flex; min-height: 32px; align-items: center; padding: 8px 11px; border-radius: 999px; color: #8a6110; background: rgba(240,184,26,.17); font: 700 9px/1 "DM Mono", monospace; letter-spacing: .08em; }
.guide-check h3 { max-width: 205px; margin: 57px 0 12px; color: var(--navy); font-size: 21px; line-height: 1.18; letter-spacing: -.035em; }
.guide-check p { max-width: 245px; margin: 0; color: #5d7188; font-size: 13px; line-height: 1.67; }
.guide-check--dark { border-color: rgba(255,255,255,.1); color: #f0c447; background: linear-gradient(145deg, #0a397e, #031631); box-shadow: 0 21px 44px rgba(5,32,79,.18); }
.guide-check--dark > span { color: var(--navy-deep); background: var(--gold-light); }
.guide-check--dark h3 { color: #fff; }
.guide-check--dark p { color: #d1e0f3; }
.guide-check--gold { background: linear-gradient(145deg, #fff8e9, #f7e7ba); }
.guide-check--gold > span { color: var(--navy); background: rgba(255,255,255,.65); }
.guide-questions { padding: 102px 0; color: #fff; background: #062458; }
.guide-questions-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(430px, 1.12fr); gap: 88px; align-items: start; }
.guide-questions .eyebrow { color: var(--gold-light); }
.guide-questions h2 { max-width: 540px; color: #fff; font-size: clamp(36px, 4vw, 57px); line-height: 1.01; }
.guide-questions h2 em { color: var(--gold-light); }
.guide-questions-grid > div > p:last-child { max-width: 470px; color: #d2dff1; font-size: 15px; line-height: 1.72; }
.guide-question-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.guide-question-list li { display: grid; grid-template-columns: 58px 1fr; gap: 19px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.guide-question-list span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(240,184,26,.55); border-radius: 11px 11px 11px 4px; color: var(--gold-light); font: 700 10px/1 "DM Mono", monospace; }
.guide-question-list p { max-width: 610px; margin: 4px 0 0; color: #fff; font-size: 17px; font-weight: 600; line-height: 1.5; letter-spacing: -.02em; }
.guide-faq .faq-grid { align-items: start; }
.guide-faq .faq-grid > div:first-child > p:last-child { max-width: 440px; }

@media (max-width: 980px) {
  .guide-hero { padding-top: 132px; }
  .guide-hero-grid, .guide-questions-grid { grid-template-columns: 1fr; gap: 44px; }
  .guide-hero-card { width: min(100%, 510px); }
  .guide-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-check { min-height: 255px; }
  .guide-check h3 { margin-top: 43px; }
  .guide-questions-grid { gap: 36px; }
}

@media (max-width: 640px) {
  .guide-hero { padding: 118px 0 66px; }
  .guide-hero-grid { gap: 35px; }
  .guide-hero h1 { font-size: clamp(40px, 11.5vw, 53px); }
  .guide-hero-copy { font-size: 15px; }
  .guide-hero-card { padding: 26px 23px 24px; border-radius: 21px; }
  .guide-hero-card strong { font-size: 25px; }
  .guide-answer { padding: 58px 0; }
  .guide-answer-grid { grid-template-columns: 1fr; gap: 17px; }
  .guide-answer .eyebrow { margin: 0; }
  .guide-answer h2 { font-size: clamp(29px, 8.6vw, 38px); }
  .guide-answer p:last-child { font-size: 15px; }
  .guide-checks { padding: 70px 0 74px; }
  .guide-section-intro { gap: 20px; margin-bottom: 30px; }
  .guide-check-grid { grid-template-columns: 1fr; gap: 13px; }
  .guide-check { min-height: 227px; padding: 23px 22px; }
  .guide-check h3 { margin-top: 35px; font-size: 20px; }
  .guide-questions { padding: 70px 0; }
  .guide-questions h2 { font-size: clamp(35px, 10.2vw, 44px); }
  .guide-question-list li { grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; }
  .guide-question-list p { margin-top: 2px; font-size: 15px; }
  .guide-faq { padding-top: 70px; }
}
