/* Nkyea brand wordmark font
   Place Baveuse.ttf at: assets/fonts/Baveuse.ttf */
@font-face {
    font-family: "Baveuse";
    src: url("../fonts/baveuse.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --ink: #0b1511;
    --ink-soft: #31423a;
    --forest: #0b3d2e;
    --forest-2: #145e46;
    --green: #15865f;
    --green-bright: #28a979;
    --mint: #dff4ea;
    --cream: #f5f1e8;
    --paper: #faf9f5;
    --white: #ffffff;
    --line: #d9ded9;
    --line-dark: rgba(255,255,255,.15);
    --muted: #647169;
    --gold: #d4a33c;
    --red: #b64a3d;
    --shadow-soft: 0 24px 70px rgba(6, 33, 24, .08);
    --shadow-product: 0 36px 90px rgba(3, 22, 16, .22);
    --radius-xs: 12px;
    --radius-sm: 18px;
    --radius-md: 28px;
    --radius-lg: 42px;
    --shell: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; }

.shell {
    width: min(var(--shell), calc(100% - 48px));
    margin-inline: auto;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 249, 245, .90);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(217, 222, 217, .78);
    transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(8, 31, 23, .05); }

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.wordmark {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-weight: 850;
    letter-spacing: -.035em;
}
.wordmark-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--forest);
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
}
.wordmark-text {
    font-family: "Baveuse", sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    font-synthesis: none;
    line-height: 1;
    letter-spacing: normal;
}

/* Header Nkyea logo */
.site-header .wordmark-text {
    color: var(--green);
}

/* Footer Nkyea logo */
.site-footer .wordmark-text {
    color: var(--white);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #435149;
    font-size: 14px;
    font-weight: 720;
}
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--forest); }
.header-get-twi {
    padding: 10px 16px;
    border: 1px solid var(--forest);
    border-radius: 999px;
    background: transparent;
    color: var(--forest) !important;
    white-space: nowrap;
}

.header-get-twi:hover {
    background: var(--mint);
    color: var(--forest) !important;
}

.header-cta {
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--forest);
    color: var(--white) !important;
}
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.menu-toggle-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 18px;
}

.menu-toggle-line {
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition:
        top .28s cubic-bezier(.4, 0, .2, 1),
        transform .28s cubic-bezier(.4, 0, .2, 1);
}

.menu-toggle-line:first-child { top: 5px; }
.menu-toggle-line:last-child { top: 12px; }

.menu-toggle[aria-expanded="true"] .menu-toggle-line:first-child {
    top: 8px;
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:last-child {
    top: 8px;
    transform: rotate(-45deg);
}

/* Typography */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--forest-2);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: currentColor;
}
.display {
    max-width: 980px;
    margin: 18px 0 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 8.5vw, 124px);
    line-height: .91;
    letter-spacing: -.06em;
    font-weight: 500;
}
.display em {
    color: var(--green);
    font-style: italic;
    font-weight: 500;
}
.display-small {
    font-size: clamp(50px, 6.2vw, 88px);
    max-width: 900px;
}
.section-title {
    margin: 10px 0 18px;
    max-width: 840px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 500;
}
.section-title em { color: var(--green); font-style: italic; }
.lead {
    max-width: 750px;
    color: var(--ink-soft);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}
.body-large {
    color: var(--ink-soft);
    font-size: 19px;
    line-height: 1.72;
}
.micro {
    color: var(--muted);
    font-size: 13px;
}

/* Buttons */
.actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 19px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor: pointer;

}
.button:hover { transform: translateY(-1px); }
.button-primary {
    color: var(--white);
    background: var(--forest);
    border-color: var(--forest);
    box-shadow: 0 10px 28px rgba(11, 61, 46, .16);
}
.button-light {
    color: var(--forest);
    background: var(--white);
    border-color: transparent;
}
.button-text {
    border-color: transparent;
    background: transparent;
    padding-inline: 5px;
}
.button-text::after { content: "↗"; margin-left: 7px; }

/* Home hero */
.hero-home {
    min-height: 760px;
    padding: 75px 0 75px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(40,169,121,.12), transparent 28%),
        linear-gradient(180deg, #fbfaf7 0%, #f6f4ed 100%);
}
.hero-home .lead { max-width: 620px; }
.hero-stage {
    margin-top: 70px;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 40px;
    align-items: stretch;
}
.hero-note {
    min-height: 330px;
    padding: 34px;
    border-radius: var(--radius-lg);
    background: var(--forest);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-note p {
    margin: 0;
    max-width: 440px;
    color: #d6e6df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.25;
}
.hero-note-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #a8c4b8;
    font-size: 13px;
}
.product-scene {
    position: relative;
    min-height: 480px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(255,255,255,.22), transparent 24%),
        linear-gradient(145deg, #dfeae3 0%, #b9d5c7 38%, #7fad99 100%);
}
.product-scene::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -110px;
    bottom: -140px;
    border-radius: 50%;
    border: 70px solid rgba(255,255,255,.14);
}
.phone-shell {
    position: absolute;
    left: 50%;
    bottom: -42px;
    width: min(330px, 68%);
    height: 585px;
    transform: translateX(-50%) rotate(-1.5deg);
    padding: 10px;
    border-radius: 48px;
    background: #101411;
    box-shadow: var(--shadow-product);
}
.phone-screen {
    height: 100%;
    border-radius: 39px;
    overflow: hidden;
    background: #f9fbf9;
    color: #0d1712;
    padding: 32px 24px;
}
.phone-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #809087;
    font-size: 12px;
    font-weight: 800;
}
.coach-label {
    display: inline-block;
    margin-top: 32px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e3f3eb;
    color: #0d7654;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}
.phone-english { margin-top: 22px; color: #6f7d75; font-size: 15px; }
.phone-twi {
    margin-top: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    letter-spacing: -.03em;
}
.waveform {
    height: 62px;
    margin: 27px 0 22px;
    border-radius: 14px;
    background:
        repeating-linear-gradient(90deg, transparent 0 5px, rgba(20,133,95,.72) 5px 8px),
        linear-gradient(180deg, transparent 40%, rgba(20,133,95,.10) 40% 60%, transparent 60%);
}
.speaking-card {
    padding: 16px;
    border: 1px solid #dce5df;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(14,47,35,.06);
}
.speaking-card strong { display: block; color: var(--forest); }
.speaking-card span { color: #647169; font-size: 13px; }

/* Sections */
.section { padding: 110px 0; }
.section-white { background: var(--white); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--forest); color: var(--white); }
.section-dark .lead, .section-dark .body-large { color: #c9ddd4; }
.section-dark .eyebrow { color: #9bd0ba; }
.section-dark .eyebrow::before { background: #9bd0ba; }

.section-intro {
    display: grid;
    /* grid-template-columns: .72fr 1.28fr; */
    /* gap: 70px; */
    align-items: start;
    margin-bottom: 62px;
}
.section-intro .section-title { margin-top: 0; }
.section-intro-side {
    padding-top: 10px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

/* Product narrative */
.capabilities {
    border-top: 1px solid var(--line);
}
.capability-row {
    display: grid;
    grid-template-columns: 70px .85fr 1.2fr;
    gap: 40px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
    align-items: start;
}
.capability-index {
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}
.capability-row h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 500;
}
.capability-row p {
    margin: 0;
    color: var(--muted);
    max-width: 620px;
}

/* Mission editorial cards */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    column-gap: 20px;
}
.mission {
    min-height: 350px;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.mission:nth-child(1) { background: #e8efe9; }
.mission:nth-child(2) { background: #efe7df; }
.mission:nth-child(3) { background: #e4ecef; }
.mission:nth-child(4) { background: #ebe7f0; }
.mission h3 {
    margin: 0;
    max-width: 390px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -.035em;
    font-weight: 500;
}
.mission p {
    color: #53635b;
    margin-bottom: 0;
}
.mission-number {
    align-self: flex-end;
    margin-top: 30px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 88px;
    color: rgba(11,61,46,.13);
    line-height: .8;
    pointer-events: none;
}


/* -------------------------------------------------------
   App Store rating & reviews
------------------------------------------------------- */
.app-store-proof {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(21, 134, 95, .10), transparent 26%),
        linear-gradient(180deg, #fbfaf7 0%, #f2f5f1 100%);
}

.app-store-proof::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(var(--shell), calc(100% - 48px));
    height: 1px;
    transform: translateX(-50%);
    background: var(--line);
}

.app-store-proof-header {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 80px;
    align-items: end;
}

.app-store-proof-copy .section-title { max-width: 760px; }
.app-store-proof-copy .lead { max-width: 680px; }

.app-store-rating-panel {
    position: relative;
    padding: 30px 32px;
    overflow: hidden;
    border: 1px solid rgba(11, 61, 46, .11);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--shadow-soft);
}

.app-store-rating-panel::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--mint);
    opacity: .75;
    pointer-events: none;
}

.app-store-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.app-store-badge-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 7px;
    background: var(--ink);
}

.app-store-badge-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.app-store-badge-icon-fallback {
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 700;
}

.app-store-rating-line {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 24px;
}

.app-store-rating-line strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(64px, 7vw, 92px);
    line-height: .82;
    letter-spacing: -.065em;
    font-weight: 500;
}

.app-store-rating-out-of {
    color: var(--muted);
    font-size: 24px;
    font-weight: 700;
}

.app-store-stars,
.app-store-review-stars {
    color: var(--gold);
}

.app-store-stars {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 4px;
    margin-top: 18px;
    font-size: 20px;
    letter-spacing: .02em;
}

.app-store-rating-panel p {
    position: relative;
    z-index: 1;
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.app-store-rating-panel p strong {
    color: var(--ink);
    font-size: 14px;
}

.app-store-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 56px;
}

.app-store-review-card:only-child {
    grid-column: span 2;
}

.app-store-review-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 10px 34px rgba(6, 33, 24, .045);
}

.app-store-review-stars {
    font-size: 22px;
    letter-spacing: -.1em;
}

.app-store-review-card blockquote {
    margin: 34px 0 38px;
    max-width: 650px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.5vw, 34px);
    line-height: 1.22;
    letter-spacing: -.025em;
}

.app-store-review-card footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 19px;
    border-top: 1px solid var(--line);
}

.review-avatar {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--mint);
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
}

.app-store-review-card footer div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.app-store-review-card footer strong {
    color: var(--ink);
    font-size: 13px;
}

.app-store-review-card footer span:last-child {
    color: var(--muted);
    font-size: 11px;
}

.app-store-proof-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.app-store-proof-footer p {
    margin: 0;
    max-width: 680px;
    color: var(--ink-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.3;
}

/* Organization */
.org-hero {
    padding: 110px 0 95px;
    background: var(--forest);
    color: var(--white);
}
.org-hero .eyebrow { color: #9bd0ba; }
.org-hero .lead { color: #c9ddd4; }
.org-hero .display em { color: #8bd4b5; }

.org-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
}
.org-usecases {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
}
.org-usecase {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}
.org-usecase strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
}
.org-usecase p { margin: 0; color: var(--muted); }

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}
.process-step {
    padding: 32px 26px;
    border-right: 1px solid var(--line-dark);
}
.process-step:last-child { border-right: 0; }
.process-step span {
    display: block;
    margin-bottom: 55px;
    color: #8bd4b5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}
.process-step h3 { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.process-step p { color: #bad0c6; font-size: 14px; }

.proof-panel {
    padding: 42px;
    border-radius: var(--radius-lg);
    background: #082d22;
}
.proof-panel h3 {
    margin: 0 0 28px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 500;
}
.metric-list { border-top: 1px solid rgba(255,255,255,.14); }
.metric-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #d6e4de;
}
.metric-item span:last-child { color: #8bd4b5; font-weight: 800; }

/* Pricing */
.pricing-table {
    border-top: 1px solid var(--line);
}
.price-row {
    display: grid;
    grid-template-columns: 1fr .5fr 1.3fr;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
}
.price-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
}
.price-amount {
    color: var(--forest);
    font-size: 22px;
    font-weight: 850;
}
.price-note { color: var(--muted); }

/* Company */
.company-manifesto {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}
.company-manifesto p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1.08;
    letter-spacing: -.04em;
}
.company-manifesto em { color: var(--green); }

.principles { border-top: 1px solid var(--line); }
.principle {
    display: grid;
    grid-template-columns: .45fr 1fr 1.4fr;
    gap: 35px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}
.principle span { color: var(--green); font-family: Georgia, serif; font-size: 22px; }
.principle strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.principle p { margin: 0; color: var(--muted); }

/* Resources */
.resource-feature {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* gap: 20px; */
    row-gap: 40px;
    column-gap: 30px;
}
.resource-card {
    min-height: 310px;
    padding: 30px 30px 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .2s ease, box-shadow .2s ease;
}
.resource-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.resource-card h3 {
    max-width: 550px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -.03em;
    margin: 20px 0;
}
.resource-meta { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.resource-arrow { align-self: flex-end; font-size: 24px; }

.article {
    width: min(820px, calc(100% - 48px));
    max-width: 820px;
    margin: 0 auto;
    padding: 100px 0;
}
.article .display-small { font-size: clamp(48px, 6vw, 78px); }
.article h2 {
    margin-top: 55px;
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.2;
}
.article p, .article li { color: #394b42; font-size: 18px; line-height: 1.75; }
.article-cta {
    margin-top: 60px;
    padding: 32px;
    border-radius: var(--radius-md);
    background: var(--forest);
    color: var(--white);
}
.article-cta p { color: #c8dbd2; }

/* Forms */
.form-shell {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 70px;
    align-items: start;
}
.form-panel {
    padding: 36px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 800; color: #39483f; }
.field input, .field select, .field textarea {
    width: 100%;
    min-height: 49px;
    padding: 13px 14px;
    border: 1px solid #cbd4ce;
    border-radius: 13px;
    background: #fff;
    color: var(--ink);
    outline: none;
}
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 4px rgba(21,134,95,.08);
}
.alert { padding: 14px 16px; border-radius: 13px; margin-bottom: 18px; }
.alert-success { background: #e5f5ec; color: #0b6a4b; }
.alert-error { background: #fff0ee; color: #9a3c32; }

/* Support / legal */
.simple-list { border-top: 1px solid var(--line); }
.simple-list-item {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 40px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}
.simple-list-item h3 { margin: 0; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.simple-list-item p { margin: 0; color: var(--muted); }

/* Footer */
.site-footer {
    padding: 70px 0 24px;
    background: #06140f;
    color: var(--white);
}
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
}
.footer-wordmark .wordmark-mark { background: #e8f2ed; color: #06140f; }
.footer-statement p {
    max-width: 390px;
    color: #94aaa0;
    font-family: Georgia, serif;
    font-size: 20px;
}
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-label {
    color: #7f988d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer-column a { color: #d9e5df; font-size: 14px; }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #789086;
    font-size: 12px;
}

/* Admin */
.admin-body { background: #f1f4f2; }
.admin-shell { width: min(1180px, calc(100% - 36px)); margin: 40px auto; }
.admin-table-wrap { overflow: auto; border-radius: 18px; border: 1px solid var(--line); background: white; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: #65736c; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; background: #f6f8f7; }
.status-pill { display:inline-flex; padding:5px 8px; border-radius:999px; background:#e6f2ec; color:#17684d; font-size:11px; font-weight:850; }

/* Motion */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */

@media (max-width: 980px) {
    .app-store-proof-header {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .app-store-rating-panel {
        max-width: 520px;
    }

    .app-store-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-store-review-card:only-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .app-store-proof::before {
        width: calc(100% - 28px);
    }

    .app-store-rating-panel {
        padding: 26px 24px;
    }

    .app-store-review-grid {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .app-store-review-card:only-child {
        grid-column: auto;
    }

    .app-store-review-card {
        min-height: 270px;
        padding: 24px;
    }

    .app-store-review-card blockquote {
        font-size: 27px;
    }

    .app-store-proof-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .app-store-proof-footer p {
        font-size: 21px;
    }
}

@media (max-width: 980px) {
    .site-nav {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        padding: 24px;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;

    }

    .site-nav.is-open { display: flex; }
    .menu-toggle {
        display: inline-flex;
    }
    .hero-stage,
    .section-intro,
    .org-split,
    .form-shell,
    .resource-feature {
        grid-template-columns: 1fr;
    }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .process-step:nth-child(2) { border-right: 0; }
    .mission-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 2fr 1fr 1fr; }
    .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
    .shell { width: min(100% - 28px, var(--shell)); }
    .header-inner { min-height: 70px; }
    .site-nav { top: 70px; }
    .hero-home { padding-top: 70px; }
    .display { font-size: clamp(54px, 17vw, 82px); }
    .section { padding: 78px 0; }
    .hero-stage { margin-top: 46px; }
    .hero-note { min-height: 280px; }
    .product-scene { min-height: 430px; }
    .capability-row,
    .principle,
    .org-usecase,
    .price-row,
    .simple-list-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .capability-index { font-size: 18px; }
    .mission-grid,
    .process-grid,
    .form-grid,
    .footer-top {
        grid-template-columns: 1fr;
    }
    .process-step { border-right: 0; border-bottom: 1px solid var(--line-dark); }
    .process-step:last-child { border-bottom: 0; }
    .mission { min-height: 300px; }
    .footer-column:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; gap: 7px; }
}


/* -------------------------------------------------------
   Nkyea mock image system
   Replace the WebP files in assets/img/ with final imagery
   without changing the PHP templates.
------------------------------------------------------- */
.editorial-image {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}
.hero-mock-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-scene.has-mock-image::after {
    background: linear-gradient(180deg, transparent 52%, rgba(4,25,18,.16));
    width: auto;
    height: auto;
    inset: 0;
    border: 0;
    border-radius: 0;
}
.product-scene.has-mock-image .phone-shell { display: none; }

.mission-image {
    width: calc(100% + 64px);
    height: 250px;
    margin: -32px -32px 28px;
    object-fit: cover;
}
.product-visual-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 58px;
}
.product-visual {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--white);
}
.product-visual img {
    width: 100%;
    /* aspect-ratio: 1.28 / 1; */
    /* object-fit: cover; */
}
.product-visual-copy { padding: 18px; }
.product-visual-copy h3 {
    margin: 0 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
}
.product-visual-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.org-image-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 54px;
}
.org-image-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border-radius: 26px;
    background: #dfe8e2;
}
.org-image-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.org-image-card::after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(transparent, rgba(4,22,16,.78));
}
.org-image-card span {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 20px;
    color: white;
    font-family: Georgia, serif;
    font-size: 27px;
}

.company-image-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 20px;
    margin-top: 56px;
}
.company-image-grid img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 28px;
}
.company-image-grid img:first-child { object-position: center top; }

.resource-thumb {
    width: calc(100% + 60px);
    height: 220px;
    margin: -30px -30px 22px;
    object-fit: cover;
}
.resource-card { overflow: hidden; }

.page-feature-image {
    width: 100%;
    height: clamp(320px, 44vw, 560px);
    margin-top: 54px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: var(--shadow-soft);
}

.community-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 54px;
}
.community-image-grid img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 28px;
}

.article-hero-image {
    width: 100%;
    height: clamp(260px, 45vw, 500px);
    object-fit: cover;
    border-radius: 26px;
    margin: 34px 0 10px;
}

@media (max-width: 980px) {
    .product-visual-grid { grid-template-columns: 1fr 1fr; }
    .org-image-grid { grid-template-columns: 1fr; }
    .org-image-card { min-height: 390px; }
}
@media (max-width: 720px) {
    .product-visual-grid,
    .company-image-grid,
    .community-image-grid { grid-template-columns: 1fr; }
    .company-image-grid img,
    .community-image-grid img { height: 360px; }
}


/* -------------------------------------------------------
   Live US + UK 4/5-star App Store review fields
------------------------------------------------------- */
.app-store-review-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.app-store-review-storefront {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 25px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--mint);
    color: var(--forest);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.app-store-review-content {
    flex: 1;
    margin-top: 22px;
}

.app-store-review-field-label {
    margin-top: 18px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.app-store-review-field-label:first-child {
    margin-top: 0;
}

.app-store-review-rating {
    margin-top: 3px;
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
}

.app-store-review-title {
    margin: 4px 0 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: -.02em;
    font-weight: 600;
}

.app-store-review-content blockquote {
    margin: 5px 0 30px;
    max-width: none;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -.018em;
}

.app-store-review-card footer .app-store-review-field-label {
    margin: 0 0 2px;
    font-size: 9px;
}

@media (max-width: 720px) {
    .app-store-review-title {
        font-size: 21px;
    }

    .app-store-review-content blockquote {
        font-size: 18px;
    }
}

/* Nkyea Twi product hero image */
.nkyea-twi-hero {
    position: relative;
    overflow: hidden;
}

.nkyea-twi-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
}

.nkyea-twi-hero-copy {
    position: relative;
    z-index: 2;
}

.nkyea-twi-hero-copy .display {
    max-width: 760px;
}

.nkyea-twi-hero-visual {
    position: relative;
    align-self: end;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 560px;
}

.nkyea-twi-hero-visual::before {
    content: "";
    position: absolute;
    width: min(34vw, 430px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(40, 169, 121, .10);
    filter: blur(2px);
    right: 2%;
    top: 16%;
}

.nkyea-twi-hero-visual img {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    height: auto;
    max-height: 650px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 30px 38px rgba(6, 33, 24, .16));
}

@media (max-width: 980px) {
    .nkyea-twi-hero-grid {
        grid-template-columns: 1fr;
    }

    .nkyea-twi-hero-visual {
        min-height: 0;
        margin-top: 18px;
    }

    .nkyea-twi-hero-visual img {
        width: min(78vw, 500px);
        max-height: 590px;
    }
}

@media (max-width: 720px) {
    .nkyea-twi-hero-grid {
        gap: 18px;
    }

    .nkyea-twi-hero-visual {
        margin-top: 10px;
    }

    .nkyea-twi-hero-visual img {
        width: min(92vw, 430px);
        max-height: 520px;
    }
}

/* Nkyea Organizations hero image */
.org-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: center;
}
.org-hero-copy { position: relative; z-index: 2; }
.org-hero-copy .display { max-width: 760px; }
.org-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}
.org-hero-visual img {
    width: min(100%, 680px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 42px rgba(0,0,0,.18));
}
@media (max-width: 980px) {
    .org-hero-grid { grid-template-columns: 1fr; }
    .org-hero-visual { margin-top: 18px; }
    .org-hero-visual img { width: min(92vw, 680px); }
}
@media (max-width: 720px) {
    .org-hero-visual img { width: 100%; }
}

/* -------------------------------------------------------
   Nkyea Twi pricing + 7-day trial
------------------------------------------------------- */
.price-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.price-trial-badge,
.price-best-value {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.price-trial-badge {
    color: var(--forest);
    background: var(--mint);
}

.price-best-value {
    color: var(--white);
    background: var(--forest);
}

.price-period {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.price-note {
    line-height: 1.65;
}

.price-note strong {
    color: var(--ink);
}

.price-saving {
    display: block;
    margin-top: 8px;
    color: var(--forest);
    font-weight: 800;
}

.price-row-featured {
    position: relative;
    margin-inline: -18px;
    padding-inline: 18px;
    border-radius: var(--radius-sm);
    background: linear-gradient(90deg, rgba(223,244,234,.58), rgba(255,255,255,0));
}

.pricing-consumer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0 34px;
    border-bottom: 1px solid var(--line);
}

.pricing-consumer-cta p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.pricing-try-button {
    min-width: 190px;
}

.pricing-fine-print {
    margin-top: 18px;
}

@media (max-width: 720px) {
    .price-row-featured {
        margin-inline: -12px;
        padding-inline: 12px;
    }

    .pricing-consumer-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .pricing-try-button {
        width: 100%;
    }
}



/* Optional legal-page polish */
.legal-page {
    max-width: 900px;
}

.legal-meta {
    margin: 24px 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.legal-notice {
    margin: 28px 0 34px;
    padding: 22px 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--cream);
    color: var(--ink-soft);
}

.legal-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0 0 54px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.legal-toc strong {
    grid-column: 1 / -1;
    margin-bottom: 6px;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.legal-toc a {
    color: var(--forest);
    font-size: 14px;
    font-weight: 700;
}

.legal-page section {
    scroll-margin-top: 110px;
}

.legal-page section + section {
    margin-top: 52px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
}

.legal-page ul {
    color: #394b42;
    font-size: 18px;
    line-height: 1.75;
}

.legal-placeholder {
    padding: 16px 18px;
    border-left: 3px solid var(--gold);
    background: #fff9ea;
}

@media (max-width: 720px) {
    .legal-toc {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}


/* =======================================================
   Privacy Policy — additions
   Works with the existing .article and .legal-page styles.
======================================================= */
/* .legal-wrap {
    padding: clamp(72px, 9vw, 120px) 0 clamp(90px, 10vw, 140px);
} */

.privacy-page {
    width: min(900px, calc(100% - 48px));
    margin-inline: auto;
}

.legal-summary {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin: 30px 0 38px;
    padding: 26px;
    border: 1px solid rgba(21, 134, 95, .18);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(223, 244, 234, .72), rgba(255,255,255,.92));
    box-shadow: 0 18px 50px rgba(6, 33, 24, .055);
}

.legal-summary-mark {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--forest);
    color: var(--white);
    font-family: "Baveuse", Georgia, serif;
    font-size: 32px;
    line-height: 1;
}

.legal-summary strong {
    display: block;
    margin-bottom: 7px;
    color: var(--forest);
    font-size: 18px;
}

.legal-summary p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.7;
}

.legal-section-number {
    display: block;
    margin-bottom: 6px;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}

.privacy-page section h2 {
    margin-top: 0;
}

.privacy-page section h3 {
    margin: 0 0 7px;
    color: var(--ink);
    font-size: 18px;
}

.privacy-page li + li {
    margin-top: 10px;
}

.legal-callout {
    margin-top: 26px !important;
    padding: 20px 22px;
    border-left: 3px solid var(--green);
    border-radius: 0 var(--radius-xs) var(--radius-xs) 0;
    background: rgba(223, 244, 234, .55);
}

.privacy-feature-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    margin: 22px 0 26px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
    box-shadow: 0 14px 40px rgba(6, 33, 24, .045);
}

.privacy-feature-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--mint);
    color: var(--green);
    font-size: 20px;
}

.privacy-feature-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.privacy-provider-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 28px;
}

.privacy-provider {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.privacy-provider strong {
    color: var(--forest);
    font-size: 17px;
}

.privacy-provider span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.legal-inline-link {
    color: var(--forest);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(11, 61, 46, .28);
    text-underline-offset: 3px;
}

.legal-inline-link:hover {
    text-decoration-color: currentColor;
}

.legal-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 28px;
    padding: 28px;
    border-radius: var(--radius-md);
    background: #06140f;
    color: var(--white);
}

.legal-contact-card strong {
    display: block;
    margin: 5px 0 7px;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 500;
}

.legal-contact-card p {
    max-width: 580px;
    margin: 0;
    color: #a9beb5;
    font-size: 14px;
    line-height: 1.65;
}

.legal-contact-label {
    color: #83a596;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.legal-contact-card .button-primary {
    flex: 0 0 auto;
    background: var(--white);
    color: var(--forest);
}

.legal-closing-note {
    margin-top: 64px !important;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    color: var(--muted) !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

@media (max-width: 720px) {
    .privacy-page {
        width: min(100% - 32px, 900px);
    }

    .legal-summary {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .privacy-provider-grid {
        grid-template-columns: 1fr;
    }

    .legal-contact-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-contact-card .button-primary {
        width: 100%;
        text-align: center;
    }
}
/* -------------------------------------------------------
   About Nkyea
------------------------------------------------------- */
.about-hero {
    min-height: auto;
    padding-bottom: 92px;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
    gap: clamp(40px, 6vw, 88px);
    align-items: center;
}

.about-hero-copy .display { max-width: 780px; }
.about-hero-copy .lead { max-width: 700px; }

.about-hero-note {
    max-width: 660px;
    margin: 28px 0 0;
    padding-left: 20px;
    border-left: 2px solid var(--green);
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.about-hero-visual {
    position: relative;
    min-width: 0;
}

.about-hero-visual img {
    width: 100%;
    aspect-ratio: 1 / .9;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.about-hero-stamp {
    position: absolute;
    right: -18px;
    bottom: -24px;
    width: 168px;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border-radius: 50%;
    background: var(--forest);
    color: var(--white);
    box-shadow: 0 24px 55px rgba(6, 33, 24, .22);

    /* Center vertically */
    justify-content: center;

    /* Center horizontally */
    align-items: center;

    /* Center multi-line text */
    text-align: center;
}

.about-hero-stamp span,
.about-hero-stamp small {
    color: #a9c9bb;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-hero-stamp strong {
    margin: 2px 0 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 500;
}

.company-manifesto .eyebrow { margin-bottom: 28px; }

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(50px, 7vw, 100px);
    align-items: start;
    margin-top: 100px;
    padding-top: 70px;
    border-top: 1px solid var(--line);
}

.about-story-heading .section-title {
    margin-top: 18px;
    font-size: clamp(38px, 4.4vw, 60px);
}

.about-story-copy p:first-child,
.about-founder-copy .body-large p:first-child,
.about-twi-grid .body-large p:first-child { margin-top: 0; }

.about-story-copy p:last-child,
.about-founder-copy .body-large p:last-child,
.about-twi-grid .body-large p:last-child { margin-bottom: 0; }

.about-founder-grid {
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: clamp(48px, 7vw, 100px);
    align-items: center;
}

.about-founder-image {
    position: relative;
}

.about-founder-image img {
    width: 100%;
    min-height: 560px;
    aspect-ratio: .78 / 1;
    object-fit: cover;
    object-position: center top;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.about-founder-caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 19px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 18px;
    background: rgba(6, 20, 15, .78);
    color: var(--white);
    backdrop-filter: blur(12px);
}

.about-founder-caption strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
}

.about-founder-caption span {
    color: #b8cec4;
    font-size: 12px;
    font-weight: 750;
}

.about-founder-copy .section-title {
    margin-top: 16px;
    max-width: 720px;
}

.about-founder-quote {
    margin: 34px 0 0;
    padding: 24px 0 0 26px;
    border-top: 1px solid var(--line);
    border-left: 3px solid var(--green);
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.28;
}

.about-principles .principle {
    grid-template-columns: 80px minmax(210px, .8fr) minmax(0, 1.4fr);
}

.about-twi-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(50px, 7vw, 100px);
    align-items: start;
}

.about-twi-section .section-title { max-width: 650px; }

.about-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-audience-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255,255,255,.68);
}

.about-audience-card span {
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
}

.about-audience-card h3 {
    margin: auto 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -.025em;
}

.about-audience-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.about-vision-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
    gap: clamp(45px, 7vw, 90px);
    padding: clamp(38px, 6vw, 72px);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 92% 10%, rgba(40,169,121,.13), transparent 26%),
        #f4f7f4;
    border: 1px solid rgba(11,61,46,.09);
}

.about-vision-card .section-title {
    margin-bottom: 0;
    font-size: clamp(40px, 5vw, 64px);
}

@media (max-width: 980px) {
    .about-hero-grid,
    .about-story-grid,
    .about-founder-grid,
    .about-twi-grid,
    .about-vision-card {
        grid-template-columns: 1fr;
    }

    .about-hero-visual { max-width: 720px; }
    .about-founder-image { max-width: 620px; }
    .about-audience-grid { grid-template-columns: 1fr 1fr; }
    .about-principles .principle { grid-template-columns: 60px .8fr 1.2fr; }
}

@media (max-width: 720px) {
    .about-hero { padding-bottom: 76px; }
    .about-hero-grid { gap: 38px; }
    .about-hero-stamp {
        right: 14px;
        bottom: -24px;
        width: 138px;
        min-height: 138px;
        padding: 20px;
    }
    .about-hero-stamp strong { font-size: 26px; }
    .about-story-grid { margin-top: 70px; padding-top: 50px; }
    .about-founder-image img { min-height: 430px; }
    .about-founder-caption { align-items: flex-start; flex-direction: column; gap: 2px; }
    .about-principles .principle { grid-template-columns: 1fr; }
    .about-audience-grid { grid-template-columns: 1fr; }
    .about-audience-card { min-height: 260px; }
    .about-vision-card { padding: 30px 24px; }
}

@media (max-width: 720px) {
    .article {
        width: calc(100% - 28px);
        padding: 60px 0 100px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-toggle-line {
        transition: none;
    }
}


/* -------------------------------------------------------
   Field Notes — long-form article components
------------------------------------------------------- */

.field-note-header {
    margin-bottom: 34px;
}

.field-note-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
}

.field-note-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.field-note-meta span + span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
}

.article-intro-note,
.article-callout,
.article-example-card,
.article-final-check {
    margin: 38px 0;
    padding: 26px 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--cream);
}

.article-intro-note strong,
.article-callout-label,
.article-example-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--forest);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.article-intro-note p,
.article-example-card p,
.article-final-check p {
    margin-top: 0;
}

.article-intro-note p:last-child,
.article-example-card p:last-child,
.article-final-check > *:last-child {
    margin-bottom: 0;
}

.phrase-dialogue {
    margin: 34px 0 40px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 16px 44px rgba(6, 33, 24, .05);
}

.phrase-dialogue-row {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 24px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--line);
}

.phrase-dialogue-row:last-child {
    border-bottom: 0;
}

.phrase-role {
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.phrase-dialogue-row > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.phrase-dialogue-row strong {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
}

.phrase-dialogue-row > div span {
    color: var(--muted);
    font-size: 17px;
}

.article-example-card {
    background: #f4f8f5;
}

.article-example-card h3,
.article-two-column h3,
.nkyea-method-heading h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -.025em;
}

.practice-cycle {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    margin: 34px 0 42px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--line);
}

.practice-cycle > div {
    padding: 22px 18px;
    background: var(--white);
}

.practice-cycle span,
.nkyea-method-grid span {
    display: block;
    margin-bottom: 30px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
}

.practice-cycle strong,
.nkyea-method-grid strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 500;
}

.practice-cycle p,
.nkyea-method-grid p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.greeting-practice-cycle {
    grid-template-columns: repeat(4, 1fr);
}

.article-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 34px 0 42px;
}

.article-two-column > div {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.article-two-column p {
    margin-bottom: 0;
}

.travel-plan {
    margin: 32px 0 44px;
    border-top: 1px solid var(--line);
}

.travel-plan-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 28px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.travel-plan-row > span {
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.travel-plan-row strong {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.travel-plan-row p {
    margin: 5px 0 0;
    font-size: 15px;
}

.nkyea-method-panel {
    margin: 38px 0 44px;
    padding: 34px;
    border-radius: var(--radius-lg);
    background: var(--forest);
    color: var(--white);
}

.nkyea-method-panel .eyebrow {
    color: #9bd0ba;
}

.nkyea-method-panel .eyebrow::before {
    background: currentColor;
}

.nkyea-method-heading {
    max-width: 620px;
    margin-bottom: 30px;
}

.nkyea-method-heading h3 {
    margin-top: 12px;
    color: var(--white);
    font-size: 38px;
}

.nkyea-method-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}

.nkyea-method-grid > div {
    padding: 24px;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.nkyea-method-grid span {
    margin-bottom: 22px;
    color: #8bd4b5;
}

.nkyea-method-grid strong {
    color: var(--white);
    font-size: 23px;
}

.nkyea-method-grid p {
    color: #bad0c6;
}

.article-final-check {
    background: #f4f8f5;
}

.article-final-check ul {
    margin-bottom: 0;
}

/* Greeting guide */

.greeting-stack {
    display: grid;
    gap: 14px;
    margin: 34px 0 42px;
}

.greeting-card {
    display: grid;
    grid-template-columns: 105px 220px 1fr;
    gap: 24px;
    align-items: start;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.greeting-time {
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.greeting-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.greeting-main strong {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 500;
}

.greeting-main span {
    color: var(--muted);
    font-size: 13px;
}

.greeting-card p {
    margin: 0;
    font-size: 15px;
}

.single-phrase-feature {
    margin: 30px 0;
    padding: 30px;
    border-left: 4px solid var(--green);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    background: var(--mint);
}

.single-phrase-feature.compact {
    padding-block: 24px;
}

.single-phrase-feature strong {
    display: block;
    margin: 5px 0 2px;
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.03em;
}

.single-phrase-feature p {
    margin: 8px 0 0;
}

@media (max-width: 980px) {
    .practice-cycle,
    .greeting-practice-cycle {
        grid-template-columns: 1fr 1fr;
    }

    .greeting-card {
        grid-template-columns: 90px 210px 1fr;
        gap: 18px;
    }
}

@media (max-width: 720px) {
    .field-note-meta {
        flex-direction: column;
        gap: 7px;
    }

    .field-note-meta span + span::before {
        display: none;
    }

    .article-intro-note,
    .article-callout,
    .article-example-card,
    .article-final-check {
        padding: 22px 20px;
    }

    .phrase-dialogue-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 20px;
    }

    .phrase-dialogue-row strong {
        font-size: 25px;
    }

    .practice-cycle,
    .greeting-practice-cycle,
    .article-two-column,
    .nkyea-method-grid {
        grid-template-columns: 1fr;
    }

    .travel-plan-row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .nkyea-method-panel {
        padding: 26px 20px;
        border-radius: var(--radius-md);
    }

    .nkyea-method-heading h3 {
        font-size: 31px;
    }

    .greeting-card {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 21px 20px;
    }

    .greeting-main {
        margin-bottom: 6px;
    }

    .single-phrase-feature {
        padding: 24px 20px;
    }
}


/* -------------------------------------------------------
   Field Notes — Diaspora family article
------------------------------------------------------- */

.family-routine-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 34px 0 42px;
}

.family-routine-grid > div {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.family-routine-grid span,
.family-call-plan span,
.diaspora-week-row > span {
    display: block;
    margin-bottom: 12px;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.family-routine-grid strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -.02em;
}

.family-routine-grid p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.parent-response-example {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 32px 0 40px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--line);
}

.parent-response-example > div {
    padding: 24px;
    background: var(--white);
}

.parent-response-example span {
    display: block;
    margin-bottom: 18px;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.parent-response-example p {
    margin: 0;
    font-size: 15px;
}

.family-call-plan {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 32px 0 42px;
}

.family-call-plan > div {
    padding: 25px;
    border-radius: var(--radius-sm);
    background: var(--cream);
}

.family-call-plan strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
}

.family-call-plan p {
    margin: 8px 0 0;
    font-size: 14px;
}

.diaspora-week {
    margin: 32px 0 44px;
    border-top: 1px solid var(--line);
}

.diaspora-week-row {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 28px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.diaspora-week-row > span {
    margin: 2px 0 0;
}

.diaspora-week-row strong {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.diaspora-week-row p {
    margin: 5px 0 0;
    font-size: 15px;
}

.progress-ladder {
    margin: 34px 0 42px;
}

.progress-ladder > div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 18px;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
}

.progress-ladder > div:first-child {
    border-top: 1px solid var(--line);
}

.progress-ladder span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: var(--mint);
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}

.progress-ladder p {
    margin: 0;
}

@media (max-width: 720px) {
    .family-routine-grid,
    .parent-response-example,
    .family-call-plan {
        grid-template-columns: 1fr;
    }

    .family-routine-grid > div,
    .parent-response-example > div,
    .family-call-plan > div {
        padding: 21px 20px;
    }

    .diaspora-week-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}


/* -------------------------------------------------------
   Field Notes — Meeting your partner's family
------------------------------------------------------- */

.meeting-sequence,
.partner-phrase-grid,
.partner-goodbye-grid,
.hospitality-steps,
.rehearsal-plan {
    display: grid;
    gap: 14px;
    margin: 34px 0 44px;
}

.meeting-sequence { grid-template-columns: repeat(5, 1fr); }
.partner-phrase-grid, .rehearsal-plan { grid-template-columns: repeat(2, 1fr); }
.partner-goodbye-grid, .hospitality-steps { grid-template-columns: repeat(3, 1fr); }

.meeting-sequence > div,
.partner-phrase-grid > div,
.partner-goodbye-grid > div,
.hospitality-steps > div,
.rehearsal-plan > div {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.meeting-sequence span,
.partner-phrase-grid span,
.partner-goodbye-grid span,
.hospitality-steps span,
.rehearsal-plan span,
.visit-week-plan span,
.politeness-feature span {
    display: block;
    margin-bottom: 12px;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.meeting-sequence strong,
.hospitality-steps strong,
.rehearsal-plan strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.partner-phrase-grid strong,
.partner-goodbye-grid strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -.02em;
}

.meeting-sequence p,
.partner-phrase-grid p,
.partner-goodbye-grid p,
.hospitality-steps p,
.rehearsal-plan p {
    margin: 7px 0 0;
    font-size: 14px;
}

.hospitality-steps > div { background: var(--cream); }

.politeness-feature {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    margin: 34px 0 44px;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: var(--forest);
}

.politeness-feature > div { padding: 30px; }
.politeness-feature > div:first-child { background: var(--mint); }
.politeness-feature > div:last-child { display: flex; align-items: center; }

.politeness-feature strong {
    display: block;
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 500;
}

.politeness-feature > div:first-child p {
    margin: 8px 0 0;
    color: var(--forest);
}

.politeness-feature > div:last-child p {
    margin: 0;
    color: rgba(255,255,255,.86);
}

.visit-week-plan {
    margin: 34px 0 44px;
    border-top: 1px solid var(--line);
}

.visit-week-plan > div {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.visit-week-plan span { margin: 3px 0 0; }
.visit-week-plan p { margin: 0; }

@media (max-width: 900px) {
    .meeting-sequence { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .meeting-sequence,
    .partner-phrase-grid,
    .partner-goodbye-grid,
    .politeness-feature,
    .hospitality-steps,
    .rehearsal-plan {
        grid-template-columns: 1fr;
    }

    .visit-week-plan > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}



/* -------------------------------------------------------
   Field Notes — Twi pronunciation
------------------------------------------------------- */

.pronunciation-path,
.recording-method,
.pronunciation-progress {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    margin: 34px 0 44px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--line);
}

.pronunciation-path > div,
.recording-method > div,
.pronunciation-progress > div {
    padding: 22px 18px;
    background: var(--white);
}

.pronunciation-path span,
.recording-method span,
.pronunciation-progress span,
.slow-audio-cycle span,
.pronunciation-levels span,
.pronunciation-routine span {
    display: block;
    margin-bottom: 12px;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pronunciation-path strong,
.recording-method strong,
.pronunciation-progress strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.pronunciation-path p,
.recording-method p {
    margin: 7px 0 0;
    font-size: 13px;
    line-height: 1.55;
}

.sound-symbol-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 34px 0 44px;
}

.sound-symbol-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 22px;
    align-items: start;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.sound-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: var(--mint);
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1;
}

.sound-symbol-card strong {
    display: block;
    margin-top: 4px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.sound-symbol-card p {
    margin: 8px 0 0;
    font-size: 14px;
}

.pronunciation-phrase-feature {
    margin: 34px 0 44px;
    padding: 30px;
    border-radius: var(--radius-md);
    background: var(--cream);
}

.pronunciation-phrase-feature > strong {
    display: block;
    margin-top: 8px;
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -.03em;
}

.pronunciation-phrase-feature > p {
    margin: 8px 0 0;
    font-size: 16px;
}

.pronunciation-phrase-note {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.pronunciation-rule,
.listen-speak-comparison {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 34px 0 44px;
}

.pronunciation-rule > div,
.listen-speak-comparison > div {
    padding: 27px;
    border-radius: var(--radius-sm);
}

.pronunciation-rule > div:first-child,
.listen-speak-comparison > div:first-child {
    background: var(--mint);
}

.pronunciation-rule > div:last-child,
.listen-speak-comparison > div:last-child {
    background: var(--forest);
}

.pronunciation-rule span,
.listen-speak-comparison span {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pronunciation-rule > div:first-child span,
.listen-speak-comparison > div:first-child span {
    color: var(--green);
}

.pronunciation-rule > div:last-child span,
.listen-speak-comparison > div:last-child span {
    color: var(--mint);
}

.pronunciation-rule strong,
.listen-speak-comparison strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
}

.pronunciation-rule > div:first-child strong,
.listen-speak-comparison > div:first-child strong,
.pronunciation-rule > div:first-child p,
.listen-speak-comparison > div:first-child p {
    color: var(--forest);
}

.pronunciation-rule > div:last-child strong,
.listen-speak-comparison > div:last-child strong {
    color: var(--white);
}

.pronunciation-rule > div:last-child p,
.listen-speak-comparison > div:last-child p {
    color: rgba(255,255,255,.8);
}

.pronunciation-rule p,
.listen-speak-comparison p {
    margin: 8px 0 0;
    font-size: 14px;
}

.slow-audio-cycle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 34px 0 44px;
}

.slow-audio-cycle > div {
    position: relative;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.slow-audio-cycle span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: var(--mint);
    color: var(--forest);
}

.slow-audio-cycle strong,
.pronunciation-levels strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.slow-audio-cycle p,
.pronunciation-levels p {
    margin: 7px 0 0;
    font-size: 14px;
}

.pronunciation-examples {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 34px 0 44px;
}

.pronunciation-examples > div {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.pronunciation-examples span {
    display: block;
    margin-bottom: 13px;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pronunciation-examples strong {
    display: block;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 500;
}

.pronunciation-examples p {
    margin: 7px 0 13px;
    font-size: 14px;
}

.pronunciation-examples small {
    display: block;
    padding-top: 13px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.pronunciation-levels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 34px 0 44px;
}

.pronunciation-levels > div {
    padding: 26px;
    border-radius: var(--radius-sm);
    background: var(--cream);
}

.pronunciation-routine {
    margin: 34px 0 44px;
    border-top: 1px solid var(--line);
}

.pronunciation-routine > div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.pronunciation-routine span {
    margin: 3px 0 0;
}

.pronunciation-routine p {
    margin: 0;
}

@media (max-width: 900px) {
    .pronunciation-path,
    .recording-method,
    .pronunciation-progress {
        grid-template-columns: repeat(2, 1fr);
    }

    .slow-audio-cycle {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .pronunciation-path,
    .recording-method,
    .pronunciation-progress,
    .sound-symbol-grid,
    .pronunciation-rule,
    .listen-speak-comparison,
    .slow-audio-cycle,
    .pronunciation-examples,
    .pronunciation-levels {
        grid-template-columns: 1fr;
    }

    .sound-symbol-card {
        grid-template-columns: 64px 1fr;
        gap: 17px;
        padding: 21px 20px;
    }

    .sound-symbol {
        width: 64px;
        height: 64px;
        font-size: 39px;
    }

    .pronunciation-phrase-feature {
        padding: 24px 20px;
    }

    .pronunciation-routine > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}


/* -------------------------------------------------------
   Support
------------------------------------------------------- */

.support-hero {
    min-height: auto;
    padding: 105px 0 90px;
}

.support-hero-copy {
    max-width: 900px;
}

.support-hero .display {
    margin-bottom: 24px;
}

.support-hero .lead {
    max-width: 720px;
}


/* Support topic rows */

.support-list {
    margin-top: 10px;
}

.support-item {
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
    gap: clamp(36px, 6vw, 90px);
    padding: 38px 0;
}

.support-item > div:first-child {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.support-item h3 {
    font-size: clamp(25px, 2.5vw, 31px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.support-number {
    padding-top: 5px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1;
}

.support-answer {
    max-width: 700px;
}

.support-answer p {
    margin: 0 0 15px;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.72;
}

.support-answer p:last-child {
    margin-bottom: 0;
}

.support-answer strong {
    color: var(--ink);
}

.support-note {
    padding-left: 17px;
    border-left: 2px solid var(--mint);
    color: var(--muted) !important;
    font-size: 14px !important;
}

.support-link {
    display: inline-flex;
    margin-top: 3px;
    color: var(--forest);
    font-weight: 800;
    transition: color .2s ease;
}

.support-link:hover {
    color: var(--green);
}


/* Before contacting support */

.support-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}

.support-check {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid var(--line);
}

.support-check:nth-child(odd) {
    border-right: 1px solid var(--line);
}

.support-check:nth-child(even) {
    padding-left: 30px;
}

.support-check > span {
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}

.support-check strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
}

.support-check p {
    margin: 0;
    max-width: 480px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}


/* Contact support */

.support-contact {
    position: relative;
    overflow: hidden;
}

.support-contact::after {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    right: -170px;
    bottom: -230px;
    border-radius: 50%;
    border: 85px solid rgba(255,255,255,.035);
    pointer-events: none;
}

.support-contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}

.support-contact .section-title {
    margin-bottom: 0;
    color: var(--white);
}

.support-contact-copy {
    max-width: 650px;
}

.support-contact-copy .body-large {
    margin-top: 0;
}

.support-contact-note {
    margin-top: 22px;
    color: #8eaaa0;
}


/* Support responsive */

@media (max-width: 980px) {
    .support-contact-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .support-contact-copy {
        max-width: 720px;
    }
}

@media (max-width: 720px) {
    .support-hero {
        padding: 72px 0 65px;
    }

    .support-item {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 30px 0;
    }

    .support-item > div:first-child {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
    }

    .support-item h3 {
        font-size: 26px;
    }

    .support-checklist {
        grid-template-columns: 1fr;
    }

    .support-check,
    .support-check:nth-child(even) {
        padding: 26px 0;
        border-right: 0;
    }

    .support-check {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
    }

    .support-check strong {
        font-size: 21px;
    }

    .support-contact-grid {
        gap: 26px;
    }
}


/* -------------------------------------------------------
   Organization pilot page
------------------------------------------------------- */

.pilot-section {
    position: relative;
}

.pilot-intro {
    max-width: 930px;
    margin-bottom: 70px;
}

.pilot-intro .lead {
    max-width: 760px;
}


/* Main pilot layout */

.pilot-form-shell {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(50px, 7vw, 95px);
}

.pilot-context {
    min-width: 0;
}

.pilot-context-intro h2 {
    margin: 0 0 20px;
    max-width: 470px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.5vw, 46px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 500;
}

.pilot-context-intro .body-large {
    margin-bottom: 18px;
}

.pilot-context-intro > p:not(.body-large) {
    color: var(--muted);
    line-height: 1.7;
}


/* Pilot details */

.pilot-detail-list {
    margin-top: 42px;
    border-top: 1px solid var(--line);
}

.pilot-detail {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 15px;
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
}

.pilot-detail-number {
    padding-top: 3px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.pilot-detail strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.pilot-detail p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}


/* What happens next */

.pilot-after-card {
    margin-top: 35px;
    padding: 27px;
    border-radius: var(--radius-sm);
    background: var(--forest);
    color: var(--white);
}

.pilot-after-card .eyebrow {
    color: #9bd0ba;
}

.pilot-after-card .eyebrow::before {
    background: #9bd0ba;
}

.pilot-after-card h3 {
    margin: 17px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.16;
    font-weight: 500;
}

.pilot-after-card p {
    margin: 0;
    color: #c9ddd4;
    font-size: 14px;
    line-height: 1.72;
}


/* Form */

.pilot-form-panel {
    padding: clamp(28px, 4vw, 44px);
    box-shadow: var(--shadow-soft);
}

.pilot-form-heading {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
}

.pilot-form-heading h2 {
    margin: 15px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 3vw, 42px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 500;
}

.pilot-form-heading p {
    margin: 0;
    max-width: 620px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.pilot-form-panel textarea::placeholder,
.pilot-form-panel input::placeholder {
    color: #929e97;
}

.pilot-submit-field {
    margin-top: 5px;
}

.pilot-submit-button {
    width: fit-content;
    min-width: 165px;
}

.pilot-submit-field .micro {
    max-width: 550px;
    margin: 4px 0 0;
    line-height: 1.6;
}


/* Who the pilot is for */

.pilot-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.pilot-audience {
    min-width: 0;
    padding: 30px 26px 32px;
    border-right: 1px solid var(--line);
}

.pilot-audience:first-child {
    padding-left: 0;
}

.pilot-audience:last-child {
    padding-right: 0;
    border-right: 0;
}

.pilot-audience > span {
    display: block;
    margin-bottom: 50px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
}

.pilot-audience h3 {
    margin: 0 0 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 500;
}

.pilot-audience p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}


/* Bottom section */

.pilot-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}

.pilot-bottom .section-title {
    margin-bottom: 0;
    color: var(--white);
}

.pilot-bottom-grid > div:last-child {
    max-width: 650px;
}

.pilot-bottom .button {
    margin-top: 18px;
}


/* Responsive */

@media (max-width: 980px) {
    .pilot-form-shell {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .pilot-context {
        max-width: 760px;
    }

    .pilot-audience-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pilot-audience {
        border-bottom: 1px solid var(--line);
    }

    .pilot-audience:nth-child(2) {
        border-right: 0;
    }

    .pilot-audience:nth-child(3),
    .pilot-audience:nth-child(4) {
        border-bottom: 0;
    }

    .pilot-audience:nth-child(3) {
        padding-left: 0;
    }

    .pilot-bottom-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}


@media (max-width: 720px) {
    .pilot-intro {
        margin-bottom: 48px;
    }

    .pilot-form-shell {
        gap: 42px;
    }

    .pilot-form-panel {
        padding: 24px 20px;
    }

    .pilot-after-card {
        padding: 23px;
    }

    .pilot-submit-button {
        width: 100%;
    }

    .pilot-audience-grid {
        grid-template-columns: 1fr;
    }

    .pilot-audience,
    .pilot-audience:first-child,
    .pilot-audience:last-child,
    .pilot-audience:nth-child(3) {
        padding: 27px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .pilot-audience:last-child {
        border-bottom: 0;
    }

    .pilot-audience > span {
        margin-bottom: 22px;
    }
}


/* -------------------------------------------------------
   Contact page
------------------------------------------------------- */

.contact-section {
    position: relative;
}

.contact-intro {
    max-width: 930px;
    margin-bottom: 70px;
}

.contact-intro .lead {
    max-width: 760px;
}


/* Main contact layout */

.contact-form-shell {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(50px, 7vw, 95px);
}

.contact-context {
    min-width: 0;
}

.contact-context-intro h2 {
    margin: 0 0 20px;
    max-width: 480px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.5vw, 46px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 500;
}

.contact-context-intro .body-large {
    margin-bottom: 0;
}


/* Contact topics */

.contact-topic-list {
    margin-top: 42px;
    border-top: 1px solid var(--line);
}

.contact-topic {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 15px;
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
}

.contact-topic-number {
    padding-top: 3px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.contact-topic strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.contact-topic p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}


/* Support card */

.contact-help-card {
    margin-top: 35px;
    padding: 27px;
    border-radius: var(--radius-sm);
    background: var(--cream);
}

.contact-help-card h3 {
    margin: 17px 0 11px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.16;
    letter-spacing: -.025em;
    font-weight: 500;
}

.contact-help-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

.contact-inline-link {
    display: inline-flex;
    margin-top: 17px;
    color: var(--forest);
    font-size: 14px;
    font-weight: 850;
}

.contact-inline-link:hover {
    color: var(--green);
}


/* Form */

.contact-form-panel {
    padding: clamp(28px, 4vw, 44px);
    box-shadow: var(--shadow-soft);
}

.contact-form-heading {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
}

.contact-form-heading h2 {
    margin: 15px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 3vw, 42px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 500;
}

.contact-form-heading p {
    margin: 0;
    max-width: 620px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.contact-form-panel textarea::placeholder,
.contact-form-panel input::placeholder {
    color: #929e97;
}

.contact-submit-field {
    margin-top: 5px;
}

.contact-submit-button {
    width: fit-content;
    min-width: 150px;
}

.contact-submit-field .micro {
    max-width: 560px;
    margin: 4px 0 0;
    line-height: 1.6;
}


/* Faster help */

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.contact-info-card {
    padding: 30px 26px 32px;
    border-right: 1px solid var(--line);
}

.contact-info-card:first-child {
    padding-left: 0;
}

.contact-info-card:last-child {
    padding-right: 0;
    border-right: 0;
}

.contact-info-card > span {
    display: block;
    margin-bottom: 48px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
}

.contact-info-card h3 {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
}

.contact-info-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}


/* Organization contact CTA */

.contact-org-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}

.contact-org-section .section-title {
    margin-bottom: 0;
    color: var(--white);
}

.contact-org-copy {
    max-width: 650px;
}

.contact-org-copy .body-large {
    margin-top: 0;
}

.contact-org-copy > p:not(.body-large) {
    color: #a9c1b6;
}


/* Responsive */

@media (max-width: 980px) {

    .contact-form-shell {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-context {
        max-width: 760px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-info-card {
        border-bottom: 1px solid var(--line);
    }

    .contact-info-card:nth-child(2) {
        border-right: 0;
    }

    .contact-info-card:nth-child(3),
    .contact-info-card:nth-child(4) {
        border-bottom: 0;
    }

    .contact-info-card:nth-child(3) {
        padding-left: 0;
    }

    .contact-org-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}


@media (max-width: 720px) {

    .contact-intro {
        margin-bottom: 48px;
    }

    .contact-form-shell {
        gap: 42px;
    }

    .contact-form-panel {
        padding: 24px 20px;
    }

    .contact-help-card {
        padding: 23px;
    }

    .contact-submit-button {
        width: 100%;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card,
    .contact-info-card:first-child,
    .contact-info-card:last-child,
    .contact-info-card:nth-child(3) {
        padding: 27px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .contact-info-card:last-child {
        border-bottom: 0;
    }

    .contact-info-card > span {
        margin-bottom: 22px;
    }
}




/* =========================================================
   404 ERROR PAGE
========================================================= */

.error-page {
    min-height: 72vh;
    /* display: flex; */
    align-items: center;
    padding: 100px 0 120px;
    margin: 0 20px;
}

.error-page-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.error-page .display {
    /* max-width: 760px; */
    margin: 18px auto 22px;
}

.error-page .display em {
    color: var(--green);
    font-style: italic;
}

.error-page .lead {
    max-width: 620px;
    margin: 0 auto;
}

.error-page-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.error-twi {
    max-width: 440px;
    margin: 70px auto 0;
    padding-top: 34px;
    border-top: 1px solid var(--line);
}

.error-twi-label {
    display: block;
    margin-bottom: 14px;

    color: var(--green);

    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.error-twi strong {
    display: block;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 6vw, 54px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.error-twi p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 15px;
}


@media (max-width: 720px) {

    .error-page {
        min-height: 65vh;
        padding: 70px 0 90px;
    }

    .error-page-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .error-page-actions .button {
        width: 100%;
        justify-content: center;
    }

    .error-twi {
        margin-top: 50px;
    }
}
/* =========================================================
   HOME — PRODUCT-LED NKYEA TWI EXPERIENCE
========================================================= */
.hero-home-product { min-height: auto; padding-bottom: 92px; }
.home-product-hero { display:grid; grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr); gap:72px; align-items:center; }
.home-product-copy .display { font-size:clamp(62px,7.5vw,112px); max-width:760px; }
.home-product-copy .lead { max-width:660px; }
.hero-app-proof { display:flex; align-items:center; flex-wrap:wrap; gap:7px; width:max-content; max-width:100%; margin-top:25px; color:var(--muted); font-size:15px; }
.hero-app-proof strong { color:var(--ink); }
.hero-app-stars { color:var(--gold); letter-spacing:-.1em; font-size:22px; }
.home-product-visual { position:relative; min-height:610px; border-radius:var(--radius-lg); overflow:hidden; background:linear-gradient(145deg,#e4efe8,#b9d8c9); box-shadow:var(--shadow-soft); }
.home-product-visual::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 78% 16%,rgba(255,255,255,.55),transparent 28%); pointer-events:none; z-index:1; }
.home-product-visual .hero-mock-image { width:100%; height:100%; min-height:610px; object-fit:cover; position:absolute; inset:0; }
.hero-product-chip { position:absolute; z-index:2; display:flex; flex-direction:column; gap:2px; padding:14px 17px; border:1px solid rgba(255,255,255,.6); border-radius:16px; background:rgba(255,255,255,.88); backdrop-filter:blur(12px); box-shadow:0 16px 45px rgba(6,33,24,.12); }
.hero-product-chip span { color:var(--green); font-size:10px; font-weight:900; letter-spacing:.1em; }
.hero-product-chip strong { font-size:13px; }
.hero-product-chip-top { top:34px; right:30px; }
.hero-product-chip-bottom { left:28px; bottom:30px; }
.home-speaking-loop { overflow:hidden; }
.product-moment-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.product-moment { position:relative; min-height:610px; padding:30px; border-radius:var(--radius-md); overflow:hidden; }
.product-moment-a { background:#e8efe9; }
.product-moment-b { background:#efe7df; }
.product-moment-c { background:#e4ecef; }
.product-moment-number { position:absolute; right:20px; top:18px; color:rgba(11,61,46,.12); font-family:Georgia,"Times New Roman",serif; font-size:78px; line-height:1; }
.product-moment-kicker { position:relative; z-index:1; color:var(--forest-2); font-size:11px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.product-demo { position:relative; z-index:1; min-height:250px; margin:42px 0 32px; padding:24px; border:1px solid rgba(11,61,46,.10); border-radius:24px; background:rgba(255,255,255,.9); box-shadow:0 18px 50px rgba(6,33,24,.08); }
.demo-label { display:block; color:var(--green); font-size:10px; font-weight:900; letter-spacing:.1em; }
.demo-english,.demo-translation { display:block; margin-top:24px; color:var(--muted); font-size:13px; }
.product-demo > strong { display:block; margin-top:4px; font-family:Georgia,"Times New Roman",serif; font-size:31px; font-weight:500; }
.demo-waveform { height:54px; margin:24px 0 18px; border-radius:12px; background:repeating-linear-gradient(90deg,transparent 0 5px,rgba(20,133,95,.7) 5px 8px),linear-gradient(180deg,transparent 40%,rgba(20,133,95,.08) 40% 60%,transparent 60%); }
.demo-controls,.memory-status { display:flex; justify-content:space-between; gap:12px; color:var(--muted); font-size:11px; }
.demo-controls span:first-child { color:var(--forest); font-weight:800; }
.demo-mic { display:flex; align-items:center; justify-content:center; gap:9px; min-height:76px; margin-top:30px; border-radius:18px; background:var(--forest); color:#fff; font-weight:800; }
.demo-mic span { color:#8bd4b5; }
.speaking-demo small { display:block; margin-top:13px; text-align:center; color:var(--muted); }
.memory-track { height:8px; margin:31px 0 14px; overflow:hidden; border-radius:999px; background:#e5ebe7; }
.memory-track span { display:block; width:68%; height:100%; border-radius:inherit; background:var(--green); }
.memory-status strong { color:var(--forest); }
.product-moment h3 { margin:0 0 14px; font-family:Georgia,"Times New Roman",serif; font-size:31px; line-height:1.08; font-weight:500; letter-spacing:-.03em; }
.product-moment p { margin:0; color:#53635b; }
.home-product-bridge { display:flex; align-items:center; justify-content:space-between; gap:48px; margin-top:28px; padding:42px 46px; border-radius:var(--radius-md); background:var(--forest); color:#fff; }
.home-product-bridge .eyebrow { color:#8bd4b5; }
.home-product-bridge h3 { max-width:720px; margin:10px 0 10px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(32px,4vw,50px); line-height:1.03; font-weight:500; letter-spacing:-.04em; }
.home-product-bridge p { max-width:720px; margin:0; color:#c9ddd4; }
.home-product-bridge .button { flex:0 0 auto; }
@media (max-width: 980px) {
  .home-product-hero { grid-template-columns:1fr; gap:48px; }
  .home-product-visual { min-height:540px; }
  .home-product-visual .hero-mock-image { min-height:540px; }
  .product-moment-grid { grid-template-columns:1fr; }
  .product-moment { min-height:auto; }
  .home-product-bridge { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 640px) {
  .hero-home-product { padding-top:62px; padding-bottom:60px; }
  .home-product-copy .display { font-size:clamp(52px,15vw,72px); }
  .home-product-visual { min-height:430px; border-radius:28px; }
  .home-product-visual .hero-mock-image { min-height:430px; }
  .hero-product-chip { padding:11px 13px; }
  .hero-product-chip-top { top:18px; right:16px; }
  .hero-product-chip-bottom { left:16px; bottom:18px; }
  .product-moment { padding:24px; }
  .product-demo { margin-top:36px; }
  .home-product-bridge { padding:30px 26px; }
}

/* -------------------------------------------------------
   Nkyea Twi conversion close
------------------------------------------------------- */

.nkyea-twi-hero-note {
    margin: 14px 0 0;
}

.nkyea-close {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 12%, rgba(40, 169, 121, .12), transparent 27%),
        linear-gradient(180deg, #f5f1e8 0%, #fbfaf7 100%);
}

.nkyea-close-intro {
    max-width: 850px;
    margin-bottom: 54px;
}

.nkyea-close-intro .section-title {
    margin-bottom: 16px;
}

.nkyea-close-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.nkyea-close-card {
    min-width: 0;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    padding: clamp(30px, 4vw, 48px);
    border-radius: var(--radius-lg);
}

.nkyea-close-card-consumer {
    color: var(--white);
    background:
        radial-gradient(circle at 92% 8%, rgba(139, 212, 181, .22), transparent 28%),
        var(--forest);
    box-shadow: var(--shadow-product);
}

.nkyea-close-card-organization {
    color: var(--ink);
    border: 1px solid rgba(11, 61, 46, .12);
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--shadow-soft);
}

.nkyea-close-kicker {
    display: block;
    margin-bottom: 26px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nkyea-close-card-consumer .nkyea-close-kicker {
    color: #9bd0ba;
}

.nkyea-close-card-organization .nkyea-close-kicker {
    color: var(--green);
}

.nkyea-close-card h3 {
    max-width: 520px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 500;
}

.nkyea-close-card p {
    max-width: 560px;
    margin: 24px 0 0;
    font-size: 17px;
    line-height: 1.7;
}

.nkyea-close-card-consumer p {
    color: #c9ddd4;
}

.nkyea-close-card-organization p {
    color: var(--ink-soft);
}

.nkyea-close-list {
    display: grid;
    gap: 11px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 750;
}

.nkyea-close-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nkyea-close-list li::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}

.nkyea-close-card-consumer .nkyea-close-list li::before {
    color: var(--forest);
    background: #9bd0ba;
}

.nkyea-close-card-organization .nkyea-close-list li::before {
    color: var(--forest);
    background: var(--mint);
}

.nkyea-close-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.nkyea-close-button {
    min-height: 54px;
    padding-inline: 24px;
}

.nkyea-close-action span {
    font-size: 12px;
}

.nkyea-close-card-consumer .nkyea-close-action span {
    color: #9fb9ae;
}

.nkyea-close-card-organization .nkyea-close-action span {
    color: var(--muted);
}

@media (max-width: 820px) {
    .nkyea-close-grid {
        grid-template-columns: 1fr;
    }

    .nkyea-close-card {
        min-height: 500px;
    }
}

@media (max-width: 520px) {
    .nkyea-close-intro {
        margin-bottom: 38px;
    }

    .nkyea-close-card {
        min-height: 0;
        gap: 42px;
        padding: 30px 24px;
        border-radius: 28px;
    }

    .nkyea-close-button {
        width: 100%;
        justify-content: center;
    }
}

/* -------------------------------------------------------
   Organizations — sales / pilot conversion page
------------------------------------------------------- */

.org-sales-hero {
    position: relative;
    overflow: hidden;
    padding-top: clamp(78px, 8vw, 118px);
    padding-bottom: clamp(78px, 8vw, 112px);
}

.org-sales-hero::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -240px;
    top: -260px;
    border-radius: 50%;
    border: 110px solid rgba(139, 212, 181, .07);
    pointer-events: none;
}

.org-sales-hero .org-hero-grid {
    position: relative;
    z-index: 1;
}

.org-sales-hero .org-hero-copy .display {
    max-width: 800px;
}

.org-sales-hero .org-hero-copy .lead {
    max-width: 690px;
    font-size: clamp(18px, 1.8vw, 22px);
}

.org-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.org-hero-benefits span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #d5e7df;
    font-size: 12px;
    font-weight: 800;
}

.org-primary-cta {
    min-height: 54px;
    padding-inline: 25px;
}

.org-hero-text-link {
    color: #fff !important;
}

.org-hero-reassurance {
    max-width: 590px;
    margin: 15px 0 0;
    color: #9fb9ae;
    font-size: 12px;
}

.org-trust-strip {
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.org-trust-items {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow-x: auto;
    scrollbar-width: none;
}

.org-trust-items::-webkit-scrollbar { display: none; }

.org-trust-items span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.org-sales-intro {
    max-width: 920px;
    margin-bottom: 56px;
}

.org-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.org-value-card {
    /* min-height: 365px; */
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #fbfcfa;
}

.org-value-number {
    /* margin-bottom: auto; */
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.org-value-card h3 {
    /* margin: 52px 0 14px; */
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    line-height: 1.06;
    letter-spacing: -.03em;
    font-weight: 500;
}

.org-value-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.org-mid-cta {
    margin-top: 26px;
    padding: 30px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: var(--radius-md);
    background: var(--mint);
}

.org-mid-cta .eyebrow {
    margin-bottom: 9px;
}

.org-mid-cta h3 {
    max-width: 710px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -.03em;
}

.org-sales-image-grid {
    margin-top: 0;
    margin-bottom: 54px;
}

.org-sales-image-grid .org-image-card {
    transition: transform .22s ease, box-shadow .22s ease;
}

.org-sales-image-grid .org-image-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.org-sales-usecases {
    margin-top: 10px;
}

.org-pilot-heading {
    max-width: 900px;
    margin-bottom: 58px;
}

.org-pilot-heading .section-title em {
    color: #8bd4b5;
    font-style: italic;
}

.org-pilot-process {
    margin-top: 0;
}

.org-pilot-cta {
    margin-top: 42px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--radius-md);
    background: rgba(255,255,255,.055);
}

.org-pilot-cta div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.org-pilot-cta span {
    color: #8fb1a2;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.org-pilot-cta strong {
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
}

.org-access-split {
    align-items: center;
}

.org-access-list {
    border-top: 1px solid var(--line);
}

.org-access-item {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.org-access-item strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.org-access-item span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.org-report-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
    gap: clamp(50px, 7vw, 90px);
    align-items: center;
}

.org-report-card {
    overflow: hidden;
    border: 1px solid rgba(11,61,46,.11);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.org-report-row {
    display: grid;
    grid-template-columns: 100px 170px 1fr;
    gap: 22px;
    align-items: start;
    padding: 26px 28px;
    border-bottom: 1px solid var(--line);
}

.org-report-row:last-child { border-bottom: 0; }

.org-report-row > span {
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.org-report-row strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
}

.org-report-row p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.org-pricing-panel {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 50px 70px;
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 95% 5%, rgba(40,169,121,.09), transparent 25%),
        var(--paper);
}

.org-pricing-copy .section-title {
    margin-bottom: 18px;
}

.org-pricing-points {
    display: grid;
    border-top: 1px solid var(--line);
}

.org-pricing-points > div {
    display: grid;
    gap: 5px;
    padding: 19px 0;
    border-bottom: 1px solid var(--line);
}

.org-pricing-points strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
}

.org-pricing-points span {
    color: var(--muted);
    font-size: 13px;
}

.org-pricing-action {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.org-pricing-action p {
    max-width: 650px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 15px;
}

.org-final-close {
    position: relative;
    overflow: hidden;
}

.org-final-close::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -230px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 95px solid rgba(139,212,181,.07);
    pointer-events: none;
}

.org-final-close-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(55px, 8vw, 110px);
    align-items: center;
}

.org-final-action {
    padding: clamp(30px, 4vw, 46px);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--radius-lg);
    background: #082d22;
}

.org-final-kicker {
    display: block;
    margin-bottom: 18px;
    color: #8bd4b5;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.org-final-action h3 {
    margin: 0 0 28px;
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.06;
    letter-spacing: -.035em;
    font-weight: 500;
}

.org-final-button {
    min-height: 54px;
    padding-inline: 24px;
}

.org-final-contact {
    display: block;
    width: fit-content;
    margin-top: 18px;
    color: #a9c4b8;
    font-size: 13px;
    font-weight: 750;
}

.org-final-contact:hover { color: var(--white); }

.org-type-links {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1080px) {
    .org-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .org-report-grid,
    .org-final-close-grid {
        grid-template-columns: 1fr;
    }

    .org-report-card {
        max-width: 760px;
    }
}

@media (max-width: 820px) {
    .org-mid-cta,
    .org-pilot-cta,
    .org-pricing-action {
        align-items: flex-start;
        flex-direction: column;
    }

    .org-pricing-panel {
        grid-template-columns: 1fr;
    }

    .org-pricing-action {
        grid-column: auto;
    }

    .org-report-row {
        grid-template-columns: 90px 1fr;
    }

    .org-report-row p {
        grid-column: 2;
    }
}

@media (max-width: 720px) {
    .org-sales-hero {
        padding-top: 66px;
    }

    .org-trust-items {
        justify-content: flex-start;
        min-height: 66px;
    }

    .org-value-grid {
        grid-template-columns: 1fr;
    }

    /* .org-value-card { */
        /* min-height: 300px; */
    /* } */

    .org-mid-cta,
    .org-pilot-cta {
        padding: 24px;
    }

    .org-access-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .org-report-row {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 23px;
    }

    .org-report-row p {
        grid-column: auto;
    }

    .org-pricing-panel,
    .org-final-action {
        border-radius: 28px;
    }

    .org-primary-cta,
    .org-pilot-cta .button,
    .org-pricing-action .button,
    .org-final-button {
        width: 100%;
    }
}

/* -------------------------------------------------------
   Home — premium Nkyea Twi speaking-loop introduction
------------------------------------------------------- */

.home-speaking-loop {
    position: relative;
    overflow: hidden;
}

.home-speaking-loop::before {
    content: "";
    position: absolute;
    top: -220px;
    left: 50%;
    width: 760px;
    height: 420px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(40, 169, 121, .08), transparent 68%);
    pointer-events: none;
}

.home-speaking-intro {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto 72px;
    text-align: center;
}

.home-speaking-overline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 25px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-speaking-product {
    color: var(--green);
}

.home-speaking-rule {
    width: 44px;
    height: 1px;
    background: var(--line);
}

.home-speaking-descriptor {
    color: var(--muted);
}

.home-speaking-title {
    max-width: 900px;
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 7vw, 94px);
    line-height: .96;
    letter-spacing: -.055em;
    font-weight: 500;
}

.home-speaking-title em {
    color: var(--green);
    font-style: italic;
    font-weight: 500;
}

.home-speaking-subtitle {
    max-width: 760px;
    margin: 28px auto 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 2.6vw, 34px);
    line-height: 1.22;
    letter-spacing: -.025em;
}

.home-speaking-lead {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.72;
}

.home-speaking-flow {
    max-width: 900px;
    margin: 48px auto 0;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(250, 249, 245, .78);
    box-shadow: 0 18px 55px rgba(6, 33, 24, .045);
}

.home-speaking-flow-step {
    min-width: 0;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 2px;
    text-align: left;
}

.home-speaking-flow-step > span {
    grid-row: 1 / span 2;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.25;
}

.home-speaking-flow-step strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
}

.home-speaking-flow-step small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.4;
}

.home-speaking-flow-arrow {
    color: #aab6af;
    font-size: 22px;
    font-weight: 300;
}

.home-speaking-cards {
    position: relative;
    z-index: 1;
}

@media (min-width: 981px) {
    .home-speaking-cards .product-moment:nth-child(2) {
        transform: translateY(18px);
    }
}

@media (max-width: 820px) {
    .home-speaking-intro {
        margin-bottom: 56px;
    }

    .home-speaking-flow {
        grid-template-columns: 1fr;
        gap: 13px;
        max-width: 620px;
        padding: 24px;
    }

    .home-speaking-flow-arrow {
        width: 1px;
        height: 20px;
        margin-left: 13px;
        overflow: hidden;
        background: var(--line);
        font-size: 0;
    }

    .home-speaking-flow-step {
        grid-template-columns: 30px minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .home-speaking-intro {
        margin-bottom: 44px;
        text-align: left;
    }

    .home-speaking-overline {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 21px;
    }

    .home-speaking-rule {
        width: 30px;
    }

    .home-speaking-title,
    .home-speaking-subtitle,
    .home-speaking-lead {
        margin-left: 0;
        margin-right: 0;
    }

    .home-speaking-title {
        font-size: clamp(48px, 14vw, 68px);
    }

    .home-speaking-subtitle {
        margin-top: 22px;
        font-size: 24px;
    }

    .home-speaking-lead {
        margin-top: 15px;
        font-size: 16px;
    }

    .home-speaking-flow {
        margin-top: 34px;
        border-radius: 20px;
    }
}


/* -------------------------------------------------------
   Phrase audio buttons
   Shared article speaker controls
------------------------------------------------------- */

/* Support both the original and newer class names */
.phrase-twi-audio-line,
.phrase-audio-line {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    column-gap: 6px;
    min-width: 0;
}

.phrase-audio-copy {
    min-width: 0;
}

/* Keep Twi and English in exactly the same text column */
.phrase-audio-copy > strong,
.phrase-audio-copy > span,
.phrase-audio-copy > h3,
.phrase-audio-copy > p {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left;
}

.phrase-audio-copy > strong,
.phrase-audio-copy > span {
    display: block;
}

.phrase-audio-copy > span {
    margin-top: 2px;
}


/* Speaker button */
.phrase-audio-button {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid transparent;
    border-radius: 50%;

    background: transparent;
    color: var(--forest-2);

    cursor: pointer;

    transition:
        transform .18s ease,
        background .18s ease,
        color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;

    -webkit-tap-highlight-color: transparent;
}

.phrase-audio-button:hover {
    transform: translateY(-1px);
    background: var(--mint);
    border-color: rgba(21, 134, 95, .34);
}

.phrase-audio-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(21, 134, 95, .14);
}

.phrase-audio-button.is-playing {
    background: var(--forest);
    color: var(--white);
    border-color: var(--forest);
}


/* Speaker icon */
.phrase-audio-button svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
}


/* Playing animation */
.phrase-audio-button.is-playing .phrase-audio-wave {
    animation: phraseAudioWave .75s ease-in-out infinite alternate;
    transform-origin: center;
}

@keyframes phraseAudioWave {
    from {
        opacity: .45;
        transform: scale(.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Dialogue rows */
.phrase-dialogue-audio-line {
    width: 100%;
}


/* Featured phrases */
.phrase-feature-audio-line {
    margin-top: 8px;
}

.phrase-feature-audio-line .phrase-audio-copy > h3,
.phrase-feature-audio-line .phrase-audio-copy > strong {
    margin-top: 0;
}

.phrase-feature-audio-line .phrase-audio-copy > p {
    margin-bottom: 0;
}


/* Mobile */
@media (max-width: 700px) {

    .phrase-twi-audio-line,
    .phrase-audio-line {
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: 6px;
    }

    .phrase-audio-button {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }
}



/* -------------------------------------------------------
   Resources / Field Notes discovery
   Search, filters, featured content and empty state
------------------------------------------------------- */

.resources-hero {
    padding-bottom: 54px;
}

.resource-search-shell {
    max-width: 760px;
    margin-top: 36px;
}

.resource-search {
    min-height: 62px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 12px;
    padding: 0 14px 0 20px;
    border: 1px solid rgba(11, 61, 46, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 16px 45px rgba(6, 33, 24, .06);
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.resource-search:focus-within {
    border-color: rgba(21, 134, 95, .55);
    background: var(--white);
    box-shadow:
        0 16px 45px rgba(6, 33, 24, .07),
        0 0 0 4px rgba(21, 134, 95, .08);
}

.resource-search-icon {
    width: 24px;
    height: 24px;
    color: var(--forest-2);
}

.resource-search-icon svg,
.resource-empty-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.resource-search input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font-size: 17px;
}

.resource-search input::placeholder {
    color: #87928c;
}

.resource-search input::-webkit-search-cancel-button {
    display: none;
}

.resource-search-clear {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--muted);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition:
        background .18s ease,
        color .18s ease;
}

.resource-search-clear:hover {
    background: var(--mint);
    color: var(--forest);
}

.resource-search-clear[hidden] {
    visibility: hidden;
    pointer-events: none;
}

.resources-library {
    padding-top: 58px;
}

.resource-library-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 58px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
}

.resource-filter-group {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.resource-filter {
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        transform .18s ease;
}

.resource-filter:hover {
    transform: translateY(-1px);
    border-color: rgba(21, 134, 95, .28);
    background: #f6fbf8;
    color: var(--forest);
}

.resource-filter.is-active {
    border-color: var(--forest);
    background: var(--forest);
    color: var(--white);
}

.resource-result-count {
    flex: 0 0 auto;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    white-space: nowrap;
}

.resource-result-count strong {
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
}

.resource-start-here {
    margin-bottom: 86px;
}

.resource-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.resource-section-heading h2 {
    margin: 12px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.5vw, 56px);
    line-height: 1.02;
    letter-spacing: -.04em;
    font-weight: 500;
}

.resource-section-heading p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.resource-section-heading-compact {
    margin-bottom: 30px;
}

.resource-section-heading-compact h2 {
    font-size: clamp(36px, 4vw, 50px);
}

.resource-feature-start {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card-featured {
    background:
        linear-gradient(180deg, rgba(223, 244, 234, .34), transparent 36%),
        var(--white);
    border-color: rgba(21, 134, 95, .16);
}

.resource-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: auto;
}

.resource-read-label {
    color: var(--forest-2);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
}

.resource-card .resource-arrow {
    align-self: auto;
}

#resourceGrid .resource-card {
    transform-origin: center top;
    transition:
        opacity .18s ease,
        transform .18s ease,
        box-shadow .2s ease;
}

#resourceGrid .resource-card.is-filtered-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#resourceGrid .resource-card.is-filtered-out {
    opacity: 0;
    transform: translateY(8px) scale(.985);
    pointer-events: none;
}

#resourceGrid .resource-card[hidden] {
    display: none !important;
}

.resource-empty-state {
    max-width: 760px;
    margin: 42px auto 0;
    padding: 64px 40px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 50% 0%, rgba(40, 169, 121, .10), transparent 38%),
        #fbfcfa;
    text-align: center;
}

.resource-empty-state[hidden] {
    display: none;
}

.resource-empty-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    padding: 15px;
    border-radius: 50%;
    background: var(--mint);
    color: var(--forest);
}

.resource-empty-state .eyebrow::before {
    display: none;
}

.resource-empty-state h2 {
    max-width: 560px;
    margin: 14px auto 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 500;
}

.resource-empty-state p {
    max-width: 560px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.resource-empty-state .button {
    margin-top: 26px;
}


/* Resources responsive */
@media (max-width: 980px) {
    .resource-library-toolbar {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 46px;
    }

    .resource-feature-start {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .resources-hero {
        padding-bottom: 42px;
    }

    .resource-search-shell {
        margin-top: 28px;
    }

    .resource-search {
        min-height: 56px;
        grid-template-columns: 24px minmax(0, 1fr) 34px;
        padding-left: 16px;
    }

    .resource-search input {
        font-size: 16px;
    }

    .resources-library {
        padding-top: 44px;
    }

    .resource-library-toolbar {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .resource-filter-group {
        gap: 8px;
    }

    .resource-filter {
        min-height: 38px;
        padding-inline: 13px;
        font-size: 12px;
    }

    .resource-start-here {
        margin-bottom: 64px;
    }

    .resource-section-heading {
        margin-bottom: 26px;
    }

    .resource-empty-state {
        padding: 48px 24px;
        border-radius: var(--radius-md);
    }
}

@media (prefers-reduced-motion: reduce) {
    #resourceGrid .resource-card,
    .resource-filter,
    .resource-search {
        transition: none;
    }
}


/* -------------------------------------------------------
   Field Note card sharing
   Append to site.css
------------------------------------------------------- */

/* Cards are now article containers so the article link and share button
   remain separate interactive controls. */
.resource-card {
    position: relative;
}

.resource-card-link {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

/* Reserve space for the share button in the footer area. */
.resource-card .resource-card-footer {
    padding-right: 52px;
}

.resource-share-button {
    position: absolute;
    right: 18px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(21, 134, 95, .16);
    border-radius: 50%;
    background: rgba(223, 244, 234, .55);
    color: var(--forest-2);
    cursor: pointer;
    z-index: 2;
    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease;
    -webkit-tap-highlight-color: transparent;
}

.resource-share-button:hover {
    transform: translateY(-1px);
    background: var(--mint);
    border-color: rgba(21, 134, 95, .32);
    color: var(--forest);
}

.resource-share-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(21, 134, 95, .12);
}

.resource-share-button svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
}

/* Visually hidden: icon-only control, with accessible text handled by aria-label. */
.resource-share-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* Keep card hover treatment when either the article link or share button is used. */
.resource-card:has(.resource-card-link:hover),
.resource-card:has(.resource-share-button:hover) {
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
}

/* Avoid applying a second translate to the inner link. */
.resource-card-link:hover {
    transform: none;
}

/* Small confirmation after clipboard fallback. */
.resource-share-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 300;
    transform: translate(-50%, 10px);
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(6, 20, 15, .94);
    color: var(--white);
    box-shadow: 0 14px 38px rgba(6, 20, 15, .22);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity .18s ease,
        transform .18s ease;
}

.resource-share-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.resource-share-toast[hidden] {
    display: block;
    visibility: hidden;
}

@media (max-width: 720px) {
    .resource-share-button {
        right: 14px;
        bottom: 12px;
        width: 38px;
        height: 38px;
    }

    .resource-card .resource-card-footer {
        padding-right: 48px;
    }

    .resource-share-toast {
        bottom: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .resource-share-button,
    .resource-share-toast {
        transition: none;
    }
}

/* -------------------------------------------------------
   Field Notes social sharing sheet
------------------------------------------------------- */
body.resource-share-open {
    overflow: hidden;
}

.resource-social-modal {
    position: fixed;
    inset: 0;
    z-index: 500;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.resource-social-modal[hidden] {
    display: none;
}

.resource-social-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.resource-social-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(5, 20, 14, .48);
    backdrop-filter: blur(5px);
    cursor: default;
}

.resource-social-sheet {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    padding: 30px;
    border: 1px solid rgba(11, 61, 46, .12);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 34px 100px rgba(4, 28, 20, .22);
    transform: translateY(14px) scale(.985);
    transition: transform .2s ease;
}

.resource-social-modal.is-open .resource-social-sheet {
    transform: translateY(0) scale(1);
}

.resource-social-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.resource-social-header h2 {
    margin: 9px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 500;
}

.resource-social-close {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0 0 3px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    color: var(--ink-soft);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.resource-social-close:hover {
    background: var(--mint);
    color: var(--forest);
}

.resource-social-title {
    margin: 18px 0 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.resource-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.resource-social-option {
    min-width: 0;
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 8px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fbfcfa;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease,
        color .18s ease;
}

.resource-social-option:hover {
    transform: translateY(-2px);
    border-color: rgba(21, 134, 95, .28);
    background: var(--mint);
    color: var(--forest);
}

.resource-social-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid rgba(11, 61, 46, .10);
    color: var(--forest);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.resource-social-whatsapp .resource-social-icon {
    font-size: 15px;
}

.resource-social-facebook .resource-social-icon {
    font-family: Arial, sans-serif;
    /* font-size: 22px; */
}

.resource-social-linkedin .resource-social-icon {
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.resource-native-share {
    width: 100%;
    margin-top: 18px;
}

@media (max-width: 620px) {
    .resource-social-modal {
        align-items: end;
        padding: 0;
    }

    .resource-social-sheet {
        width: 100%;
        padding: 25px 20px calc(22px + env(safe-area-inset-bottom));
        border-radius: 28px 28px 0 0;
        transform: translateY(24px);
    }

    .resource-social-modal.is-open .resource-social-sheet {
        transform: translateY(0);
    }

    .resource-social-header h2 {
        font-size: 30px;
    }

    .resource-social-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .resource-social-option {
        min-height: 88px;
        border-radius: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .resource-social-modal,
    .resource-social-sheet,
    .resource-social-option {
        transition: none;
    }
}

/* -------------------------------------------------------
   Field Note article share trigger
   Uses the same social sharing sheet as resources.php
------------------------------------------------------- */
.field-note-share-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.field-note-share-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 15px 0 13px;
    border: 1px solid rgba(21, 134, 95, .18);
    border-radius: 999px;
    background: rgba(223, 244, 234, .55);
    color: var(--forest-2);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease;
    -webkit-tap-highlight-color: transparent;
}

.field-note-share-button:hover {
    transform: translateY(-1px);
    background: var(--mint);
    border-color: rgba(21, 134, 95, .32);
    color: var(--forest);
}

.field-note-share-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(21, 134, 95, .12);
}

.field-note-share-button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

@media (max-width: 720px) {
    .field-note-share-row {
        margin-top: 18px;
    }

    .field-note-share-button {
        min-height: 40px;
        padding-inline: 12px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .field-note-share-button {
        transition: none;
    }
}
