:root {
  --navy: #071b46;
  --navy-2: #102c63;
  --blue: #1c5fa8;
  --blue-soft: #eaf2fb;
  --red: #c91f2c;
  --red-dark: #9e101b;
  --green: #16845a;
  --gold: #d99b1a;
  --ink: #14213d;
  --muted: #60708c;
  --line: #d8e1ee;
  --paper: #ffffff;
  --wash: #f4f7fb;
  --wash-2: #edf3fa;
  --shadow: 0 18px 55px rgba(6, 28, 68, 0.13);
  --shadow-soft: 0 8px 26px rgba(6, 28, 68, 0.09);
  --radius: 22px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }
.hidden-field { position: absolute !important; left: -9999px !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: white; color: var(--navy); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.announcement { background: var(--navy); color: white; font-size: 14px; }
.announcement-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.announcement a { color: #ffd8dc; font-weight: 800; white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(216,225,238,.85); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; }
.brand-mark { position: relative; width: 43px; height: 43px; border: 5px solid var(--navy); border-radius: 50%; display: inline-grid; place-items: center; flex: 0 0 auto; }
.brand-mark::before { content: ""; width: 20px; height: 20px; border: 5px solid var(--red); border-radius: 50%; }
.brand-mark i { position: absolute; width: 8px; height: 8px; background: var(--navy); border-radius: 50%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-size: 16px; letter-spacing: .055em; color: var(--navy); }
.brand-copy small { margin-top: 4px; font-size: 11px; color: var(--muted); font-weight: 700; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { color: #33435f; font-weight: 750; font-size: 15px; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; font-size: 26px; color: var(--navy); }
.cart-button { border: 1px solid var(--navy); background: var(--navy); color: white; border-radius: 999px; padding: 10px 14px 10px 18px; display: flex; align-items: center; gap: 10px; font-weight: 800; }
.cart-button b { min-width: 25px; height: 25px; border-radius: 50%; background: var(--red); display: inline-grid; place-items: center; font-size: 12px; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(125deg, #fff 0%, #f7f9fd 60%, #edf3fa 100%); }
.hero::before { content: ""; position: absolute; width: 570px; height: 570px; border-radius: 50%; right: -180px; top: -180px; background: radial-gradient(circle, rgba(201,31,44,.12), rgba(201,31,44,0) 70%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(7,27,70,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(7,27,70,.04) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; padding: 75px 0 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 3px; background: currentColor; }
.eyebrow.light { color: #ffbac0; }
.hero h1 { margin: 18px 0 22px; max-width: 680px; font-size: clamp(46px, 5.1vw, 76px); line-height: .99; letter-spacing: -.048em; color: var(--navy); }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { font-size: 20px; color: #41506b; max-width: 650px; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 32px 0 36px; }
.button { border: 0; border-radius: 12px; padding: 11px 17px; display: inline-flex; align-items: center; justify-content: center; font-weight: 850; line-height: 1.1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 8px 22px rgba(7,27,70,.18); }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { background: white; color: var(--navy); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.button-ghost { background: var(--wash); color: var(--navy); }
.button-red { background: var(--red); color: white; }
.button-large { padding: 15px 23px; border-radius: 14px; }
.button-block { width: 100%; }
.button:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.hero-proof { display: flex; gap: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; }
.hero-proof strong { color: var(--navy); font-size: 31px; line-height: 1; }
.hero-proof span { color: var(--muted); font-size: 12px; line-height: 1.2; font-weight: 750; max-width: 80px; }

.hero-gallery { position: relative; height: 510px; }
.hero-card { position: absolute; margin: 0; border-radius: 18px; overflow: hidden; border: 5px solid white; background: white; box-shadow: 0 28px 70px rgba(4,22,56,.22); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { width: 91%; height: 78%; right: 0; top: 55px; z-index: 3; transform: rotate(1.1deg); }
.hero-card-back { width: 47%; height: 40%; z-index: 2; }
.hero-card-one { left: 0; top: 5px; transform: rotate(-5deg); }
.hero-card-two { left: 5%; bottom: 0; transform: rotate(4deg); }
.hero-stamp { position: absolute; z-index: 4; right: 25px; bottom: 18px; background: var(--red); color: white; padding: 10px 15px; border-radius: 8px; font-size: 11px; font-weight: 950; letter-spacing: .1em; box-shadow: var(--shadow-soft); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 13px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 12px; background: var(--blue-soft); color: var(--navy); display: grid; place-items: center; font-weight: 900; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.trust-grid strong { color: var(--navy); font-size: 14px; }

.section-heading { max-width: 770px; margin-bottom: 45px; }
.section-heading h2, .method-copy h2, .corporate-copy h2, .about-copy h2, .newsletter-card h2 { margin: 13px 0 15px; color: var(--navy); font-size: clamp(34px, 4vw, 54px); line-height: 1.06; letter-spacing: -.035em; }
.section-heading p, .method-copy > p, .corporate-copy > p, .about-copy > p { color: var(--muted); font-size: 17px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 410px; gap: 40px; align-items: end; }
.shop-section { background: var(--wash); }
.shop-controls { display: flex; flex-direction: column; gap: 9px; align-items: stretch; }
.search-box { height: 52px; background: white; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; gap: 10px; padding: 0 15px; box-shadow: 0 5px 18px rgba(7,27,70,.04); }
.search-box span { color: var(--muted); font-size: 23px; transform: rotate(-15deg); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.result-count { color: var(--muted); font-size: 13px; text-align: right; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter-chip { border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; background: white; color: #4c5c76; font-weight: 800; font-size: 13px; }
.filter-chip.active { background: var(--navy); color: white; border-color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product-card { border: 1px solid var(--line); background: white; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 27px rgba(7,27,70,.06); display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image-button { position: relative; border: 0; padding: 0; width: 100%; background: #edf3fa; overflow: hidden; aspect-ratio: 16 / 9; }
.product-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image-button img { transform: scale(1.025); }
.preview-badge { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; background: rgba(7,27,70,.9); color: white; border-radius: 8px; font-size: 11px; font-weight: 850; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.product-card:hover .preview-badge { opacity: 1; transform: translateY(0); }
.product-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.product-meta-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.category-pill, .status-pill, .featured-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 9px; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; font-weight: 900; }
.category-pill { background: var(--blue-soft); color: var(--blue); }
.status-pill.live { background: #e6f6ef; color: #0d744e; }
.status-pill.waitlist { background: #fff1d8; color: #8c5b00; }
.status-pill.enquiry { background: #f1e9fb; color: #674197; }
.featured-pill { background: #ffe6e8; color: var(--red-dark); }
.product-card h3 { margin: 15px 0 9px; color: var(--navy); font-size: 23px; line-height: 1.16; letter-spacing: -.02em; }
.product-card-body > p { margin: 0 0 18px; color: var(--muted); font-size: 14px; flex: 1; }
.product-includes-mini { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.product-includes-mini span { font-size: 10px; font-weight: 800; background: var(--wash); color: #52617b; border-radius: 7px; padding: 6px 8px; }
.product-card-footer { border-top: 1px solid var(--line); padding-top: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.product-card-footer small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 2px; }
.product-card-footer strong { color: var(--navy); font-size: 22px; }
.card-actions { display: flex; gap: 8px; }
.card-actions .button { padding: 10px 13px; font-size: 12px; }

.library-section { background: white; }
.pillar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 42px; }
.pillar-card { min-height: 205px; border-radius: 18px; padding: 25px; color: white; position: relative; overflow: hidden; }
.pillar-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; border: 24px solid rgba(255,255,255,.1); right: -50px; bottom: -55px; }
.pillar-card span { color: rgba(255,255,255,.63); font-weight: 900; letter-spacing: .12em; }
.pillar-card h3 { font-size: 22px; line-height: 1.1; margin: 25px 0 9px; }
.pillar-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.crypto-pillar { background: linear-gradient(145deg,#0f7a5a,#0b4d43); }
.rates-pillar { background: linear-gradient(145deg,#174f96,#082f69); }
.macro-pillar { background: linear-gradient(145deg,#c52a35,#86141d); }
.probability-pillar { background: linear-gradient(145deg,#7350a8,#3f2d75); }
.library-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.library-card { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: var(--shadow-soft); }
.library-card-image { aspect-ratio: 16/9; overflow: hidden; background: var(--wash); }
.library-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.library-card:hover img { transform: scale(1.025); }
.library-card-copy { padding: 18px; }
.library-card-copy h3 { margin: 7px 0; color: var(--navy); font-size: 19px; line-height: 1.2; }
.library-card-copy p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.library-card-copy button { border: 0; padding: 0; background: transparent; color: var(--blue); font-weight: 850; }
.rights-badge { position: absolute; right: 11px; top: 11px; border-radius: 999px; padding: 7px 10px; color: #7d4d00; background: rgba(255,242,209,.96); font-size: 10px; font-weight: 900; box-shadow: var(--shadow-soft); }

.method-section { background: var(--navy); color: white; overflow: hidden; position: relative; }
.method-section::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 30%, rgba(255,255,255,.08), transparent 28%); pointer-events: none; }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.method-copy h2 { color: white; }
.method-copy > p { color: #c5d1e5; }
.text-link { color: #ffb9c0; font-weight: 850; }
.method-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; list-style: none; }
.method-grid li { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 21px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); border-radius: 15px; }
.method-grid li > span { width: 42px; height: 42px; border-radius: 50%; background: var(--red); display: grid; place-items: center; font-weight: 950; }
.method-grid strong { font-size: 17px; }
.method-grid p { margin: 5px 0 0; color: #bac8df; font-size: 12px; }

.corporate-section { background: linear-gradient(135deg,#f8fafc,#edf3fa); }
.corporate-layout { display: grid; grid-template-columns: 1fr .88fr; gap: 75px; align-items: start; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; color: #36455e; }
.check-list li::before { content: "✓"; color: white; background: var(--green); width: 23px; height: 23px; border-radius: 50%; display: inline-grid; place-items: center; flex: 0 0 auto; font-size: 12px; font-weight: 900; }
.price-anchor { margin-top: 30px; max-width: 400px; padding: 20px; background: white; border-left: 5px solid var(--red); box-shadow: var(--shadow-soft); border-radius: 0 14px 14px 0; }
.price-anchor small, .price-anchor span { display: block; color: var(--muted); }
.price-anchor strong { display: block; color: var(--navy); font-size: 32px; margin: 3px 0; }
.enquiry-card { background: white; border-radius: 24px; padding: 32px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.enquiry-card h3 { margin: 0 0 23px; color: var(--navy); font-size: 27px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.form-grid .full { grid-column: 1/-1; }
label > span { display: block; color: #52617b; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fbfcfe; color: var(--ink); padding: 12px 13px; outline: none; transition: border .15s ease, box-shadow .15s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(28,95,168,.12); }
textarea { resize: vertical; }
.enquiry-card .button { margin-top: 18px; min-height: 48px; }
.form-status { min-height: 20px; margin: 10px 0 0; font-size: 12px; color: var(--muted); }
.form-status.success { color: var(--green); font-weight: 800; }

.about-section { background: white; }
.about-layout { display: grid; grid-template-columns: 390px 1fr; gap: 80px; align-items: center; }
.about-photo { position: relative; border-radius: 28px; overflow: hidden; min-height: 450px; background: var(--navy); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; image-rendering: auto; filter: saturate(.92) contrast(1.04); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(7,27,70,.72)); }
.about-photo span { position: absolute; z-index: 2; left: 22px; bottom: 22px; color: white; font-size: 12px; letter-spacing: .14em; font-weight: 900; }
.about-copy blockquote { margin: 30px 0 0; padding: 21px 25px; background: var(--wash); border-left: 4px solid var(--red); color: var(--navy); font-size: 20px; font-weight: 750; border-radius: 0 14px 14px 0; }

.newsletter-section { padding-top: 20px; }
.newsletter-card { background: var(--navy); color: white; padding: 50px 55px; border-radius: 26px; display: grid; grid-template-columns: 1fr .75fr; gap: 50px; align-items: center; box-shadow: var(--shadow); }
.newsletter-card h2 { color: white; font-size: 40px; }
.newsletter-card p { color: #bdc9de; margin-bottom: 0; }
.newsletter-input { display: flex; background: white; border-radius: 14px; padding: 5px; }
.newsletter-input input { border: 0; background: transparent; box-shadow: none; }
.newsletter-input button { flex: 0 0 auto; }
.newsletter-card .form-status { color: #c5d1e5; }

.faq-section { background: var(--wash); }
.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; }
.faq-list { display: grid; gap: 11px; }
details { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
summary { list-style: none; padding: 19px 35px 19px 0; color: var(--navy); font-weight: 850; cursor: pointer; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 12px; width: 31px; height: 31px; border-radius: 50%; background: var(--wash); display: grid; place-items: center; font-size: 20px; }
details[open] summary::after { content: "−"; }
details p { margin: -2px 0 20px; color: var(--muted); }

.site-footer { background: #041333; color: white; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 55px; }
.footer-brand { min-width: 0; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: #9fb0cf; }
.footer-brand .brand-mark { border-color: white; }
.footer-grid p { color: #9fb0cf; font-size: 13px; }
.footer-grid h4 { margin: 0 0 14px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.brand) { color: #aebdd5; font-size: 13px; margin-bottom: 9px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #8194b7; font-size: 12px; }

.cart-scrim { position: fixed; inset: 0; background: rgba(2,12,32,.55); z-index: 120; opacity: 0; visibility: hidden; transition: .22s ease; }
.cart-scrim.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 130; top: 0; right: 0; width: min(470px, 100%); height: 100dvh; background: white; transform: translateX(102%); transition: transform .26s ease; display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(0,0,0,.18); }
.cart-drawer.open { transform: translateX(0); }
.cart-header { padding: 25px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.cart-header small { color: var(--red); font-weight: 900; letter-spacing: .12em; }
.cart-header h2 { margin: 2px 0 0; color: var(--navy); }
.cart-header button, .modal-close { border: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--wash); color: var(--navy); font-size: 27px; line-height: 1; }
.cart-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-footer { border-top: 1px solid var(--line); padding: 22px 24px; }
.cart-footer p { color: var(--muted); font-size: 11px; }
.cart-total-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.cart-total-row strong { color: var(--navy); font-size: 27px; }
.cart-item { display: grid; grid-template-columns: 112px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 112px; aspect-ratio: 16/9; object-fit: cover; border-radius: 10px; }
.cart-item-copy h4 { color: var(--navy); margin: 0 0 4px; font-size: 15px; }
.cart-item-copy p { margin: 0 0 4px; color: var(--muted); font-size: 11px; }
.cart-item-copy strong { color: var(--navy); }
.quantity-row { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.quantity-row button:not(.remove-link) { width: 25px; height: 25px; border: 1px solid var(--line); background: white; border-radius: 7px; }
.remove-link { border: 0; background: transparent; color: var(--red); font-size: 11px; margin-left: auto; }
.empty-cart { text-align: center; padding: 75px 20px; }
.empty-icon { width: 75px; height: 75px; margin: 0 auto 18px; border-radius: 50%; background: var(--wash); display: grid; place-items: center; color: var(--navy); font-size: 36px; }
.empty-cart h3 { color: var(--navy); }
.empty-cart p { color: var(--muted); }

.modal { position: fixed; inset: 0; z-index: 150; background: rgba(2,12,32,.66); display: grid; place-items: center; padding: 25px; opacity: 0; visibility: hidden; transition: .2s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal-card { position: relative; background: white; border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.32); max-height: calc(100dvh - 50px); overflow: auto; }
.modal-close { position: absolute; right: 14px; top: 14px; z-index: 4; background: rgba(255,255,255,.95); box-shadow: var(--shadow-soft); }
.product-modal-card { width: min(1120px, 100%); display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; }
.modal-image-wrap { background: var(--wash); min-height: 530px; display: grid; place-items: center; }
.modal-image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.modal-copy { padding: 48px 42px 35px; }
.modal-copy h2 { color: var(--navy); font-size: 34px; line-height: 1.08; margin: 15px 0; }
.modal-copy > p { color: var(--muted); }
.modal-copy h4 { margin: 26px 0 9px; color: var(--navy); }
.modal-copy ul { padding-left: 20px; color: #40506a; }
.modal-status { margin: 20px 0; padding: 13px 15px; background: var(--wash); border-radius: 11px; color: #53627b; font-size: 13px; }
.modal-footer { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 21px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.modal-footer small { display: block; color: var(--muted); }
.modal-footer strong { color: var(--navy); font-size: 26px; }
.compact-modal { width: min(530px,100%); padding: 42px; text-align: center; }
.compact-modal h2 { color: var(--navy); margin: 10px 0; }
.compact-modal > p { color: var(--muted); }
.compact-modal form { text-align: left; margin-top: 24px; }
.modal-icon { margin: 0 auto 8px; width: 62px; height: 62px; border-radius: 50%; background: var(--blue-soft); color: var(--navy); display: grid; place-items: center; font-size: 28px; font-weight: 900; }
.demo-order-lines { list-style: none; padding: 0; margin: 22px 0 0; text-align: left; border-top: 1px solid var(--line); }
.demo-order-lines li { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.demo-total { display: flex; justify-content: space-between; padding: 17px 0; font-size: 18px; color: var(--navy); }
.demo-note { text-align: left; padding: 14px; border-radius: 10px; background: #fff2db; color: #6b4d15; font-size: 12px; margin-bottom: 18px; }

.legal-page { background: var(--wash); min-height: 100vh; }
.legal-hero { background: var(--navy); color: white; padding: 70px 0; }
.legal-hero h1 { margin: 12px 0 0; font-size: 50px; }
.legal-content { padding: 60px 0 100px; max-width: 880px; }
.legal-content article { background: white; padding: 35px; border-radius: 18px; border: 1px solid var(--line); margin-bottom: 20px; }
.legal-content h2 { color: var(--navy); }
.legal-content p, .legal-content li { color: #51617a; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 13px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-gallery { max-width: 850px; width: 100%; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid, .library-grid { grid-template-columns: repeat(2,1fr); }
  .pillar-grid { grid-template-columns: repeat(2,1fr); }
  .method-layout, .corporate-layout { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 320px 1fr; gap: 45px; }
  .newsletter-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .announcement-inner { padding: 9px 0; align-items: flex-start; }
  .announcement a { display: none; }
  .header-inner { height: 70px; }
  .brand { min-width: 0; }
  .brand-copy small { display: none; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 75px; display: none; flex-direction: column; align-items: stretch; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .cart-button span { display: none; }
  .hero { min-height: 0; }
  .hero-inner { padding-top: 55px; }
  .hero-gallery { height: 400px; }
  .hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .split-heading { grid-template-columns: 1fr; }
  .shop-controls { max-width: 500px; }
  .result-count { text-align: left; }
  .method-grid { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo { max-width: 390px; }
  .faq-layout { grid-template-columns: 1fr; gap: 25px; }
  .product-modal-card { grid-template-columns: 1fr; }
  .modal-image-wrap { min-height: 0; }
  .modal-copy { padding: 28px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--container)); }
  .section { padding: 72px 0; }
  .brand-copy strong { font-size: 13px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-inner { gap: 35px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 14px; }
  .hero-proof div { display: block; }
  .hero-proof span { display: block; max-width: none; margin-top: 4px; }
  .hero-gallery { height: 300px; }
  .hero-card-main { width: 96%; height: 78%; top: 40px; }
  .hero-card-back { width: 45%; height: 39%; }
  .hero-stamp { display: none; }
  .trust-grid, .product-grid, .library-grid, .pillar-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading h2, .method-copy h2, .corporate-copy h2, .about-copy h2, .newsletter-card h2 { font-size: 36px; }
  .product-card-footer { align-items: flex-start; flex-direction: column; }
  .card-actions { width: 100%; }
  .card-actions .button { flex: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .enquiry-card { padding: 23px; }
  .newsletter-card { padding: 32px 24px; }
  .newsletter-input { flex-direction: column; background: transparent; gap: 9px; }
  .newsletter-input input { background: white; min-height: 48px; border-radius: 11px; }
  .footer-bottom { flex-direction: column; }
  .modal { padding: 10px; }
  .modal-copy h2 { font-size: 28px; }
  .modal-footer { align-items: stretch; flex-direction: column; }
  .compact-modal { padding: 32px 22px; }
  .cart-item { grid-template-columns: 90px 1fr; }
  .cart-item img { width: 90px; }
}

/* Order-success and legacy legal-page helpers */
.success-page { min-height: 100vh; background: linear-gradient(135deg,#eef3fa,#fff); padding: 55px 0 90px; }
.success-shell { width: min(850px, calc(100% - 30px)); margin: auto; }
.success-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 42px; box-shadow: 0 22px 70px rgba(7,27,70,.14); }
.success-mark { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; background: #e6f6ef; color: var(--green); font-size: 38px; font-weight: 900; }
.success-card h1 { color: var(--navy); font-size: 42px; margin: 18px 0 8px; }
.success-card > p { color: var(--muted); }
.demo-warning { background: #fff1d8; color: #76500c; border-radius: 12px; padding: 14px 16px; margin: 20px 0; }
.download-list { display: grid; gap: 12px; margin: 28px 0; }
.download-card { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #f9fbfe; }
.download-card strong { color: var(--navy); }
.download-card p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.cancel-card { text-align: center; }
.legal-header { background: white; border-bottom: 1px solid var(--line); }
.shell { width: min(var(--container), calc(100% - 40px)); margin: auto; padding: 18px 0; }
.legal-main { width: min(880px, calc(100% - 32px)); margin: auto; padding: 60px 0 100px; }
.legal-main h1 { color: var(--navy); font-size: 48px; }
.legal-main h2 { color: var(--navy); margin-top: 35px; }
.legal-main p { color: var(--muted); }
.draft-warning { padding: 16px 18px; border-radius: 12px; background: #fff1d8; color: #76500c !important; }
@media (max-width: 600px) {
  .success-card { padding: 28px 20px; }
  .download-card { align-items: flex-start; flex-direction: column; }
  .download-card .button { width: 100%; }
}

/* --------------------------------------------------------------------------
   Protected-preview commerce layer (v2)
   -------------------------------------------------------------------------- */
.protected-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eaf0f8;
}
.protected-media img { width: 100%; height: 100%; object-fit: cover; }
.protected-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7,27,70,.12));
  pointer-events: none;
}
.protected-media-shield {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(7,27,70,.9);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 7px 18px rgba(7,27,70,.24);
  font-weight: 950;
}
.protected-media-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 8px;
  color: white;
  background: rgba(7,27,70,.92);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.product-image-button { display: block; }
.product-image-button > .protected-media { position: absolute; inset: 0; }
.product-card:hover .protected-media img,
.library-card:hover .protected-media img { transform: scale(1.018); }
.protected-media img { transition: transform .35s ease; }

.library-card-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  position: relative;
}
.library-card-image .protected-media { aspect-ratio: 16 / 9; }

.hero-preview-lock {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  transform: translate(-32%, -50%);
  width: min(320px, 58%);
  padding: 22px 24px;
  text-align: center;
  border: 1px solid rgba(184,198,221,.95);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 55px rgba(7,27,70,.24);
}
.hero-preview-lock strong { display: block; color: var(--navy); font-size: 19px; }
.hero-preview-lock small { display: block; margin-top: 5px; color: var(--muted); line-height: 1.35; }
.hero-lock-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  font-size: 24px;
  font-weight: 950;
}

.preview-policy-section {
  padding: 42px 0;
  background: white;
  border-bottom: 1px solid var(--line);
}
.preview-policy-grid {
  display: grid;
  grid-template-columns: 74px .9fr 1.15fr;
  gap: 28px;
  align-items: center;
}
.preview-policy-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
  font-size: 31px;
  font-weight: 950;
}
.preview-policy-grid h2 {
  margin: 9px 0 0;
  color: var(--navy);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.06;
  letter-spacing: -.03em;
}
.preview-policy-points { display: grid; gap: 8px; }
.preview-policy-points p {
  margin: 0;
  padding: 12px 15px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--wash);
}
.preview-policy-points strong { color: var(--navy); font-size: 13px; }
.preview-policy-points span { color: var(--muted); font-size: 13px; }

.product-modal-card {
  width: min(1240px, 100%);
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}
.modal-preview-column {
  background: linear-gradient(145deg, #eef3fa, #f8faff);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.modal-image-wrap {
  min-height: 0;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  background: #eaf0f8;
}
.modal-image-wrap img { object-fit: cover; }
.modal-preview-overlay {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  width: min(410px, 80%);
  padding: 18px 20px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(190,203,224,.98);
  box-shadow: 0 15px 40px rgba(7,27,70,.22);
  backdrop-filter: blur(12px);
}
.modal-preview-overlay strong { display: block; color: var(--navy); font-size: 18px; }
.modal-preview-overlay small { display: block; margin-top: 4px; color: var(--muted); }
.modal-preview-lock {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 7px;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  font-weight: 950;
}
.modal-preview-policy {
  margin: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255,255,255,.88);
  font-size: 12px;
  line-height: 1.45;
}
.modal-preview-policy strong { color: var(--navy); }
.modal-copy { padding: 40px 38px 32px; overflow-y: auto; }
.modal-copy h2 { font-size: 32px; }
.modal-copy h4 { margin-top: 21px; }
.modal-copy ul { margin-top: 8px; }
.modal-copy li { margin-bottom: 7px; }
.modal-audience-box {
  margin-top: 19px;
  padding: 14px 15px;
  border-left: 4px solid var(--red);
  border-radius: 0 10px 10px 0;
  background: #fff5f6;
}
.modal-audience-box small {
  display: block;
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
}
.modal-audience-box p { margin: 5px 0 0; color: #485976; font-size: 13px; }
.modal-outcomes li::marker { color: var(--green); }
.modal-status { border: 1px solid var(--line); }

@media (max-width: 1080px) {
  .preview-policy-grid { grid-template-columns: 64px 1fr; }
  .preview-policy-points { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); }
  .preview-policy-points p { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .product-modal-card { grid-template-columns: 1fr; }
  .modal-preview-overlay { bottom: 5%; }
  .hero-preview-lock { transform: translate(-50%, -50%); }
}

@media (max-width: 620px) {
  .preview-policy-grid { grid-template-columns: 1fr; }
  .preview-policy-icon { width: 56px; height: 56px; border-radius: 17px; }
  .preview-policy-points { grid-template-columns: 1fr; }
  .hero-preview-lock { width: 76%; padding: 15px; }
  .hero-preview-lock strong { font-size: 15px; }
  .hero-preview-lock small { font-size: 11px; }
  .modal-preview-overlay { width: 86%; padding: 12px; }
  .modal-preview-overlay strong { font-size: 15px; }
  .modal-preview-overlay small { font-size: 10px; }
}

/* Product modal conversion controls */
.product-modal-card { max-height: calc(100dvh - 50px); overflow: hidden; }
.modal-copy { max-height: calc(100dvh - 50px); overflow-y: auto; }
.modal-footer {
  position: sticky;
  bottom: -32px;
  z-index: 3;
  margin-left: -4px;
  margin-right: -4px;
  padding: 20px 4px 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), #fff 22%);
}
@media (max-width: 820px) {
  .product-modal-card { overflow: auto; }
  .modal-copy { max-height: none; overflow: visible; }
  .modal-footer { position: static; padding-bottom: 0; }
}

/* v0.3 — founder portrait, credibility and university education */
.founder-chip {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  max-width: 560px;
  padding: 10px 15px 10px 10px;
  margin: -8px 0 24px;
  border: 1px solid rgba(7,27,70,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 24px rgba(7,27,70,.07);
  backdrop-filter: blur(10px);
}
.founder-chip img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 2px var(--navy);
}
.founder-chip div { display: flex; flex-direction: column; line-height: 1.25; }
.founder-chip strong { color: var(--navy); font-size: 14px; }
.founder-chip span { color: var(--muted); font-size: 12px; margin-top: 3px; }

.education-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(201,31,44,.11), transparent 25%),
    linear-gradient(140deg, #f8fbff 0%, #edf3fa 100%);
}
.education-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7,27,70,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,27,70,.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.education-section .container { position: relative; z-index: 1; }
.education-hero {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}
.education-hero h2 {
  margin: 14px 0 16px;
  max-width: 850px;
  color: var(--navy);
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: -.042em;
}
.education-hero p { color: var(--muted); font-size: 18px; max-width: 830px; }
.education-principle {
  padding: 24px 26px;
  border-radius: 20px;
  color: white;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
}
.education-principle strong { display: block; font-size: 17px; line-height: 1.28; }
.education-principle span { display: block; color: #b8c7df; margin-top: 8px; font-size: 14px; }
.education-path-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-bottom: 28px;
}
.education-card {
  position: relative;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-soft);
}
.education-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(28,95,168,.08);
}
.market-memory-mini::after { background: rgba(201,31,44,.1); }
.education-number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: white;
  background: var(--navy);
  font-weight: 950;
}
.education-card h3 { margin: 20px 0 10px; color: var(--navy); font-size: 24px; }
.education-card p { color: var(--muted); font-size: 15px; }
.education-card ul { margin: 20px 0 0; padding-left: 20px; color: #43536e; font-size: 14px; }
.education-card li { margin: 7px 0; }
.market-memory-card {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 46px;
  align-items: center;
  padding: 44px;
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 80% 15%, rgba(216,32,47,.32), transparent 30%),
    linear-gradient(135deg, #071b46 0%, #102c63 100%);
  box-shadow: var(--shadow);
}
.market-memory-copy h3 { margin: 14px 0 14px; font-size: clamp(30px, 3.8vw, 48px); line-height: 1.04; letter-spacing: -.03em; }
.market-memory-copy > p { max-width: 760px; color: #c4d0e3; font-size: 16px; }
.market-memory-features { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.market-memory-features span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #dfe7f4; background: rgba(255,255,255,.06); font-size: 12px; font-weight: 760; }
.market-memory-action {
  padding: 27px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0,0,0,.2);
}
.memory-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: white;
  background: var(--red);
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 0 0 8px rgba(201,31,44,.11);
}
.market-memory-action p { color: var(--muted); text-align: center; font-size: 13px; }
.market-memory-action .button + .button { margin-top: 9px; }

.about-cartoon { background: linear-gradient(180deg,#16120f,#071b46); }
.about-cartoon img { object-position: 50% 27%; filter: none; }
.about-cartoon::after { background: linear-gradient(transparent 62%, rgba(7,27,70,.85)); }
.credibility-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin: 28px 0 8px;
}
.credibility-grid > div {
  min-height: 116px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: start;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--wash);
}
.credibility-grid > div > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: -.02em;
}
.credibility-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.38; }
.credibility-grid strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 13px; }

@media (max-width: 1080px) {
  .education-hero { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .education-principle { max-width: 620px; }
  .market-memory-card { grid-template-columns: 1fr; }
  .market-memory-action { max-width: 520px; }
}

@media (max-width: 820px) {
  .education-path-grid { grid-template-columns: 1fr; }
  .education-card { min-height: 0; }
  .credibility-grid { grid-template-columns: 1fr; }
  .market-memory-card { padding: 30px; }
}

@media (max-width: 620px) {
  .founder-chip { align-items: flex-start; border-radius: 18px; }
  .founder-chip img { width: 46px; height: 46px; }
  .education-hero h2 { font-size: 39px; }
  .education-card { padding: 24px; }
  .market-memory-card { padding: 24px; }
  .market-memory-features { display: grid; }
}

/* v0.4 — Malcolm brand portrait, credibility and student/university pathway */
.brand-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--navy), 0 6px 18px rgba(7,27,70,.14);
}
.footer-brand .brand-avatar { box-shadow: 0 0 0 2px rgba(255,255,255,.78); }
.main-nav { gap: 20px; }

.pillar-grid { grid-template-columns: repeat(5,1fr); }
.pillar-card h3 { font-size: 20px; }
.history-pillar { background: linear-gradient(145deg,#a7651b,#653a0a); }
.upcoming-badge {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 3;
  border-radius: 999px;
  padding: 7px 10px;
  color: #0b4a36;
  background: rgba(226,248,238,.96);
  font-size: 10px;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
}

.students-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 12%, rgba(28,95,168,.12), transparent 27%),
    radial-gradient(circle at 96% 88%, rgba(201,31,44,.10), transparent 25%),
    linear-gradient(135deg,#f8fbff,#edf3fa);
}
.students-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7,27,70,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,27,70,.055) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.students-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 58px;
  align-items: start;
}
.students-copy h2 {
  margin: 13px 0 18px;
  color: var(--navy);
  font-size: clamp(38px,4.8vw,62px);
  line-height: 1.02;
  letter-spacing: -.043em;
}
.students-copy > p { max-width: 820px; color: var(--muted); font-size: 17px; }
.student-path-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 30px;
}
.student-path-grid article {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 25px rgba(7,27,70,.06);
}
.student-path-grid span { color: var(--red); font-weight: 950; letter-spacing: .12em; font-size: 12px; }
.student-path-grid h3 { margin: 13px 0 6px; color: var(--navy); font-size: 20px; }
.student-path-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.student-history-callout {
  margin-top: 20px;
  padding: 23px 25px;
  border-left: 5px solid var(--red);
  border-radius: 0 16px 16px 0;
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow-soft);
}
.student-history-callout strong { display: block; font-size: 20px; line-height: 1.25; }
.student-history-callout p { margin: 9px 0 0; color: #c7d3e7; font-size: 14px; }
.education-card-stack { display: grid; gap: 16px; }
.education-mentor-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  color: white;
  background: linear-gradient(135deg,#071b46,#12366f);
  box-shadow: var(--shadow);
}
.education-mentor-card img { width: 150px; height: 178px; object-fit: cover; }
.education-mentor-card div { padding: 22px 24px 22px 0; }
.education-mentor-card small { color: #ffbec4; font-weight: 950; letter-spacing: .13em; }
.education-mentor-card h3 { margin: 8px 0 0; font-size: 24px; line-height: 1.16; }
.education-formats,
.education-enquiry-card {
  padding: 27px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-soft);
}
.education-formats h3,
.education-enquiry-card h3 { margin: 0 0 16px; color: var(--navy); font-size: 24px; }
.education-formats .check-list { margin: 0; }
.education-enquiry-card .button { margin-top: 17px; min-height: 48px; }

.about-layout-upgraded { grid-template-columns: 420px 1fr; gap: 68px; }
.about-headshot { min-height: 560px; border-radius: 50% 50% 28px 28px; }
.about-headshot img { min-height: 560px; object-position: 50% 38%; filter: none; }
.about-headshot::after { background: linear-gradient(transparent 64%,rgba(7,27,70,.86)); }
.credential-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin: 28px 0 5px;
}
.credential-grid article {
  display: grid;
  grid-template-columns: minmax(58px,auto) 1fr;
  gap: 13px;
  align-items: center;
  min-height: 104px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--wash);
}
.credential-grid span {
  min-width: 56px;
  min-height: 56px;
  padding: 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  text-align: center;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.05;
}
.credential-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.38; }

@media (max-width: 1180px) {
  .pillar-grid { grid-template-columns: repeat(3,1fr); }
  .students-layout { grid-template-columns: 1fr; }
  .education-card-stack { grid-template-columns: repeat(2,1fr); }
  .education-mentor-card { grid-column: 1/-1; }
}
@media (max-width: 900px) {
  .brand { min-width: 0; }
  .main-nav { gap: 14px; }
  .student-path-grid, .education-card-stack, .credential-grid { grid-template-columns: 1fr; }
  .education-mentor-card { grid-column: auto; }
  .about-layout-upgraded { grid-template-columns: 1fr; }
  .about-headshot { max-width: 460px; min-height: 460px; border-radius: 28px; }
  .about-headshot img { min-height: 460px; }
}
@media (max-width: 620px) {
  .brand-avatar { width: 41px; height: 41px; }
  .students-copy h2 { font-size: 39px; }
  .education-mentor-card { grid-template-columns: 110px 1fr; }
  .education-mentor-card img { width: 110px; height: 150px; }
  .education-mentor-card h3 { font-size: 19px; }
  .student-path-grid article, .education-formats, .education-enquiry-card { padding: 21px; }
}
