/*
Theme Name: Andre Buckley Legacy
Theme URI: https://andrebuckley.com/
Description: A purpose-led Divi child theme for Andre L. Buckley's financial education, speaking, and legacy-planning brand.
Author: Andre L. Buckley
Version: 1.0.12
Template: Divi
Text Domain: andre-buckley-legacy
*/

:root {
  --ink: #0b2141;
  --ink-deep: #07172d;
  --gold: #c4a04f;
  --gold-soft: #e6d5a8;
  --paper: #fbfaf6;
  --white: #ffffff;
  --mist: #eff3f1;
  --body: #425069;
  --line: rgba(11, 33, 65, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.alb-site { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.alb-site a { color: inherit; text-decoration: none; }
.alb-site img { max-width: 100%; height: auto; }
.alb-site button, .alb-site input, .alb-site select, .alb-site textarea { font: inherit; }
.alb-site ::selection { background: var(--gold-soft); color: var(--ink-deep); }
.skip-link { position: fixed; z-index: 99999; left: 16px; top: -100px; padding: 10px 16px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }
.page-frame { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.alb-site-header { position: sticky; top: 0; z-index: 999; border-bottom: 1px solid var(--line); background: rgba(251,250,246,.94); backdrop-filter: blur(16px); }
.admin-bar .alb-site-header { top: 32px; }
.alb-header-inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.alb-brand { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; }
.alb-brand-mark { position: relative; display: block; width: 60px; height: 60px; overflow: hidden; border: 1px solid rgba(196,160,79,.62); background: var(--ink-deep); }
.alb-brand-mark-image { width: 100%; height: 100%; object-fit: cover; transform: scale(1.72) translateY(-1%); }
.alb-brand-copy { display: grid; line-height: 1.2; }
.alb-brand-copy strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; }
.alb-brand-copy small { margin-top: 5px; color: #6b7280; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.alb-desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.alb-desktop-nav a { position: relative; color: #34445d; font-size: 15px; font-weight: 600; }
.alb-desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .2s ease; }
.alb-desktop-nav a:hover::after, .alb-desktop-nav a:focus-visible::after { right: 0; }
.alb-header-cta { border-left: 1px solid var(--line); padding: 10px 0 10px 24px; color: var(--ink); font-size: 14px; font-weight: 700; }
.alb-mobile-menu { display: none; margin-left: auto; }
.alb-mobile-menu summary { list-style: none; cursor: pointer; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line); }
.alb-mobile-menu summary::-webkit-details-marker { display: none; }
.alb-mobile-menu summary span { display: block; width: 20px; height: 1px; background: var(--ink); }
.alb-mobile-menu nav { position: absolute; left: 0; right: 0; top: 84px; padding: 20px 24px 28px; display: grid; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(7,23,45,.1); }
.alb-mobile-menu nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.alb-mobile-menu nav .alb-mobile-cta { margin-top: 12px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--ink); color: white; font-family: Arial, sans-serif; font-size: 15px; font-weight: 700; }
.alb-mobile-menu nav .alb-mobile-cta span { width: auto; height: auto; background: transparent; color: var(--gold-soft); }

.alb-site h1, .alb-site h2, .alb-site h3, .alb-site blockquote { padding: 0; color: inherit; font-family: Georgia, "Times New Roman", serif; }
.alb-site h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 5.4vw, 76px); font-weight: 400; line-height: 1.02; letter-spacing: -.038em; }
.alb-site h1 em { color: var(--gold); font-weight: 400; }
.eyebrow { margin: 0 0 16px; color: #7d642b; font-size: 12px; font-weight: 750; letter-spacing: .17em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-soft); }
.section { padding-block: 80px; }
.section-soft { background: var(--mist); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .story-copy h2, .closing-cta h2 { margin: 0; font-size: clamp(37px, 4.4vw, 58px); line-height: 1.1; font-weight: 400; letter-spacing: -.03em; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 8px; color: var(--body); line-height: 1.8; }
.button-row { margin-top: 32px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white !important; box-shadow: 0 14px 36px rgba(11,33,65,.16); }
.button-primary:hover { background: var(--ink-deep); box-shadow: 0 18px 42px rgba(11,33,65,.22); }
.button-light { background: white; color: var(--ink) !important; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-block: 6px; border-bottom: 1px solid var(--gold); font-size: 14px; font-weight: 700; }

.hero { min-height: 520px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; padding-block: 44px; }
.hero .eyebrow { margin-bottom: 18px; font-size: 14px; letter-spacing: .145em; }
.hero-copy { max-width: 730px; }
.hero-lede { max-width: 610px; margin: 26px 0 0; color: var(--body); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.hero-card { position: relative; min-height: 360px; padding: 40px 38px 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #071522; color: white; box-shadow: 20px 22px 0 var(--mist); }
.hero-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 10%, rgba(196,160,79,.35), transparent 32%), linear-gradient(145deg, transparent 52%, rgba(255,255,255,.06)); }
.hero-card blockquote { position: relative; margin: 0; font-size: clamp(25px, 2.5vw, 35px); line-height: 1.28; font-weight: 400; }
.signature-line { position: relative; margin-top: 34px; padding-top: 22px; display: grid; border-top: 1px solid rgba(255,255,255,.2); }
.signature-line span { font-size: 13px; font-weight: 700; }
.signature-line small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.statement-section { background: var(--ink); color: white; }
.statement-section h2, .closing-cta h2 { color: white !important; }
.statement-grid { padding-block: 60px; display: grid; grid-template-columns: .5fr 1.35fr .8fr; gap: 70px; align-items: start; }
.statement-grid h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; font-weight: 400; }
.statement-grid > p:last-child { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle-card { min-height: 290px; padding: 34px 34px 30px 0; border-right: 1px solid var(--line); }
.principle-card + .principle-card { padding-left: 34px; }
.principle-card:last-child { border-right: 0; }
.principle-card > span { color: #9a7d39; font-size: 12px; font-weight: 750; }
.principle-card h3 { margin: 60px 0 16px; font-size: 27px; font-weight: 400; }
.principle-card p { margin: 0; color: var(--body); font-size: 15px; line-height: 1.75; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pathway-card { min-height: 360px; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.72); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.pathway-card:hover { transform: translateY(-6px); background: white; box-shadow: 0 24px 60px rgba(11,33,65,.1); }
.pathway-card h3 { margin: 58px 0 16px; font-size: 34px; line-height: 1.1; font-weight: 400; }
.pathway-card p { margin: 0; color: var(--body); font-size: 15px; }
.pathway-card strong { margin-top: auto; padding-top: 30px; font-size: 13px; }
.story-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.story-number { position: relative; min-height: 440px; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(150px, 22vw, 290px); line-height: 1; }
.story-number::after { content: "principles for a life of meaning"; position: absolute; bottom: 30px; color: rgba(255,255,255,.65); font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.story-copy p:not(.eyebrow) { margin: 28px 0 30px; max-width: 570px; color: var(--body); font-size: 17px; line-height: 1.85; }
.closing-cta { padding-block: 68px; background: var(--ink); color: white; }
.closing-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.closing-cta h2 { max-width: 820px; }
.interior-cta .closing-cta-inner > div { max-width: 860px; }
.interior-cta p:not(.eyebrow) { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.7); }

.alb-site-footer { padding-top: 56px; background: var(--ink-deep); color: white; }
.alb-site-footer .alb-brand-copy strong { color: white; }
.alb-site-footer .alb-brand-mark { border-color: rgba(196,160,79,.78); }
.alb-site-footer .alb-brand-copy small { color: rgba(255,255,255,.55); }
.alb-footer-grid { display: grid; grid-template-columns: 1.6fr .5fr .6fr; gap: 80px; }
.alb-footer-grid > div:nth-child(n+2) { display: grid; align-content: start; gap: 10px; }
.alb-footer-grid a:not(.alb-brand) { color: rgba(255,255,255,.7); font-size: 14px; }
.alb-footer-grid a:hover { color: white; }
.alb-social-links { margin-top: 12px; padding-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; border-top: 1px solid rgba(255,255,255,.11); }
.alb-social-links a { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.alb-social-links a span { color: var(--gold-soft); font-size: 12px; }
.alb-footer-belief { margin: 32px 0 0; color: rgba(255,255,255,.7); font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.35; }
.alb-footer-label { margin: 0 0 14px; color: var(--gold-soft); font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.alb-footer-legal { margin-top: 56px; padding-block: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.5); font-size: 11px; }
.alb-footer-legal a { color: rgba(255,255,255,.68); text-decoration: underline; text-underline-offset: 3px; }
.alb-footer-legal a:hover { color: white; }

.interior-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.interior-hero::after { content: ""; position: absolute; right: -12vw; top: -28vw; width: 55vw; height: 55vw; border: 1px solid rgba(196,160,79,.24); border-radius: 50%; }
.interior-hero-grid { min-height: 380px; padding-block: 48px; display: grid; grid-template-columns: 1fr .3fr; align-items: center; gap: 72px; }
.interior-hero h1 { max-width: 880px; font-size: clamp(50px, 5.8vw, 78px); }
.interior-lede { max-width: 680px; margin: 28px 0 0; color: var(--body); font-size: 18px; line-height: 1.7; }
.page-marker { position: relative; z-index: 1; height: 200px; display: grid; place-items: center; border-left: 1px solid var(--gold); }
.page-marker span { writing-mode: vertical-rl; color: rgba(11,33,65,.15); font-family: Georgia, "Times New Roman", serif; font-size: 56px; letter-spacing: .1em; }
.interior-hero-compact .interior-hero-grid { min-height: 240px; padding-block: 38px; grid-template-columns: 1fr .18fr; gap: 50px; }
.interior-hero-compact h1 { max-width: 920px; font-size: clamp(42px, 4.7vw, 64px); line-height: 1.03; }
.interior-hero-compact .interior-lede { max-width: 760px; margin-top: 16px; font-size: 16px; line-height: 1.6; }
.interior-hero-compact .page-marker { height: 140px; }
.interior-hero-compact .page-marker span { font-size: 40px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.intro-grid h2, .team-copy h2, .resource-note h2, .contact-aside h2 { margin: 0; font-size: clamp(38px, 4.5vw, 60px); font-weight: 400; line-height: 1.1; letter-spacing: -.03em; }
.prose-block p, .team-copy > p:last-child { margin: 0 0 22px; color: var(--body); font-size: 17px; line-height: 1.85; }
.learning-list { border-top: 1px solid var(--line); }
.learning-room { scroll-margin-top: 100px; padding: 46px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; border-bottom: 1px solid var(--line); }
.learning-title { display: grid; grid-template-columns: 55px 1fr; gap: 20px; align-items: start; }
.learning-title > span { color: #9a7d39; font-size: 12px; font-weight: 750; }
.learning-room h2 { margin: 0; font-size: 42px; font-weight: 400; line-height: 1.1; }
.learning-room > div:last-child > p { margin: 0 0 28px; color: var(--body); font-size: 16px; line-height: 1.8; }
.learning-room ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 25px; }
.learning-room li { position: relative; padding-left: 20px; color: #34445d; font-size: 14px; }
.learning-room li::before { content: ""; position: absolute; left: 0; top: .75em; width: 9px; height: 1px; background: var(--gold); }
.framework-section > .text-link { margin-top: 40px; }
.framework-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--line); }
.framework-grid > div { min-height: 190px; padding: 30px 26px; border-right: 1px solid var(--line); }
.framework-grid > div:first-child { padding-left: 0; }
.framework-grid > div:last-child { border-right: 0; }
.framework-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.framework-grid p { color: var(--body); font-size: 14px; line-height: 1.7; }
.legacy-belief { text-align: center; }
.legacy-belief blockquote { max-width: 940px; margin: 0 auto; font-size: clamp(40px, 5.3vw, 70px); line-height: 1.14; font-weight: 400; letter-spacing: -.03em; }
.stage-list { border-top: 1px solid var(--line); }
.stage-list article { padding: 34px 0; display: grid; grid-template-columns: 70px .7fr 1fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.stage-list span { color: #9a7d39; font-size: 12px; font-weight: 750; }
.stage-list h3 { margin: 0; font-size: 33px; font-weight: 400; }
.stage-list p { margin: 0; color: var(--body); }
.team-section { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.orbit { position: relative; min-height: 480px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; inset: 80px; border: 1px solid var(--gold-soft); border-radius: 50%; }
.orbit-center { position: relative; z-index: 2; width: 150px; height: 150px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; text-align: center; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.2; }
.orbit > span { position: absolute; padding: 6px 10px; background: var(--paper); color: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.orbit > span:nth-of-type(1) { top: 48px; }
.orbit > span:nth-of-type(2) { right: 20px; }
.orbit > span:nth-of-type(3) { bottom: 48px; }
.orbit > span:nth-of-type(4) { left: 8px; }
.legacy-contrast { background: var(--mist); }
.contrast-grid { display: grid; grid-template-columns: 1fr 1fr; }
.contrast-grid > div { padding: 80px 70px 80px 0; display: grid; gap: 18px; }
.contrast-grid > div + div { padding-left: 70px; border-left: 1px solid var(--line); }
.contrast-grid span { color: #8a743d; font-size: 12px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.contrast-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3.6vw, 48px); font-weight: 400; line-height: 1.15; }
.speaking-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.speaking-pullquote { font-family: Georgia, "Times New Roman", serif; font-size: clamp(37px, 4.3vw, 58px); line-height: 1.17; letter-spacing: -.03em; }
.talk-list { border-top: 1px solid var(--line); }
.talk-list article { padding: 48px 0; display: grid; grid-template-columns: 70px .8fr 1fr; gap: 35px; border-bottom: 1px solid var(--line); }
.talk-index { color: #9a7d39; font-size: 12px; font-weight: 750; }
.talk-list h3 { margin: 0; max-width: 390px; font-size: 36px; font-weight: 400; line-height: 1.15; }
.talk-list article > div:last-child > p { margin: 0 0 24px; color: var(--body); line-height: 1.8; }
.talk-list small { color: #8a743d; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.room-grid-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.room-grid-section h2 { margin: 0; font-size: 48px; font-weight: 400; line-height: 1.1; }
.room-grid { display: grid; grid-template-columns: 1fr 1fr; }
.room-grid > div { min-height: 180px; padding: 28px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.room-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.room-grid p { color: var(--body); font-size: 14px; line-height: 1.7; }
.featured-resource { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.resource-monogram { min-height: 430px; display: grid; place-items: center; background: var(--ink); color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(130px, 20vw, 240px); }
.featured-resource h2 { margin: 0; font-size: clamp(42px, 5vw, 65px); font-weight: 400; line-height: 1.08; }
.featured-resource p { margin: 28px 0 34px; color: var(--body); font-size: 16px; line-height: 1.8; }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.resource-card { min-height: 330px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.68); transition: transform .2s ease, background .2s ease; }
.resource-card:hover { transform: translateY(-5px); background: white; }
.resource-card > div { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.resource-card small { color: #6f7887; font-size: 12px; }
.resource-card h3 { margin: 38px 0 14px; font-size: 28px; font-weight: 400; line-height: 1.12; }
.resource-card p { margin: 0; color: var(--body); font-size: 14px; line-height: 1.7; }
.resource-card strong { margin-top: auto; padding-top: 24px; color: var(--ink) !important; font-size: 13px; }
.resource-note { max-width: 900px; margin-inline: auto; text-align: center; }
.resource-note > p:last-child { max-width: 720px; margin: 28px auto 0; color: var(--body); font-size: 17px; line-height: 1.8; }

.contact-section, .booking-section { display: grid; grid-template-columns: .48fr 1.52fr; gap: 70px; align-items: start; }
.contact-aside, .booking-intro { position: sticky; top: 120px; }
.contact-aside ol { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-aside li { padding: 22px 0; display: grid; grid-template-columns: 38px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.contact-aside li > span { color: #9a7d39; font-size: 12px; font-weight: 750; }
.contact-aside strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
.contact-aside li p { margin: 5px 0 0; color: var(--body); font-size: 14px; line-height: 1.6; }
.lead-capture-card, .booking-card { overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 28px 70px rgba(11,33,65,.07); }
.lead-capture-frame { display: block; width: 100%; min-height: 800px; border: 0; background: white; }
.lead-capture-fallback { padding: 14px 50px 20px; border-top: 1px solid var(--line); }
.lead-capture-fallback a { display: inline-flex; gap: 8px; color: #6d5a2d; font-size: 12px; font-weight: 700; }
.booking-intro h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; line-height: 1.1; }
.booking-intro > p:last-child { margin: 24px 0 0; color: var(--body); font-size: 15px; line-height: 1.8; }
.booking-frame { display: block; width: 100%; min-height: 760px; border: 0; background: white; }
.booking-fallback { padding: 18px 26px; display: flex; justify-content: center; gap: 8px; border-top: 1px solid var(--line); color: #707989; font-size: 12px; }
.booking-fallback a { color: #6d5a2d; font-weight: 700; }
.conversion-section { padding-block: 28px 64px; }
.thank-you-main { display: grid; min-height: calc(100vh - 84px); background: linear-gradient(145deg,var(--paper) 0 70%,var(--mist) 70%); }
.thank-you-section { max-width: 940px; padding-block: 100px; align-self: center; text-align: center; }
.thank-you-mark { width: 64px; height: 64px; margin: 0 auto 34px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #876d31; font-size: 25px; }
.thank-you-section h1 { max-width: 900px; margin-inline: auto; font-size: clamp(48px, 5.6vw, 74px); line-height: 1.04; }
.thank-you-lede { max-width: 650px; margin: 34px auto 0; color: var(--body); font-size: 19px; line-height: 1.75; }
.thank-you-actions { justify-content: center; }

.insights-hero { padding-block: 56px 40px; border-bottom: 1px solid var(--line); }
.insights-hero h1 { max-width: 900px; }
.posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; }
.post-card .post-meta, .alb-single-post .post-meta { color: #7a6540; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2 { margin: 28px 0 16px; font-size: 30px; line-height: 1.15; font-weight: 400; }
.post-card p { color: var(--body); }
.post-card .text-link { margin-top: auto; align-self: start; }
.pagination { margin-top: 55px; display: flex; gap: 16px; }
.alb-single-post { max-width: 820px; padding-block: 60px; }
.alb-single-post h1 { margin-top: 24px; font-size: clamp(46px, 5.5vw, 74px); }
.alb-single-post .entry-content { margin-top: 48px; color: var(--body); font-size: 18px; line-height: 1.85; }
.alb-single-post .entry-content h2, .alb-single-post .entry-content h3 { margin: 45px 0 18px; color: var(--ink); }
.alb-single-post .entry-content a { color: #795f26; text-decoration: underline; }
.not-found { min-height: 65vh; padding-block: 120px; text-align: center; }
.not-found h1 { margin-inline: auto; }

@media (max-width: 1050px) {
  .alb-desktop-nav, .alb-header-cta { display: none; }
  .alb-mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; gap: 70px; padding-block: 80px; }
  .hero-card { min-height: 390px; width: min(650px,100%); }
  .statement-grid { grid-template-columns: 1fr 1.6fr; }
  .statement-grid > p:last-child { grid-column: 2; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 280px; }
  .interior-hero-grid { grid-template-columns: 1fr .2fr; }
  .page-marker { height: 230px; }
  .contact-section, .booking-section { grid-template-columns: 1fr; }
  .contact-aside, .booking-intro { position: static; }
  .conversion-section > .lead-capture-card, .conversion-section > .booking-card { order: -1; }
  .resource-grid, .posts-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) { .admin-bar .alb-site-header { top: 46px; } }

@media (max-width: 760px) {
  .page-frame { width: min(100% - 32px,1180px); }
  .alb-header-inner { min-height: 72px; }
  .alb-brand-mark { width: 44px; height: 44px; }
  .alb-brand-copy strong { font-size: 17px; }
  .alb-brand-copy small { display: none; }
  .alb-mobile-menu nav { top: 72px; }
  .hero { min-height: auto; padding-block: 70px 80px; }
  .alb-site h1 { font-size: clamp(42px,11.5vw,56px); }
  .hero-lede { margin-top: 26px; font-size: 18px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-card { min-height: 370px; padding: 40px 28px 30px; box-shadow: 12px 14px 0 var(--mist); }
  .hero-card blockquote { font-size: 26px; }
  .statement-grid { padding-block: 70px; grid-template-columns: 1fr; gap: 24px; }
  .statement-grid > p:last-child { grid-column: auto; }
  .section { padding-block: 64px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading { margin-bottom: 44px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card, .principle-card + .principle-card { min-height: auto; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-card h3 { margin-top: 26px; }
  .pathway-card { padding: 30px; }
  .story-section { grid-template-columns: 1fr; gap: 50px; }
  .story-number { min-height: 310px; font-size: 190px; }
  .closing-cta { padding-block: 78px; }
  .closing-cta-inner { align-items: flex-start; flex-direction: column; }
  .alb-footer-grid { grid-template-columns: 1fr 1fr; }
  .alb-footer-grid > div:first-child { grid-column: 1/-1; }
  .alb-footer-legal { flex-direction: column; gap: 8px; }
  .interior-hero-grid { min-height: 440px; padding-block: 58px; grid-template-columns: 1fr; }
  .interior-hero h1 { font-size: clamp(42px,11.5vw,56px); }
  .interior-lede { font-size: 17px; }
  .page-marker { display: none; }
  .interior-hero-compact .interior-hero-grid { min-height: 0; padding-block: 28px 30px; grid-template-columns: 1fr; }
  .interior-hero-compact h1 { font-size: clamp(36px,9.8vw,46px); }
  .interior-hero-compact .interior-lede { margin-top: 12px; font-size: 15px; line-height: 1.55; }
  .conversion-section { padding-block: 22px 70px; gap: 44px; }
  .intro-grid, .learning-room, .team-section, .speaking-intro, .room-grid-section, .featured-resource { grid-template-columns: 1fr; gap: 48px; }
  .learning-room { padding-block: 44px; }
  .learning-title { grid-template-columns: 38px 1fr; }
  .learning-room ul { grid-template-columns: 1fr; }
  .framework-grid { grid-template-columns: 1fr 1fr; }
  .framework-grid > div { min-height: 160px; border-bottom: 1px solid var(--line); }
  .framework-grid > div:nth-child(2) { border-right: 0; }
  .stage-list article, .talk-list article { grid-template-columns: 38px 1fr; gap: 18px; }
  .stage-list article > p, .talk-list article > div:last-child { grid-column: 2; }
  .orbit { min-height: 340px; }
  .orbit::before { inset: 55px; }
  .contrast-grid { grid-template-columns: 1fr; }
  .contrast-grid > div, .contrast-grid > div + div { padding: 55px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .room-grid, .resource-grid, .posts-grid { grid-template-columns: 1fr; }
  .resource-monogram { min-height: 300px; }
  .lead-capture-frame { min-height: 900px; }
  .lead-capture-fallback { padding: 14px 24px 20px; }
  .booking-frame { min-height: 820px; }
  .booking-fallback { align-items: center; flex-direction: column; }
  .thank-you-main { min-height: calc(100vh - 72px); }
  .thank-you-section { padding-block: 90px; }
  .thank-you-lede { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
