:root {
    color-scheme: light;
    --ink: #12211c;
    --muted: #5b6963;
    --surface: #ffffff;
    --surface-soft: #f2f6f3;
    --brand: #176b4d;
    --brand-dark: #0e4935;
    --accent: #d9a441;
    --border: #dce5df;
    --shadow: 0 18px 50px rgba(19, 51, 39, .09);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--surface-soft); }
body { margin: 0; min-height: 100vh; padding-top: 76px; display: flex; flex-direction: column; }
a { color: var(--brand); }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 20; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px rgba(19,51,39,.1); backdrop-filter: blur(12px); }
.header-inner { width: min(1180px, calc(100% - 40px)); margin: auto; min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 750; font-size: 1.08rem; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); font-size: .78rem; letter-spacing: .06em; }
.header-inner nav { flex: 1; }
.main-menu { display: flex; align-items: center; gap: 5px; padding: 0; margin: 0; list-style: none; }
.main-menu > li { position: relative; }
.main-menu a, .main-menu span { display: block; padding: 10px 12px; color: var(--ink); text-decoration: none; border-radius: 8px; }
.main-menu a:hover { color: var(--brand); background: var(--surface-soft); }
.main-menu ul { display: none; position: absolute; top: 100%; left: 0; min-width: 210px; padding: 8px; list-style: none; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.main-menu li:hover > ul, .main-menu li:focus-within > ul { display: block; }
.account-menu { display: flex; align-items: center; gap: 12px; font-size: .92rem; }
.account-menu form { margin: 0; }
.link-button { border: 0; padding: 0; background: transparent; color: var(--brand); text-decoration: underline; cursor: pointer; font: inherit; }

.page-content { flex: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 56px 0 80px; }
.hero { min-height: 520px; display: grid; align-items: center; padding: 72px clamp(28px, 7vw, 92px); color: white; border-radius: 28px; background: radial-gradient(circle at 80% 20%, rgba(217,164,65,.35), transparent 30%), linear-gradient(135deg, #0f3c2d, #176b4d 65%, #247d5d); box-shadow: var(--shadow); }
.hero > div { max-width: 720px; }
.hero h1, .page-heading h1 { margin: 10px 0 18px; font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: 1.02; letter-spacing: -.045em; }
.hero p { max-width: 660px; color: rgba(255,255,255,.84); font-size: 1.18rem; line-height: 1.7; }
.eyebrow { color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-page-content { width: 100%; max-width: none; min-height: 0; padding: 0; }
.home-landing { min-height: calc(100svh - 149px); display: grid; color: white; background-color: #082629; background-image: linear-gradient(90deg, rgba(7,31,35,.92) 0%, rgba(8,39,42,.7) 42%, rgba(8,30,32,.18) 76%), url('/images/gaia-metis/home-earth.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; }
.home-landing-content { width: min(1180px, calc(100% - 48px)); margin: auto; padding: clamp(24px,4svh,48px) 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: clamp(14px,2.2svh,24px); }
.home-logo { width: clamp(220px,25vw,340px); max-width: 72vw; max-height: 22svh; object-fit: contain; object-position: left center; filter: brightness(0) invert(1) drop-shadow(0 8px 22px rgba(0,0,0,.28)); }
.home-message { width: min(580px,58vw); }
.home-message h1 { max-width: 580px; margin: 8px 0 14px; font-size: clamp(2rem,3.5vw,3.55rem); line-height: 1.02; letter-spacing: -.04em; }
.home-message p { max-width: 640px; margin: 0; color: rgba(255,255,255,.88); font-size: clamp(1rem,1.5vw,1.18rem); line-height: 1.55; }
.home-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 0; padding: 0; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 700; letter-spacing: .02em; list-style: none; }
.home-proof li { display: flex; align-items: center; gap: 8px; }
.home-proof li::before { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--accent); content: ""; }
.home-secondary-button { display: inline-flex; align-items: center; min-height: 46px; padding: 0 20px; color: white; border: 1px solid rgba(255,255,255,.65); border-radius: 9px; font-weight: 700; text-decoration: none; backdrop-filter: blur(8px); }
.home-social { display: flex; gap: 12px; }
.home-social a { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; background: white; box-shadow: 0 7px 18px rgba(0,0,0,.24); transition: transform .18s ease; }
.home-social a:hover { transform: translateY(-3px); }
.home-social img { width: 100%; height: 100%; object-fit: cover; }
.home-section { width: 100%; }
.home-section-inner { width: min(1180px, calc(100% - 48px)); margin: auto; }
.home-intro { padding: clamp(76px,10vw,130px) 0; background: var(--surface); }
.home-intro-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(44px,8vw,110px); align-items: start; }
.home-intro-copy { max-width: 650px; }
.home-intro-copy p { margin: 0 0 20px; color: var(--muted); font-size: clamp(1.05rem,1.7vw,1.25rem); line-height: 1.75; }
.home-intro-copy p:last-child { margin-bottom: 0; }
.home-capabilities { padding: clamp(72px,9vw,116px) 0; background: var(--surface-soft); }
.section-heading-wide { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading-light h2 { color: white; }
.text-link { flex: 0 0 auto; padding-bottom: 5px; color: var(--brand); font-weight: 750; text-decoration: none; }
.text-link span, .work-preview-card a span { display: inline-block; margin-left: 6px; transition: transform .18s ease; }
.text-link:hover span, .work-preview-card a:hover span { transform: translateX(4px); }
.text-link-light { color: var(--accent); }
.capability-list { margin-top: 48px; border-top: 1px solid #cbd8d0; }
.capability-list article { display: grid; grid-template-columns: 80px minmax(0,1fr); gap: 24px; padding: 34px 0; border-bottom: 1px solid #cbd8d0; }
.capability-index { padding-top: 4px; color: var(--brand); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.capability-list article div { display: grid; grid-template-columns: minmax(230px,.8fr) minmax(0,1.2fr); gap: clamp(30px,7vw,100px); }
.capability-list h3 { margin: 0; font-size: clamp(1.3rem,2.5vw,1.85rem); line-height: 1.2; }
.capability-list p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.7; }
.home-work { padding: clamp(76px,10vw,132px) 0; color: white; background: #0c201a; }
.work-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 48px; overflow: hidden; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.work-preview-card { min-height: 370px; display: flex; flex-direction: column; padding: clamp(28px,4vw,42px); background: #102820; }
.work-sector, .detail-label { color: var(--accent); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.work-preview-card h3 { margin: 22px 0 16px; font-size: clamp(1.45rem,2.5vw,2rem); line-height: 1.12; }
.work-preview-card p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.work-preview-card a { margin-top: auto; padding-top: 28px; color: white; font-weight: 750; text-decoration: none; }
.home-method { padding: clamp(76px,9vw,116px) 0; background: var(--surface); }
.method-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.4fr); gap: clamp(50px,9vw,120px); align-items: start; }
.method-grid .section-heading p { color: var(--muted); line-height: 1.7; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.method-steps li { display: grid; grid-template-columns: 52px minmax(130px,.75fr) minmax(0,1fr); gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--border); }
.method-steps span { color: var(--brand); font-size: .72rem; font-weight: 850; }
.method-steps strong { font-size: 1.05rem; }
.method-steps small { color: var(--muted); font-size: .93rem; }
.home-closing { padding: 0 0 clamp(76px,9vw,116px); background: var(--surface); }
.closing-panel { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: clamp(36px,6vw,66px); color: white; background: linear-gradient(125deg,#10231d,#163c2e); border-radius: 22px; }
.closing-panel h2 { margin: 8px 0 12px; font-size: clamp(1.8rem,3.5vw,2.8rem); letter-spacing: -.03em; }
.closing-panel p { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.closing-panel .primary-button { flex: 0 0 auto; }
.primary-button, .secondary-button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 20px; border-radius: 9px; border: 1px solid transparent; font-weight: 700; text-decoration: none; cursor: pointer; }
.primary-button { background: var(--accent); color: #201807; }
.secondary-button { border-color: rgba(255,255,255,.55); color: white; }
.feature-grid, .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.contact-grid { grid-template-columns: repeat(2, 1fr); }
.content-card, .auth-card { padding: 30px; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 8px 24px rgba(19,51,39,.05); }
.content-card h2 { margin-top: 0; }
.content-card p, .prose p { color: var(--muted); line-height: 1.7; }
.page-heading { max-width: 850px; padding: 28px 0; }
.page-heading h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
.page-heading p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.service-number { display: block; margin-bottom: 24px; color: var(--brand); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.services-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 56px; padding: 36px 40px; color: white; background: var(--ink); border-radius: 18px; }
.services-cta h2 { margin: 8px 0 10px; font-size: clamp(1.5rem,3vw,2.25rem); }
.services-cta p { max-width: 680px; margin: 0; color: rgba(255,255,255,.76); line-height: 1.65; }
.services-cta .primary-button { flex: 0 0 auto; }
.about-intro { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,.75fr); gap: 20px; }
.about-story { padding: clamp(30px,5vw,56px); background: var(--surface); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 8px 24px rgba(19,51,39,.05); }
.about-story h2, .section-heading h2 { margin: 10px 0 18px; font-size: clamp(1.8rem,3.5vw,2.8rem); line-height: 1.1; letter-spacing: -.03em; }
.about-story p:last-child { margin-bottom: 0; }
.about-facts { display: grid; align-content: stretch; overflow: hidden; color: white; background: var(--ink); border-radius: 18px; }
.about-facts div { display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 26px 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.about-facts div:last-child { border-bottom: 0; }
.about-facts strong { color: var(--accent); font-size: clamp(1.35rem,2.5vw,2rem); line-height: 1; }
.about-facts span { color: rgba(255,255,255,.76); line-height: 1.4; }
.about-principles { margin-top: 56px; }
.section-heading { max-width: 720px; }
.work-heading { max-width: 940px; padding-bottom: 54px; }
.work-feature { scroll-margin-top: 100px; display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(50px,9vw,120px); padding: clamp(48px,7vw,86px); margin-bottom: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 8px 28px rgba(19,51,39,.05); }
.work-feature-dark { color: white; background: #102820; border-color: #102820; }
.work-feature h2 { margin: 18px 0 20px; font-size: clamp(2rem,4vw,3.35rem); line-height: 1.05; letter-spacing: -.04em; }
.work-lead { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.work-feature-dark .work-lead, .work-feature-dark .work-feature-detail p { color: rgba(255,255,255,.7); }
.work-feature-detail { display: grid; gap: 28px; }
.work-feature-detail > div { padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.work-feature-dark .work-feature-detail > div { border-color: rgba(255,255,255,.14); }
.work-feature-detail p { margin: 10px 0 0; color: var(--muted); line-height: 1.7; }
.outcome-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.outcome-list li { position: relative; padding-left: 22px; line-height: 1.5; }
.outcome-list li::before { position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; }
.experience-band { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(40px,8vw,100px); margin-top: 56px; padding: clamp(36px,5vw,54px) 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.experience-band h2 { margin: 9px 0 0; font-size: clamp(1.7rem,3vw,2.35rem); line-height: 1.12; letter-spacing: -.03em; }
.experience-band > p { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.auth-card { width: min(480px, 100%); margin: 40px auto; padding: 38px; }
.profile-card { width: min(760px, 100%); }
.compact-heading h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.read-only-field { display: grid; gap: 5px; padding: 16px; margin: 8px 0 24px; background: var(--surface-soft); border-radius: 8px; }
.read-only-field span { color: var(--muted); font-size: .85rem; }
.status-message { padding: 12px 14px; margin-bottom: 18px; color: #0e4935; background: #e4f4eb; border: 1px solid #b8dec8; border-radius: 8px; }
.status-message.error { color: #7a271a; background: #fef3f2; border-color: #fecdca; }
.auth-card h1 { margin: 0 0 8px; font-size: 2rem; }
.form-field { display: grid; gap: 7px; margin: 20px 0; }
.form-field label { font-weight: 700; }
.form-field input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #b9c8bf; border-radius: 8px; font: inherit; }
.form-field input:focus { outline: 3px solid rgba(23,107,77,.18); border-color: var(--brand); }
.form-field span, .validation-summary { color: #a12f2f; font-size: .9rem; }
.required-note { margin: 0 0 -8px; color: var(--muted); font-size: .85rem; text-align: right; }
.required-note span, .required-indicator { color: #b42318; font-weight: 800; }
.form-field.required-field input, .form-field.required-field select { border-left: 4px solid #b42318; }
.checkbox-field { display: flex; align-items: center; gap: 9px; margin: 8px 0 24px; }
.auth-card .primary-button { width: 100%; border: 0; }
.site-footer { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 28px 0; color: var(--muted); border-top: 1px solid var(--border); font-size: .9rem; }
.management-page .page-heading { max-width: none; display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.management-page .page-heading h1 { margin-bottom: 8px; }
.management-page .page-heading p { color: var(--muted); margin: 0; }
.filter-bar { display: flex; align-items: end; flex-wrap: wrap; gap: 14px; padding: 18px; margin-bottom: 22px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.filter-bar label { display: grid; gap: 6px; color: var(--muted); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.filter-bar input, .filter-bar select { min-height: 42px; min-width: 160px; padding: 8px 10px; color: var(--ink); background: white; border: 1px solid #b9c8bf; border-radius: 8px; font: inherit; text-transform: none; letter-spacing: normal; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); gap: 18px; align-items: start; }
.audit-grid { display: grid; grid-template-columns: repeat(3, minmax(300px, 1fr)); gap: 18px; align-items: start; }
.data-card { min-width: 0; padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 8px 24px rgba(19,51,39,.04); }
.data-card h2 { margin: 0 0 16px; font-size: 1.05rem; }
.table-scroll { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.data-table th { padding: 10px; color: var(--muted); background: var(--surface-soft); text-align: left; white-space: nowrap; }
.data-table td { padding: 11px 10px; border-top: 1px solid var(--border); vertical-align: top; }
.data-table tr.selected td { background: #e9f5ee; }
.data-table a { font-weight: 700; text-decoration: none; }
.empty-state { color: var(--muted); text-align: center; padding: 26px !important; }
.management-split { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 2fr); gap: 18px; align-items: start; }
.list-heading { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 14px; }
.list-heading h2 { margin: 0; }
.inline-check, .check-row label { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .88rem; }
.record-list-items { display: grid; gap: 5px; max-height: 680px; overflow-y: auto; }
.record-list-items a { display: grid; gap: 3px; padding: 11px 12px; color: var(--ink); border-radius: 9px; text-decoration: none; }
.record-list-items a:hover, .record-list-items a.active { background: var(--surface-soft); }
.record-list-items a.active { box-shadow: inset 3px 0 var(--brand); }
.record-list-items span, .record-list-items small { color: var(--muted); overflow: hidden; text-overflow: ellipsis; }
.editor-card .form-field { margin: 14px 0; }
.editor-card input, .editor-card select, .editor-card textarea { width: 100%; padding: 10px 12px; border: 1px solid #b9c8bf; border-radius: 8px; font: inherit; }
.check-row { display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0; }
.editor-actions { display: flex; justify-content: flex-end; padding-top: 16px; border-top: 1px solid var(--border); }
.secondary-action { padding: 8px 11px; color: var(--brand); background: var(--surface-soft); border-radius: 8px; font-weight: 700; text-decoration: none; }
.ebook-grid { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(220px,.7fr) minmax(320px,1fr) minmax(320px,1fr); gap: 18px; align-items: start; }
.danger-zone { margin-top: 14px; padding-top: 14px; border-top: 1px solid #f0d4d4; text-align: right; }
.danger-button { padding: 9px 13px; color: #8a2020; background: #fff1f1; border: 1px solid #e7bcbc; border-radius: 8px; cursor: pointer; font-weight: 700; }
.publish-card { margin-top: 18px; }
.publish-card p { color: var(--muted); }
.publish-card form { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.publish-card input[type=file] { flex: 1; min-width: 260px; padding: 10px; border: 1px dashed #a9baaf; border-radius: 8px; }
.access-panel { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--border); }
.assignment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.assignment-grid form, .assignment-grid label { display: grid; gap: 9px; }
.assignment-grid select { width: 100%; min-height: 140px; padding: 8px; border: 1px solid #b9c8bf; border-radius: 8px; }
.assignment-grid .secondary-action { border: 0; cursor: pointer; }

@media (max-width: 900px) {
    .header-inner { flex-wrap: wrap; padding: 14px 0; gap: 10px 18px; }
    .header-inner nav { order: 3; flex-basis: 100%; overflow-x: auto; }
    .main-menu { min-width: max-content; }
    .account-menu { margin-left: auto; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .about-intro { grid-template-columns: 1fr; }
    .about-facts { grid-template-columns: repeat(3,1fr); }
    .about-facts div { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
    .about-facts div:last-child { border-right: 0; }
    .dashboard-grid, .audit-grid, .management-split, .ebook-grid { grid-template-columns: 1fr; }
    .home-landing { min-height: calc(100svh - 190px); background-position: 62% center; }
    .home-landing-content { width: min(100% - 36px,720px); margin-left: 18px; }
    .home-message { width: min(560px,78vw); }
    .home-intro-grid, .method-grid, .work-feature { grid-template-columns: 1fr; }
    .home-intro-grid, .method-grid, .work-feature { gap: 42px; }
    .work-preview-grid { grid-template-columns: 1fr; }
    .work-preview-card { min-height: 300px; }
    .capability-list article div { grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr); gap: 30px; }
}

@media (max-width: 620px) {
    .page-content, .header-inner, .site-footer { width: min(100% - 24px, 1180px); }
    .page-content { padding-top: 28px; }
    .hero { min-height: 460px; padding: 42px 24px; border-radius: 18px; }
    .feature-grid, .contact-grid { grid-template-columns: 1fr; }
    .about-facts { grid-template-columns: 1fr; }
    .about-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .about-facts div:last-child { border-bottom: 0; }
    .services-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
    .form-grid { grid-template-columns: 1fr; }
    .page-content.home-page-content { width: 100%; padding: 0; }
    .home-landing { min-height: calc(100svh - 202px); background-position: 66% center; }
    .home-landing-content { width: calc(100% - 28px); margin: auto; padding: 22px 0; gap: 14px; }
    .home-logo { width: clamp(190px,58vw,280px); max-height: 18svh; }
    .home-message { width: min(100%,460px); }
    .home-message h1 { font-size: clamp(1.8rem,8.5vw,2.7rem); }
    .home-message p { font-size: .96rem; line-height: 1.45; }
    .hero-actions { margin-top: 20px; }
    .home-social a { width: 40px; height: 40px; }
    .home-section-inner { width: calc(100% - 28px); }
    .section-heading-wide, .closing-panel { align-items: flex-start; flex-direction: column; }
    .section-heading-wide { display: flex; }
    .capability-list article { grid-template-columns: 42px minmax(0,1fr); gap: 10px; }
    .capability-list article div { grid-template-columns: 1fr; gap: 12px; }
    .method-steps li { grid-template-columns: 38px 1fr; }
    .method-steps small { grid-column: 2; }
    .work-feature { padding: 34px 24px; }
    .experience-band { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-height: 700px) and (min-width: 621px) {
    .home-landing-content { padding: 18px 0; gap: 12px; }
    .home-logo { width: clamp(190px,22vw,280px); max-height: 18svh; }
    .home-message h1 { font-size: clamp(1.8rem,3.1vw,2.8rem); margin: 6px 0 10px; }
    .home-message p { font-size: 1rem; line-height: 1.4; }
    .hero-actions { margin-top: 18px; }
    .home-social a { width: 38px; height: 38px; }
}
