/* assets/css/style.css — SkyPro MVC public frontend */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --navy: #0C1221;
  --navy2: #070D18;
  --gold: #C9921A;
  --cream: #F8F3EB;
  --paper: #FBF8F2;
  --ink: #111827;
  --muted: #596273;
  --line: rgba(12,18,33,.16);
  --white: #fff;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.nav { position: sticky; top: 0; z-index: 100; height: 78px; display: flex; align-items: center; gap: 38px; padding: 0 clamp(24px, 5vw, 58px); color: var(--white); margin-bottom: -78px; background: transparent; transition: box-shadow .2s ease; text-shadow: 0 1px 18px rgba(0,0,0,.45); }
.nav::before { content: ''; position: absolute; inset: 0; z-index: -1; background: rgba(7,13,24,.70); border-bottom: 1px solid rgba(255,255,255,.08); opacity: 0; backdrop-filter: blur(13px); transition: opacity .2s ease; }
.nav-scrolled .nav::before, .menu-open .nav::before { opacity: 1; }
.nav-scrolled .nav { box-shadow: 0 14px 34px rgba(7,13,24,.22); }
.nav-logo { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.nav-logo .plane { color: var(--gold); font-size: 24px; line-height: 1; }
.nav-logo .wordmark { font-family: var(--serif); font-size: 30px; font-weight: 700; letter-spacing: 0; color: var(--white); }
.nav-menu-btn { display: none; width: 34px; height: 34px; border: 0; background: transparent; color: var(--white); place-items: center; cursor: pointer; padding: 0; }
.nav-menu-btn span { width: 28px; height: 1.5px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease, width .2s ease; }
.nav-menu-btn span:nth-child(2) { display: none; }
.nav-links { list-style: none; display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); font-size: 14px; font-weight: 600; }
.nav-links a { opacity: .9; padding-bottom: 8px; border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a.active { border-color: var(--white); }
.nav-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid rgba(201,146,26,.88); border-radius: 8px; color: var(--white); font-weight: 700; font-size: 14px; }
.nav-account { width: 34px; height: 34px; display: grid; place-items: center; opacity: .94; line-height: 1; }
.nav-account i { font-size: 25px; line-height: 1; }
.nav-cart { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-weight: 800; font-size: 13px; }
.nav-cart.active { border-bottom: 1px solid var(--white); }
.nav-cart strong { font-size: 13px; }
.nav-cart span { min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 10px; }
.nav-cart em { font-style: normal; color: rgba(255,255,255,.82); }

.home-hero { min-height: 720px; height: 100vh; position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.home-hero-slide { position: absolute; inset: 0; display: flex; align-items: center; background-size: cover; background-position: center center; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.home-hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,14,.72) 0%, rgba(5,8,14,.56) 36%, rgba(5,8,14,.34) 66%, rgba(5,8,14,.30) 100%); }
.home-hero-slide.active { opacity: 1; pointer-events: auto; }
.home-hero-copy { position: relative; z-index: 1; width: min(520px, calc(100% - 48px)); margin-left: clamp(28px, 5.5vw, 70px); padding-top: 70px; }
.home-hero h1 { font-family: var(--serif); color: var(--white); font-size: clamp(46px, 6vw, 78px); line-height: 1.08; letter-spacing: 0; margin-bottom: 22px; }
.small-rule { display: block; width: 54px; height: 1px; background: var(--gold); margin: 0 0 24px; }
.home-hero p { max-width: 520px; color: rgba(255,255,255,.92); font-size: 18px; line-height: 1.75; margin-bottom: 30px; }
.outline-cta, .solid-cta { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 8px; font-weight: 700; }
.outline-cta i, .solid-cta i { font-size: 13px; margin-left: 6px; }
.outline-cta { color: var(--white); border: 1px solid rgba(201,146,26,.95); background: rgba(12,18,33,.16); }
.solid-cta { color: var(--white); background: var(--navy); }
.hero-dots { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 3; display: flex; gap: 8px; }
.hero-dots button { width: 34px; height: 3px; border: 0; background: rgba(255,255,255,.42); cursor: pointer; }
.hero-dots button.active { background: var(--gold); }

.kicker { display: block; color: #9A6A08; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 800; margin-bottom: 10px; }
h2 { font-family: var(--serif); font-size: clamp(31px, 4vw, 46px); line-height: 1.08; color: var(--navy); margin-bottom: 16px; }
p { color: #223049; }
.intro-section { min-height: 380px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); align-items: center; gap: clamp(36px, 8vw, 120px); padding: clamp(58px, 7vw, 86px) clamp(28px, 11vw, 140px); background: #FBF8F2; }
.section-copy { max-width: 620px; }
.section-copy p, .way-copy p, .minireads-copy p { font-size: 16px; line-height: 1.75; margin-bottom: 12px; }
.window-image { justify-self: center; width: min(310px, 70vw); border-radius: 90px; overflow: hidden; }
.window-image img { width: 100%; object-fit: contain; border-radius: 90px; filter: drop-shadow(0 20px 38px rgba(12,18,33,.14)); }
.window-image-mobile { display: none; }

.way-section { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); background: #F6F1E9; min-height: 350px; }
.way-image { min-height: 350px; background-size: cover; background-position: center; position: relative; }
.way-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,241,233,0) 55%, #F6F1E9 100%); }
.way-copy { align-self: center; max-width: 560px; padding: clamp(40px, 7vw, 82px); }

.pillar-summary { background: var(--white); text-align: center; padding: 42px clamp(18px, 5vw, 70px) 48px; }
.pillar-summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 10px; }
.pillar-summary-card { min-height: 185px; display: grid; justify-items: center; align-content: start; gap: 8px; padding: 16px 30px; border-right: 1px solid var(--line); color: var(--navy); position: relative; isolation: isolate; overflow: hidden; transition: color .22s ease, transform .22s ease, border-color .22s ease; }
.pillar-summary-card::before { content: ''; position: absolute; inset: 0; z-index: -2; background-image: var(--pillar-card-bg); background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); transition: opacity .24s ease, transform .32s ease; }
.pillar-summary-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,13,24,.54), rgba(7,13,24,.82)); opacity: 0; transition: opacity .24s ease; }
.pillar-summary-card:hover, .pillar-summary-card:focus-visible { color: #fff; transform: translateY(-4px); border-color: transparent; }
.pillar-summary-card:hover::before, .pillar-summary-card:focus-visible::before, .pillar-summary-card:hover::after, .pillar-summary-card:focus-visible::after { opacity: 1; }
.pillar-summary-card:hover::before, .pillar-summary-card:focus-visible::before { transform: scale(1); }
.pillar-summary-card:last-child { border-right: 0; }
.pillar-line-icon { width: 54px; height: 54px; display: grid; place-items: center; line-height: 1; color: var(--navy); }
.pillar-line-icon i { font-size: 38px; line-height: 1; font-weight: 400; }
.pillar-summary-card h3 { font-family: var(--serif); font-size: 20px; line-height: 1.15; margin-top: 2px; }
.pillar-summary-card p { font-size: 14px; line-height: 1.5; max-width: 250px; color: #172238; transition: color .22s ease; }
.pillar-summary-card:hover p, .pillar-summary-card:focus-visible p { color: rgba(255,255,255,.86); }
.pillar-summary-card:hover .pillar-line-icon, .pillar-summary-card:focus-visible .pillar-line-icon { color: #fff; }

.minireads-section { min-height: 320px; display: flex; align-items: center; background-size: cover; background-position: center right; position: relative; isolation: isolate; padding: 46px clamp(28px, 8vw, 104px); }
.minireads-section::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #F7F2EA 0%, rgba(247,242,234,.96) 37%, rgba(247,242,234,.16) 78%); }
.minireads-copy { max-width: 550px; }
.minireads-copy .solid-cta { margin-top: 10px; }

.pillar-page-hero { min-height: 620px; display: flex; align-items: center; background-size: cover; background-position: center right; position: relative; isolation: isolate; padding: 100px clamp(26px, 6vw, 74px) 58px; }
.pillar-page-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,252,247,.98) 0%, rgba(255,252,247,.82) 30%, rgba(255,252,247,.34) 51%, rgba(255,252,247,.06) 72%); }
.pillar-theme-global-ready { --pillar-accent: #082C61 !important; }
.pillar-theme-kenya-ready { --pillar-accent: #064A2F !important; }
.pillar-theme-kenyan-abroad { --pillar-accent: #174C9A !important; }
.pillar-theme-travel-realities { --pillar-accent: #C9921A !important; }
.pillar-page-hero.pillar-theme-global-ready::before { background: linear-gradient(90deg, rgba(255,252,247,.99) 0%, rgba(255,252,247,.84) 31%, rgba(255,252,247,.36) 52%, rgba(255,252,247,.06) 73%); }
.pillar-page-hero.pillar-theme-kenya-ready::before { background: linear-gradient(90deg, rgba(253,251,244,.99) 0%, rgba(253,251,244,.82) 32%, rgba(253,251,244,.32) 55%, rgba(253,251,244,.04) 74%); }
.pillar-page-hero.pillar-theme-kenyan-abroad::before { background: linear-gradient(90deg, rgba(238,246,255,.97) 0%, rgba(238,246,255,.70) 32%, rgba(238,246,255,.18) 58%, rgba(238,246,255,0) 76%); }
.pillar-page-hero.pillar-theme-travel-realities::before { background: linear-gradient(90deg, rgba(255,250,241,.96) 0%, rgba(255,250,241,.76) 34%, rgba(255,250,241,.19) 58%, rgba(255,250,241,0) 76%); }
.pillar-page-copy { max-width: 560px; }
.pillar-page-copy .kicker { color: var(--pillar-accent); }
.pillar-page-copy h1 { font-family: var(--serif); color: var(--navy); font-size: clamp(44px, 6vw, 76px); line-height: 1.06; margin-bottom: 18px; }
.pillar-page-copy p { max-width: 460px; color: #172238; font-size: 18px; line-height: 1.72; margin-bottom: 28px; }
.pillar-page-copy .solid-cta, .pillar-final-cta .solid-cta { background: var(--pillar-accent); }
.pillar-why { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1fr); gap: clamp(34px, 7vw, 82px); padding: 58px clamp(26px, 6vw, 74px); background: #FFFCF7; border-bottom: 1px solid rgba(12,18,33,.1); }
.pillar-why > div:first-child { max-width: 560px; }
.pillar-why h2 { max-width: 620px; }
.pillar-points { display: grid; gap: 16px; align-content: center; border-left: 1px solid var(--line); padding-left: clamp(24px, 4vw, 54px); }
.pillar-points p { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 14px; margin: 0; color: #172238; }
.pillar-points i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(12,18,33,.22); border-radius: 999px; color: var(--pillar-accent, var(--navy)); }
.pillar-library { padding: 48px clamp(20px, 4vw, 48px) 54px; background: #F8F3EB; }
.pillar-theme-kenyan-abroad + .pillar-why + .pillar-library { background: #EEF6FF; }
.pillar-theme-travel-realities + .pillar-why + .pillar-library { background: #FBF3E4; }
.pillar-library-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 20px; }
.pillar-library-head h2 { font-size: clamp(28px, 3vw, 38px); margin: 0; }
.outline-cta-dark { color: var(--navy); border-color: rgba(12,18,33,.35); background: transparent; }
.pillar-mini-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; width: 100%; }
.pillar-mini-card { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(12,18,33,.12); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 24px rgba(12,18,33,.04); }
.pillar-mini-cover { display: block; overflow: hidden; }
.pillar-mini-card img { width: 100%; aspect-ratio: 1.12 / .72; object-fit: cover; transition: transform .24s ease; }
.pillar-mini-card:hover img { transform: scale(1.035); }
.pillar-mini-card div { flex: 1; display: flex; flex-direction: column; padding: 14px 15px 15px; }
.pillar-mini-card strong { display: block; font-family: var(--serif); font-size: 19px; color: var(--pillar-accent, var(--navy)); line-height: 1; margin-bottom: 7px; }
.pillar-mini-card h3 { font-family: var(--serif); color: var(--navy); font-size: 18px; line-height: 1.16; margin-bottom: 8px; }
.pillar-mini-card p { color: #334155; font-size: 12px; line-height: 1.45; margin: -1px 0 9px; }
.pillar-mini-card span { display: flex; flex-wrap: wrap; gap: 8px; color: #334155; font-size: 12px; margin-top: auto; }
.pillar-mini-card span b { font-weight: 800; color: var(--navy); margin-left: 0; }
.pillar-observation { min-height: 150px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(22px, 5vw, 62px); background: var(--pillar-accent); color: #fff; padding: 28px clamp(28px, 7vw, 86px); }
.pillar-observation > i { font-size: 50px; opacity: .85; }
.pillar-observation p { color: #fff; font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); line-height: 1.12; margin: 0; max-width: 760px; }
.pillar-observation span { font-size: 42px; opacity: .82; }
.pillar-final-cta { margin: 34px clamp(20px, 4vw, 48px) 54px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #FFFCF7; border: 1px solid rgba(12,18,33,.1); border-radius: 12px; padding: 26px clamp(24px, 5vw, 54px); }
.pillar-final-cta h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 6px; }
.pillar-final-cta p { margin: 0; }

.page-hero { padding: 145px clamp(24px, 7vw, 92px) 64px; background: #FFFCF7; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(44px, 6vw, 76px); line-height: 1.05; color: var(--navy); max-width: 840px; margin-bottom: 18px; }
.page-hero p { max-width: 720px; font-size: 18px; line-height: 1.7; }
.page-hero-image { min-height: 430px; position: relative; isolation: isolate; background-size: cover; background-position: center; color: var(--white); }
.page-hero-image::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,13,24,.78), rgba(7,13,24,.52) 50%, rgba(7,13,24,.24)); }
.page-hero-image h1 { color: var(--white); }
.page-hero-image p { color: rgba(255,255,255,.9); }
.public-grid-section { padding: 42px clamp(18px, 5vw, 64px) 64px; background: #F8F3EB; }
.miniread-listing-shell { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: start; }
.miniread-filter { position: sticky; top: 104px; background: #fff; border: 1px solid rgba(12,18,33,.1); border-radius: 8px; padding: 18px; }
.miniread-filter form { display: grid; gap: 14px; }
.miniread-filter label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; font-size: 13px; }
.miniread-filter select { min-height: 46px; border: 1px solid rgba(12,18,33,.16); border-radius: 8px; padding: 0 12px; font: inherit; background: #fff; }
.miniread-filter button { min-height: 46px; border: 0; border-radius: 8px; background: var(--navy); color: #fff; font-weight: 900; }
.miniread-filter a { color: var(--gold); font-weight: 800; text-align: center; }
.public-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.public-read-card { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(12,18,33,.12); border-radius: 8px; overflow: hidden; }
.public-read-card img { width: 100%; aspect-ratio: .74 / 1; object-fit: cover; }
.public-read-card div { flex: 1; display: flex; flex-direction: column; padding: 13px; }
.public-read-card h2 { font-size: 17px; line-height: 1.18; margin-bottom: 8px; }
.public-read-card p { font-size: 12px; line-height: 1.48; }
.public-read-card footer { display: grid; gap: 4px; color: #334155; font-size: 12px; margin-top: auto; padding-top: 12px; }
.public-read-card footer strong { color: var(--navy); }
.read-action { min-height: 40px; margin-top: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 13px; background: var(--navy); color: #fff; border-radius: 7px; font-weight: 800; font-size: 12px; width: 100%; }
.read-action:hover { background: #18243a; }
.about-story, .contact-shell { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(30px, 7vw, 80px); padding: 60px clamp(24px, 7vw, 92px); background: #fff; }
.about-story p, .contact-shell p { font-size: 17px; line-height: 1.75; margin-bottom: 14px; }
.contact-form { display: grid; gap: 16px; }
.form-line { display: grid; gap: 7px; }
.form-line label { color: var(--navy); font-weight: 800; font-size: 13px; }
.form-line input, .form-line textarea { width: 100%; border: 1px solid rgba(12,18,33,.18); border-radius: 8px; padding: 14px 16px; font: inherit; background: #fff; }
.form-line input:focus, .form-line textarea:focus { outline: none; border-color: rgba(201,146,26,.78); box-shadow: 0 0 0 3px rgba(201,146,26,.14); }
.blog-listing { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; padding: 44px clamp(20px, 5vw, 64px) 70px; background: #F8F3EB; }
.blog-listing article { background: #fff; border: 1px solid rgba(12,18,33,.12); border-radius: 8px; padding: 28px; }
.blog-listing h2 { font-size: 30px; }
.blog-listing a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 800; }

.about-reference-grid { display: grid; grid-template-columns: 1fr 1fr; background: #fbf7ef; padding-top: 78px; }
.about-copy-panel { min-height: 560px; padding: clamp(44px, 7vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.about-copy-panel h1, .about-copy-panel h2 { font-family: var(--serif); color: var(--navy); font-size: clamp(38px, 5vw, 58px); line-height: 1.03; max-width: 680px; }
.gold-plane-rule { width: 92px; height: 24px; display: flex; align-items: center; gap: 12px; color: var(--gold); margin: 14px 0 24px; }
.gold-plane-rule::before, .gold-plane-rule::after { content: ''; height: 1px; flex: 1; background: var(--gold); }
.about-copy-panel p { max-width: 620px; margin-bottom: 15px; }
.about-image-panel { min-height: 560px; overflow: hidden; }
.about-image-panel img { width: 100%; height: 100%; object-fit: cover; }
.observed-list { list-style: none; display: grid; gap: 13px; margin: 20px 0 24px; max-width: 640px; }
.observed-list li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; align-items: start; color: #162033; font-size: 14px; }
.observed-list i, .tiny-reasons i { color: var(--gold); }
.tiny-reasons { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin: 26px 0; }
.tiny-reasons span { min-height: 110px; display: grid; place-items: center; gap: 9px; text-align: center; border-right: 1px solid rgba(12,18,33,.13); font-size: 13px; }
.tiny-reasons span:last-child { border-right: 0; }
.tiny-reasons i { font-size: 27px; }
.quote-band { background: var(--navy); color: #fff; text-align: center; padding: clamp(44px, 6vw, 74px) 22px; }
.quote-band i { color: var(--gold); font-size: 28px; margin-bottom: 12px; }
.quote-band h2 { color: #fff; margin: 0 auto 12px; max-width: 900px; }
.quote-band p { color: var(--gold); font-family: var(--serif); font-size: 22px; }

.resources-hero { min-height: 520px; display: flex; align-items: end; padding: 130px clamp(24px, 5vw, 70px) 54px; background-size: cover; background-position: center; position: relative; isolation: isolate; }
.resources-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,13,24,.82), rgba(7,13,24,.42)); }
.resources-hero div { max-width: 620px; }
.resources-hero h1 { font-family: var(--serif); color: #fff; font-size: clamp(46px, 6vw, 76px); line-height: 1.03; }
.resources-hero p { color: rgba(255,255,255,.9); font-size: 18px; max-width: 540px; }
.notes-shell { background: #f8f3eb; padding: 32px clamp(18px, 5vw, 70px) 62px; }
.notes-tabs { display: flex; align-items: center; gap: clamp(14px, 4vw, 54px); margin-bottom: 30px; overflow-x: auto; }
.notes-tabs a { min-height: 56px; display: inline-flex; align-items: center; white-space: nowrap; font-weight: 800; color: var(--navy); }
.notes-tabs a.active { background: var(--navy); color: #fff; border-radius: 8px; padding: 0 24px; }
.notes-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.note-card { background: #fff; border: 1px solid rgba(12,18,33,.1); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 24px rgba(12,18,33,.05); }
.note-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; }
.note-card div { padding: 17px; }
.note-card h2 { font-size: 25px; line-height: 1.05; margin-bottom: 10px; }
.note-card p { font-size: 14px; line-height: 1.55; }
.note-card footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 20px; font-size: 13px; }
.note-card footer a { color: var(--gold); font-weight: 800; }
.video-note figure { position: relative; }
.video-note figure span { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 999px; color: #fff; background: rgba(7,13,24,.32); }
.video-note figure b { position: absolute; right: 10px; bottom: 10px; background: rgba(7,13,24,.8); color: #fff; border-radius: 5px; padding: 2px 7px; font-size: 12px; }
.notes-newsletter { margin-top: 28px; background: var(--navy); color: #fff; border-radius: 8px; padding: 26px; display: grid; grid-template-columns: 78px 1fr minmax(240px, .8fr) 130px; gap: 24px; align-items: center; }
.notes-newsletter i { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(201,146,26,.6); border-radius: 8px; color: var(--gold); font-size: 27px; }
.notes-newsletter h2 { color: #fff; font-size: 28px; margin-bottom: 4px; }
.notes-newsletter p { color: rgba(255,255,255,.78); }
.notes-newsletter input { min-height: 54px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.06); color: #fff; padding: 0 16px; font: inherit; }
.notes-newsletter button { min-height: 54px; border: 0; border-radius: 8px; background: var(--gold); color: var(--navy); font-weight: 900; }
.resource-detail-hero { min-height: 530px; display: flex; align-items: end; padding: 130px clamp(24px, 6vw, 76px) 58px; background-size: cover; background-position: center; position: relative; isolation: isolate; }
.resource-detail-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,13,24,.84), rgba(7,13,24,.34)); }
.resource-detail-hero div { max-width: 760px; }
.resource-detail-hero h1 { font-family: var(--serif); color: #fff; font-size: clamp(46px, 6vw, 76px); line-height: 1.03; }
.resource-detail-hero p { color: rgba(255,255,255,.9); font-size: 18px; }
.resource-read-time { display: inline-flex; gap: 8px; align-items: center; color: #fff; margin-top: 16px; }
.resource-detail-body { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 44px; padding: 58px clamp(24px, 6vw, 76px); background: #fff; }
.resource-detail-body article { font-size: 18px; line-height: 1.85; color: #223049; }
.resource-detail-body aside { position: sticky; top: 104px; align-self: start; background: #f8f3eb; border-radius: 8px; padding: 24px; }
.resource-detail-body aside h2 { font-size: 32px; }
.commerce-shell { min-height: 100vh; background: linear-gradient(180deg, #F8F3EB 0%, #F1E8D9 100%); padding: 128px clamp(18px, 5vw, 72px) 58px; }
.cart-reference-hero, .checkout-hero { margin: -128px calc(clamp(18px, 5vw, 72px) * -1) 0; min-height: 360px; padding: 126px max(clamp(24px, 6vw, 72px), calc((100vw - 1180px) / 2)) 42px; background-size: cover; background-position: right center; position: relative; isolation: isolate; }
.cart-reference-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,13,24,.88), rgba(7,13,24,.64) 48%, rgba(7,13,24,.32)); backdrop-filter: blur(1px); }
.checkout-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,13,24,.90), rgba(7,13,24,.62) 54%, rgba(7,13,24,.24)); backdrop-filter: blur(1px); }
.cart-reference-hero h1, .checkout-hero h1 { font-family: var(--serif); color: #fff; font-size: clamp(38px, 5vw, 58px); line-height: 1.03; max-width: 700px; }
.cart-reference-hero p, .checkout-hero p { max-width: 560px; color: rgba(255,255,255,.88); }
.cart-reference-hero .kicker, .checkout-hero .kicker { color: var(--gold); }
.cart-benefits { max-width: 780px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; font-size: 13px; color: #263244; }
.cart-benefits span { min-height: 46px; display: flex; align-items: center; padding: 0 14px; border-radius: 8px; color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); backdrop-filter: blur(8px); }
.cart-benefits i { margin-right: 8px; color: var(--gold); }
.commerce-page-head { max-width: 1180px; margin: 0 auto 26px; }
.commerce-page-head h1 { font-family: var(--serif); color: var(--navy); font-size: clamp(36px, 5vw, 58px); line-height: 1.06; margin-bottom: 12px; }
.commerce-page-head p { max-width: 680px; color: #4b5563; }
.commerce-layout, .checkout-layout { max-width: 1180px; margin: 34px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.commerce-layout:has(.empty-cart-reference) { grid-template-columns: 1fr; }
.checkout-layout { grid-template-columns: minmax(0, .95fr) minmax(360px, .65fr); }
.commerce-card, .commerce-summary, .checkout-form { background: #FFFCF7; border: 1px solid rgba(12,18,33,.1); border-radius: 8px; padding: clamp(20px, 3vw, 32px); box-shadow: 0 14px 34px rgba(12,18,33,.06); }
.commerce-summary { background: #fff; }
.commerce-summary { position: sticky; top: 106px; }
.commerce-items { display: grid; gap: 0; border-top: 1px solid rgba(12,18,33,.1); border-bottom: 1px solid rgba(12,18,33,.1); }
.commerce-items article { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(12,18,33,.08); }
.commerce-items article:last-child { border-bottom: 0; }
.commerce-items article > strong { width: 48px; height: 48px; display: grid; place-items: center; background: #F3F1EC; color: var(--navy); border-radius: 8px; font-family: var(--serif); font-size: 18px; }
.commerce-items h2 { font-size: 22px; margin: 2px 0 4px; }
.commerce-items p { color: #8a8f98; }
.commerce-items b { color: var(--navy); font-size: 14px; white-space: nowrap; text-align: right; }
.commerce-items-compact article { grid-template-columns: 38px minmax(0, 1fr); }
.commerce-items-compact article > b { grid-column: 2; text-align: left; }
.commerce-items-compact article > strong { width: 38px; height: 38px; font-size: 15px; }
.commerce-items-compact h2 { font-size: 17px; }
.remove-link { display: inline-flex; margin-top: 7px; color: #9A6A08; font-weight: 800; font-size: 13px; }
.empty-commerce { display: grid; justify-items: center; gap: 16px; padding: 34px 0 10px; text-align: center; color: #5d6470; }
.empty-commerce > i { font-size: 42px; color: var(--gold); }
.empty-commerce p { max-width: 430px; }
.empty-cart-reference { display: grid; grid-template-columns: 220px minmax(0, 1fr) 400px; gap: 32px; align-items: center; }
.empty-cart-icon { width: 150px; height: 150px; display: grid; place-items: center; position: relative; border-radius: 999px; background: #f6f0e7; color: var(--navy); font-size: 62px; justify-self: center; }
.empty-cart-icon span { position: absolute; right: 12px; bottom: 20px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 999px; background: var(--gold); color: #fff; font-size: 18px; }
.empty-cart-reference h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 10px; }
.pillar-suggestions { background: #f8f3eb; border-radius: 8px; padding: 22px; }
.pillar-suggestions h3 { font-family: var(--serif); color: var(--navy); font-size: 24px; }
.pillar-suggestions p { margin-bottom: 12px; }
.pillar-suggestions a { display: grid; grid-template-columns: 42px 1fr 20px; gap: 10px; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(12,18,33,.1); }
.pillar-suggestions a:last-child { border-bottom: 0; }
.pillar-suggestions i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; background: var(--navy); color: #fff; grid-row: span 2; }
.pillar-suggestions strong { color: var(--navy); line-height: 1.1; }
.pillar-suggestions span { color: #5b6575; font-size: 12px; grid-column: 2; }
.pillar-suggestions b { color: var(--gold); grid-row: span 2; font-size: 28px; }
.purchase-benefits { max-width: 1180px; margin: 22px auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #fff; border: 1px solid rgba(12,18,33,.1); border-radius: 8px; padding: 24px; }
.purchase-benefits span { display: grid; grid-template-columns: 44px 1fr; gap: 8px 14px; border-right: 1px solid rgba(12,18,33,.12); padding: 0 18px; }
.purchase-benefits span:last-child { border-right: 0; }
.purchase-benefits i { grid-row: span 2; font-size: 34px; color: var(--navy); }
.purchase-benefits small { color: #5d6470; }
.popular-strip { max-width: 1180px; margin: 26px auto; }
.popular-strip h2 { font-size: 18px; font-family: var(--sans); margin-bottom: 18px; }
.popular-mini-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.popular-mini-card { display: grid; grid-template-columns: 98px 1fr; gap: 14px; background: #fff; border: 1px solid rgba(12,18,33,.08); border-radius: 8px; padding: 12px; box-shadow: 0 10px 22px rgba(12,18,33,.05); }
.popular-mini-card img { width: 98px; height: 98px; object-fit: cover; border-radius: 6px; }
.popular-mini-card strong { color: var(--navy); line-height: 1.1; }
.popular-mini-card p { font-size: 12px; line-height: 1.4; margin: 6px 0; }
.popular-mini-card span { font-size: 12px; color: #5d6470; display: flex; justify-content: space-between; gap: 8px; }
.cart-dark-cta { max-width: 1180px; margin: 22px auto 0; background: var(--navy); color: #fff; border-radius: 8px; padding: 22px; display: grid; grid-template-columns: 190px 1fr 260px; gap: 28px; align-items: center; }
.cart-dark-cta img { width: 190px; height: 86px; object-fit: cover; border-radius: 32px; }
.cart-dark-cta h2 { color: #fff; margin-bottom: 4px; }
.cart-dark-cta p { color: rgba(255,255,255,.8); }
.cart-dark-cta a { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; background: var(--gold); color: var(--navy); font-weight: 900; }
.promo-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin: 24px 0 14px; color: #A0A3AA; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
.promo-row span { height: 1px; background: rgba(12,18,33,.12); }
.promo-form { display: grid; grid-template-columns: 1fr 118px; gap: 10px; margin-bottom: 22px; }
.promo-form input, .checkout-fields input { min-height: 50px; border: 1px solid rgba(12,18,33,.16); border-radius: 8px; padding: 0 14px; font: inherit; background: #fff; }
.promo-form input:focus, .checkout-fields input:focus { outline: none; border-color: rgba(201,146,26,.72); box-shadow: 0 0 0 3px rgba(201,146,26,.13); }
.promo-form button, .commerce-primary { min-height: 52px; border: 0; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--gold); color: #fff; font: inherit; font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px rgba(201,146,26,.18); }
.commerce-total, .commerce-grand { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 16px 0; color: #5d6470; }
.commerce-grand { border-top: 2px solid var(--navy); padding-top: 18px; color: var(--navy); font-family: var(--serif); font-size: 25px; }
.commerce-primary, .commerce-secondary { width: 100%; margin-top: 14px; }
.commerce-secondary { min-height: 50px; border: 1px solid rgba(12,18,33,.12); border-radius: 8px; display: grid; place-items: center; color: #5d6470; font-weight: 800; }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.trust-grid span { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 12px; background: #F3F1EC; border-radius: 8px; color: #5d6470; font-size: 13px; }
.trust-grid i { color: var(--gold); }
.checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 14px; }
.checkout-fields label { display: grid; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 800; }
.payment-kicker { margin-top: 28px; }
.payment-options { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 14px; }
.payment-options label { min-height: 58px; border: 1px solid rgba(12,18,33,.14); border-radius: 8px; background: #fff; color: var(--navy); font: inherit; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; }
.payment-options label.selected, .payment-options label:has(input:checked) { border-color: rgba(201,146,26,.72); background: rgba(201,146,26,.1); color: #8A610B; }
.payment-options input { accent-color: var(--gold); }
.payment-status-layout { grid-template-columns: minmax(0, 1fr) 340px; }
.payment-status-card { display: flex; align-items: center; gap: 20px; }
.payment-status-card > i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 999px; background: rgba(201,146,26,.12); color: var(--gold); font-size: 26px; flex: 0 0 58px; }
.payment-status-success > i { background: rgba(22,163,74,.12); color: #15803d; }
.payment-status-failed > i { background: rgba(220,38,38,.12); color: #b91c1c; }

.miniread-detail { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 70px); padding: 128px clamp(24px, 6vw, 76px) 58px; background: #f8f3eb; align-items: start; }
.miniread-cover { position: sticky; top: 105px; background: #fff; border-radius: 8px; padding: 18px; box-shadow: 0 18px 45px rgba(12,18,33,.1); }
.miniread-cover img { width: 100%; aspect-ratio: .74 / 1; object-fit: cover; border-radius: 6px; }
.miniread-info h1 { font-family: var(--serif); color: var(--navy); font-size: clamp(44px, 6vw, 76px); line-height: 1.02; margin-bottom: 18px; }
.miniread-info > p { max-width: 680px; font-size: 18px; }
.miniread-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.miniread-meta span, .miniread-meta strong { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(12,18,33,.12); border-radius: 8px; padding: 0 14px; background: #fff; color: var(--navy); font-weight: 800; }
.miniread-actions { display: flex; gap: 12px; max-width: 520px; }
.miniread-actions .commerce-primary, .miniread-actions .commerce-secondary { width: auto; flex: 1; }
.miniread-body { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 34px; padding: 54px clamp(24px, 6vw, 76px); background: #fff; }
.miniread-body article p { font-size: 17px; line-height: 1.75; margin-bottom: 12px; max-width: 760px; }
.miniread-body aside { background: #f8f3eb; border-radius: 8px; padding: 24px; }
.miniread-body h3 { font-family: var(--serif); color: var(--navy); font-size: 27px; margin-bottom: 14px; }
.miniread-body ul { list-style: none; display: grid; gap: 12px; }
.miniread-body li { display: flex; gap: 10px; color: #263244; }
.miniread-body li i { color: var(--gold); margin-top: 4px; }

.account-hero { min-height: 360px; padding: 130px clamp(24px, 6vw, 76px) 54px; background: linear-gradient(90deg, rgba(7,13,24,.86), rgba(7,13,24,.42)), url('../images/home/homepagemainherobg.jpeg') center/cover; color: #fff; }
.account-hero h1 { font-family: var(--serif); color: #fff; font-size: clamp(42px, 6vw, 70px); line-height: 1.03; max-width: 780px; }
.account-hero p { color: rgba(255,255,255,.86); max-width: 640px; font-size: 18px; }
.auth-shell { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,.7fr); gap: clamp(28px, 6vw, 74px); padding: 60px clamp(24px, 7vw, 90px); background: #fff; }
.auth-panel, .auth-side, .account-sidebar, .account-main { background: #fffcf7; border: 1px solid rgba(12,18,33,.1); border-radius: 8px; padding: clamp(22px, 4vw, 38px); }
.auth-panel { display: grid; gap: 16px; }
.auth-panel label { display: grid; gap: 8px; color: var(--navy); font-weight: 800; font-size: 13px; }
.auth-panel input { min-height: 52px; border: 1px solid rgba(12,18,33,.16); border-radius: 8px; padding: 0 14px; font: inherit; background: #fff; }
.auth-panel input:focus { outline: none; border-color: rgba(201,146,26,.72); box-shadow: 0 0 0 3px rgba(201,146,26,.13); }
.auth-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.auth-side { display: flex; flex-direction: column; justify-content: center; }
.auth-side h2 { font-size: clamp(32px, 4vw, 48px); }
.auth-error { border: 1px solid rgba(185,28,28,.18); background: rgba(185,28,28,.08); color: #991b1b; border-radius: 8px; padding: 12px; font-size: 13px; }
.google-sso { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(12,18,33,.14); border-radius: 8px; background: #fff; color: var(--navy); font-weight: 900; }
.auth-divider { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; color: #7a8494; font-size: 12px; }
.auth-divider::before, .auth-divider::after { content: ''; height: 1px; background: rgba(12,18,33,.12); }
.auth-small-link { color: var(--gold); font-weight: 800; font-size: 13px; }
.password-strength { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-top: -8px; }
.password-strength span { height: 6px; border-radius: 999px; background: #e5e7eb; overflow: hidden; }
.password-strength span::before { content: ''; display: block; height: 100%; width: 18%; background: #b91c1c; transition: width .2s ease, background .2s ease; }
.password-strength[data-score="2"] span::before { width: 45%; background: #c9921a; }
.password-strength[data-score="3"] span::before { width: 72%; background: #2563eb; }
.password-strength[data-score="4"] span::before { width: 100%; background: #15803d; }
.password-strength em { font-style: normal; color: #667085; font-size: 12px; font-weight: 800; }
.account-layout { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 24px; padding: 52px clamp(24px, 6vw, 76px); background: #f8f3eb; align-items: start; }
.account-sidebar { position: sticky; top: 104px; display: grid; gap: 11px; }
.account-sidebar > strong { font-family: var(--serif); color: var(--navy); font-size: 25px; }
.account-sidebar > span { color: #667085; font-size: 13px; margin-bottom: 12px; }
.account-sidebar a { min-height: 44px; display: flex; align-items: center; gap: 10px; border-radius: 8px; padding: 0 12px; color: var(--navy); font-weight: 800; }
.account-sidebar a.active, .account-sidebar a:hover { background: rgba(201,146,26,.12); color: #8A610B; }
.account-main { min-height: 420px; }
.account-panel { display: none; }
.account-panel.active { display: block; }
.account-head h2 { font-size: 36px; }
.account-library-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.account-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.account-detail-grid span { min-height: 92px; display: grid; align-content: center; gap: 5px; background: #fff; border: 1px solid rgba(12,18,33,.1); border-radius: 8px; padding: 16px; color: #334155; }
.account-detail-grid strong { color: var(--navy); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.account-download-actions { display: flex; gap: 8px; margin-top: 10px; }
.account-download-actions a { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 7px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; }

.footer { background: var(--navy); color: var(--white); border-top: 1px solid rgba(201,146,26,.22); }
.footer-newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding: 42px clamp(24px, 5vw, 58px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nl-label { display: flex; align-items: center; gap: 18px; }
.nl-icon { width: 48px; height: 48px; border: 1px solid rgba(201,146,26,.5); display: grid; place-items: center; color: var(--gold); }
.nl-title { font-family: var(--serif); font-size: 24px; }
.nl-sub { color: rgba(248,243,235,.74); font-size: 14px; }
.nl-form { display: flex; }
.nl-form input { flex: 1; min-height: 48px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: var(--white); padding: 0 14px; font: inherit; }
.nl-form input:focus { outline: none; border-color: rgba(201,146,26,.78); box-shadow: 0 0 0 3px rgba(201,146,26,.16); background: rgba(255,255,255,.09); }
.nl-form input:focus-visible { outline: none; }
.nl-form button { min-height: 48px; border: 0; background: var(--gold); color: var(--navy); padding: 0 22px; font-weight: 800; cursor: pointer; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 58px; padding: 44px clamp(24px, 5vw, 58px) 34px; }
.footer-logo .wordmark { font-family: var(--serif); font-size: 26px; color: var(--gold); }
.footer-logo .plane { color: var(--gold); }
.footer-logo .ft { color: rgba(248,243,235,.68); font-size: 11px; margin-top: 4px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 34px; }
.footer-col h4, .footer-social h4 { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: rgba(248,243,235,.74); }
.social-icons { display: flex; gap: 10px; }
.social-icons a { width: 38px; height: 38px; border: 1px solid rgba(201,146,26,.36); display: grid; place-items: center; color: rgba(248,243,235,.82); font-size: 16px; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.social-icons a:hover { color: var(--gold); border-color: var(--gold); background: rgba(201,146,26,.08); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); text-align: center; padding: 16px; color: rgba(248,243,235,.62); font-size: 13px; }
.flash { padding: 10px 14px; margin-bottom: 12px; font-size: 13px; }
.flash-success { border: 1px solid rgba(74,222,128,.32); color: #86efac; background: rgba(22,101,52,.22); }
.flash-error { border: 1px solid rgba(248,113,113,.36); color: #fca5a5; background: rgba(127,29,29,.24); }

@media (max-width: 1400px) {
  .public-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pillar-mini-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .nav { position: sticky; height: 72px; background: transparent; border-bottom: 0; }
  .nav-menu-btn { display: grid; gap: 6px; order: 3; }
  .menu-open .nav-menu-btn span:nth-child(1) { transform: translateY(3.75px) rotate(45deg); }
  .menu-open .nav-menu-btn span:nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
  .nav-links { position: fixed; right: 18px; top: 76px; width: min(285px, calc(100vw - 36px)); display: grid; gap: 3px; padding: 12px; border: 1px solid rgba(201,146,26,.24); border-radius: 14px; background: rgba(248,243,235,.96); box-shadow: 0 24px 70px rgba(0,0,0,.26); opacity: 0; pointer-events: none; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: opacity .2s ease, transform .2s ease; }
  .menu-open .nav-links { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .nav-links a { min-height: 42px; display: flex; align-items: center; border-bottom: 0; border-radius: 9px; padding: 0 12px; color: var(--navy); opacity: 1; }
  .nav-links a:hover, .nav-links a.active { border-color: transparent; background: rgba(201,146,26,.12); color: var(--navy); }
  .nav-logo { margin-right: auto; }
  .intro-section, .way-section { grid-template-columns: 1fr; }
  .intro-section { gap: 26px; }
  .way-image { min-height: 300px; }
  .way-image::after { background: linear-gradient(180deg, rgba(246,241,233,0) 56%, #F6F1E9 100%); }
  .pillar-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-summary-card:nth-child(2) { border-right: 0; }
  .pillar-summary-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer-newsletter, .footer-main { grid-template-columns: 1fr; }
  .pillar-why { grid-template-columns: 1fr; }
  .pillar-points { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 24px; }
  .pillar-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-final-cta { align-items: flex-start; flex-direction: column; }
  .public-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-story, .contact-shell, .blog-listing { grid-template-columns: 1fr; }
  .commerce-layout, .checkout-layout { grid-template-columns: 1fr; }
  .commerce-summary { position: static; }
  .checkout-fields { grid-template-columns: 1fr; }
  .about-reference-grid, .miniread-detail, .miniread-body, .miniread-listing-shell, .resource-detail-body { grid-template-columns: 1fr; }
  .miniread-filter, .resource-detail-body aside { position: static; }
  .about-image-panel { min-height: 360px; }
  .notes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notes-newsletter { grid-template-columns: 70px 1fr; }
  .notes-newsletter input, .notes-newsletter button { grid-column: span 1; }
  .empty-cart-reference { grid-template-columns: 1fr; }
  .purchase-benefits, .popular-mini-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-dark-cta { grid-template-columns: 1fr; }
  .miniread-cover { position: static; max-width: 460px; }
  .auth-shell, .account-layout { grid-template-columns: 1fr; }
  .account-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .nav { height: 78px; min-height: 78px; padding: 0 18px; gap: 12px; align-items: center; }
  .nav-logo .wordmark { font-size: 23px; }
  .nav-cta { display: none; }
  .nav-cart em { display: none; }
  .nav-account { order: 2; margin-left: auto; flex: 0 0 34px; align-self: center; }
  .nav-menu-btn { flex: 0 0 34px; align-self: center; }
  .home-hero { height: 100svh; min-height: 620px; }
  .home-hero-slide { background-position: 58% center; }
  .home-hero-slide::before { background: linear-gradient(180deg, rgba(5,8,14,.46) 0%, rgba(5,8,14,.72) 38%, rgba(5,8,14,.86) 100%); }
  .home-hero-copy { margin-left: 18px; width: calc(100% - 36px); padding-top: 106px; align-self: end; padding-bottom: 42px; }
  .home-hero h1 { font-size: clamp(42px, 13vw, 60px); line-height: 1.04; }
  .home-hero p { font-size: 16px; }
  .outline-cta, .solid-cta { width: 100%; min-height: 50px; }
  .intro-section { padding: 46px 22px; text-align: left; }
  .window-image-desktop { display: none; }
  .window-image-mobile { display: block; width: min(238px, 74vw); margin: 14px auto 20px; border-radius: 72px; }
  .window-image { width: min(260px, 78vw); margin: 8px auto 0; border-radius: 72px; }
  .window-image img { border-radius: 72px; }
  .way-copy { padding: 38px 22px; }
  .way-image { min-height: 250px; }
  h2 { font-size: clamp(29px, 9vw, 40px); }
  .pillar-summary-grid { grid-template-columns: 1fr; }
  .pillar-summary { padding: 36px 18px 40px; }
  .pillar-summary-card { min-height: auto; padding: 20px 12px; }
  .pillar-summary-card { border-right: 0; border-top: 1px solid var(--line); }
  .pillar-summary-card:first-child { border-top: 0; }
  .minireads-section { padding: 42px 22px; background-position: 60% center; }
  .minireads-section::before { background: rgba(247,242,234,.9); }
  .footer-newsletter, .footer-main { padding-left: 20px; padding-right: 20px; }
  .nl-label { align-items: flex-start; }
  .nl-form { flex-direction: column; gap: 10px; }
  .footer-links { grid-template-columns: 1fr; }
  .social-icons { flex-wrap: wrap; }
  .pillar-page-hero { min-height: 610px; align-items: end; background-position: 62% center; padding: 110px 22px 44px; }
  .pillar-page-hero::before,
  .pillar-page-hero.pillar-theme-kenyan-abroad::before,
  .pillar-page-hero.pillar-theme-travel-realities::before { background: linear-gradient(180deg, rgba(255,252,247,.42) 0%, rgba(255,252,247,.86) 48%, #F8F3EB 100%); }
  .pillar-page-copy h1 { font-size: clamp(40px, 12vw, 58px); }
  .pillar-page-copy p { font-size: 16px; }
  .pillar-why { padding: 42px 22px; }
  .pillar-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-library-head { align-items: flex-start; flex-direction: column; }
  .pillar-library { padding: 40px 18px; }
  .pillar-observation { grid-template-columns: 1fr; gap: 12px; padding: 30px 22px; }
  .pillar-observation span { display: none; }
  .pillar-final-cta { margin: 24px 18px 42px; padding: 24px 20px; }
  .page-hero { padding: 118px 22px 42px; }
  .page-hero-image { min-height: 380px; }
  .public-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-listing { grid-template-columns: 1fr; }
  .about-story, .contact-shell { padding: 42px 22px; }
  .commerce-shell { padding: 112px 16px 42px; }
  .commerce-page-head { margin-bottom: 18px; }
  .commerce-card, .commerce-summary, .checkout-form { padding: 18px; }
  .commerce-items article { grid-template-columns: 46px 1fr; }
  .commerce-items article > b { grid-column: 2; font-size: 14px; text-align: left; }
  .promo-form { grid-template-columns: 1fr; }
  .payment-options { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .about-reference-grid { padding-top: 78px; }
  .about-copy-panel { min-height: auto; padding: 42px 22px; }
  .tiny-reasons, .notes-grid, .purchase-benefits, .popular-mini-row { grid-template-columns: 1fr; }
  .notes-newsletter { grid-template-columns: 1fr; }
  .notes-newsletter input, .notes-newsletter button { width: 100%; }
  .resources-hero { min-height: 500px; padding-left: 22px; padding-right: 22px; }
  .cart-reference-hero { margin-left: -16px; margin-right: -16px; padding: 112px 22px 32px; }
  .cart-benefits { gap: 14px; }
  .empty-cart-icon { width: 120px; height: 120px; font-size: 48px; }
  .pillar-suggestions { padding: 18px; }
  .purchase-benefits span { border-right: 0; border-bottom: 1px solid rgba(12,18,33,.12); padding: 16px 0; }
  .purchase-benefits span:last-child { border-bottom: 0; }
  .cart-dark-cta img { width: 100%; height: 130px; border-radius: 8px; }
  .miniread-detail, .miniread-body { padding-left: 22px; padding-right: 22px; }
  .miniread-actions { flex-direction: column; }
  .resource-detail-body, .resource-detail-hero { padding-left: 22px; padding-right: 22px; }
  .auth-shell, .account-layout { padding-left: 18px; padding-right: 18px; }
  .auth-two, .account-library-grid, .account-detail-grid { grid-template-columns: 1fr; }
  .account-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .public-card-grid, .pillar-mini-grid { grid-template-columns: 1fr; }
  .commerce-items article { gap: 12px; }
}

.notes-search { max-width:1180px; margin:0 auto 28px; display:grid; grid-template-columns:minmax(0,1fr) auto auto; gap:10px; align-items:center; }
.notes-search input, .miniread-filter input { width:100%; border:1px solid rgba(12,18,33,.18); background:#fffaf2; padding:13px 14px; font:inherit; color:#0C1221; outline:none; }
.notes-search input:focus, .miniread-filter input:focus { border-color:#C9921A; box-shadow:0 0 0 3px rgba(201,146,26,.14); }
.notes-search button, .notes-search a { min-height:46px; display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:0 16px; border:1px solid #C9921A; background:#0C1221; color:#fff; text-decoration:none; }
.notes-search a { background:transparent; color:#0C1221; }
@media (max-width: 680px) { .notes-search { grid-template-columns:1fr; } }
.home-hero-pillar-card { position:absolute; z-index:4; right:clamp(22px,5vw,70px); bottom:34px; width:min(560px, calc(100vw - 44px)); height:clamp(190px, 24vh, 250px); pointer-events:auto; overflow:hidden; border-radius:0; box-shadow:0 30px 90px rgba(0,0,0,.34); background:rgba(7,13,24,.42); }
.home-hero-pillar-card article { position:absolute; inset:0; opacity:0; transform:translateX(105%); pointer-events:none; overflow:hidden; padding:clamp(22px, 3vw, 34px); display:flex; flex-direction:column; justify-content:flex-end; background-size:cover; background-position:center; transition:opacity .55s ease, transform .72s cubic-bezier(.22,.61,.36,1); }
.home-hero-pillar-card article::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,13,24,.96) 0%, rgba(7,13,24,.78) 42%, rgba(7,13,24,.44) 74%, rgba(7,13,24,.20) 100%); z-index:-1; }
.home-hero-pillar-card article::after { content:''; position:absolute; left:0; top:0; bottom:0; width:5px; background:var(--gold); opacity:.95; }
.home-hero-pillar-card article.active { opacity:1; transform:translateX(0); pointer-events:auto; }
.home-hero-pillar-card article.leaving { opacity:0; transform:translateX(-105%); }
.home-hero-pillar-card .kicker { color:#E8B84A; margin-bottom:6px; letter-spacing:.13em; }
.home-hero-pillar-card h2 { color:#fffaf2; font-size:clamp(28px, 3vw, 40px); margin:0 0 8px; max-width:360px; text-shadow:0 12px 30px rgba(0,0,0,.32); }
.home-hero-pillar-card p { color:rgba(255,250,242,.86); font-size:14px; line-height:1.58; margin-bottom:15px; max-width:410px; }
.home-hero-pillar-card div { display:flex; gap:10px; flex-wrap:wrap; }
.home-hero-pillar-card a { min-height:40px; display:inline-flex; align-items:center; gap:7px; padding:0 14px; border-radius:6px; color:#fffaf2; font-size:12px; font-weight:850; background:rgba(255,255,255,.10); backdrop-filter:blur(8px); }
.home-hero-pillar-card a:hover { background:rgba(255,255,255,.18); }
.home-hero-pillar-card a:first-child { background:var(--gold); color:var(--navy); }
.home-hero-pillar-card a:first-child:hover { background:#E0A82E; }
.search-suggest-wrap { position:relative; }
.search-suggest-box { position:absolute; left:0; right:0; top:calc(100% + 7px); z-index:30; display:none; background:#fffaf2; border:1px solid rgba(201,146,26,.32); box-shadow:0 18px 42px rgba(12,18,33,.16); border-radius:8px; overflow:hidden; }
.search-suggest-box.active { display:block; }
.search-suggest-box button { width:100%; min-height:40px; border:0; border-bottom:1px solid rgba(12,18,33,.08); background:transparent; text-align:left; padding:0 13px; color:var(--navy); font:inherit; cursor:pointer; }
.search-suggest-box button:hover { background:rgba(201,146,26,.12); }
.skypro-confirm-modal { position:fixed; inset:0; z-index:1000; display:none; align-items:center; justify-content:center; padding:22px; background:rgba(7,13,24,.56); backdrop-filter:blur(7px); }
.skypro-confirm-modal.active { display:flex; }
.skypro-confirm-modal > div { width:min(430px,100%); background:#FFFCF7; border:1px solid rgba(201,146,26,.34); border-radius:12px; padding:24px; box-shadow:0 30px 90px rgba(0,0,0,.28); }
.skypro-confirm-modal strong { display:block; font-family:var(--serif); color:var(--navy); font-size:28px; line-height:1.05; margin-bottom:8px; }
.skypro-confirm-modal p { color:#334155; margin-bottom:18px; }
.skypro-confirm-modal footer { display:flex; justify-content:flex-end; gap:10px; }
.skypro-confirm-modal button, .skypro-confirm-modal a { min-height:42px; border-radius:7px; padding:0 15px; display:inline-flex; align-items:center; justify-content:center; font-weight:800; }
.skypro-confirm-modal button { border:1px solid rgba(12,18,33,.14); background:#fff; color:var(--navy); }
.skypro-confirm-modal a { background:var(--navy); color:#fff; }
.cart-note { display:flex; gap:9px; align-items:flex-start; padding:11px 12px; border:1px solid rgba(201,146,26,.25); background:rgba(201,146,26,.09); color:#69450a; font-size:13px; margin:12px 0; }
.danger-soft { color:#991b1b !important; border-color:rgba(153,27,27,.22) !important; background:rgba(153,27,27,.06) !important; }
.miniread-hero-short { min-height:360px; display:flex; align-items:flex-end; padding:128px clamp(24px,6vw,76px) 42px; position:relative; isolation:isolate; background-size:cover; background-position:center; color:#fff; }
.miniread-hero-short::before { content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg, rgba(7,13,24,.88), rgba(7,13,24,.54) 58%, rgba(7,13,24,.2)); }
.miniread-hero-short h1 { font-family:var(--serif); font-size:clamp(42px,5vw,68px); line-height:1.04; color:#fff; max-width:900px; }
.miniread-hero-short p { color:rgba(255,255,255,.88); max-width:680px; font-size:17px; }
.miniread-detail-polished { padding-top:48px; background:linear-gradient(180deg,#F8F3EB,#FFFCF7); }
.miniread-detail-polished .miniread-info h2 { font-size:clamp(32px,4vw,48px); }
@media (max-width: 780px) { .home-hero-pillar-card { position:absolute; left:18px; right:18px; bottom:18px; width:auto; height:205px; } .home-hero-copy { padding-bottom:250px; } .home-hero-pillar-card article { padding:20px; } .home-hero-pillar-card h2 { font-size:25px; max-width:290px; } .home-hero-pillar-card p { font-size:12px; line-height:1.45; max-width:300px; } .home-hero-pillar-card a { min-height:36px; padding:0 11px; } }

/* 2026-06-10 responsive polish: cart controls + hero pillar strip */
.promo-form { grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; }
.promo-form input { min-width: 0; width: 100%; }
.promo-form button { min-width: 92px; padding: 0 16px; white-space: nowrap; }
.commerce-primary, .commerce-secondary { min-width: 0; padding: 0 16px; text-align: center; line-height: 1.25; white-space: normal; }
.commerce-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.commerce-summary { min-width: 0; }
.home-hero-pillar-card { contain: layout paint; transform: translateZ(0); }
.home-hero-pillar-card article { transform: translate3d(104%,0,0); will-change: transform, opacity; transition: opacity .72s ease, transform .96s cubic-bezier(.16,1,.3,1); }
.home-hero-pillar-card article.active { transform: translate3d(0,0,0); }
.home-hero-pillar-card article.leaving { transform: translate3d(-104%,0,0); }
.home-hero-pillar-card a { text-align: center; white-space: nowrap; }

@media (min-width: 1600px) {
  .home-hero-pillar-card { right: max(70px, calc((100vw - 1440px) / 2)); width: 620px; height: 260px; }
  .commerce-layout, .checkout-layout, .notes-search, .popular-strip, .purchase-benefits, .cart-dark-cta { max-width: 1240px; }
}

@media (max-width: 1180px) {
  .commerce-layout, .checkout-layout { grid-template-columns: minmax(0,1fr) minmax(310px, 34vw); }
  .home-hero-pillar-card { width:min(500px, calc(100vw - 44px)); height:220px; }
}

@media (max-width: 900px) {
  .commerce-layout, .checkout-layout { grid-template-columns: 1fr; }
  .commerce-summary { position: static; width: 100%; }
  .home-hero { min-height: 760px; height: auto; }
  .home-hero-copy { padding-bottom: 0; max-width: 560px; }
  .home-hero-pillar-card { left: clamp(18px, 5vw, 42px); right: clamp(18px, 5vw, 42px); bottom: 24px; width: auto; height: 210px; }
  .home-hero-pillar-card h2 { max-width: 360px; }
  .home-hero-pillar-card p { max-width: 430px; }
}

@media (max-width: 640px) {
  .home-hero { min-height: 790px; height: auto; }
  .home-hero-copy { padding-top: 110px; padding-bottom: 250px; }
  .home-hero-pillar-card { bottom: 18px; height: 220px; }
  .home-hero-pillar-card article { padding: 18px; }
  .home-hero-pillar-card div { gap: 8px; }
  .home-hero-pillar-card a { min-height: 36px; padding: 0 10px; font-size: 11px; }
  .promo-form { grid-template-columns: minmax(0, 1fr) 88px; gap: 8px; }
  .promo-form button { min-width: 88px; padding: 0 10px; }
  .commerce-primary, .commerce-secondary { min-height: 48px; padding: 0 12px; font-size: 13px; }
}

@media (max-width: 480px) {
  .nav { gap: 9px; }
  .nav-cart strong, .nav-cart em { display: none; }
  .home-hero { min-height: 820px; }
  .home-hero-copy { padding-bottom: 270px; }
  .home-hero-pillar-card { height: 238px; }
  .home-hero-pillar-card h2 { font-size: 24px; max-width: 260px; }
  .home-hero-pillar-card p { font-size: 12px; line-height: 1.42; }
  .home-hero-pillar-card div { display: grid; grid-template-columns: 1fr 1fr; }
  .home-hero-pillar-card a { white-space: normal; }
  .promo-form { grid-template-columns: 1fr; }
  .promo-form button { width: 100%; }
}

@media (max-width: 360px) {
  .home-hero h1 { font-size: 38px; }
  .home-hero p { font-size: 14px; line-height: 1.55; }
  .home-hero-pillar-card { left: 12px; right: 12px; height: 246px; }
  .home-hero-pillar-card h2 { font-size: 22px; }
  .home-hero-pillar-card div { grid-template-columns: 1fr; }
  .commerce-shell { padding-left: 12px; padding-right: 12px; }
  .cart-reference-hero { margin-left: -12px; margin-right: -12px; }
  .commerce-card, .commerce-summary, .checkout-form { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-pillar-card article { transition: opacity .2s ease; transform: none; }
  .home-hero-pillar-card article.leaving { transform: none; }
}

/* 2026-06-10 tablet hero collision fix: iPad Air / Galaxy Tab widths */
@media (min-width: 641px) and (max-width: 1180px) {
  .home-hero { min-height: 860px; height: auto; }
  .home-hero-slide { align-items: flex-start; }
  .home-hero-copy { width: min(620px, calc(100% - 72px)); margin-left: clamp(32px, 6vw, 64px); padding-top: clamp(132px, 15vh, 176px); padding-bottom: 286px; }
  .home-hero h1 { font-size: clamp(56px, 7.2vw, 74px); max-width: 620px; }
  .home-hero p { max-width: 560px; }
  .home-hero-pillar-card { left: clamp(32px, 6vw, 64px); right: clamp(32px, 6vw, 64px); bottom: 34px; width: auto; height: 230px; }
  .home-hero-pillar-card article { padding: 26px 30px; }
  .home-hero-pillar-card h2 { max-width: 430px; font-size: clamp(30px, 4vw, 38px); }
  .home-hero-pillar-card p { max-width: 520px; }
}

@media (min-width: 641px) and (max-width: 900px) and (orientation: portrait) {
  .home-hero { min-height: 900px; }
  .home-hero-copy { padding-top: 126px; padding-bottom: 306px; }
  .home-hero-pillar-card { height: 244px; }
}

@media (min-width: 901px) and (max-width: 1180px) and (orientation: landscape) {
  .home-hero { min-height: 790px; }
  .home-hero-copy { padding-top: 118px; padding-bottom: 260px; }
  .home-hero-pillar-card { height: 210px; }
}

/* 2026-06-10 iPad/tablet refinement: prevent hero rail clipping and separate About mobile sections */
@media (min-width: 901px) and (max-width: 1180px) and (orientation: landscape) {
  .home-hero { min-height: 100svh; height: 100svh; }
  .home-hero-copy { width: min(600px, calc(100% - 72px)); padding-top: clamp(104px, 13vh, 128px); padding-bottom: 0; }
  .home-hero h1 { font-size: clamp(52px, 6.3vw, 64px); line-height: 1.04; margin-bottom: 16px; }
  .home-hero p { font-size: 16px; line-height: 1.58; max-width: 560px; margin-bottom: 20px; }
  .home-hero .outline-cta { min-height: 46px; padding: 0 18px; }
  .home-hero-pillar-card { left: clamp(56px, 6vw, 74px); right: clamp(56px, 6vw, 74px); bottom: 20px; height: 128px; box-shadow: 0 18px 48px rgba(0,0,0,.30); }
  .home-hero-pillar-card article { padding: 16px 22px; }
  .home-hero-pillar-card article::before { background: linear-gradient(90deg, rgba(7,13,24,.94) 0%, rgba(7,13,24,.76) 50%, rgba(7,13,24,.34) 100%); }
  .home-hero-pillar-card .kicker { font-size: 10px; margin-bottom: 2px; }
  .home-hero-pillar-card h2 { font-size: 27px; line-height: 1; margin-bottom: 5px; max-width: 320px; }
  .home-hero-pillar-card p { font-size: 12px; line-height: 1.32; max-width: 560px; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
  .home-hero-pillar-card a { min-height: 30px; padding: 0 10px; font-size: 11px; }
}

@media (min-width: 641px) and (max-width: 900px) and (orientation: landscape) {
  .home-hero { min-height: 780px; height: auto; }
  .home-hero-copy { padding-bottom: 238px; }
  .home-hero-pillar-card { height: 180px; }
}

@media (max-width: 640px) {
  .about-reference-grid { display: flex; flex-direction: column; padding-top: 78px; background: #fbf7ef; }
  .about-reference-grid > .about-copy-panel:first-child { order: 1; }
  .about-reference-grid > .about-image-panel:nth-child(2) { order: 2; }
  .about-reference-grid > .about-copy-panel:nth-child(4) { order: 3; }
  .about-reference-grid > .about-image-panel:nth-child(3) { order: 4; }
  .about-copy-panel { padding: 42px 22px 34px; background: #fbf7ef; }
  .about-image-panel { min-height: 285px; margin: 0 22px 18px; border-radius: 12px; box-shadow: 0 18px 38px rgba(12,18,33,.10); }
  .about-image-panel:nth-child(3) { margin-top: 6px; }
  .about-image-panel img { border-radius: 12px; }
  .tiny-reasons span { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(12,18,33,.12); padding: 14px 0; }
  .tiny-reasons span:last-child { border-bottom: 0; }
}

@media (max-width: 420px) {
  .about-image-panel { min-height: 235px; margin-left: 16px; margin-right: 16px; }
}
