/*
Theme Name: SOAR Executive
Theme URI: https://soarconsultancy.org/
Author: Smart Interventions
Author URI: https://smartinterventions.org/
Description: A premium, mobile-first WordPress theme created for SOAR Consultancy, specialists in dental practice management and consulting.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soar-executive
Tags: custom-logo, custom-menu, featured-images, full-width-template, block-styles, editor-style, accessibility-ready
*/

:root {
  --soar-navy: #031c35;
  --soar-navy-2: #072845;
  --soar-blue: #1f79d0;
  --soar-sky: #54a9ee;
  --soar-gold: #f2b63d;
  --soar-gold-soft: #ffd875;
  --soar-white: #ffffff;
  --soar-mist: #eaf2f8;
  --soar-ink: #0b1724;
  --soar-muted: #aabbd0;
  --soar-line: rgba(84,169,238,.24);
  --soar-card: rgba(9,45,77,.72);
  --soar-radius: 10px;
  --soar-shadow: 0 24px 80px rgba(0,0,0,.22);
  --soar-max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--soar-white);
  background: var(--soar-navy);
  font-family: "Manrope", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3,h4 { line-height: 1.14; letter-spacing: -.035em; }
p { color: var(--soar-muted); }
::selection { background: var(--soar-gold); color: var(--soar-navy); }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  clip: auto; width: auto; height: auto; padding: .75rem 1rem; margin: 0;
  top: 8px; left: 8px; z-index: 99999; background: #fff; color: #000;
}
.container { width: min(calc(100% - 40px), var(--soar-max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 94px 0; border-top: 1px solid var(--soar-line); }
.section--compact { padding: 58px 0; }
.section--alt { background: linear-gradient(135deg, rgba(31,121,208,.08), transparent 60%); }
.section--light { background: var(--soar-mist); color: var(--soar-navy); }
.section--light p { color: #496075; }
.eyebrow {
  display: block; margin-bottom: 16px; color: var(--soar-gold); font-size: .78rem;
  font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.section-title { max-width: 760px; margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.75rem); }
.section-intro { max-width: 720px; margin-bottom: 42px; font-size: 1.08rem; }
.gold { color: var(--soar-gold); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 21px; border: 1px solid var(--soar-gold);
  border-radius: 4px; background: var(--soar-gold); color: var(--soar-navy);
  font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(242,182,61,.22); }
.button--outline { background: transparent; color: var(--soar-white); border-color: rgba(255,255,255,.35); }
.button--outline:hover { border-color: var(--soar-gold); color: var(--soar-gold); }
.text-link { color: var(--soar-gold); font-weight: 800; }
.text-link::after { content: " →"; }

.site-header {
  position: sticky; top: 0; z-index: 1000; min-height: 86px; display: flex; align-items: center;
  background: rgba(3,28,53,.92); border-bottom: 1px solid rgba(84,169,238,.18);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.header-inner { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 205px; height: 74px; object-fit: contain; object-position: left center; }
.primary-nav ul { display: flex; justify-content: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; padding: 12px 0; color: #dfe8f1; font-size: .85rem; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--soar-gold); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: #fff; }

.hero { min-height: 520px; display: grid; grid-template-columns: 1.08fr .92fr; border-bottom: 1px solid var(--soar-line); overflow: hidden; }
.hero-copy { display: flex; align-items: center; padding: 62px max(32px, calc((100vw - var(--soar-max))/2)); padding-right: 5vw; }
.hero-copy-inner { max-width: 620px; }
.hero h1 { margin-bottom: 20px; font-size: clamp(3rem, 5.2vw, 5.65rem); }
.hero .lead { max-width: 570px; margin-bottom: 30px; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { margin: 24px 0 0; font-size: .82rem; }
.hero-visual {
  position: relative; height: 520px; min-height: 0; display: flex; align-items: center;
  padding: 64px clamp(48px, 6vw, 104px) 64px clamp(76px, 8vw, 138px);
  overflow: hidden; isolation: isolate;
  clip-path: polygon(18% 0,100% 0,100% 100%,0 100%);
  border-left: 3px solid var(--soar-gold);
  background:
    radial-gradient(circle at 92% 22%, rgba(242,182,61,.10), transparent 30%),
    radial-gradient(circle at 80% 86%, rgba(31,121,208,.13), transparent 35%),
    linear-gradient(145deg, #092a48 0%, #031c35 58%, #021426 100%);
}
.hero-visual::before,
.hero-visual::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  border: 1px solid rgba(242,182,61,.42); border-radius: 50%;
}
.hero-visual::before { width: 620px; height: 720px; right: -500px; top: -105px; }
.hero-visual::after { width: 760px; height: 900px; right: -630px; top: -195px; opacity: .5; }
.hero-statement { width: min(100%, 560px); }
.hero-statement-kicker {
  display: block; margin-bottom: 22px; color: var(--soar-gold);
  font-size: clamp(.72rem, .9vw, .9rem); font-weight: 800;
  letter-spacing: .34em; text-transform: uppercase;
}
.hero-statement-word {
  display: block; color: #f8f4ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.45rem, 5.1vw, 6rem); line-height: .93;
  letter-spacing: -.055em;
}
.hero-statement-word--dental { font-style: italic; font-weight: 400; }
.hero-statement-rule {
  display: block; width: min(230px, 55%); height: 2px; margin-top: 34px;
  background: linear-gradient(90deg, var(--soar-gold), rgba(242,182,61,0));
}

.proof-strip { background: #04192d; border-bottom: 1px solid var(--soar-line); }
.proof-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.proof-item { display: flex; gap: 12px; align-items: center; min-height: 98px; padding: 18px; border-right: 1px solid var(--soar-line); font-size: .82rem; font-weight: 800; line-height: 1.35; }
.proof-item:first-child { border-left: 1px solid var(--soar-line); }
.proof-icon { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border: 1px solid var(--soar-gold); border-radius: 50%; color: var(--soar-gold); }

.challenge-grid { display: grid; grid-template-columns: .82fr 1.45fr; gap: 80px; align-items: start; }
.pain-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px 38px; }
.pain { display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
.pain span { color: var(--soar-sky); font-size: 1.55rem; }
.pain h3 { margin: 0 0 5px; font-size: 1rem; letter-spacing: -.015em; }
.pain p { margin: 0; font-size: .88rem; }

.cards { display: grid; gap: 18px; }
.cards--4 { grid-template-columns: repeat(4,1fr); }
.cards--3 { grid-template-columns: repeat(3,1fr); }
.card { position: relative; padding: 30px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: linear-gradient(145deg, var(--soar-card), rgba(3,28,53,.5)); overflow: hidden; }
.card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 2px; background: linear-gradient(90deg,var(--soar-gold),transparent 75%); opacity: 0; transition: opacity .2s ease; }
.card:hover::before { opacity: 1; }
.card-number { display: block; margin-bottom: 38px; color: var(--soar-gold); font-size: 2rem; font-weight: 500; }
.card h3 { font-size: 1.24rem; }
.card p { font-size: .93rem; }
.package-meta { margin: 18px 0; padding-top: 16px; border-top: 1px solid var(--soar-line); color: #dce8f3; font-size: .82rem; }
.package-meta strong { color: var(--soar-gold); }
.feature-list { margin: 20px 0 28px; padding: 0; list-style: none; }
.feature-list li { position: relative; margin: 10px 0; padding-left: 22px; color: #dce8f3; font-size: .91rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--soar-sky); font-weight: 900; }

.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.project-card { border: 1px solid var(--soar-line); border-radius: var(--soar-radius); overflow: hidden; background: rgba(3,28,53,.55); }
.project-media { height: 330px; overflow: hidden; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-media img { transform: scale(1.025); }
.project-body { padding: 26px; }
.project-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.project-title-row h3 { font-size: 1.32rem; }
.location { color: var(--soar-gold); font-size: .78rem; white-space: nowrap; }
.result-tags { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--soar-line); }
.result-tags span { padding: 0 10px; border-right: 1px solid var(--soar-line); color: #dce8f3; font-size: .75rem; text-align: center; }
.result-tags span:last-child { border-right: 0; }

.split { display: grid; grid-template-columns: repeat(2,1fr); align-items: stretch; }
.split-copy { padding: 70px max(28px, calc((100vw - var(--soar-max))/2)); padding-right: 60px; }
.split-media { min-height: 520px; overflow: hidden; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.founder-media img { object-position: center 12%; background: #fff; }

.founder-home { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: 70px; align-items: center; }
.founder-home-portrait { max-height: 430px; overflow: hidden; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: #fff; }
.founder-home-portrait img { width: 100%; height: 430px; object-fit: cover; object-position: center 12%; }
.founder-home-copy { max-width: 680px; }
.founder-profile { display: grid; grid-template-columns: minmax(300px, 440px) 1fr; gap: 78px; align-items: start; }
.founder-portrait { max-height: 640px; overflow: hidden; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: #fff; box-shadow: var(--soar-shadow); }
.founder-portrait img { width: 100%; height: 640px; object-fit: cover; object-position: center 10%; }
.founder-biography { max-width: 720px; }
.mission-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.mission-panel { padding: 42px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: rgba(3,28,53,.55); }
.mission-panel--accent { background: linear-gradient(145deg, rgba(31,121,208,.17), rgba(3,28,53,.72)); }
.mission-panel h2 { font-size: clamp(1.7rem,3vw,2.65rem); }

.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.quote-card { padding: 30px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: rgba(3,28,53,.7); }
.quote-mark { color: var(--soar-gold); font-size: 3rem; line-height: 1; }
.quote-card blockquote { margin: 12px 0 22px; color: #e5eef7; font-size: .98rem; }
.quote-card cite { color: var(--soar-gold); font-style: normal; font-weight: 800; }
.quote-role { display: block; margin-top: 3px; color: var(--soar-muted); font-size: .78rem; }

.cta-panel { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 32px; border: 2px solid var(--soar-gold); border-radius: var(--soar-radius); background: linear-gradient(90deg,rgba(31,121,208,.12),rgba(242,182,61,.05)); }
.cta-panel h2 { margin-bottom: 5px; font-size: clamp(1.45rem, 2.5vw, 2.25rem); }
.cta-panel p { margin-bottom: 0; }

.page-hero { padding: 120px 0 78px; background: radial-gradient(circle at 82% 15%, rgba(31,121,208,.20), transparent 30%), var(--soar-navy); border-bottom: 1px solid var(--soar-line); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 6vw, 5.8rem); }
.page-hero p { max-width: 720px; font-size: 1.18rem; }
.service-block { display: grid; grid-template-columns: 130px 1fr 240px; gap: 38px; padding: 48px 0; border-top: 1px solid var(--soar-line); }
.service-block:first-child { border-top: 0; }
.service-index { color: var(--soar-gold); font-size: 2.7rem; }
.service-block h2 { font-size: clamp(1.7rem,3vw,2.6rem); }
.service-details { padding: 24px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); align-self: start; background: rgba(9,45,77,.45); }
.service-details strong { display: block; margin-bottom: 28px; color: var(--soar-gold); font-size: 1.12rem; }
.service-details .eyebrow { margin-bottom: 8px; }
.service-details p { margin-bottom: 0; font-size: .9rem; }
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.capability-card { display: grid; grid-template-columns: 46px 1fr; gap: 5px 18px; padding: 28px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: rgba(3,28,53,.55); }
.capability-card > span { grid-row: 1 / span 2; color: var(--soar-gold); font-size: 1.3rem; font-weight: 800; }
.capability-card h3 { margin-bottom: 6px; }
.capability-card p { margin-bottom: 0; }
.process { counter-reset: process; }
.process-step { position: relative; padding: 30px 30px 30px 72px; border-left: 1px solid var(--soar-line); }
.process-step::before { counter-increment: process; content: counter(process, decimal-leading-zero); position: absolute; left: -22px; top: 25px; display: grid; place-items: center; width: 44px; height: 44px; background: var(--soar-navy); border: 1px solid var(--soar-gold); border-radius: 50%; color: var(--soar-gold); font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; }
.contact-card { padding: 34px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: var(--soar-card); }
.contact-list { padding: 0; list-style: none; }
.contact-list li { margin: 16px 0; }
.contact-list a { color: var(--soar-gold); font-weight: 800; }
.legacy-content { margin-top: 50px; padding-top: 45px; border-top: 1px solid var(--soar-line); }
.legacy-content h2, .legacy-content h3 { color: #fff; }
.legacy-content img { margin: 24px 0; border-radius: var(--soar-radius); }

.project-detail-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.project-location { max-width: 330px; padding: 18px 22px; border-left: 2px solid var(--soar-gold); background: rgba(31,121,208,.08); }
.project-location span { display: block; color: var(--soar-muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-location strong { display: block; margin-top: 5px; color: #fff; }
.project-facts { display: grid; grid-template-columns: repeat(4,1fr); margin: 40px 0; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); overflow: hidden; }
.project-facts div { min-height: 116px; padding: 24px; border-right: 1px solid var(--soar-line); }
.project-facts div:last-child { border-right: 0; }
.project-facts strong, .project-facts span { display: block; }
.project-facts strong { color: var(--soar-gold); font-size: 1.35rem; }
.project-facts span { color: var(--soar-muted); font-size: .8rem; }
.project-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-bottom: 46px; }
.project-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.project-gallery figure { margin: 0; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 7px; background: var(--soar-navy-2); }
.project-gallery img { width: 100%; height: 100%; object-fit: cover; }
.project-gallery--landscape { grid-template-columns: repeat(3,1fr); }
.project-gallery--landscape figure { aspect-ratio: 4 / 3; }

.training-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.lead-copy { color: #e5eef7; font-size: 1.15rem; }
.training-catalogue { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.training-module { padding: 30px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: rgba(3,28,53,.55); }
.training-module-heading { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.training-module-heading > span { color: var(--soar-gold); font-size: 1.2rem; font-weight: 800; }
.training-module-heading small { display: block; margin-bottom: 7px; color: var(--soar-sky); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.training-module h3 { margin-bottom: 14px; font-size: 1.25rem; }
.training-module ul { margin: 16px 0 0 57px; padding-left: 18px; color: var(--soar-muted); }
.training-module li { margin: 7px 0; }
.training-gallery { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.training-gallery figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 7px; }
.training-gallery img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-list { display: grid; gap: 26px; }
.testimonial-feature { display: grid; grid-template-columns: minmax(260px, .72fr) 1.5fr; gap: 54px; padding: 44px; border: 1px solid var(--soar-line); border-radius: var(--soar-radius); background: linear-gradient(145deg, rgba(9,45,77,.72), rgba(3,28,53,.55)); }
.testimonial-person { padding-right: 34px; border-right: 1px solid var(--soar-line); }
.testimonial-person h2 { margin-bottom: 18px; color: var(--soar-gold); font-size: 1.35rem; }
.testimonial-person p { margin-bottom: 7px; font-size: .8rem; }
.testimonial-copy p { color: #dfe8f1; }
.testimonial-copy p:last-child { margin-bottom: 0; }

.site-footer { border-top: 1px solid var(--soar-line); background: #021426; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr .9fr; gap: 50px; padding: 64px 0 42px; }
.footer-brand img { width: 190px; height: 80px; object-fit: contain; object-position: left center; }
.site-footer h3 { color: var(--soar-gold); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 7px 0; }
.footer-links a { color: #c5d2de; font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--soar-line); color: var(--soar-muted); font-size: .75rem; }
.social-row { display: flex; flex-wrap: wrap; gap: 13px; }
.social-row a { color: var(--soar-gold); font-weight: 800; }

.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 1200; display: grid; place-items: center; width: 58px; height: 58px; border: 3px solid #fff; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 38px rgba(0,0,0,.28); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 28px; height: 28px; fill: currentColor; }

.wp-block-image img, .entry-content img { border-radius: var(--soar-radius); }
.alignwide { width: min(calc(100% - 40px), var(--soar-max)); margin-inline: auto; }
.alignfull { width: 100%; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 190px 1fr auto; gap: 16px; }
  .primary-nav ul { gap: 17px; }
  .header-cta { display: none; }
  .cards--4 { grid-template-columns: repeat(2,1fr); }
  .proof-grid { grid-template-columns: repeat(3,1fr); }
  .proof-item:nth-child(4), .proof-item:nth-child(5) { border-top: 1px solid var(--soar-line); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .container, .narrow { width: min(calc(100% - 32px), var(--soar-max)); }
  .section { padding: 68px 0; }
  .header-inner { grid-template-columns: 1fr auto; }
  .brand img { width: 178px; height: 66px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 86px 0 auto; padding: 22px; background: #031c35; border-bottom: 1px solid var(--soar-line); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .primary-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .primary-nav ul { display: grid; gap: 2px; }
  .primary-nav a { display: block; padding: 13px 0; font-size: 1rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 20px 45px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.6rem); }
  .hero-visual {
    height: 340px; min-height: 0; padding: 52px 38px 48px 72px;
    clip-path: polygon(13% 0,100% 0,100% 100%,0 100%);
  }
  .hero-statement { width: min(100%, 510px); }
  .hero-statement-word { font-size: clamp(3.3rem, 11vw, 5.4rem); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 70px; border-left: 1px solid var(--soar-line); border-top: 1px solid var(--soar-line); }
  .challenge-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .pain-grid { grid-template-columns: 1fr; }
  .cards--3, .cards--4 { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-media { height: 285px; }
  .result-tags { grid-template-columns: repeat(2,1fr); row-gap: 18px; }
  .result-tags span:nth-child(2) { border-right: 0; }
  .split { grid-template-columns: 1fr; }
  .split-copy { padding: 62px 20px; }
  .split-media { min-height: 460px; }
  .quote-grid { grid-template-columns: 1fr; }
  .cta-panel { align-items: stretch; flex-direction: column; }
  .page-hero { padding: 82px 0 60px; }
  .service-block { grid-template-columns: 60px 1fr; gap: 20px; }
  .service-details { grid-column: 2; }
  .founder-home, .founder-profile, .mission-grid, .training-intro-grid, .training-catalogue, .testimonial-feature { grid-template-columns: 1fr; }
  .founder-home, .founder-profile { gap: 42px; }
  .founder-home-portrait { max-width: 320px; }
  .founder-portrait { max-width: 420px; }
  .capability-grid { grid-template-columns: 1fr; }
  .project-detail-heading { align-items: start; flex-direction: column; }
  .project-facts { grid-template-columns: repeat(2,1fr); }
  .project-story-grid { grid-template-columns: 1fr; gap: 24px; }
  .testimonial-person { padding-right: 0; padding-bottom: 24px; border-right: 0; border-bottom: 1px solid var(--soar-line); }
  .project-gallery { grid-template-columns: repeat(2,1fr); }
  .project-gallery--landscape { grid-template-columns: repeat(2,1fr); }
  .training-gallery { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }
  .hero-visual { height: 300px; min-height: 0; padding: 42px 25px 40px 48px; }
  .hero-statement-kicker { margin-bottom: 15px; font-size: .66rem; letter-spacing: .27em; }
  .hero-statement-word { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-statement-rule { margin-top: 24px; }
  .project-media { height: 240px; }
  .service-block { grid-template-columns: 1fr; }
  .service-index, .service-details { grid-column: 1; }
  .founder-home, .founder-profile, .mission-grid, .training-intro-grid, .training-catalogue, .testimonial-feature { grid-template-columns: 1fr; }
  .founder-home-portrait { max-width: 320px; }
  .founder-profile { gap: 34px; }
  .founder-portrait { max-width: 420px; max-height: 560px; }
  .founder-portrait img { height: 560px; }
  .capability-grid { grid-template-columns: 1fr; }
  .project-detail-heading { align-items: start; flex-direction: column; }
  .project-facts { grid-template-columns: repeat(2,1fr); }
  .project-facts div:nth-child(2) { border-right: 0; }
  .project-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--soar-line); }
  .project-story-grid { grid-template-columns: 1fr; gap: 24px; }
  .testimonial-person { padding-right: 0; padding-bottom: 24px; border-right: 0; border-bottom: 1px solid var(--soar-line); }
  .training-gallery { grid-template-columns: repeat(2,1fr); }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (max-width: 560px) {
  .project-gallery, .project-gallery--landscape, .training-gallery { grid-template-columns: 1fr; }
  .project-gallery figure, .project-gallery--landscape figure, .training-gallery figure { aspect-ratio: 4 / 3; }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts div { border-right: 0; border-bottom: 1px solid var(--soar-line); }
  .project-facts div:last-child { border-bottom: 0; }
  .testimonial-feature, .mission-panel { padding: 28px; }
}

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