@charset "UTF-8";

:root {
    --ink: #3f4242;
    --ink-soft: #5e6363;
    --line: #cdd5d5;
    --sea-glass: #dfebeb;
    --sea-glass-light: #f2f7f7;
    --white: #ffffff;
    --button: #444a4a;
    --button-hover: #2f3434;
    --content-width: 1160px;
    --reading-width: 720px;
    --radius: 4px;
    --shadow: 0 12px 36px rgba(35, 48, 48, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: "Lato", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--ink); color: var(--white); padding: 0.65rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.site-header__inner { width: min(calc(100% - 2rem), var(--content-width)); min-height: 104px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; }
.site-name { flex: 0 0 auto; color: var(--ink); font-family: "Montserrat", Arial, sans-serif; font-size: clamp(1.55rem, 2.5vw, 2.15rem); font-weight: 400; letter-spacing: 0.02em; text-decoration: none; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(0.75rem, 1.65vw, 1.5rem); }
.primary-nav > a { position: relative; color: var(--ink); font-size: 0.89rem; text-decoration: none; white-space: nowrap; }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -0.45rem; height: 1px; background: currentColor; transform: scaleX(0); transition: transform 160ms ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after, .primary-nav > a.is-active::after { transform: scaleX(1); }
.social-links { display: inline-flex; align-items: center; gap: 0.75rem; margin-left: 0.25rem; }
.social-links a { display: inline-flex; width: 24px; height: 24px; }
.social-links svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.social-links .play { fill: currentColor; stroke: none; }
.menu-toggle { display: none; margin-left: auto; padding: 0.6rem; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 25px; height: 1px; background: currentColor; content: ""; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before { position: absolute; top: -7px; }
.menu-toggle__icon::after { position: absolute; top: 7px; }
.page-shell { overflow: hidden; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: "Montserrat", Arial, sans-serif; font-weight: 400; line-height: 1.18; }
h2 { margin-bottom: 1.1rem; font-size: clamp(2rem, 3.5vw, 3.35rem); letter-spacing: -0.02em; }
h3 { margin-bottom: 0.65rem; font-size: 1.35rem; }
.eyebrow { margin: 0 0 1rem; font-family: "Montserrat", Arial, sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0.75rem 1.2rem; border: 1px solid var(--button); border-radius: var(--radius); background: var(--button); color: var(--white); font-family: "Montserrat", Arial, sans-serif; font-size: 0.88rem; font-weight: 600; text-decoration: none; transition: background 140ms ease, color 140ms ease, transform 140ms ease; }
.button:hover, .button:focus-visible { background: var(--button-hover); transform: translateY(-1px); }
.button--secondary { background: transparent; color: var(--ink); }
.button--secondary:hover, .button--secondary:focus-visible { background: rgba(255,255,255,0.45); color: var(--ink); }
.text-link { display: inline-block; margin-top: 1rem; font-family: "Montserrat", Arial, sans-serif; font-size: 0.9rem; font-weight: 600; }

.home-hero { position: relative; width: min(calc(100% - 2rem), 1500px); min-height: clamp(650px, 48vw, 760px); margin: 0 auto; overflow: hidden; background: var(--sea-glass); }
.home-hero__media { position: absolute; inset: 0; }
.home-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 22%, rgba(255,255,255,0.45) 43%, rgba(255,255,255,0.04) 64%, rgba(255,255,255,0) 100%); }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.home-hero__content { position: relative; z-index: 2; width: min(61%, 850px); padding: clamp(4.5rem, 7vw, 7rem) 0 4rem clamp(2rem, 7vw, 8rem); }
.home-hero h1 { max-width: 780px; margin: 0 0 1.4rem; font-size: clamp(2.8rem, 3.25vw, 3.65rem); line-height: 1.1; letter-spacing: -0.03em; }
.home-hero h1 span { display: block; white-space: nowrap; }
.home-hero__lede { max-width: 590px; margin: 0 0 1.6rem; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.55; }
.home-intro { background: var(--white); }
.home-intro__inner { width: min(calc(100% - 2rem), 900px); margin: 0 auto; padding: clamp(3.4rem, 6vw, 5.5rem) 0; font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
.home-intro__inner p { margin: 0; }
.home-intro__inner p + p { margin-top: 1.35rem; }
.section { padding: clamp(4rem, 7vw, 7rem) 0; }
.section--tinted { background: var(--sea-glass-light); }
.section--sea-glass { background: var(--sea-glass); }
.section__inner { width: min(calc(100% - 2rem), var(--content-width)); margin: 0 auto; }
.split { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.section-copy p { max-width: var(--reading-width); }
.section-copy p:not(:last-child) { margin-bottom: 1.2rem; }
.section-image { overflow: hidden; background: var(--sea-glass); box-shadow: var(--shadow); }
.section-image img { width: 100%; height: 100%; object-fit: cover; }
.section-image--portrait { aspect-ratio: 1052 / 1494; max-width: 470px; justify-self: center; }
.section-image--landscape { aspect-ratio: 4 / 3; }
.split--lifetime { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); }
.section--audiences h2 { margin-bottom: 1rem; }
.audience-list { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(2.5rem, 7vw, 7rem); row-gap: 0.9rem; }
.audience-list li { position: relative; padding-left: 1.15rem; }
.audience-list li::before { content: ""; position: absolute; left: 0; top: 0.78em; width: 5px; height: 5px; border-radius: 50%; background: var(--ink-soft); }
.page-intro { width: min(calc(100% - 2rem), var(--reading-width)); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 0; }
.page-intro h1 { margin-bottom: 1.4rem; font-size: clamp(2.65rem, 5.5vw, 5.25rem); letter-spacing: -0.03em; }
.lede { max-width: 42rem; font-size: clamp(1.12rem, 1.65vw, 1.35rem); line-height: 1.55; }
.site-footer { border-top: 1px solid var(--line); background: var(--white); }
.site-footer__inner { width: min(calc(100% - 2rem), var(--content-width)); margin: 0 auto; padding: 3rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1.5rem 3rem; align-items: start; font-size: 0.9rem; }
.site-footer p { margin: 0; }
.site-footer__name { font-family: "Montserrat", Arial, sans-serif; font-size: 1.1rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.75rem 1.25rem; }
.footer-nav a { text-decoration: none; }
.copyright { grid-column: 1 / -1; color: var(--ink-soft); font-size: 0.8rem; }
:focus-visible { outline: 3px solid #7aa3a5; outline-offset: 4px; }

@media (max-width: 1200px) {
    .home-hero__content { width: 63%; padding-left: 3rem; }
    .home-hero h1 { max-width: 690px; font-size: clamp(2.55rem, 4vw, 3.35rem); }
    .home-hero h1 span { white-space: normal; }
}

@media (max-width: 980px) {
    .site-header__inner { min-height: 86px; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; left: 0; right: 0; top: 86px; z-index: 20; display: none; margin: 0; padding: 1.5rem; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: grid; gap: 0; }
    .primary-nav > a { color: var(--white); padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.22); }
    .primary-nav > a::after { display: none; }
    .social-links { margin: 1rem 0 0; }
    .home-hero { display: flex; flex-direction: column; min-height: 0; background: var(--white); }
    .home-hero__content { order: 1; width: min(calc(100% - 2rem), 760px); margin: 0 auto; padding: 3.5rem 0 2.5rem; }
    .home-hero h1 { font-size: clamp(2.75rem, 8vw, 4.35rem); }
    .home-hero h1 span { white-space: normal; }
    .home-hero__media { order: 2; position: relative; inset: auto; width: 100%; aspect-ratio: 4216 / 2592; }
    .home-hero__media::after { display: none; }
    .home-hero__media img { object-position: 64% center; }
    .split, .split--lifetime { grid-template-columns: 1fr; }
    .split--lifetime .section-copy { order: 1; }
    .split--lifetime .section-image { order: 2; }
    .section-image--portrait { max-width: 560px; justify-self: start; }
}

@media (max-width: 640px) {
    body { font-size: 17px; }
    .home-hero__content { padding-top: 3rem; }
    .home-hero h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
    .home-hero__lede { font-size: 1.05rem; }
    .home-intro__inner { padding: 3.25rem 0; }
    .section { padding: 3.75rem 0; }
    .audience-list { grid-template-columns: 1fr; row-gap: 0.75rem; }
    .site-footer__inner { grid-template-columns: 1fr; }
    .footer-nav { justify-content: flex-start; }
    .copyright { grid-column: 1; }
}


/* Mobile home-page refinement, Version 7 */
@media (max-width: 640px) {
    body {
        font-size: 16.5px;
        line-height: 1.55;
    }

    .site-header__inner {
        min-height: 78px;
    }

    .site-name {
        font-size: 1.85rem;
    }

    .primary-nav {
        top: 78px;
    }

    .home-hero {
        width: 100%;
    }

    .home-hero__content {
        width: min(calc(100% - 2.25rem), 560px);
        padding-top: 2.75rem;
        padding-bottom: 2.25rem;
    }

    .home-hero h1 {
        max-width: 100%;
        margin-bottom: 1.15rem;
        font-size: clamp(2.45rem, 10.2vw, 3.05rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    .home-hero__lede {
        margin-bottom: 1.35rem;
        font-size: 1rem;
        line-height: 1.55;
    }

    .home-hero .button {
        min-height: 46px;
        padding: 0.7rem 1rem;
        font-size: 0.84rem;
    }

    .home-hero__media {
        width: calc(100% - 2rem);
        margin: 0 auto;
    }

    .home-intro__inner {
        width: min(calc(100% - 2.25rem), 560px);
        padding: 2.75rem 0 3.1rem;
        font-size: 1rem;
        line-height: 1.6;
    }

    .home-intro__inner p + p {
        margin-top: 1.15rem;
    }

    .section {
        padding: 3.25rem 0;
    }

    .section__inner {
        width: min(calc(100% - 2.25rem), 620px);
    }

    .split {
        gap: 2.2rem;
    }

    .section-image--portrait {
        width: min(100%, 520px);
        max-width: none;
        justify-self: stretch;
    }

    .section-image--landscape {
        width: 100%;
    }

    .eyebrow {
        margin-bottom: 0.75rem;
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }

    h2 {
        margin-bottom: 0.9rem;
        font-size: clamp(2.05rem, 9vw, 2.7rem);
        line-height: 1.14;
    }

    .section-copy p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .text-link {
        margin-top: 0.7rem;
        font-size: 0.86rem;
    }

    .section--audiences h2 {
        margin-bottom: 0.7rem;
    }

    .audience-list {
        margin-top: 1.5rem;
        row-gap: 0.55rem;
    }

    .audience-list li {
        padding-left: 1rem;
        line-height: 1.45;
    }

    .audience-list li::before {
        top: 0.66em;
    }

    .button--secondary {
        min-height: 46px;
        width: auto;
        padding: 0.7rem 1rem;
        font-size: 0.84rem;
    }

    .site-footer__inner {
        padding: 2.5rem 0;
    }
}


/* Mobile image-margin correction, Version 8 */
@media (max-width: 640px) {
    .section-image--portrait,
    .section-image--landscape {
        width: calc(100% - 1.5rem);
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }

    .split--thoughtful,
    .split--lifetime {
        justify-items: center;
    }

    .split--thoughtful .section-copy,
    .split--lifetime .section-copy {
        width: 100%;
    }
}


/* Study with Abigail page, Version 1 */
.study-page h1 {
    margin: 0 0 1.6rem;
    font-size: clamp(3.1rem, 5.2vw, 5.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.study-hero {
    padding-top: clamp(4.5rem, 7vw, 7rem);
    padding-bottom: clamp(4.5rem, 7vw, 7rem);
}

.study-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.study-hero__copy {
    max-width: 760px;
}

.study-hero__copy p,
.study-narrative__inner p {
    margin: 0;
}

.study-hero__copy p + p,
.study-narrative__inner p + p {
    margin-top: 1.25rem;
}

.study-question-intro {
    font-size: 1.05rem;
}

.study-question {
    max-width: 650px;
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(1.65rem, 2.5vw, 2.4rem);
    line-height: 1.28;
}

.study-photo {
    overflow: hidden;
    background: var(--sea-glass);
    box-shadow: var(--shadow);
}

.study-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.study-photo--opening {
    aspect-ratio: 1847 / 2861;
    max-width: 440px;
    justify-self: end;
}

.study-narrative__inner {
    width: min(100%, 860px);
    font-size: clamp(1.08rem, 1.4vw, 1.22rem);
}

.study-transition__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.study-photo--group {
    aspect-ratio: 4 / 3;
}

.study-list-block {
    max-width: 640px;
}

.study-checklist,
.study-bullets {
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.study-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 2rem;
}

.study-checklist li,
.study-bullets li {
    position: relative;
    padding-left: 1.2rem;
}

.study-checklist li::before,
.study-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.74em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ink-soft);
}

.study-details__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.study-detail-card h2 {
    font-size: clamp(2.15rem, 3.7vw, 3.4rem);
}

.study-bullets {
    display: grid;
    gap: 0.8rem;
}

.study-closing__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.study-closing__copy {
    max-width: 620px;
}

.study-closing__copy .button {
    margin-top: 0.75rem;
}

.study-photo--closing {
    aspect-ratio: 4 / 5;
    max-width: 420px;
    justify-self: end;
}

@media (max-width: 980px) {
    .study-hero__grid,
    .study-transition__grid,
    .study-details__grid,
    .study-closing__grid {
        grid-template-columns: 1fr;
    }

    .study-photo--opening,
    .study-photo--closing {
        justify-self: start;
    }

    .study-transition__grid .study-photo {
        order: 1;
    }

    .study-transition__grid .study-list-block {
        order: 2;
    }
}

@media (max-width: 640px) {
    .study-page h1 {
        font-size: clamp(2.6rem, 12vw, 3.5rem);
        line-height: 1.08;
    }

    .study-hero,
    .study-page .section {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    .study-hero__grid,
    .study-transition__grid,
    .study-details__grid,
    .study-closing__grid {
        gap: 2.25rem;
    }

    .study-question {
        font-size: 1.65rem;
    }

    .study-photo--opening,
    .study-photo--closing,
    .study-photo--group {
        width: calc(100% - 1.5rem);
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }

    .study-narrative__inner {
        font-size: 1rem;
        line-height: 1.6;
    }

    .study-checklist {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .study-detail-card h2,
    .study-closing__copy h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .study-bullets {
        gap: 0.65rem;
    }
}


/* Study with Abigail redesign, Version 2 */
.study-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
}

.study-photo--opening {
    max-width: 520px;
}

.study-growth__grid {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.study-growth__copy {
    max-width: 720px;
}

.study-growth__copy p {
    margin: 0;
}

.study-growth__copy p + p {
    margin-top: 1.2rem;
}

.study-pullquote {
    margin-bottom: 1.5rem !important;
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    line-height: 1.28;
}

.study-photo--group {
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 620px;
}

.study-work h2,
.study-audiences h2,
.study-expect h2,
.study-testimonials h2 {
    white-space: nowrap;
}

.study-checklist,
.study-two-column-list {
    margin: 1.7rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem clamp(2.5rem, 7vw, 7rem);
}

.study-checklist li,
.study-two-column-list li {
    position: relative;
    padding-left: 1.2rem;
}

.study-checklist li::before,
.study-two-column-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.74em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ink-soft);
}

.study-testimonials__intro {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.testimonial-card {
    min-height: 220px;
    padding: 2rem;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
}

.testimonial-card p {
    margin: 0;
}

.testimonial-placeholder {
    color: var(--ink-soft);
    font-style: italic;
}

.testimonial-name {
    margin-top: 1.5rem !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
}

.study-closing__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(400px, 0.9fr);
}

.study-photo--closing {
    max-width: 520px;
}

@media (max-width: 980px) {
    .study-growth__grid,
    .study-closing__grid {
        grid-template-columns: 1fr;
    }

    .study-photo--opening,
    .study-photo--group,
    .study-photo--closing {
        max-width: 620px;
        justify-self: start;
    }

    .study-work h2,
    .study-audiences h2,
    .study-expect h2,
    .study-testimonials h2 {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .study-growth__grid {
        gap: 2.25rem;
    }

    .study-pullquote {
        font-size: 1.65rem;
    }

    .study-checklist,
    .study-two-column-list,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        min-height: 0;
        padding: 1.5rem;
    }

    .study-photo--opening,
    .study-photo--group,
    .study-photo--closing {
        width: calc(100% - 1.5rem);
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }
}


/* Study with Abigail refinement, Version 3 */
.study-growth__grid {
    grid-template-columns: minmax(520px, 1.12fr) minmax(0, 0.88fr);
}

.study-photo--group {
    max-width: 760px;
}

.study-growth__copy {
    max-width: 650px;
}

.study-growth__copy strong {
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.08em;
    font-weight: 500;
}

.testimonial-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.testimonial-card blockquote {
    margin: 0;
    color: var(--ink);
    font-family: "Lato", Arial, sans-serif;
    font-size: 1.08rem;
    font-style: italic;
    line-height: 1.65;
}

.testimonial-more {
    margin-top: 1.25rem;
}

.testimonial-more summary {
    width: max-content;
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.testimonial-more[open] summary {
    margin-bottom: 1rem;
}

.testimonial-more__content {
    color: var(--ink-soft);
    font-size: 0.98rem;
    line-height: 1.62;
}

.testimonial-more__content p {
    margin: 0;
}

.testimonial-more__content p + p {
    margin-top: 1rem;
}

.testimonial-name {
    margin-top: auto !important;
    padding-top: 1.5rem;
}

.testimonial-role {
    display: block;
    margin-top: 0.2rem;
    color: var(--ink-soft);
    font-family: "Lato", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
}

@media (max-width: 1100px) {
    .study-growth__grid {
        grid-template-columns: minmax(430px, 1fr) minmax(0, 1fr);
    }
}

@media (max-width: 980px) {
    .study-growth__grid {
        grid-template-columns: 1fr;
    }

    .study-photo--group {
        max-width: 720px;
    }
}

@media (max-width: 640px) {
    .testimonial-card blockquote {
        font-size: 1rem;
    }

    .testimonial-more__content {
        font-size: 0.94rem;
    }
}


/* Study with Abigail final text-emphasis refinement, Version 4 */
.study-growth__copy strong {
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: normal;
}


/* About page, Version 1 */
.about-page h1 {
    margin: 0 0 1.4rem;
    font-size: clamp(3.2rem, 5.4vw, 5.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.about-lede {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(1.55rem, 2.5vw, 2.35rem);
    line-height: 1.3;
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.about-hero__copy {
    max-width: 760px;
}

.about-hero__copy p {
    margin: 0;
}

.about-hero__copy p + p {
    margin-top: 1.2rem;
}

.about-photo {
    overflow: hidden;
    background: var(--sea-glass);
    box-shadow: var(--shadow);
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-photo--portrait {
    max-width: 510px;
    aspect-ratio: 4 / 5;
    justify-self: end;
}

.about-reading {
    max-width: 900px;
}

.about-reading p {
    font-size: clamp(1.05rem, 1.35vw, 1.18rem);
}

.about-reading p + p {
    margin-top: 1.2rem;
}

.about-career__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.about-career__copy p {
    max-width: 700px;
}

.about-photo--transition {
    aspect-ratio: 2701 / 2065;
    width: 100%;
    max-width: 700px;
    justify-self: end;
}

.about-credentials__intro {
    max-width: 850px;
    margin-bottom: 2.5rem;
}

.about-accordion-stack {
    border-top: 1px solid var(--line);
}

.about-accordion {
    border-bottom: 1px solid var(--line);
}

.about-accordion summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.35rem 3rem 1.35rem 0;
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    line-height: 1.25;
}

.about-accordion summary::-webkit-details-marker {
    display: none;
}

.about-accordion summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-52%);
    color: var(--ink-soft);
    font-size: 1.5rem;
    font-weight: 300;
}

.about-accordion[open] summary::after {
    content: "−";
}

.about-accordion__content {
    padding: 0.4rem 0 2.2rem;
}

.about-accordion__content h3 {
    margin-top: 2rem;
}

.about-accordion__content h3:first-child {
    margin-top: 0.3rem;
}

.about-list {
    margin: 1rem 0 0;
    padding-left: 1.3rem;
}

.about-list li + li {
    margin-top: 0.45rem;
}

.about-list--columns {
    columns: 2;
    column-gap: 3.5rem;
}

.about-list--columns li {
    break-inside: avoid;
}

.about-accomplishments {
    margin-top: 2.4rem;
    border-top: 1px solid var(--line);
}

.about-leadership__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
    gap: clamp(2.5rem, 6vw, 5rem);
    align-items: start;
}

.about-photo--conducting {
    aspect-ratio: 4 / 5;
    max-width: 390px;
    justify-self: end;
}

.about-closing__inner {
    max-width: 760px;
    text-align: center;
}

.about-closing__inner p {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}

.about-closing__inner .button {
    margin-top: 0.8rem;
}

@media (max-width: 980px) {
    .about-hero__grid,
    .about-career__grid,
    .about-leadership__grid {
        grid-template-columns: 1fr;
    }

    .about-photo--portrait,
    .about-photo--transition,
    .about-photo--conducting {
        justify-self: start;
    }

    .about-photo--portrait {
        max-width: 560px;
    }

    .about-photo--transition {
        max-width: 760px;
    }
}

@media (max-width: 640px) {
    .about-page h1 {
        font-size: clamp(2.7rem, 12vw, 3.6rem);
    }

    .about-lede {
        font-size: 1.5rem;
    }

    .about-hero__grid,
    .about-career__grid,
    .about-leadership__grid {
        gap: 2.25rem;
    }

    .about-photo--portrait,
    .about-photo--transition,
    .about-photo--conducting {
        width: calc(100% - 1.5rem);
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }

    .about-list--columns {
        columns: 1;
    }

    .about-accordion summary {
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
        font-size: 1.2rem;
    }

    .about-reading p {
        font-size: 1rem;
    }
}


/* About opening refinement, Version 2 */
.about-page .about-hero h1 {
    max-width: 760px;
    margin-bottom: 1.6rem;
    font-size: clamp(2.8rem, 4.6vw, 4.75rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.about-photo--portrait {
    max-width: 560px;
}

@media (max-width: 640px) {
    .about-page .about-hero h1 {
        font-size: clamp(2.45rem, 11vw, 3.4rem);
        line-height: 1.1;
    }
}


/* About opening balance refinement, Version 3 */
.about-hero__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.88fr);
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}

.about-page .about-hero h1 {
    max-width: 700px;
    margin-bottom: 1.5rem;
    font-size: clamp(2.45rem, 3.85vw, 3.9rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-photo--portrait {
    width: 100%;
    max-width: 650px;
    aspect-ratio: 4 / 5;
    justify-self: end;
}

@media (max-width: 1100px) {
    .about-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    }

    .about-page .about-hero h1 {
        font-size: clamp(2.35rem, 4.4vw, 3.45rem);
    }

    .about-photo--portrait {
        max-width: 560px;
    }
}

@media (max-width: 980px) {
    .about-hero__grid {
        grid-template-columns: 1fr;
    }

    .about-photo--portrait {
        max-width: 620px;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .about-page .about-hero h1 {
        font-size: clamp(2.35rem, 10.5vw, 3.15rem);
        line-height: 1.1;
    }

    .about-photo--portrait {
        width: calc(100% - 1.5rem);
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }
}


/* About opening headline refinement, Version 5 */
.about-page .about-hero h1 {
    max-width: 820px;
    font-size: clamp(2.25rem, 3.25vw, 3.35rem);
    line-height: 1.08;
}

@media (max-width: 1100px) {
    .about-page .about-hero h1 {
        max-width: 700px;
        font-size: clamp(2.2rem, 3.8vw, 3rem);
    }
}

@media (max-width: 640px) {
    .about-page .about-hero h1 {
        max-width: none;
        font-size: clamp(2.25rem, 10vw, 3rem);
    }
}


/* About layout correction, Version 6 */
.about-hero .section__inner {
    width: min(calc(100% - 2rem), 1280px);
}

.about-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
    gap: clamp(3rem, 5vw, 5.5rem);
    align-items: start;
}

.about-page .about-hero h1 {
    max-width: none;
    margin-bottom: 1.5rem;
    font-size: clamp(2.25rem, 3vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-page .about-hero h1 span {
    display: block;
    white-space: nowrap;
}

.about-photo--portrait {
    width: 100%;
    max-width: 650px;
    justify-self: end;
    margin-top: 0.25rem;
}

.about-career .section__inner {
    width: min(calc(100% - 2rem), 1280px);
}

.about-career__grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    gap: clamp(3rem, 5vw, 5.5rem);
    align-items: center;
}

.about-photo--transition {
    width: 100%;
    max-width: 780px;
    justify-self: end;
}

@media (max-width: 1100px) {
    .about-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
    }

    .about-page .about-hero h1 {
        font-size: clamp(2.2rem, 3.6vw, 2.9rem);
    }

    .about-page .about-hero h1 span {
        white-space: normal;
    }

    .about-career__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    }
}

@media (max-width: 980px) {
    .about-hero__grid,
    .about-career__grid {
        grid-template-columns: 1fr;
    }

    .about-photo--portrait,
    .about-photo--transition {
        max-width: 720px;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .about-page .about-hero h1 {
        font-size: clamp(2.2rem, 9.5vw, 2.9rem);
    }
}


/* About headline overlap correction, Version 7 */
.about-page .about-hero h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 2.8vw, 3rem);
}

.about-page .about-hero h1 span {
    display: block;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .about-page .about-hero h1 span {
        white-space: normal;
    }
}


/* Offerings page, Version 1 */
.offerings-hero {
    position: relative;
    width: min(calc(100% - 2rem), 1500px);
    margin: 0 auto;
    min-height: clamp(460px, 42vw, 650px);
    overflow: hidden;
    background: var(--sea-glass);
}

.offerings-hero__media {
    position: absolute;
    inset: 0;
    margin: 0;
}

.offerings-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,.94) 0%,
        rgba(255,255,255,.86) 28%,
        rgba(255,255,255,.42) 52%,
        rgba(255,255,255,.05) 72%,
        rgba(255,255,255,0) 100%
    );
}

.offerings-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.offerings-hero__overlay {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
}

.offerings-hero__copy {
    width: min(49%, 660px);
    margin-left: clamp(2rem, 7vw, 8rem);
}

.offerings-hero h1 {
    margin: 0 0 1.25rem;
    font-size: clamp(3.3rem, 5.2vw, 5.4rem);
    letter-spacing: -0.04em;
}

.offerings-hero p {
    margin: 0;
    font-size: clamp(1.08rem, 1.45vw, 1.28rem);
    line-height: 1.58;
}

.offerings-private__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.offerings-copy {
    max-width: 760px;
}

.offerings-copy p {
    margin: 0;
}

.offerings-copy p + p {
    margin-top: 1.15rem;
}

.offerings-copy .button {
    margin-top: 1.1rem;
}

.offerings-callout {
    padding: 2rem;
    border-left: 1px solid var(--line);
}

.offerings-callout__statement {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(1.45rem, 2.3vw, 2.2rem);
    line-height: 1.35;
}

.offerings-feature {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.offerings-feature--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
}

.offerings-photo {
    overflow: hidden;
    background: var(--sea-glass);
    box-shadow: var(--shadow);
}

.offerings-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offerings-photo--intensive,
.offerings-photo--masterclass {
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 680px;
}

.offerings-feature--reverse .offerings-photo {
    justify-self: end;
}

.offerings-subhead {
    margin: -.35rem 0 1.4rem !important;
    color: var(--ink-soft);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.05rem;
}

.offerings-consultation__inner {
    max-width: 900px;
}

.offerings-consultation__inner > p:last-of-type {
    max-width: 760px;
}

.offerings-book__grid {
    display: grid;
    grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.offerings-book__cover {
    margin: 0;
    justify-self: center;
    max-width: 390px;
}

.offerings-book__cover img {
    width: 100%;
    height: auto;
    box-shadow: var(--shadow);
}

.offerings-books h2 {
    margin-bottom: .4rem;
}

.offerings-books h3 {
    margin-bottom: 1.2rem;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.offerings-book__future {
    margin-top: 2rem !important;
    color: var(--ink-soft);
    font-size: .95rem;
}

.offerings-videos__intro {
    max-width: 850px;
    margin-bottom: 2.5rem;
}

.text-link--inline {
    margin: 0;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.video-card {
    min-width: 0;
}

.video-card h3 {
    margin: .9rem 0 0;
    font-size: 1.08rem;
    line-height: 1.4;
}

.video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111;
    box-shadow: var(--shadow);
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.offerings-videos__cta {
    margin-top: 2.5rem;
}

.offerings-request__inner {
    max-width: 760px;
    text-align: center;
}

.offerings-request__inner p {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
}

.offerings-request__inner .button {
    margin-top: .8rem;
}

@media (max-width: 980px) {
    .offerings-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
        width: 100%;
        background: var(--white);
    }

    .offerings-hero__overlay {
        order: 1;
        min-height: 0;
        display: block;
    }

    .offerings-hero__copy {
        width: min(calc(100% - 2rem), 760px);
        margin: 0 auto;
        padding: 3.5rem 0 2.5rem;
    }

    .offerings-hero__media {
        order: 2;
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .offerings-hero__media::after {
        display: none;
    }

    .offerings-private__grid,
    .offerings-feature,
    .offerings-feature--reverse,
    .offerings-book__grid {
        grid-template-columns: 1fr;
    }

    .offerings-feature--reverse .offerings-copy {
        order: 1;
    }

    .offerings-feature--reverse .offerings-photo {
        order: 2;
        justify-self: start;
    }

    .offerings-callout {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding: 1.8rem 0 0;
    }

    .offerings-photo--intensive,
    .offerings-photo--masterclass {
        max-width: 720px;
    }

    .offerings-book__cover {
        justify-self: start;
        max-width: 340px;
    }
}

@media (max-width: 640px) {
    .offerings-hero h1 {
        font-size: clamp(2.7rem, 12vw, 3.65rem);
    }

    .offerings-hero p {
        font-size: 1rem;
    }

    .offerings-photo--intensive,
    .offerings-photo--masterclass {
        width: calc(100% - 1.5rem);
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }

    .offerings-callout__statement {
        font-size: 1.45rem;
    }

    .offerings-book__cover {
        max-width: 280px;
        justify-self: center;
    }

    .video-grid {
        grid-template-columns: 1fr;
        gap: 1.7rem;
    }

    .video-card h3 {
        font-size: 1rem;
    }
}


/* Offerings page refinement, Version 2 */

/* Give the hero text stronger contrast while preserving the photograph. */
.offerings-hero__media::after {
    background: linear-gradient(
        90deg,
        rgba(255,255,255,.98) 0%,
        rgba(255,255,255,.94) 26%,
        rgba(255,255,255,.72) 44%,
        rgba(255,255,255,.28) 61%,
        rgba(255,255,255,.04) 76%,
        rgba(255,255,255,0) 100%
    );
}

.offerings-hero__copy {
    width: min(46%, 620px);
}

/* Replace the tall vertical private-studio sentence with a compact feature panel. */
.offerings-callout {
    padding: 2rem 0 2rem 2.25rem;
}

.offerings-callout__title {
    margin: 0 0 1.15rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.offerings-callout__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .85rem;
}

.offerings-callout__list li {
    position: relative;
    padding-left: 1.15rem;
}

.offerings-callout__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ink-soft);
}

/* Keep the intensive image a little smaller so the current file does not look overly enlarged. */
.offerings-photo--intensive {
    max-width: 620px;
}

/* New performance offering. */
.offerings-performance__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.offerings-performance__types {
    padding-left: 2.25rem;
    border-left: 1px solid var(--line);
}

.offerings-performance__label {
    margin: 0 0 1.1rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

.offerings-performance__types ul {
    margin: 0;
    padding-left: 1.2rem;
}

.offerings-performance__types li + li {
    margin-top: .75rem;
}

/* The consultation section no longer needs a generic eyebrow. */
.offerings-consultation {
    background: var(--white);
}

.offerings-consultation__inner {
    max-width: 900px;
}

/* Two concrete Plugged In actions instead of future-placeholder copy. */
.offerings-book__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.25rem;
}

.offerings-book__actions .button {
    margin-top: 0;
}

@media (max-width: 980px) {
    .offerings-performance__grid {
        grid-template-columns: 1fr;
    }

    .offerings-performance__types {
        padding: 1.75rem 0 0;
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 640px) {
    .offerings-book__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .offerings-book__actions .button {
        width: 100%;
        text-align: center;
    }
}


/* Offerings page architecture refinement, Version 3 */

/* Professional Consultation now mirrors the left/right rhythm used elsewhere. */
.offerings-consultation__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.offerings-consultation__types {
    padding-left: 2.25rem;
    border-left: 1px solid var(--line);
}

.offerings-consultation__label {
    margin: 0 0 1.1rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

.offerings-consultation__types ul {
    margin: 0;
    padding-left: 1.2rem;
}

.offerings-consultation__types li + li {
    margin-top: .75rem;
}

/* Books & Resources is now a distinct pale section. */
.offerings-books {
    background: var(--sea-glass);
}

/* Performances & Videos returns to white for a clearer alternating rhythm. */
.offerings-videos {
    background: var(--white);
}

/* Keep Plugged In action buttons visually balanced. */
.offerings-book__actions {
    align-items: stretch;
}

.offerings-book__actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
}

/* Slightly tighten headings where eyebrow text was removed. */
.offerings-intensive h2,
.offerings-masterclasses h2 {
    margin-top: 0;
}

@media (max-width: 980px) {
    .offerings-consultation__grid {
        grid-template-columns: 1fr;
    }

    .offerings-consultation__types {
        padding: 1.75rem 0 0;
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}


/* Flute Intensive image crop correction, Version 5 */
.offerings-photo--intensive {
    aspect-ratio: auto;
    max-width: 620px;
    overflow: visible;
}

.offerings-photo--intensive img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}


/* Offerings mobile polish, Version 6
   Mobile-only typography and spacing refinements.
   No wording/content changes. */
@media (max-width: 640px) {

    /* Let the hero copy use more of the phone width. */
    .offerings-hero__copy {
        width: calc(100% - 3rem);
        max-width: none;
        padding: 3rem 0 2.35rem;
    }

    .offerings-hero h1 {
        font-size: clamp(2.9rem, 11.5vw, 3.45rem);
        line-height: 1.02;
    }

    .offerings-hero p {
        font-size: 1.02rem;
        line-height: 1.58;
    }

    /* Slightly smaller mobile body copy for easier scanning.
       This changes only font size/line-height, not wording. */
    .offerings-page .section p,
    .offerings-page .section li {
        font-size: 1.03rem;
        line-height: 1.62;
    }

    /* Keep section headings prominent without overwhelming the phone screen. */
    .offerings-page .section h2 {
        font-size: clamp(2.35rem, 10vw, 3.15rem);
        line-height: 1.06;
        letter-spacing: -0.025em;
    }

    .offerings-intensive h2,
    .offerings-masterclasses h2 {
        font-size: clamp(2.5rem, 10.5vw, 3.25rem);
    }

    .offerings-performance h2 {
        font-size: clamp(2.25rem, 9.3vw, 2.9rem);
    }

    .offerings-consultation h2 {
        font-size: clamp(2.35rem, 9.8vw, 3rem);
    }

    .offerings-books h2,
    .offerings-videos h2,
    .offerings-request h2 {
        font-size: clamp(2.45rem, 10vw, 3.1rem);
    }

    /* Keep supporting subheads visually distinct but more compact. */
    .offerings-subhead {
        font-size: 1.05rem !important;
        line-height: 1.55 !important;
    }

    /* Preserve tap-friendly buttons. */
    .offerings-page .button {
        font-size: 1rem;
        line-height: 1.25;
    }

    /* Keep the closing CTA comfortable and centered. */
    .offerings-request__inner {
        padding-left: .25rem;
        padding-right: .25rem;
    }
}


/* Contact Abigail, Version 1 */
.contact-intro {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: var(--white);
}

.contact-intro__inner {
    width: min(calc(100% - 2rem), var(--content-width));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .72fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.contact-intro__copy {
    max-width: 720px;
}

.contact-intro h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(3rem, 5.3vw, 4.8rem);
}

.contact-intro__copy > p:not(.lede) {
    max-width: 650px;
}

.contact-minor {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: .94rem;
}

.contact-note {
    padding: 2rem 0 2rem 2.25rem;
    border-left: 1px solid var(--line);
}

.contact-note h2 {
    margin-bottom: 1rem;
    font-size: 1.55rem;
}

.contact-note p {
    margin: 0 0 1rem;
    font-size: .98rem;
}

.contact-form-wrap {
    max-width: 980px;
}

.contact-form {
    display: grid;
    gap: 2rem;
}

.form-grid {
    display: grid;
    gap: 1.5rem;
}

.form-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
    min-width: 0;
}

.form-field label,
.form-field legend {
    display: block;
    margin: 0 0 .55rem;
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: .98rem;
    font-weight: 600;
}

.form-field--fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.optional {
    color: var(--ink-soft);
    font-family: "Lato", Arial, sans-serif;
    font-size: .9em;
    font-weight: 400;
}

.field-help {
    margin: -.2rem 0 .85rem;
    color: var(--ink-soft);
    font-size: .9rem;
    line-height: 1.45;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    border: 1px solid #aebcbc;
    border-radius: 3px;
    background: rgba(255,255,255,.88);
    color: var(--ink);
    padding: .82rem .9rem;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #6e8f90;
    background: var(--white);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(122,163,165,.18);
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem 1.5rem;
}

.checkbox-option {
    display: flex !important;
    align-items: flex-start;
    gap: .75rem;
    margin: 0 !important;
    padding: .75rem .85rem;
    border: 1px solid rgba(159,176,176,.75);
    border-radius: 3px;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    font-family: "Lato", Arial, sans-serif !important;
    font-weight: 400 !important;
}

.checkbox-option input {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin-top: .18rem;
    accent-color: var(--button);
}

.checkbox-option:has(input:checked) {
    background: var(--white);
    border-color: #778d8d;
}

.other-details {
    display: none;
}

.other-details.is-visible {
    display: block;
}

.contact-form__footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.5rem 2rem;
    align-items: center;
    padding-top: .5rem;
}

.contact-form__footer .button {
    min-width: 170px;
    border: 0;
    cursor: pointer;
}

.privacy-note {
    margin: 0;
    color: var(--ink-soft);
    font-size: .84rem;
    line-height: 1.5;
}

.form-errors,
.form-success {
    margin-bottom: 2rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid var(--line);
    background: var(--white);
}

.form-errors {
    border-left: 4px solid #9b5f5f;
}

.form-errors h2,
.form-success h2 {
    margin-bottom: .75rem;
    font-size: 1.5rem;
}

.form-errors ul {
    margin: 0;
    padding-left: 1.25rem;
}

.form-success {
    border-left: 4px solid #739393;
}

.form-success p {
    margin: 0;
}

.form-success__note {
    margin-top: 1rem !important;
    color: var(--ink-soft);
    font-size: .9rem;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 800px) {
    .contact-intro__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .contact-note {
        padding: 1.75rem 0 0;
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 640px) {
    .contact-intro {
        padding: 3.25rem 0 3.75rem;
    }

    .contact-intro__inner,
    .contact-form-wrap {
        width: min(calc(100% - 2.5rem), var(--content-width));
    }

    .contact-intro h1 {
        font-size: clamp(2.9rem, 12vw, 3.6rem);
    }

    .contact-intro .lede {
        font-size: 1.12rem;
    }

    .form-grid--two,
    .checkbox-grid,
    .contact-form__footer {
        grid-template-columns: 1fr;
    }

    .checkbox-option {
        padding: .85rem;
    }

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

    .privacy-note {
        font-size: .82rem;
    }
}


/* Study with Abigail — mobile opening repair
   The Version 2 desktop grid rule appeared later in the stylesheet than the
   original mobile rule, so it was overriding the one-column phone layout.
   This final rule intentionally comes last and affects only the opening hero.
*/
@media (max-width: 980px) {
    .study-page .study-hero__grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 2.5rem;
    }

    .study-page .study-hero__copy {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .study-page .study-photo--opening {
        width: min(100%, 620px);
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }
}

@media (max-width: 640px) {
    .study-page .study-hero__grid {
        gap: 2.25rem;
    }

    .study-page .study-hero__copy {
        min-width: 0;
    }

    .study-page .study-question-intro,
    .study-page .study-question,
    .study-page .study-hero__copy p {
        width: 100%;
        max-width: none;
    }

    .study-page .study-photo--opening {
        width: calc(100% - 1rem);
    }
}


/* Home awareness copy update, Version 1 */
.home-hero__identity {
    max-width: 590px;
    margin: 0 0 1rem;
    font-size: clamp(1rem, 1.25vw, 1.13rem);
    line-height: 1.55;
}

.home-hero__lede {
    margin-top: 0;
}

@media (max-width: 980px) {
    .home-hero__identity {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .home-hero__identity {
        font-size: 1rem;
        line-height: 1.55;
    }
}


/* Home hero supporting copy alignment + revised second-section heading */
.home-hero__identity,
.home-hero__lede {
    font-size: clamp(1.06rem, 1.25vw, 1.13rem) !important;
    line-height: 1.6 !important;
    font-weight: 400;
}

.home-hero__identity {
    margin-bottom: 1rem;
}

.home-hero__lede {
    margin-top: 0;
}

@media (max-width: 640px) {
    .home-hero__identity,
    .home-hero__lede {
        font-size: 1rem !important;
        line-height: 1.58 !important;
    }
}


/* About page — Performance Experience photo restoration */
.about-performance__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
}

.about-performance__grid .about-list--columns {
    columns: 1;
}

.about-photo--performance {
    margin: 0;
    width: 100%;
}

.about-photo--performance img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-photo--performance figcaption {
    margin-top: 0.65rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--ink-soft);
}

@media (max-width: 900px) {
    .about-performance__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-photo--performance {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .about-performance__grid .about-list--columns {
        columns: 1;
    }

    .about-photo--performance {
        width: 100%;
    }
}


/* About page v10 — performance credentials structure */
.about-performance__secondary {
    margin-top: clamp(2.5rem, 4vw, 4rem);
    padding-top: clamp(2rem, 3vw, 3rem);
    border-top: 1px solid var(--line);
}

.about-performance__secondary h3 {
    margin-top: 0;
}

.about-list--performance-selected {
    columns: 2;
    column-gap: clamp(2rem, 4vw, 4rem);
}

.about-list--performance-selected li {
    break-inside: avoid;
}

@media (max-width: 760px) {
    .about-list--performance-selected {
        columns: 1;
    }
}


/* About page v11 — orchestra list balance */
@media (min-width: 901px) {
    .about-performance__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
        gap: clamp(2.25rem, 4vw, 4.75rem);
    }

    .about-photo--performance {
        width: 112%;
        max-width: 540px;
        justify-self: end;
    }
}


/* v13 — Grand Rapids lesson-location note */
.study-location-note {
    margin-top: 1.5rem;
    max-width: 760px;
}
