/* AICCA theme — design system tokens and components. Nexgen Business Solutions, 2026. */
:root {
  --navy: #0E2A47; --navy-deep: #081A2E; --navy-soft: #16385E;
  --paper: #F6F2EA; --ivory: #FBF9F4; --line: #E3DCCF;
  --gold: #C9A24A; --gold-text: #6F5411; --gold-soft: #F1E6C8;
  --ink: #14202E; --slate: #3C4A5C; --muted: #4F5A67; --success: #2F7D4F;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --radius: 14px; --radius-sm: 8px; --shadow: 0 18px 50px rgba(8, 26, 46, .14); --shadow-sm: 0 6px 20px rgba(8, 26, 46, .08);
  --container: 1200px; --gutter: 20px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--slate); font: 400 18px/1.6 var(--sans); overflow-x: hidden; font-synthesis: none; }
strong, b, .btn, .eyebrow, .footer-h, summary, .contact-card strong, .terms-list dt, .price-sub, .step-num, .cred-kicker { font-weight: 600; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy-soft); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, .big-price { font-family: var(--serif); color: var(--ink); margin: 0 0 .5em; font-weight: 600; font-synthesis: none; letter-spacing: -.01em; font-variation-settings: 'opsz' 96; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.5rem); line-height: 1.04; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); line-height: 1.12; }
h3 { font-size: 1.35rem; line-height: 1.25; font-weight: 600; }
p { margin: 0 0 1em; }
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container.narrow { max-width: 800px; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-sub { font-size: 1.15rem; color: var(--muted); }
.eyebrow { font: 600 .82rem/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--gold-text); margin: 0 0 .9em; }
.lead { font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.55; color: var(--slate); }
.center { text-align: center; }
.center-block { margin: 56px auto 0; }
.text-link { font-weight: 600; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 1000; border-radius: 6px; }
.skip:focus { left: 8px; }
.ic { width: 22px; height: 22px; flex: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 26px; border-radius: 999px; font: 600 1.05rem/1.2 var(--sans); text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; cursor: pointer; }
.btn-primary { background: var(--gold); color: var(--ink); border-color: var(--gold); box-shadow: 0 8px 22px rgba(201, 162, 74, .35); }
.btn-primary:hover { background: #D9B45C; color: var(--ink); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-secondary:hover { background: var(--navy); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 28px 0 0; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 249, 244, .92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 24px; width: min(1360px, 100% - 2 * var(--gutter)); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.wordmark { display: none; border-left: 1px solid var(--line); padding-left: 14px; }
.wordmark-name { display: block; font: 600 .86rem/1.3 var(--sans); letter-spacing: .02em; color: var(--ink); text-transform: uppercase; }
@media (min-width: 1200px) { .wordmark { display: block; } }
.brand img { width: 228px; height: auto; }
@media (max-width: 1023px) { .brand img { width: 190px; } }
@media (max-width: 480px) { .brand img { width: 170px; } }
.primary-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.primary-nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 12px; border-radius: 8px; text-decoration: none; font-weight: 500; color: var(--ink); }
.primary-nav a:hover { background: var(--gold-soft); }
.primary-nav .nav-cta a { padding: 10px 22px; min-height: 48px; margin-left: 8px; }
.primary-nav .nav-campus a { color: var(--navy); }
.nav-toggle { display: none; align-items: center; gap: 10px; min-height: 48px; padding: 8px 12px; background: none; border: 2px solid var(--navy); border-radius: 8px; font: 600 1rem var(--sans); color: var(--navy); cursor: pointer; }
.nav-toggle .bars { width: 22px; height: 2px; background: currentColor; box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor; display: block; }
@media (max-width: 1023px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 12px var(--gutter) 20px; }
  .primary-nav.open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; }
  .primary-nav a { min-height: 52px; font-size: 1.1rem; }
  .primary-nav .nav-cta a { margin: 8px 0 0; justify-content: center; }
}

/* Hero */
.hero { background: linear-gradient(180deg, var(--ivory) 0%, var(--paper) 100%); padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: auto -10% -40% auto; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px; background: radial-gradient(closest-side, rgba(201, 162, 74, .18), transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; position: relative; }
.hero-copy h1 { margin-bottom: .45em; }
.hero-copy h1::after { content: ''; display: block; width: 72px; height: 4px; background: var(--gold); margin-top: 22px; border-radius: 2px; }
.chips { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: .98rem; }
.chips li { display: inline-flex; align-items: center; gap: 8px; }
.chips .ic { color: var(--gold-text); }
.hero-visual { position: relative; }
.btn-ghost.on-paper { color: var(--navy); border-color: var(--navy); }
.hero-photo { margin: 0; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; }
.cred-stack { position: absolute; left: -16px; bottom: -28px; display: flex; align-items: flex-end; gap: 12px; }
.cred { background: var(--ivory); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-sm); }
.cred-cert { width: 190px; padding: 14px 16px; display: grid; gap: 4px; border-top: 6px solid var(--navy); }
.cred-kicker { font: 600 .68rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--gold-text); }
.cred-title { font: 600 .95rem/1.25 var(--serif); color: var(--ink); }
.cred-sub { font-size: .68rem; color: var(--muted); line-height: 1.3; }
.cred-badge { padding: 8px; background: var(--navy); border-color: var(--navy); }
.cred-badge img { width: 78px; height: auto; }
.cred-id { width: 150px; padding: 12px; display: grid; grid-template-columns: 44px 1fr; gap: 8px 10px; align-items: center; background: linear-gradient(135deg, var(--ivory), #EFE8DA); }
.cred-id .cred-kicker { grid-column: 1 / -1; }
.cred-photo { width: 44px; height: 52px; border-radius: 6px; background: linear-gradient(180deg, #C9D4E2, #8FA3BC); }
.cred-lines { display: grid; gap: 6px; }
.cred-lines i { display: block; height: 6px; border-radius: 3px; background: #D5CDBD; }
.cred-lines i:first-child { width: 80%; background: var(--navy); }
@media (max-width: 899px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 12px; padding-bottom: 40px; }
  .cred-stack { left: 8px; bottom: 0; gap: 8px; }
  .cred-cert { width: 160px; }
  .cred-id { display: none; }
}

/* Scope statement */
.scope { background: var(--navy); color: #E8EEF5; }
.scope-inner { padding: 26px 0; font-size: 1.02rem; line-height: 1.55; }
.scope-line { margin: 22px 0 0; font-size: .98rem; color: var(--slate); display: flex; gap: 8px; align-items: flex-start; max-width: 60ch; }
.scope-line .ic { color: var(--gold-text); margin-top: 3px; }
.inline-cta { margin-top: clamp(28px, 4vw, 44px); display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; }
.inline-cta p { margin: 0; color: var(--muted); }
.scope-inner p { margin: 0; max-width: 1000px; }
.scope-inner strong { color: #fff; }

/* Serve strip */
.serve-strip { padding: 48px 0; border-bottom: 1px solid var(--line); }
.strip-label { text-align: center; color: var(--muted); font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; margin-bottom: 20px; }
.strip { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; }
.strip li { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ink); }
.strip .ic { color: var(--gold-text); width: 26px; height: 26px; }
.strip-note { text-align: center; margin: 22px 0 0; color: var(--muted); font-size: .95rem; }

/* Receive */
.receive-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.receive-photo { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.receive-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.receive-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.receive-list .num { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font: 600 1rem var(--serif); }
.receive-list h3 { margin-bottom: .2em; }
.receive-list p { margin: 0; color: var(--muted); }
@media (max-width: 899px) { .receive-grid { grid-template-columns: 1fr; } }

/* Steps */
.path { background: var(--ivory); border-block: 1px solid var(--line); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; counter-reset: step; }
.steps li { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; position: relative; }
.step-num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: var(--ink); font: 600 1.05rem var(--serif); margin-bottom: 14px; }
.steps h3 { font-size: 1.2rem; margin-bottom: .35em; }
.steps p { margin: 0; color: var(--muted); font-size: .98rem; }
.path-note { margin-top: 26px; font-weight: 500; color: var(--ink); }
@media (max-width: 1023px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 599px) { .steps { grid-template-columns: 1fr; } }

/* Curriculum */
.courses { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.course-training { grid-column: 1 / -1; background: var(--navy); color: #E8EEF5; border-color: var(--navy); }
.course-training h3 { color: #fff; }
.course-training .course-kicker { color: var(--gold); }
.course-training header p:last-child { color: #C9D4E2; }
.course-training .exam, .course-training .exam .ic { color: var(--gold); }
.course { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.course .exam { margin-top: auto; padding-top: 18px; }
.course-kicker { font: 600 .8rem/1.3 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--gold-text); margin: 0 0 .5em; }
.course header p:last-child { color: var(--muted); }
.lessons summary { cursor: pointer; font-weight: 600; color: var(--navy); padding: 10px 0; list-style: none; display: flex; align-items: center; gap: 8px; }
.lessons summary { min-height: 44px; }
.lessons summary::before { content: '+'; display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--gold-soft); color: var(--ink); font-weight: 700; }
.lessons[open] summary::before { content: '–'; }
.lessons summary::-webkit-details-marker { display: none; }
.lessons ol, .lesson-list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 6px; }
.lessons li, .lesson-list li { display: grid; grid-template-columns: 84px 1fr; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); color: var(--ink); }
.lessons li span, .lesson-list li span { color: var(--muted); font-size: .9rem; }
.exam { margin: 18px 0 0; display: flex; gap: 8px; align-items: center; color: var(--success); font-weight: 500; }
.exam .ic { color: var(--success); }
.preview { margin-top: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 4vw, 56px); align-items: center; background: var(--navy); color: #E8EEF5; border-radius: 22px; padding: clamp(28px, 4vw, 48px); }
.preview h3 { color: #fff; font-size: 1.7rem; }
.preview .eyebrow { color: var(--gold); }
.preview p { color: #C9D4E2; }
.preview-frame { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); background: #000; aspect-ratio: 16 / 9; }
.preview-frame video { width: 100%; height: 100%; object-fit: cover; }
.preview .btn-secondary { color: #fff; border-color: rgba(255, 255, 255, .6); }
.preview .btn-secondary:hover { background: #fff; color: var(--navy); }
@media (max-width: 899px) { .courses, .preview { grid-template-columns: 1fr; } }

/* Settings tabs */
.settings { background: var(--ivory); border-block: 1px solid var(--line); }
.tablist { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.tablist button { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 18px; border-radius: 999px; border: 2px solid var(--line); background: var(--paper); font: 600 1rem var(--sans); color: var(--ink); cursor: pointer; }
.tablist button[aria-selected="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.tablist .ic { color: currentColor; }
.tabs [role="tabpanel"] { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.tabs [role="tabpanel"][hidden] { display: none; }
.tabs figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3 / 2; }
.tabs figure img { width: 100%; height: 100%; object-fit: cover; }
.panel-copy h3 { font-size: 1.6rem; }
.panel-copy p { font-size: 1.1rem; }
.setting-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.setting-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.setting-card figure { margin: 0; aspect-ratio: 3 / 2; }
.setting-card figure img { width: 100%; height: 100%; object-fit: cover; }
.setting-card h3 { margin: 18px 18px 6px; font-size: 1.2rem; }
.setting-card p { margin: 0 18px 20px; color: var(--muted); font-size: .98rem; }
@media (max-width: 899px) { .tabs [role="tabpanel"] { grid-template-columns: 1fr; } }

/* Who */
.who-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.who-copy em { font-family: var(--serif); font-style: italic; color: var(--ink); }
.who-photo { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.who-photo figcaption { padding: 12px 16px; background: var(--navy); color: #C9D4E2; font-size: .9rem; }
@media (max-width: 899px) { .who-grid { grid-template-columns: 1fr; } }

/* Pricing */
.pricing { background: var(--navy-deep); color: #C9D4E2; }
.pricing h2, .pricing .eyebrow { color: #fff; }
.pricing .eyebrow { color: var(--gold); }
.pricing-grid, .enroll-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.price-card { background: var(--ivory); color: var(--slate); border-radius: 22px; padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow); }
.price-card.alt { background: var(--paper); border: 1px solid var(--line); box-shadow: none; }
.price-card .eyebrow { color: var(--gold-text); }
.big-price { font-size: clamp(3rem, 6vw, 4.5rem); line-height: 1; margin: 0; color: var(--ink); }
.big-price .currency { font-size: .5em; vertical-align: super; margin-right: 2px; }
.big-price .per { font: 500 1.1rem var(--sans); color: var(--muted); margin-left: 6px; }
.price-sub { font-weight: 600; color: var(--ink); margin: 6px 0 22px; }
.check-list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list .ic { color: var(--success); margin-top: 3px; }
.fine { font-size: .92rem; color: var(--muted); margin: 16px 0 0; }
.req-list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 12px; }
.req-list li { padding-left: 30px; position: relative; }
.req-list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); }
.req-list.big li { font-size: 1.12rem; color: var(--ink); }
.req .text-link { color: var(--gold); }
@media (max-width: 899px) { .pricing-grid, .enroll-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq { display: grid; gap: 10px; margin-bottom: 26px; }
.faq-item { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 22px; }
.faq-item summary { cursor: pointer; font: 600 1.12rem/1.4 var(--sans); color: var(--ink); padding: 16px 52px 16px 0; min-height: 60px; display: flex; align-items: center; position: relative; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: -6px; top: 8px; width: 44px; height: 44px; font-size: 1.3rem; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; font-weight: 700; color: var(--ink); }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { margin: 0 0 18px; }

/* Final CTA */
.final-cta { background: var(--navy); color: #E8EEF5; padding: clamp(56px, 8vw, 96px) 0; }
.final-inner { text-align: center; max-width: 760px; }
.final-cta h2 { color: #fff; }
.final-cta .cta-row { justify-content: center; }

/* Page heads */
.page-head { padding: clamp(40px, 6vw, 72px) 0 clamp(32px, 5vw, 56px); background: linear-gradient(180deg, var(--ivory), var(--paper)); border-bottom: 1px solid var(--line); }
.page-head .container { max-width: var(--container); }
.page-head-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.page-head h1 { max-width: 18ch; }
.page-head .lead { max-width: 60ch; }
.page-head-figure { margin: 0; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.page-head-figure img { width: 100%; height: 100%; object-fit: cover; }
.page-head-figure.badge { aspect-ratio: auto; box-shadow: none; display: grid; place-items: center; background: var(--navy); border-radius: 18px; padding: 32px; }
.page-head-figure.badge img { width: 180px; height: auto; object-fit: contain; }
@media (max-width: 899px) { .page-head-grid { grid-template-columns: 1fr; } .page-head-figure { max-width: 520px; } }
.page-head + .section { padding-top: clamp(48px, 7vw, 80px); }
.terms-list { display: grid; grid-template-columns: 200px 1fr; gap: 14px 24px; margin: 0; }
.terms-list dt { font-weight: 600; color: var(--ink); }
.terms-list dd { margin: 0; }
@media (max-width: 599px) { .terms-list { grid-template-columns: 1fr; gap: 4px 0; } .terms-list dd { margin-bottom: 14px; } }
.how-campus { margin-top: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.how-campus figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
@media (max-width: 899px) { .how-campus { grid-template-columns: 1fr; } }
.ethics-list { counter-reset: e; list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.ethics-list li { counter-increment: e; padding: 18px 20px 18px 64px; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-sm); position: relative; color: var(--ink); }
.ethics-list li::before { content: counter(e); position: absolute; left: 18px; top: 14px; width: 32px; height: 32px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font: 600 .95rem var(--serif); }
.prose h2 { margin-top: 1.6em; }
.prose p, .prose li { max-width: 70ch; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 4vw, 56px); }
.contact-cards { display: grid; gap: 12px; align-content: start; }
.contact-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; color: var(--slate); }
.contact-card .ic { color: var(--gold-text); margin-top: 3px; }
.contact-card strong { display: block; color: var(--ink); margin-bottom: 2px; }
.contact-form-wrap h2 { font-size: 1.6rem; }
.wpcf7 label { display: block; font-weight: 600; color: var(--ink); margin-bottom: 14px; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .woocommerce input.input-text, .woocommerce textarea { width: 100%; font: inherit; padding: 12px 14px; border: 2px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); margin-top: 6px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border-color: var(--navy); outline: none; }
.wpcf7 .wpcf7-submit, .woocommerce button.button, .woocommerce .button, .wc-block-components-button { background: var(--gold) !important; color: var(--ink) !important; border: 0; border-radius: 999px; padding: 14px 28px; font: 600 1.05rem var(--sans); cursor: pointer; }
.wpcf7-not-valid-tip, .wpcf7-response-output { font-size: .95rem; }
@media (max-width: 899px) { .contact-grid { grid-template-columns: 1fr; } }

/* WooCommerce wrappers */
.woo { padding-top: clamp(32px, 5vw, 56px); }
.wc-block-components-product-price, .wc-block-components-totals-item, .wc-block-components-order-summary, .wc-block-components-product-name, .wc-block-components-totals-footer-item { font-family: var(--sans) !important; font-size: 1rem !important; }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-size: 1.25rem !important; font-weight: 700; }
.wc-block-checkout, .wp-block-woocommerce-checkout { max-width: 100%; overflow-x: hidden; }
.checkout-reassure { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin: 0 0 28px; list-style: none; padding: 0; }
.checkout-reassure li { display: flex; gap: 10px; align-items: flex-start; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; font-size: .98rem; color: var(--ink); }
.checkout-reassure .ic { color: var(--gold-text); margin-top: 2px; }
.checkout-help { margin: 24px 0 0; color: var(--muted); }
.woo h1, .woocommerce-account h1 { font-size: 2rem; }
.woocommerce-form-login, .woocommerce-MyAccount-navigation ul { list-style: none; }

/* Footer */
.site-footer { background: var(--navy-deep); color: #C9D4E2; padding: clamp(48px, 7vw, 80px) 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand p { margin-top: 18px; max-width: 34ch; font-size: .98rem; }
.footer-h { font: 600 .82rem/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin: 0 0 16px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-list li { display: flex; gap: 10px; align-items: flex-start; }
.footer-list .ic { color: var(--gold); margin-top: 2px; }
.footer-list a { color: #fff; text-decoration: none; }
.footer-list a:hover { text-decoration: underline; }
.footer-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .9rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #fff; }
@media (max-width: 899px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 599px) { .footer-grid { grid-template-columns: 1fr; } }

/* Mobile CTA bar */
.mobile-cta { display: none; }
@media (max-width: 767px) {
  body.is-home .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(8, 26, 46, .96); color: #fff; transform: translateY(110%); transition: transform .3s ease; }
  body.is-home .mobile-cta.show { transform: none; }
  .mobile-cta span { font-size: .9rem; }
  .mobile-cta .btn { min-height: 44px; padding: 8px 18px; font-size: .98rem; }
  body.is-home { padding-bottom: 72px; }
}

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .btn { transition: none; } }
.no-js .reveal { opacity: 1; transform: none; }

/* Instructor card */
.instructor { display: flex; gap: 20px; align-items: center; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-top: clamp(28px, 4vw, 44px); max-width: 760px; }
.instructor .monogram { width: 64px; height: 64px; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font: 600 1.4rem var(--serif); flex: none; }
.instructor h3 { margin: 0 0 4px; font-size: 1.2rem; }
.instructor p { margin: 0; color: var(--muted); font-size: .98rem; }
/* Contact form labels */
.wpcf7 label span.wpcf7-form-control-wrap { display: block; font-weight: 400; }
/* Store pages: wider container, sans headings inside the checkout/account blocks, no product blurb in the summary */
.woocommerce-checkout .container.narrow, .woocommerce-cart .container.narrow, .woocommerce-account .container.narrow { max-width: 1100px; }
.wc-block-components-checkout-step__title, .wc-block-components-title, .wc-block-components-order-summary__button-text, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 { font-family: var(--sans) !important; font-weight: 600; letter-spacing: 0; }
.wc-block-components-product-metadata { display: none; }
.wc-block-components-order-summary-item__quantity { background: var(--navy); }

/* Full-bleed hero slider */
.hero-slider { position: relative; height: clamp(640px, 88vh, 860px); background: var(--navy-deep); color: #fff; overflow: hidden; isolation: isolate; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hero-slider .slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility 0s linear .9s; display: flex; align-items: center; padding: clamp(56px, 8vh, 100px) 0 clamp(150px, 18vh, 190px); }
.hero-slider .slide.is-active { opacity: 1; visibility: visible; transition: opacity .9s ease; z-index: 1; }
.slide-bg { position: absolute; inset: 0; z-index: -2; }
.slide-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; }
.slide-video { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; }
.hero-slider .slide::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6, 18, 33, .88) 0%, rgba(6, 18, 33, .72) 38%, rgba(6, 18, 33, .25) 62%, rgba(6, 18, 33, .1) 100%), linear-gradient(180deg, rgba(6, 18, 33, .35) 0%, rgba(6, 18, 33, 0) 30%, rgba(6, 18, 33, .55) 100%); }
.slide-content { position: relative; z-index: 1; max-width: 640px; margin-left: max(var(--gutter), calc((100% - var(--container)) / 2)); }
.eyebrow.light { color: #E6D3A3; }
.eyebrow.light::before { content: '\2726\00a0\00a0'; }
.hero-slider h1, .hero-slider .h1 { font-family: var(--serif); color: #fff; font-size: clamp(2.6rem, 6.2vw, 5rem); line-height: 1.02; letter-spacing: -.015em; margin: 0 0 .4em; font-weight: 500; font-variation-settings: 'opsz' 144; }
.hero-slider h1 em, .hero-slider .h1 em { font-style: italic; color: #E6C77A; font-weight: 400; }
.slide-sub { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.55; color: #EEF2F6; max-width: 48ch; margin: 0 0 8px; }
.btn-cream { background: #F6F2EA; color: var(--ink); border-color: #F6F2EA; }
.btn-cream:hover { background: #fff; color: var(--ink); transform: translateY(-1px); }
.slide-controls { position: absolute; left: 0; right: 0; bottom: clamp(22px, 4vh, 40px); z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-left: max(var(--gutter), calc((100% - var(--container)) / 2)); }
.slide-dots { display: flex; gap: 8px; }
.slide-dots button { width: 44px; height: 44px; background: none; border: 0; padding: 0; display: grid; place-items: center; cursor: pointer; }
.slide-dots button span { width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, .45); border: 2px solid rgba(255, 255, 255, .7); transition: all .2s; }
.slide-dots button[aria-selected="true"] span { background: #E6C77A; border-color: #E6C77A; width: 30px; border-radius: 8px; }
.slide-arrows { display: flex; gap: 8px; }
.slide-btn { width: 46px; height: 46px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .55); background: rgba(6, 18, 33, .35); color: #fff; display: grid; place-items: center; cursor: pointer; }
.slide-btn:hover { background: #fff; color: var(--ink); }
.slide-btn .ic-play { display: none; }
.slide-btn[aria-pressed="true"] .ic-play { display: block; }
.slide-btn[aria-pressed="true"] .ic-pause { display: none; }
.slide-scope { margin: 0; display: flex; gap: 8px; align-items: flex-start; color: #D5DEE8; font-size: .95rem; max-width: 56ch; }
.slide-scope .ic { color: #E6C77A; margin-top: 3px; }
.slide-scope a { color: #fff; }
.image-note { position: absolute; right: 20px; bottom: 12px; z-index: 2; margin: 0; font-size: .75rem; color: rgba(255, 255, 255, .55); }
@media (max-width: 767px) {
  .hero-slider { height: 720px; }
  .hero-slider .slide { padding: 40px 0 236px; }
  .slide-bg img { object-position: 42% 25%; }
  .slide-controls { bottom: 18px; }
  .slide-controls .slide-scope { order: -1; flex-basis: 100%; }
  .hero-slider .slide::before { background: linear-gradient(180deg, rgba(6, 18, 33, .35) 0%, rgba(6, 18, 33, .55) 40%, rgba(6, 18, 33, .9) 100%); }
  .slide-content { align-self: flex-end; }
  .hero-slider .cta-row { gap: 10px; }
  .hero-slider .cta-row .btn { min-height: 48px; padding: 10px 20px; font-size: 1rem; }
  .hero-slider h1, .hero-slider .h1 { font-size: 2.4rem; }
  .slide-controls { gap: 12px 18px; right: 20px; }
  .slide-scope { font-size: .88rem; }
  .image-note { display: none; }
}
@media (prefers-reduced-motion: reduce) { .hero-slider .slide { transition: none; } .slide-video { display: none; } }
.slide-dots button:focus-visible, .slide-btn:focus-visible, .hero-slider .btn:focus-visible { outline: 3px solid #E6C77A; outline-offset: 3px; }
/* Slide text: leaves fast, arrives after the photo has settled (no text-on-text during the crossfade) */
.hero-slider .slide .slide-content { opacity: 0; transform: translateY(14px); transition: opacity .25s ease, transform .25s ease; }
.hero-slider .slide.is-active .slide-content { opacity: 1; transform: none; transition: opacity .55s ease .45s, transform .55s ease .45s; }
@media (prefers-reduced-motion: reduce) { .hero-slider .slide .slide-content, .hero-slider .slide.is-active .slide-content { transition: none; transform: none; } }

/* Full-width page hero (inner pages) */
.page-hero { position: relative; isolation: isolate; height: clamp(440px, 56vh, 620px); background: var(--navy-deep); color: #fff; display: flex; align-items: center; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; z-index: -1; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 35%; }
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6, 18, 33, .88) 0%, rgba(6, 18, 33, .7) 40%, rgba(6, 18, 33, .22) 66%, rgba(6, 18, 33, .08) 100%), linear-gradient(180deg, rgba(6, 18, 33, .3) 0%, rgba(6, 18, 33, 0) 35%, rgba(6, 18, 33, .5) 100%); }
.page-hero-content { position: relative; z-index: 1; max-width: 680px; margin-left: max(var(--gutter), calc((100% - var(--container)) / 2)); padding: 40px 0; }
.page-hero h1 { color: #fff; font-size: clamp(2.3rem, 4.8vw, 3.9rem); line-height: 1.05; font-weight: 500; font-variation-settings: 'opsz' 144; margin-bottom: .4em; }
.page-hero h1 em { font-style: italic; color: #E6C77A; font-weight: 400; }
.page-hero .lead { color: #EEF2F6; max-width: 52ch; }
.page-hero .cta-row { margin-top: 22px; }
.page-hero + .section { padding-top: clamp(48px, 7vw, 80px); }
@media (max-width: 767px) { .page-hero { height: auto; min-height: 480px; align-items: flex-end; } .page-hero::before { background: linear-gradient(180deg, rgba(6, 18, 33, .3) 0%, rgba(6, 18, 33, .55) 40%, rgba(6, 18, 33, .92) 100%); } .page-hero-bg img { object-position: 60% 30%; } .page-hero-content { padding: 140px 0 36px; } }
