:root {
    --ivory: #f6f3ee;
    --ivory-deep: #ece8df;
    --paper: #fbf8f2;
    --navy: #1f1f1f;
    --navy-soft: #4c4a46;
    --gold: #9a835f;
    --gold-soft: #beb39f;
    --gold-pale: #ddd7ca;
    --coral: #a96860;
    --rule: rgba(27, 26, 24, 0.095);
    --shadow: rgba(27, 26, 24, 0.065);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 253, 248, 0.7), transparent 34rem),
        radial-gradient(circle at 82% 18%, rgba(169, 104, 96, 0.018), transparent 34rem),
        linear-gradient(120deg, rgba(154, 131, 95, 0.008), transparent 44%),
        var(--ivory);
    color: var(--navy);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.68;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at center, rgba(27, 26, 24, 0.009) 0 0.4px, transparent 0.5px),
        linear-gradient(rgba(154, 131, 95, 0.005) 1px, transparent 1px);
    background-size: 24px 24px, 100% 12px;
    opacity: 0.26;
}

a {
    color: inherit;
}

h1,
h2,
h3,
.brand-mark {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    letter-spacing: 0;
}

p,
h1,
h2,
h3,
figure {
    margin-top: 0;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 74px;
    padding: 18px clamp(20px, 3.5vw, 46px);
    border-bottom: 0;
    background:
        linear-gradient(to bottom, rgba(31, 31, 31, 0.16), rgba(31, 31, 31, 0.02) 68%, transparent);
    backdrop-filter: none;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--navy);
    text-decoration: none;
}

.brand-mark {
    color: var(--gold);
    font-size: 2.05rem;
    line-height: 1;
}

.brand-text,
.site-nav,
.eyebrow,
.section-kicker,
.highlight-list span,
.contact-card p,
.contact-card span,
.feature-grid span {
    font-family: "Source Sans 3", Arial, sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.brand-text {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.34em;
}

.site-nav {
    display: flex;
    justify-content: flex-end;
    gap: clamp(18px, 2.35vw, 36px);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-shadow: 0 1px 14px rgba(31, 31, 31, 0.5);
}

.site-nav a {
    padding: 6px 0;
    border-bottom: 1px solid rgba(154, 131, 95, 0.62);
    color: rgba(255, 253, 248, 0.92);
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--coral);
    border-color: currentColor;
}

.nav-toggle,
.nav-button {
    display: none;
}

.nav-button-text {
    display: none;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: min(690px, 86vh);
    border-bottom: 1px solid var(--rule);
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to right, rgba(246, 243, 238, 1) 0%, rgba(246, 243, 238, 0.985) 33%, rgba(246, 243, 238, 0.78) 42%, rgba(246, 243, 238, 0.28) 49%, transparent 56%);
}

.hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(100px, 10vw, 130px) clamp(38px, 6vw, 96px) clamp(50px, 5.5vw, 70px);
    background: transparent;
}

.eyebrow,
.section-kicker {
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 0.66rem;
    font-weight: 500;
}

h1 {
    display: grid;
    gap: 0;
    margin-bottom: 14px;
    color: var(--navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(4.35rem, 7vw, 7.45rem);
    font-style: normal;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.13em;
    font-variant-ligatures: common-ligatures;
    text-shadow: none;
    text-transform: uppercase;
}

h1 span:last-child {
    padding-left: 0;
}

.hero-subtitle {
    max-width: 560px;
    margin-bottom: 14px;
    color: var(--navy);
    font-size: clamp(0.98rem, 1.18vw, 1.18rem);
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 1.32;
    text-transform: uppercase;
}

.hero-intro {
    max-width: 600px;
    margin-bottom: 12px;
    color: var(--navy-soft);
    font-size: clamp(1rem, 1.05vw, 1.08rem);
}

.hero-note {
    margin-bottom: 0;
    color: var(--navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.18rem, 1.55vw, 1.55rem);
    font-style: italic;
    line-height: 1.2;
}

.hero-portrait {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 32%;
    min-height: 100%;
    margin: 0;
    background-image: url("Images/Home/HomePortrait.jpeg");
    background-position: 58% 32%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.92;
}

.scroll-menu {
    position: sticky;
    top: 0;
    z-index: 18;
    display: flex;
    justify-content: flex-end;
    padding: 12px clamp(18px, 4vw, 54px);
    border-bottom: 1px solid rgba(27, 26, 24, 0.075);
    background: rgba(246, 243, 238, 0.88);
    backdrop-filter: blur(10px);
}

.scroll-menu details {
    position: relative;
}

.scroll-menu summary {
    list-style: none;
    cursor: pointer;
    color: var(--navy);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.scroll-menu summary::-webkit-details-marker {
    display: none;
}

.scroll-menu summary::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-left: 12px;
    background: currentColor;
    vertical-align: middle;
}

.scroll-menu details > div {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    display: grid;
    min-width: min(78vw, 340px);
    padding: 18px 22px;
    border: 1px solid var(--rule);
    background: rgba(251, 248, 242, 0.98);
    box-shadow: 0 18px 44px rgba(27, 26, 24, 0.08);
}

.scroll-menu a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(27, 26, 24, 0.075);
    color: var(--navy);
    font-size: 0.92rem;
    text-decoration: none;
}

.scroll-menu a:last-child {
    border-bottom: 0;
}

.scroll-menu a:hover,
.scroll-menu a:focus-visible {
    color: var(--coral);
}

.section {
    position: relative;
    padding: clamp(82px, 10vw, 140px) clamp(24px, 7vw, 108px);
    scroll-margin-top: 92px;
}

.section + .section {
    border-top: 1px solid var(--rule);
}

.section-heading {
    max-width: 760px;
}

.section-heading.centered {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

h2 {
    margin-bottom: 0;
    color: var(--navy);
    font-size: clamp(2.35rem, 3.9vw, 4.15rem);
    font-weight: 400;
    line-height: 0.98;
}

h3 {
    margin-bottom: 12px;
    color: var(--navy);
    font-size: clamp(1.35rem, 1.75vw, 1.9rem);
    font-weight: 400;
    line-height: 1.05;
}

.section-copy,
.section-intro,
.biography-text,
.feature-grid p,
.press-feature p,
.highlight-list p,
.contact-card span {
    color: var(--navy-soft);
}

.section-intro {
    max-width: 720px;
    margin: 28px auto 0;
    font-size: clamp(1.14rem, 1.35vw, 1.28rem);
    line-height: 1.85;
}

.biography-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
    gap: clamp(42px, 8vw, 118px);
    align-items: start;
    background: var(--paper);
}

.biography-text {
    max-width: 900px;
    font-size: clamp(1.1rem, 1.24vw, 1.22rem);
    line-height: 1.86;
    white-space: pre-wrap;
}

.biography-text p {
    margin-bottom: 0.85em;
}

.teaching-section,
.master-section,
.watch-section,
.contact-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(40px, 7vw, 96px);
    align-items: start;
}

.teaching-panel {
    display: grid;
    gap: clamp(34px, 5vw, 58px);
}

.teaching-copy {
    max-width: 760px;
    font-size: clamp(1.16rem, 1.42vw, 1.34rem);
    line-height: 1.78;
}

.flute-school-section,
.highlights-section {
    background: var(--paper);
}

.lineage-display {
    position: relative;
    display: grid;
    grid-template-columns: repeat(9, minmax(104px, 1fr));
    gap: clamp(10px, 1.35vw, 18px);
    max-width: 1260px;
    margin: clamp(72px, 8vw, 104px) auto 0;
}

.lineage-display::before {
    content: "";
    position: absolute;
    top: 56px;
    left: 4.5%;
    right: 4.5%;
    height: 1px;
    background: rgba(150, 127, 95, 0.28);
}

.lineage-person {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 18px;
    text-align: center;
}

.lineage-portrait {
    position: relative;
    z-index: 1;
    display: grid;
    width: 112px;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(150, 127, 95, 0.38);
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 30%, rgba(255, 250, 244, 0.94), rgba(241, 232, 220, 0.78)),
        var(--ivory-deep);
    color: var(--gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.48rem;
    line-height: 1;
}

.lineage-person h3 {
    max-width: 124px;
    margin-bottom: 0;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.28;
}

.lineage-person.current .lineage-portrait {
    border-color: rgba(184, 114, 103, 0.42);
    border-width: 1.5px;
    box-shadow: 0 0 0 5px rgba(184, 114, 103, 0.06);
    color: var(--navy);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(150, 127, 95, 0.14);
}

.feature-grid article {
    min-height: 260px;
    padding: clamp(24px, 3.5vw, 38px);
    background: rgba(255, 250, 244, 0.76);
}

.feature-grid p {
    font-size: clamp(1.03rem, 1.15vw, 1.14rem);
    line-height: 1.72;
}

.feature-grid.compact article {
    min-height: 220px;
}

.feature-grid span,
.highlight-list span {
    display: block;
    margin-bottom: 30px;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 600;
}

.watch-grid {
    display: grid;
    gap: clamp(28px, 4vw, 46px);
}

.video-feature {
    margin: 0;
}

.video-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--rule);
    background: var(--paper);
    aspect-ratio: 16 / 9;
}

.video-link {
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--navy);
    text-decoration: none;
    transition: border-color 180ms ease, color 180ms ease;
}

.video-link img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.86) contrast(0.94);
}

.video-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(31, 31, 31, 0.52), rgba(31, 31, 31, 0.04) 58%),
        linear-gradient(to right, rgba(246, 243, 238, 0.12), transparent 42%);
}

.video-link:hover,
.video-link:focus-visible {
    border-color: rgba(169, 104, 96, 0.48);
    color: var(--coral);
}

.play-mark {
    position: relative;
    z-index: 1;
    display: grid;
    width: clamp(58px, 8vw, 88px);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(255, 253, 248, 0.58);
    border-radius: 50%;
    color: rgba(255, 253, 248, 0.92);
    background: rgba(31, 31, 31, 0.18);
    backdrop-filter: blur(2px);
}

.play-mark svg {
    width: 46%;
    height: 46%;
    fill: currentColor;
}

.video-caption {
    position: absolute;
    z-index: 1;
    left: clamp(22px, 4vw, 42px);
    right: clamp(22px, 4vw, 42px);
    bottom: clamp(20px, 3vw, 34px);
}

.video-caption .press-label {
    color: rgba(255, 253, 248, 0.78);
}

.video-link strong {
    display: block;
}

.video-link strong {
    color: rgba(255, 253, 248, 0.94);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 0.95;
}

.press-feature {
    display: grid;
    grid-template-columns: minmax(112px, 0.28fr) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 42px);
    align-items: center;
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid var(--rule);
    background: rgba(251, 248, 242, 0.76);
}

.press-thumb {
    display: grid;
    width: min(100%, 160px);
    aspect-ratio: 4 / 5;
    place-items: center;
    border: 1px solid rgba(154, 131, 95, 0.24);
    background:
        linear-gradient(145deg, rgba(246, 243, 238, 0.94), rgba(236, 232, 223, 0.78));
    color: var(--gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: 0.08em;
}

.press-label {
    margin-bottom: 16px;
    color: var(--gold);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.press-feature h3 {
    max-width: 680px;
}

.press-feature p {
    font-size: clamp(1.05rem, 1.2vw, 1.16rem);
    line-height: 1.72;
}

.press-feature a {
    display: inline-block;
    margin-top: 12px;
    color: var(--navy);
    font-size: 0.92rem;
    text-decoration-color: var(--gold);
    text-underline-offset: 7px;
    transition: color 180ms ease, text-decoration-color 180ms ease;
}

.press-feature a:hover,
.press-feature a:focus-visible {
    color: var(--coral);
    text-decoration-color: currentColor;
}

.highlights-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(40px, 7vw, 96px);
}

.highlight-list {
    display: grid;
    gap: 1px;
    background: rgba(150, 127, 95, 0.14);
}

.highlight-list article {
    display: grid;
    grid-template-columns: minmax(96px, 0.3fr) minmax(0, 1fr);
    gap: clamp(20px, 4vw, 46px);
    padding: clamp(22px, 3.5vw, 34px) 0;
    background: var(--paper);
}

.highlight-list span {
    margin: 0;
}

.highlight-list p {
    max-width: 680px;
    margin: 0;
    font-size: clamp(1.05rem, 1.2vw, 1.16rem);
    line-height: 1.7;
}

.contact-section {
    background: var(--ivory-deep);
}

.contact-card {
    display: grid;
    gap: 28px;
    padding: clamp(26px, 4vw, 42px);
    background: var(--paper);
    border: 1px solid var(--rule);
    box-shadow: 0 18px 48px rgba(35, 33, 30, 0.04);
    font-style: normal;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form span {
    color: var(--gold);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--rule);
    border-radius: 0;
    background: transparent;
    color: var(--navy);
    font: inherit;
    font-size: clamp(1.16rem, 1.32vw, 1.28rem);
    padding: 8px 0 10px;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0;
    border-color: rgba(169, 104, 96, 0.62);
}

.contact-form button {
    justify-self: start;
    margin-top: 6px;
    border: 1px solid rgba(154, 131, 95, 0.36);
    background: transparent;
    color: var(--navy);
    cursor: pointer;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    padding: 13px 20px;
    text-transform: uppercase;
    transition: border-color 180ms ease, color 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
    border-color: var(--coral);
    color: var(--coral);
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding-top: 4px;
}

.contact-icons a {
    display: inline-grid;
    width: 26px;
    aspect-ratio: 1;
    place-items: center;
    color: var(--navy);
    transition: color 180ms ease;
}

.contact-icons a:hover,
.contact-icons a:focus-visible {
    color: var(--coral);
}

.contact-icons svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media (max-width: 1120px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .site-nav {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .hero,
    .biography-section,
    .teaching-section,
    .master-section,
    .watch-section,
    .highlights-section,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: min(720px, 92vh);
    }

    .hero-copy {
        max-width: 760px;
        padding-top: clamp(126px, 15vw, 150px);
        background: transparent;
    }

    .hero::after {
        display: block;
        background:
            linear-gradient(to right, rgba(246, 243, 238, 1) 0%, rgba(246, 243, 238, 0.98) 48%, rgba(246, 243, 238, 0.72) 60%, rgba(246, 243, 238, 0.2) 76%, transparent 100%),
            linear-gradient(to bottom, rgba(246, 243, 238, 0.7), rgba(246, 243, 238, 0) 28%);
    }

    .hero-portrait {
        position: absolute;
        inset: 0 0 0 24%;
        min-height: 100%;
        background-position: 55% 24%;
    }

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

    .feature-grid article {
        min-height: 0;
    }

    .lineage-display {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 720px;
    }

    .lineage-display::before {
        display: none;
    }
}

@media (max-width: 720px) {
    body {
        font-size: 16px;
    }

    .site-header {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        min-height: 70px;
        padding: 14px 16px;
        background:
            linear-gradient(to bottom, rgba(246, 243, 238, 0.82), rgba(246, 243, 238, 0.38) 78%, rgba(246, 243, 238, 0));
    }

    .brand-mark {
        font-size: 1.55rem;
    }

    .brand-text {
        max-width: 170px;
        font-size: 0.7rem;
        line-height: 1.4;
    }

    .nav-button {
        display: inline-grid;
        grid-template-columns: auto 22px;
        grid-template-rows: repeat(3, 2px);
        column-gap: 8px;
        row-gap: 6px;
        width: auto;
        height: 40px;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border: 1px solid var(--gold-pale);
        cursor: pointer;
    }

    .nav-button span {
        display: block;
        grid-column: 2;
        width: 22px;
        height: 2px;
        background: var(--navy);
    }

    .nav-button span:nth-of-type(2) {
        grid-row: 1;
    }

    .nav-button span:nth-of-type(3) {
        grid-row: 2;
    }

    .nav-button span:nth-of-type(4) {
        grid-row: 3;
    }

    .nav-button .nav-button-text {
        display: block;
        grid-column: 1;
        grid-row: 1 / 4;
        width: auto;
        height: auto;
        background: transparent;
        color: var(--navy);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        line-height: 1;
        text-transform: uppercase;
    }

    .site-nav {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        padding-top: 14px;
    }

    .site-nav a {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid var(--rule);
        border-bottom: 0;
    }

    .nav-toggle:checked ~ .site-nav {
        display: block;
    }

    .hero-copy {
        min-height: 0;
        padding: 112px 18px 38px;
        justify-content: flex-start;
        background: rgba(246, 243, 238, 0.96);
    }

    h1 {
        font-size: clamp(3.8rem, 15.5vw, 5.25rem);
        letter-spacing: 0.1em;
    }

    .hero-subtitle {
        font-size: clamp(1rem, 4.2vw, 1.32rem);
        letter-spacing: 0.14em;
    }

    .hero-portrait {
        position: relative;
        inset: auto;
        height: clamp(360px, 62vh, 520px);
        min-height: 0;
        background-position: 50% 18%;
        background-size: cover;
        opacity: 1;
    }

    .hero::after {
        display: none;
    }

    .section {
        padding: 72px 18px;
        scroll-margin-top: 84px;
    }

    h2 {
        font-size: clamp(2.08rem, 9.5vw, 3.15rem);
    }

    .biography-text {
        font-size: 1.08rem;
        line-height: 1.78;
    }

    .lineage-display {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 48px;
    }

    .highlight-list article {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 24px 0;
    }

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

    .press-thumb {
        width: 128px;
    }

    .contact-card a {
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: clamp(1.85rem, 10vw, 2.8rem);
    }
}

/* End-of-file draft corrections for the multi-page client review site. */
body.draft-site {
    background: var(--simple-paper);
    color: var(--simple-ink);
}

body.draft-site::before,
.draft-site .hero::after,
.draft-site .scroll-menu {
    display: none;
}

.draft-site .site-header {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: auto;
    padding: 28px clamp(22px, 5vw, 72px);
    border-bottom: 1px solid var(--simple-rule);
    background: transparent;
    backdrop-filter: none;
}

.draft-site .site-nav {
    display: flex;
    width: auto;
    gap: clamp(16px, 2vw, 30px);
    padding-top: 0;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-shadow: none;
}

.draft-site .site-nav a {
    display: inline-block;
    width: auto;
    padding: 0;
    border: 0;
    color: var(--simple-ink);
    text-decoration: none;
    text-underline-offset: 0.45em;
    text-decoration-thickness: 1px;
}

.draft-site .site-nav a:hover,
.draft-site .site-nav a:focus-visible,
.draft-site .site-nav a[aria-current="page"] {
    color: var(--simple-accent);
}

.draft-site .site-nav a[aria-current="page"] {
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.draft-site .brand,
.draft-site .brand-text,
.draft-site .contact-icons a {
    color: var(--simple-ink);
}

.draft-site .brand-mark,
.draft-site .section-kicker,
.draft-site .press-label,
.draft-site .contact-form span {
    color: var(--simple-accent);
}

.draft-site .press-label {
    color: #4b3d2a;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.draft-site .hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
    gap: clamp(34px, 7vw, 92px);
    align-items: center;
    max-width: 1160px;
    min-height: 0;
    margin: 0 auto;
    padding: clamp(58px, 9vw, 112px) clamp(22px, 5vw, 72px);
    border-bottom: 1px solid var(--simple-rule);
    overflow: visible;
}

.draft-site .hero-copy {
    display: block;
    max-width: 620px;
    min-height: 0;
    padding: 0;
    background: transparent;
}

.draft-site h1 {
    display: block;
    margin: 0 0 28px;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.6rem, 8vw, 6.6rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 0.98;
    text-transform: none;
}

.draft-site h1 span {
    display: block;
}

.draft-site h1 span:last-child {
    padding-left: 0;
}

.draft-site .hero h1 {
    margin-bottom: 34px;
    font-family: "Great Vibes", "Cormorant Garamond", Georgia, serif;
    font-size: clamp(4.8rem, 10vw, 8.5rem);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 0.78;
}

.draft-site .hero h1 span:last-child {
    padding-left: clamp(36px, 8vw, 96px);
}

.draft-site .hero-intro {
    max-width: 520px;
    margin-bottom: 1em;
    color: #161514;
    font-size: clamp(1.48rem, 1.9vw, 1.7rem);
    line-height: 1.64;
}

.draft-site .hero-note {
    display: none;
}

.draft-site .hero-media {
    width: 100%;
}

.draft-site .hero-portrait {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin: 0;
    border: 1px solid var(--simple-rule);
    background-position: 50% 18%;
    background-size: cover;
    opacity: 1;
}

.draft-site .photo-credit {
    margin: 10px 0 0;
    color: #3f3b36;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.06rem, 1.14vw, 1.18rem);
    font-style: italic;
    line-height: 1.35;
    text-align: right;
}

.draft-site .section {
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(64px, 9vw, 112px) clamp(22px, 5vw, 72px);
    border-top: 0;
    scroll-margin-top: 24px;
}

.draft-site .section + .section {
    border-top: 1px solid var(--simple-rule);
}

.draft-site .page-section,
.draft-site .biography-section,
.draft-site .teaching-section,
.draft-site .watch-section,
.draft-site .contact-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 34px);
    align-items: start;
    background: transparent;
}

.draft-site .section-heading {
    max-width: 900px;
}

.draft-site .page-intro {
    max-width: 900px;
    margin-bottom: clamp(4px, 1.4vw, 12px);
}

.draft-site .page-intro h1 {
    margin-bottom: 8px;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.1rem, 4.2vw, 3.35rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 0.98;
}

.draft-site .page-intro p {
    max-width: 620px;
    color: var(--simple-muted);
    font-size: clamp(1.28rem, 1.52vw, 1.46rem);
    line-height: 1.65;
}

.draft-site .section-kicker {
    margin-bottom: 18px;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.draft-site .biography-text,
.draft-site .section-copy,
.draft-site .feature-grid p,
.draft-site .press-feature p,
.draft-site .contact-form input,
.draft-site .contact-form textarea {
    color: #161514;
    font-size: clamp(1.4rem, 1.66vw, 1.58rem);
    line-height: 1.68;
}

.draft-site .biography-text {
    max-width: 900px;
    white-space: normal;
}

.draft-site #news {
    padding-top: clamp(14px, 2.2vw, 28px);
}

.draft-site .home-news-summary {
    max-width: 820px;
}

.draft-site .home-note-card {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(154, 131, 95, 0.26);
    background: rgba(246, 241, 231, 0.78);
}

.draft-site .home-note-card .section-heading,
.draft-site .home-note-card .home-news-summary {
    max-width: 760px;
}

.draft-site .home-note-title {
    margin: 0 0 22px;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.1rem, 4.2vw, 3.35rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 0.98;
}

.draft-site .home-news-summary strong {
    color: var(--simple-ink);
    font-weight: 600;
}

.draft-site .home-news-summary a {
    color: var(--simple-ink);
    text-decoration-color: rgba(142, 114, 72, 0.48);
    text-underline-offset: 0.18em;
}

.draft-site .news-feature {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 5vw, 62px);
    align-items: start;
    max-width: 1040px;
}

.draft-site .news-feature + .news-feature {
    margin-top: clamp(44px, 6vw, 72px);
    padding-top: clamp(36px, 5vw, 56px);
    border-top: 1px solid var(--simple-rule);
}

.draft-site .news-feature-media {
    margin: 0;
}

.draft-site .news-feature-media img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--simple-rule);
    object-fit: cover;
}

.draft-site .news-feature-copy {
    color: #161514;
    font-size: clamp(1.28rem, 1.48vw, 1.44rem);
    line-height: 1.68;
}

.draft-site .news-feature-label {
    margin-bottom: 12px;
    color: var(--simple-accent);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.draft-site .news-feature h2 {
    margin-bottom: 18px;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3.4vw, 3rem);
    font-weight: 500;
    line-height: 1.02;
}

.draft-site .news-feature-copy p {
    margin-bottom: 1em;
}

.draft-site .news-feature-copy a {
    color: var(--simple-ink);
    text-decoration-color: rgba(142, 114, 72, 0.48);
    text-underline-offset: 0.18em;
}

.draft-site .news-details {
    display: grid;
    gap: 10px;
    margin: 22px 0 24px;
    padding: 20px 0;
    border-top: 1px solid var(--simple-rule);
    border-bottom: 1px solid var(--simple-rule);
}

.draft-site .news-details div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
}

.draft-site .news-details dt {
    color: var(--simple-muted);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.draft-site .news-details dd {
    margin: 0;
    color: #161514;
}

.draft-site .biography-text p,
.draft-site .about-subsection p {
    margin-bottom: 1.22em;
}

.draft-site .about-subsection .drop-cap::first-letter,
.draft-site .teaching-copy .drop-cap::first-letter {
    float: left;
    margin: 0.08em 0.12em 0 0;
    color: var(--simple-accent);
    font-family: "Great Vibes", "Cormorant Garamond", Georgia, serif;
    font-size: 4.9em;
    font-style: normal;
    font-weight: 400;
    line-height: 0.78;
}

.draft-site .teaching-copy .drop-cap::first-letter {
    margin-top: 0.04em;
}

.draft-site .bio-image {
    margin: clamp(32px, 6vw, 70px) 0;
}

.draft-site .bio-image--top {
    margin-top: 0;
    margin-bottom: clamp(34px, 6vw, 70px);
}

.draft-site .bio-image img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: min(54vh, 430px);
    height: auto;
    border: 1px solid var(--simple-rule);
    background: rgba(255, 255, 255, 0.46);
}

.draft-site .bio-image a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.draft-site .bio-image a:hover img,
.draft-site .bio-image a:focus-visible img {
    border-color: rgba(142, 114, 72, 0.48);
}

.draft-site .bio-image--lead img {
    max-height: min(50vh, 360px);
}

.draft-site .bio-image--small img,
.draft-site .bio-image--teaching-small img {
    max-height: min(46vh, 320px);
}

.draft-site .bio-image--teaching-medium img {
    max-height: min(58vh, 460px);
}

.draft-site .bio-image--medium img,
.draft-site .bio-image--medium-large img {
    max-height: min(52vh, 380px);
}

.draft-site .bio-image--teaching-lead img {
    max-height: min(52vh, 360px);
}

.draft-site .bio-image figcaption {
    margin-top: 10px;
    color: #161514;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.32rem, 1.48vw, 1.5rem);
    font-style: italic;
    line-height: 1.4;
}

.draft-site .bio-image--wide {
    max-width: 820px;
}

.draft-site .bio-image--medium {
    max-width: 640px;
}

.draft-site .bio-image--medium-large {
    width: min(44%, 390px);
    max-width: 390px;
}

.draft-site .bio-image--small {
    max-width: 460px;
}

.draft-site .bio-image--lead {
    width: min(38%, 330px);
    min-width: 250px;
    margin-top: 0.22em;
    margin-bottom: 28px;
}

.draft-site .bio-image--teaching-lead.bio-image--float-right {
    width: min(46%, 430px);
    max-width: 430px;
    margin-top: 0.1em;
    margin-bottom: 34px;
}

.draft-site .bio-image--feature {
    clear: both;
    max-width: 760px;
    margin-top: clamp(44px, 8vw, 88px);
    margin-bottom: clamp(44px, 8vw, 88px);
}

.draft-site .bio-image--float-left {
    float: left;
    width: min(38%, 310px);
    margin: 0.42em clamp(28px, 4vw, 48px) clamp(20px, 4vw, 42px) 0;
}

.draft-site .bio-image--float-right {
    float: right;
    width: min(38%, 330px);
    margin: 0.42em 0 clamp(20px, 4vw, 42px) clamp(28px, 4vw, 48px);
}

.draft-site .bio-image--medium-large.bio-image--float-left {
    width: min(42%, 380px);
    max-width: 380px;
}

.draft-site .bio-image--teaching-small.bio-image--float-left,
.draft-site .bio-image--teaching-small.bio-image--float-right {
    width: min(34%, 300px);
    max-width: 300px;
}

.draft-site .bio-image--teaching-medium.bio-image--float-left,
.draft-site .bio-image--teaching-medium.bio-image--float-right {
    width: min(42%, 380px);
    max-width: 380px;
}

.draft-site .bio-image--teaching-medium.bio-image--teaching-final {
    margin-top: clamp(14px, 3vw, 30px);
}

.draft-site .bio-image--right {
    margin-left: auto;
}

.draft-site .bio-image--final {
    margin-bottom: 0;
}

.draft-site .about-subsection::after {
    clear: both;
    content: "";
    display: table;
}

.draft-site .about-content,
.draft-site .page-stack,
.draft-site .watch-grid {
    display: grid;
    gap: 28px;
}

.draft-site .biography-section .about-content {
    grid-column: 1 / -1;
}

.draft-site .about-subsection {
    max-width: 900px;
    padding-top: clamp(12px, 2vw, 28px);
}

.draft-site .about-subsection h3 {
    margin-bottom: 16px;
    color: var(--simple-accent);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.draft-site .teaching-copy {
    max-width: 900px;
    padding-top: clamp(12px, 2vw, 28px);
}

.draft-site .teaching-copy p {
    margin-bottom: 1.22em;
}

.draft-site .teaching-copy::after {
    clear: both;
    content: "";
    display: table;
}

.draft-site .media-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
    gap: clamp(18px, 3vw, 34px);
    align-items: start;
}

.draft-site .media-grid .media-item {
    grid-template-columns: minmax(0, 1fr) minmax(118px, 150px);
    gap: clamp(16px, 2.4vw, 24px);
    padding-top: 22px;
    border-top: 1px solid var(--simple-rule);
}

.draft-site .media-copy {
    padding-top: 2px;
    margin: 0;
}

.draft-site .featured-recording {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: start;
    padding-bottom: clamp(30px, 5vw, 54px);
    border-bottom: 1px solid var(--simple-rule);
}

.draft-site .featured-pair {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: clamp(34px, 5vw, 64px);
    padding-top: clamp(10px, 2vw, 20px);
}

.draft-site .featured-pair .featured-recording {
    grid-template-columns: minmax(0, 1fr) minmax(118px, 150px);
    gap: clamp(16px, 2.4vw, 24px);
    padding: 22px 0 0;
    border-top: 1px solid var(--simple-rule);
    border-bottom: 0;
}

.draft-site .recording-cover-placeholder {
    display: grid;
    width: min(100%, 280px);
    aspect-ratio: 1 / 1;
    place-items: center;
    border: 1px solid var(--simple-rule);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(236, 232, 223, 0.38)),
        var(--simple-paper);
    color: var(--simple-muted);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.26rem, 1.8vw, 1.7rem);
    font-style: italic;
    line-height: 1.28;
    text-align: center;
}

.draft-site .recording-cover {
    width: min(100%, 280px);
}

.draft-site .featured-pair .recording-cover {
    width: min(100%, 150px);
    max-width: 150px;
    order: 2;
}

.draft-site .featured-pair .recording-cover-placeholder {
    width: min(100%, 150px);
    max-width: 150px;
    aspect-ratio: 1 / 1;
    order: 2;
}

.draft-site .recording-cover img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    border: 1px solid var(--simple-rule);
    background: var(--simple-paper);
}

.draft-site .recording-copy {
    max-width: 720px;
}

.draft-site .recording-copy h2 {
    margin: 0 0 18px;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3.4vw, 3rem);
    font-weight: 500;
    line-height: 1.05;
}

.draft-site .featured-pair .recording-copy h2 {
    margin-bottom: 0;
    font-size: clamp(1.42rem, 1.8vw, 1.74rem);
    line-height: 1.18;
}

.draft-site .recording-performers-label {
    margin: 0 0 8px;
    color: var(--simple-accent);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.draft-site .recording-performers {
    display: grid;
    gap: 3px;
    margin: 0 0 18px;
    padding: 0;
    color: #161514;
    font-size: clamp(1.28rem, 1.48vw, 1.44rem);
    line-height: 1.55;
    list-style: none;
}

.draft-site .featured-pair .recording-performers {
    margin-top: 10px;
    font-size: clamp(1.16rem, 1.28vw, 1.3rem);
    line-height: 1.5;
}

.draft-site .recording-copy p:not(.press-label):not(.recording-performers-label) {
    max-width: 720px;
    margin: 0;
    color: #161514;
    font-size: clamp(1.4rem, 1.66vw, 1.58rem);
    line-height: 1.68;
}

.draft-site .featured-pair .recording-copy p:not(.press-label):not(.recording-performers-label) {
    font-size: clamp(1.4rem, 1.66vw, 1.58rem);
    line-height: 1.68;
}

.draft-site .recording-button {
    display: inline-block;
    margin-top: 22px;
    padding: 10px 16px;
    border: 1px solid var(--simple-rule);
    color: var(--simple-ink);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.draft-site .recording-button:hover,
.draft-site .recording-button:focus-visible {
    border-color: rgba(142, 114, 72, 0.48);
    background: rgba(255, 255, 255, 0.46);
    color: var(--simple-accent);
}

.draft-site .media-channel-link {
    margin-top: clamp(18px, 4vw, 36px);
    padding-top: clamp(18px, 3vw, 28px);
    border-top: 1px solid var(--simple-rule);
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-style: italic;
    line-height: 1.4;
}

.draft-site .media-channel-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--simple-ink);
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.draft-site .media-channel-link svg {
    width: 0.95em;
    height: 0.95em;
    fill: currentColor;
    flex: 0 0 auto;
    vertical-align: -0.12em;
}

.draft-site .media-channel-link a:hover,
.draft-site .media-channel-link a:focus-visible {
    color: var(--simple-accent);
}

.draft-site .media-collection {
    display: grid;
    gap: clamp(20px, 3vw, 32px);
}

.draft-site .media-collection > h2 {
    margin: 0;
    color: var(--simple-ink);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: clamp(1.18rem, 1.8vw, 1.48rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.22;
    text-transform: uppercase;
}

.draft-site .media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(32px, 5vw, 64px);
    row-gap: clamp(34px, 5vw, 58px);
}

.draft-site .media-item h3 {
    margin-bottom: 0;
}

.draft-site .media-item p {
    max-width: 720px;
    margin: 0;
    color: #161514;
    font-size: clamp(1.4rem, 1.66vw, 1.58rem);
    line-height: 1.68;
}

.draft-site .media-item .press-label {
    margin-bottom: 8px;
}

.draft-site .media-embed {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--simple-rule);
    background: #f4f1eb;
    width: min(100%, 210px);
    aspect-ratio: 1 / 1;
    color: var(--simple-paper);
    text-decoration: none;
}

.draft-site .media-grid .media-embed,
.draft-site .media-grid .press-thumb.logo-thumb {
    width: min(100%, 150px);
}

.draft-site .media-embed img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.draft-site .media-embed::after {
    content: "Open on YouTube";
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    background: rgba(36, 35, 33, 0.62);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.draft-site .media-note {
    grid-column: 1 / -1;
    max-width: 720px;
    margin-top: 4px;
    padding-top: 18px;
    border-top: 1px solid var(--simple-rule);
}

.draft-site .media-note h4 {
    margin: 0 0 8px;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.18rem, 1.5vw, 1.38rem);
    font-weight: 500;
    line-height: 1.25;
}

.draft-site .media-note p {
    color: #161514;
    font-size: clamp(1.3rem, 1.44vw, 1.44rem);
}

.draft-site .press-feature,
.draft-site .contact-card {
    border: 1px solid var(--simple-rule);
    background: rgba(255, 255, 255, 0.46);
    box-shadow: none;
}

.draft-site .press-feature.media-item {
    padding: 22px 0 0;
    border: 0;
    border-top: 1px solid var(--simple-rule);
    background: transparent;
}

.draft-site .press-feature.media-item a:not(.press-thumb) {
    display: inline-block;
    margin-top: 12px;
    color: var(--simple-ink);
    text-decoration-color: var(--simple-accent);
}

.draft-site .press-thumb.logo-thumb {
    display: grid;
    width: min(100%, 210px);
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 18px;
    place-items: center;
    border: 1px solid var(--simple-rule);
    background: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.draft-site .press-thumb.logo-thumb:hover,
.draft-site .press-thumb.logo-thumb:focus-visible {
    border-color: rgba(142, 114, 72, 0.48);
    background: rgba(255, 255, 255, 0.74);
}

.draft-site .press-thumb.logo-thumb img {
    display: block;
    width: min(100%, 160px);
    height: auto;
    opacity: 0.86;
}

.draft-site .press-thumb.logo-thumb span {
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.22rem, 1.6vw, 1.5rem);
    font-style: italic;
    line-height: 1.08;
    text-align: center;
}

.draft-site .contact-form button {
    border-color: var(--simple-rule);
    color: var(--simple-ink);
}

.draft-site .thanks-section {
    display: grid;
    min-height: calc(100vh - 93px);
    place-items: center;
}

.draft-site .thanks-card {
    max-width: 720px;
    text-align: center;
}

.draft-site .thanks-card h1 {
    margin-bottom: 18px;
}

.draft-site .thanks-card .section-copy {
    margin: 0 auto;
}

.draft-site .thanks-domino {
    display: block;
    width: clamp(86px, 10vw, 124px);
    height: auto;
    margin: 30px auto 0;
    opacity: 0.94;
}

.draft-site .return-link {
    display: inline-block;
    margin-top: 28px;
    border: 1px solid var(--simple-rule);
    color: var(--simple-ink);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    padding: 13px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 180ms ease, color 180ms ease;
}

.draft-site .return-link:hover,
.draft-site .return-link:focus-visible {
    border-color: var(--simple-accent);
    color: var(--simple-accent);
}

.draft-site .contact-intro {
    max-width: 720px;
    margin: 0;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.45rem, 2.2vw, 1.95rem);
    font-style: italic;
    line-height: 1.3;
}

.draft-site .contact-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) minmax(360px, 1.22fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.draft-site .voices-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.78fr) minmax(360px, 1.22fr);
    gap: clamp(34px, 6vw, 72px);
    align-items: start;
}

.draft-site .voices-copy {
    max-width: 520px;
    padding-top: 4px;
}

.draft-site .voices-copy h2 {
    margin-bottom: 14px;
    color: var(--simple-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    font-weight: 500;
    line-height: 1;
}

.draft-site .voices-form {
    max-width: 680px;
}

.draft-site .permission-check {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.draft-site .permission-check input {
    width: 18px;
    height: 18px;
    margin-top: 0.42em;
    accent-color: var(--simple-accent);
}

.draft-site .permission-check span {
    color: #161514;
    font-size: clamp(1.2rem, 1.38vw, 1.34rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
}

.draft-site .form-note {
    margin: -2px 0 0;
    color: var(--simple-muted);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.24rem, 1.42vw, 1.38rem);
    font-style: italic;
    line-height: 1.45;
}

.draft-site .contact-photo {
    justify-self: start;
    width: min(100%, 360px);
    margin: 0;
}

.draft-site .contact-photo img {
    width: 100%;
    max-height: min(54vh, 430px);
}

.draft-site .carousel {
    display: grid;
    gap: 18px;
    max-width: 820px;
}

.draft-site .carousel-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--simple-rule);
    background: rgba(255, 255, 255, 0.42);
}

.draft-site .carousel-slide {
    display: none;
    min-height: clamp(260px, 42vw, 460px);
    place-items: center;
    padding: clamp(28px, 6vw, 72px);
}

.draft-site .carousel-slide.is-active {
    display: grid;
}

.draft-site .carousel-slide img {
    display: block;
    max-width: 100%;
    max-height: min(68vh, 620px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.draft-site .placeholder-frame {
    display: grid;
    width: min(100%, 560px);
    aspect-ratio: 4 / 3;
    place-items: center;
    border: 1px dashed rgba(154, 131, 95, 0.45);
    background: rgba(251, 250, 246, 0.72);
    color: var(--simple-muted);
    font-size: clamp(1.12rem, 1.48vw, 1.3rem);
    line-height: 1.5;
    text-align: center;
}

.draft-site .carousel-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.draft-site .carousel-controls button {
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--simple-rule);
    background: transparent;
    color: var(--simple-ink);
    cursor: pointer;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 1.08rem;
}

.draft-site .carousel-status {
    color: var(--simple-muted);
    font-size: 1.02rem;
}

.draft-site .gallery-section {
    max-width: 1260px;
}

.draft-site .gallery-section .page-intro {
    margin-bottom: clamp(28px, 5vw, 54px);
}

.draft-site .gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    max-width: 760px;
    margin: clamp(-18px, -2vw, -8px) auto clamp(28px, 4vw, 44px);
}

.draft-site .gallery-filter {
    border: 1px solid rgba(142, 114, 72, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    color: var(--simple-ink);
    cursor: pointer;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 1.02rem;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0.68rem 1rem;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.draft-site .gallery-filter:hover,
.draft-site .gallery-filter:focus-visible,
.draft-site .gallery-filter.is-active {
    border-color: rgba(142, 114, 72, 0.58);
    background: rgba(255, 255, 255, 0.52);
    color: var(--simple-accent);
}

.draft-site .gallery-filter:focus-visible {
    outline: 2px solid rgba(142, 114, 72, 0.26);
    outline-offset: 3px;
}

.draft-site .gallery-carousel {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: clamp(14px, 3vw, 30px);
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.draft-site .gallery-frame {
    display: grid;
    min-height: min(68vh, 680px);
    place-items: center;
    overflow: visible;
    border: 0;
    background: transparent;
}

.draft-site .gallery-slide {
    min-height: 0;
    padding: 0;
    text-align: center;
}

.draft-site .gallery-slide.is-active {
    display: grid;
    width: 100%;
    min-height: min(68vh, 680px);
    align-content: center;
}

.draft-site .gallery-slide a {
    display: inline-block;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
}

.draft-site .gallery-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: min(68vh, 680px);
    height: auto;
    margin: 0 auto;
    border: 1px solid var(--simple-rule);
    background: rgba(255, 255, 255, 0.46);
    object-fit: contain;
}

.draft-site .gallery-slide figcaption {
    max-width: 760px;
    min-height: 3.5em;
    margin: 16px auto 0;
    color: #161514;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.32rem, 1.52vw, 1.5rem);
    font-style: italic;
    line-height: 1.45;
}

.draft-site .gallery-arrow {
    display: grid;
    width: 62px;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid var(--simple-rule);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    color: var(--simple-ink);
    cursor: pointer;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 3rem;
    line-height: 1;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.draft-site .gallery-arrow:hover,
.draft-site .gallery-arrow:focus-visible {
    border-color: rgba(142, 114, 72, 0.48);
    background: rgba(255, 255, 255, 0.58);
    color: var(--simple-accent);
}

.draft-site .gallery-carousel .carousel-status {
    grid-column: 2;
    justify-self: center;
    margin: 2px 0 0;
}

.draft-site .gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
    gap: 10px;
    max-width: 1060px;
    margin: clamp(26px, 4vw, 42px) auto 0;
}

.draft-site .gallery-thumbnail {
    display: block;
    aspect-ratio: 1;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(60, 56, 51, 0.18);
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    opacity: 0.72;
    transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.draft-site .gallery-thumbnail:hover,
.draft-site .gallery-thumbnail:focus-visible,
.draft-site .gallery-thumbnail.is-active {
    border-color: rgba(142, 114, 72, 0.62);
    opacity: 1;
}

.draft-site .gallery-thumbnail:focus-visible {
    outline: 2px solid rgba(142, 114, 72, 0.28);
    outline-offset: 3px;
}

.draft-site .gallery-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.draft-site .gallery-thumbnail img[src$="isabelle-sjsu-president-award.jpeg"] {
    object-position: 50% 18%;
}

.draft-site.has-gallery-lightbox {
    overflow: hidden;
}

.draft-site .gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 44px);
    background: rgba(34, 32, 29, 0.82);
}

.draft-site .gallery-lightbox[hidden] {
    display: none;
}

.draft-site .gallery-lightbox-figure {
    max-width: min(1120px, 94vw);
    max-height: 92vh;
    margin: 0;
    text-align: center;
}

.draft-site .gallery-lightbox-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 76vh;
    height: auto;
    margin: 0 auto;
    border: 1px solid rgba(246, 243, 238, 0.36);
    background: rgba(246, 243, 238, 0.12);
    object-fit: contain;
}

.draft-site .gallery-lightbox-caption {
    max-width: 820px;
    margin: 16px auto 0;
    color: #f7f3ee;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.2rem, 1.58vw, 1.42rem);
    font-style: italic;
    line-height: 1.42;
}

.draft-site .gallery-lightbox-close {
    position: fixed;
    top: clamp(16px, 3vw, 30px);
    right: clamp(16px, 3vw, 30px);
    border: 1px solid rgba(247, 243, 238, 0.42);
    background: rgba(247, 243, 238, 0.08);
    color: #f7f3ee;
    cursor: pointer;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    padding: 10px 13px;
    text-transform: uppercase;
}

.draft-site .gallery-lightbox-close:hover,
.draft-site .gallery-lightbox-close:focus-visible {
    background: rgba(247, 243, 238, 0.16);
}

.draft-site .site-footer {
    max-width: 1160px;
    margin: 0 auto;
    padding: 24px clamp(22px, 5vw, 72px) 32px;
    color: #3f3b36;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
}

.draft-site .site-footer p {
    margin: 0;
}

.draft-site .site-footer .site-credit {
    margin-top: 4px;
    font-size: 0.92rem;
}

.draft-site .site-footer a {
    color: inherit;
    text-decoration-color: rgba(154, 131, 95, 0.5);
    text-underline-offset: 3px;
}

.draft-site .site-footer a:hover,
.draft-site .site-footer a:focus-visible {
    color: var(--simple-accent);
}

@media (max-width: 900px) {
    .draft-site .site-header {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .draft-site .nav-button {
        display: none;
        grid-template-columns: auto 28px;
        column-gap: 12px;
        height: 44px;
        min-width: 124px;
        align-content: center;
        align-items: center;
        justify-content: end;
        width: auto;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .draft-site .nav-button span:not(.nav-button-text):not(.nav-icon) {
        display: none;
    }

    .draft-site .nav-button .nav-button-text {
        display: block;
        grid-column: 1;
        width: auto;
        height: auto;
        background: transparent;
        color: #1f1f1f;
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        line-height: 1;
        text-shadow: 0 1px 8px rgba(248, 246, 241, 0.95);
        text-transform: uppercase;
    }

    .draft-site .nav-icon {
        display: block;
        grid-column: 2;
        color: #1f1f1f;
        font-family: "Source Sans 3", Arial, sans-serif;
        font-size: 1.72rem;
        font-weight: 600;
        line-height: 1;
        text-shadow: 0 1px 8px rgba(248, 246, 241, 0.95);
    }

    .draft-site .site-nav {
        display: flex;
        flex-wrap: wrap;
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        gap: 7px 16px;
        padding-top: 4px;
    }

    .draft-site .site-nav a {
        display: inline-block;
        width: auto;
        padding: 4px 0 5px;
        border-top: 0;
        border-bottom: 1px solid transparent;
        color: #1f1f1f;
        font-size: 0.86rem;
        letter-spacing: 0.14em;
        text-shadow: 0 1px 8px rgba(248, 246, 241, 0.95);
    }

    .draft-site .site-nav a[aria-current="page"] {
        border-bottom-color: currentColor;
        text-decoration: none;
    }

    .draft-site .nav-toggle:checked ~ .site-nav {
        display: flex;
    }

    .draft-site .hero,
    .draft-site .page-section,
    .draft-site .biography-section,
    .draft-site .teaching-section,
    .draft-site .watch-section,
    .draft-site .contact-section {
        grid-template-columns: 1fr;
    }

    .draft-site .hero {
        padding-top: 92px;
    }

    .draft-site .hero-copy {
        max-width: none;
    }

    .draft-site .news-feature {
        grid-template-columns: 1fr;
    }

    .draft-site .news-feature-media {
        max-width: 420px;
    }

    .draft-site .hero h1 span:last-child {
        padding-left: clamp(22px, 11vw, 48px);
    }

    .draft-site .hero-portrait {
        max-width: 460px;
    }

    .draft-site .media-item {
        grid-template-columns: 1fr;
    }

    .draft-site .media-grid .media-item {
        grid-template-columns: minmax(0, 1fr) minmax(120px, 160px);
    }

    .draft-site .recording-cover-placeholder {
        width: min(100%, 320px);
    }

    .draft-site .media-embed {
        width: min(100%, 260px);
    }

    .draft-site .contact-layout,
    .draft-site .voices-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .draft-site .contact-photo {
        width: min(100%, 380px);
        max-width: 380px;
    }

    .draft-site .contact-photo img {
        width: 100%;
        max-height: none;
    }

    .draft-site .gallery-carousel {
        grid-template-columns: 54px minmax(0, 1fr) 54px;
        gap: 12px;
    }

    .draft-site .gallery-arrow {
        width: 54px;
        font-size: 2.5rem;
    }

    .draft-site .gallery-thumbnails {
        grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
        gap: 8px;
        margin-top: 24px;
    }

    .draft-site .gallery-lightbox {
        padding: 54px 16px 22px;
    }

    .draft-site .gallery-lightbox-image {
        max-height: 66vh;
    }

    .draft-site .bio-image--lead,
    .draft-site .bio-image--teaching-lead,
    .draft-site .bio-image--float-left,
    .draft-site .bio-image--float-right {
        float: none;
        width: 100%;
        max-width: 560px;
        margin: clamp(30px, 8vw, 48px) 0;
    }

    .draft-site .bio-image--lead {
        margin-top: 0;
    }

    .draft-site .bio-image--medium-large,
    .draft-site .bio-image--teaching-medium,
    .draft-site .bio-image--teaching-lead,
    .draft-site .bio-image--teaching-small {
        max-width: 100%;
    }

    .draft-site .bio-image--medium-large.bio-image--float-left,
    .draft-site .bio-image--teaching-lead.bio-image--float-right,
    .draft-site .bio-image--teaching-medium.bio-image--float-left,
    .draft-site .bio-image--teaching-medium.bio-image--float-right,
    .draft-site .bio-image--teaching-small.bio-image--float-left,
    .draft-site .bio-image--teaching-small.bio-image--float-right {
        width: 100%;
        max-width: 560px;
    }

    .draft-site .bio-image--medium-large img,
    .draft-site .bio-image--teaching-medium img,
    .draft-site .bio-image--teaching-lead img,
    .draft-site .bio-image--teaching-small img {
        width: 100%;
        max-height: none;
    }

}

@media (max-width: 620px) {
    .draft-site .hero-intro,
    .draft-site .biography-text,
    .draft-site .section-copy,
    .draft-site .feature-grid p,
    .draft-site .press-feature p,
    .draft-site .news-feature-copy,
    .draft-site .recording-copy p:not(.press-label):not(.recording-performers-label),
    .draft-site .media-item p,
    .draft-site .contact-form input,
    .draft-site .contact-form textarea {
        color: #11100f;
        font-size: clamp(1.52rem, 5.6vw, 1.78rem);
        line-height: 1.54;
    }

    .draft-site .bio-image figcaption,
    .draft-site .gallery-slide figcaption,
    .draft-site .gallery-lightbox-caption {
        color: #11100f;
        font-size: clamp(1.42rem, 5vw, 1.66rem);
        line-height: 1.38;
    }

    .draft-site .press-label,
    .draft-site .section-kicker,
    .draft-site .news-feature-label,
    .draft-site .news-details dt,
    .draft-site .recording-performers-label {
        font-size: 0.92rem;
    }

    .draft-site .news-details div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .draft-site .media-channel-link a {
        white-space: normal;
    }

    .draft-site .media-grid,
    .draft-site .featured-pair {
        grid-template-columns: 1fr;
    }

    .draft-site .media-grid .media-item {
        grid-template-columns: 1fr;
    }

    .draft-site .featured-pair .featured-recording {
        grid-template-columns: 1fr;
    }

    .draft-site .featured-pair .recording-cover {
        order: 0;
        width: min(100%, 260px);
        max-width: 260px;
    }

    .draft-site .featured-pair .recording-cover-placeholder {
        order: 0;
        width: min(100%, 260px);
        max-width: 260px;
    }

    .draft-site .featured-pair .recording-cover.logo-thumb {
        width: min(100%, 260px);
        max-width: 260px;
    }

    .draft-site .featured-pair .recording-cover img {
        max-width: 260px;
    }

    .draft-site .featured-pair .recording-cover.logo-thumb img {
        max-width: 190px;
    }

    .draft-site .media-grid .media-embed,
    .draft-site .media-grid .press-thumb.logo-thumb {
        width: min(100%, 260px);
    }

    .draft-site .gallery-carousel {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 8px;
    }

    .draft-site .gallery-arrow {
        width: 48px;
        font-size: 2.25rem;
    }

    .draft-site .gallery-slide img {
        max-height: min(62vh, 560px);
    }

    .draft-site .gallery-frame,
    .draft-site .gallery-slide.is-active {
        min-height: min(62vh, 560px);
    }
}
