@import url('page-landing.css');

.ai-page {
    --studio-purple: #6D01BE;
    --studio-purple-soft: #F9F1FF;
    --studio-purple-border: #E1B9FF;
    --studio-ink: #1A1A1A;
    --studio-muted: #666;
    --studio-line: #E7E1DB;
    --studio-paper: #FAF8F5;
    background: #fff;
    color: var(--studio-ink);
    overflow: hidden;
}

.ai-page section[id] {
    scroll-margin-top: 24px;
}

.ai-page .studio-hero-grid::before,
.ai-page .studio-hero-grid::after,
.ai-page .journey-nav-grid::before,
.ai-page .journey-nav-grid::after,
.ai-page .studio-intro-grid::before,
.ai-page .studio-intro-grid::after,
.ai-page .chapter-grid::before,
.ai-page .chapter-grid::after,
.ai-page .principles-grid::before,
.ai-page .principles-grid::after {
    content: none;
    display: none;
}

.ai-page .studio-hero {
    background: var(--studio-paper);
    position: relative;
}

.ai-page .studio-hero::before {
    background: var(--studio-purple);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ai-page .studio-hero-grid {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    padding-bottom: 90px;
    padding-top: 86px;
}

.ai-page .studio-kicker,
.ai-page .section-index,
.ai-page .chapter-number {
    color: var(--studio-purple);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 1.7px;
    line-height: 1.5;
    text-transform: uppercase;
}

.ai-page .studio-kicker {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}

.ai-page .studio-kicker > span {
    background: var(--studio-purple);
    display: inline-block;
    height: 2px;
    width: 34px;
}

.ai-page .studio-hero-copy h1 {
    color: var(--studio-ink);
    font-size: 58px;
    font-weight: 750;
    letter-spacing: -2.2px;
    line-height: 1.17;
    margin: 0;
}

.ai-page .studio-hero-copy h1 span {
    color: var(--studio-purple);
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
    z-index: 1;
}

.ai-page .studio-hero-copy h1 span::after {
    background: rgba(109, 1, 190, 0.12);
    bottom: 5px;
    content: "";
    height: 15px;
    left: -3px;
    position: absolute;
    transform: rotate(-1deg);
    width: calc(100% + 8px);
    z-index: -1;
}

.ai-page .studio-lead {
    color: #454545;
    font-size: 20px;
    line-height: 1.75;
    margin-top: 28px;
    max-width: 620px;
}

.ai-page .studio-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    padding-top: 34px;
    text-align: left;
}

.ai-page .studio-actions > .button {
    border-radius: 6px;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.4;
    min-width: 156px;
    padding: 14px 22px;
}

.ai-page .studio-assurance {
    align-items: center;
    color: var(--studio-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 7px;
    line-height: 1.6;
    margin-top: 22px;
}

.ai-page .studio-assurance i {
    color: var(--studio-purple);
    font-size: 17px;
}

.ai-page .studio-assurance span {
    color: #B5ACA4;
    font-size: 13px;
}

.ai-page .studio-hero-visual {
    background: #fff;
    box-shadow: 0 30px 70px rgba(52, 32, 17, 0.14);
    margin: 0;
    padding: 12px;
    position: relative;
}

.ai-page .studio-hero-visual::before {
    border: 1px solid var(--studio-purple);
    content: "";
    height: 62%;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 62%;
    z-index: 0;
}

.ai-page .studio-hero-visual img {
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.ai-page .studio-hero-visual figcaption {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    padding: 17px 8px 6px;
    position: relative;
    z-index: 1;
}

.ai-page .studio-hero-visual figcaption span {
    color: var(--studio-purple);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.5px;
    line-height: 1.4;
    white-space: nowrap;
}

.ai-page .studio-hero-visual figcaption strong {
    color: #4F4F4F;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
}

.ai-page .journey-nav {
    background: var(--studio-purple);
    position: relative;
    z-index: 3;
}

.ai-page .journey-nav .container {
    padding-bottom: 0;
    padding-top: 0;
}

.ai-page .journey-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-page .journey-nav a {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    display: grid;
    gap: 1px 14px;
    grid-template-columns: auto auto minmax(0, 1fr);
    padding: 25px 28px;
    transition: background 0.25s ease;
}

.ai-page .journey-nav a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.ai-page .journey-nav a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.ai-page .journey-nav a > span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 700;
    grid-row: 1 / 3;
    letter-spacing: 1px;
}

.ai-page .journey-nav a > i {
    color: #fff;
    font-size: 21px;
    grid-row: 1 / 3;
}

.ai-page .journey-nav strong,
.ai-page .journey-nav small {
    color: #fff;
    display: block;
    line-height: 1.4;
}

.ai-page .journey-nav strong {
    font-size: 17px;
    font-weight: 650;
}

.ai-page .journey-nav small {
    font-size: 12px;
    opacity: 0.72;
}

.ai-page .studio-intro .container {
    padding-bottom: 124px;
    padding-top: 124px;
}

.ai-page .studio-intro-grid {
    display: grid;
    gap: 24px 70px;
    grid-template-columns: 0.72fr 1.28fr;
}

.ai-page .studio-intro-grid .section-index {
    grid-column: 1;
    padding-top: 10px;
}

.ai-page .studio-intro-grid h2 {
    color: var(--studio-ink);
    font-size: 48px;
    font-weight: 700;
    grid-column: 2;
    letter-spacing: -1.5px;
    line-height: 1.3;
    margin: 0;
}

.ai-page .studio-intro-grid > p:last-child {
    color: var(--studio-muted);
    font-size: 20px;
    grid-column: 2;
    line-height: 1.8;
    max-width: 780px;
}

.ai-page .studio-intro-grid > p:last-child strong {
    color: var(--studio-ink);
    font-weight: 650;
}

.ai-page .service-chapter {
    border-top: 1px solid var(--studio-line);
    position: relative;
}

.ai-page .service-chapter-alt {
    background: var(--studio-paper);
}

.ai-page .service-chapter .container {
    padding-bottom: 118px;
    padding-top: 118px;
}

.ai-page .chapter-grid {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-page .service-chapter-alt .chapter-copy {
    grid-column: 2;
}

.ai-page .service-chapter-alt .artifact-stage {
    grid-column: 1;
    grid-row: 1;
}

.ai-page .chapter-number {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 26px;
}

.ai-page .chapter-number span {
    background: var(--studio-purple-border);
    display: inline-block;
    height: 1px;
    width: 38px;
}

.ai-page .chapter-name {
    align-items: center;
    color: var(--studio-ink);
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.ai-page .chapter-name i {
    align-items: center;
    background: var(--studio-purple-soft);
    border-radius: 50%;
    color: var(--studio-purple);
    display: inline-flex;
    font-size: 16px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.ai-page .chapter-copy h2 {
    color: var(--studio-ink);
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.35;
    margin: 0;
}

.ai-page .chapter-copy > p:not(.chapter-number):not(.chapter-name) {
    color: var(--studio-muted);
    font-size: 18px;
    line-height: 1.8;
    margin-top: 22px;
}

.ai-page .chapter-outcomes {
    display: grid;
    gap: 9px;
    margin-top: 24px;
}

.ai-page .chapter-outcomes li {
    align-items: center;
    color: #404040;
    display: flex;
    font-size: 15px;
    font-weight: 550;
    gap: 10px;
    line-height: 1.6;
}

.ai-page .chapter-outcomes i {
    align-items: center;
    background: var(--studio-purple);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 20px;
    font-size: 11px;
    height: 20px;
    justify-content: center;
}

.ai-page .chapter-link {
    align-items: center;
    border-bottom: 2px solid var(--studio-purple);
    color: var(--studio-purple);
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.5;
    margin-top: 32px;
    padding-bottom: 5px;
}

.ai-page .chapter-link i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.ai-page .chapter-link:hover i {
    transform: translateX(4px);
}

.ai-page .artifact-stage {
    background-color: #EFE8F4;
    background-image:
        linear-gradient(rgba(109, 1, 190, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(109, 1, 190, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    min-height: 590px;
    padding: 54px 44px;
    position: relative;
}

.ai-page .artifact-stage::before {
    color: rgba(109, 1, 190, 0.23);
    content: attr(data-step);
    font-size: 110px;
    font-weight: 800;
    left: 18px;
    line-height: 1;
    position: absolute;
    top: 12px;
}

.ai-page .artifact-stage::after {
    border: 1px solid rgba(109, 1, 190, 0.28);
    bottom: 22px;
    content: "";
    height: 54px;
    position: absolute;
    right: 22px;
    width: 54px;
}

.ai-page .artifact-stage-star::before {
    content: "01";
}

.ai-page .artifact-stage-interview::before {
    content: "02";
}

.ai-page .artifact-stage-photo::before {
    content: "03";
}

.ai-page .artifact-card {
    background: #fff;
    border: 1px solid var(--studio-purple-border);
    box-shadow: 0 28px 55px rgba(57, 0, 99, 0.14);
    margin: 28px auto 0;
    max-width: 570px;
    position: relative;
    z-index: 1;
}

.ai-page .artifact-header {
    align-items: center;
    border-bottom: 1px solid #EAE4EE;
    display: grid;
    gap: 14px;
    grid-template-columns: auto 1fr auto;
    min-height: 54px;
    padding: 0 18px;
}

.ai-page .window-dots {
    display: flex;
    gap: 5px;
}

.ai-page .window-dots i {
    background: #D7CFDB;
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
}

.ai-page .window-dots i:first-child {
    background: var(--studio-purple);
}

.ai-page .artifact-header strong {
    color: var(--studio-ink);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
}

.ai-page .artifact-header small {
    color: var(--studio-muted);
    font-size: 11px;
    line-height: 1.4;
}

.ai-page .artifact-body {
    padding: 28px;
}

.ai-page .artifact-draft,
.ai-page .artifact-result {
    border: 1px solid #E6E0E8;
    padding: 18px 20px;
}

.ai-page .artifact-draft {
    background: #FCFBFC;
}

.ai-page .artifact-result {
    background: var(--studio-purple-soft);
    border-color: var(--studio-purple-border);
    box-shadow: inset 4px 0 0 var(--studio-purple);
}

.ai-page .artifact-draft small,
.ai-page .artifact-result small,
.ai-page .practice-label,
.ai-page .coach-note small {
    color: var(--studio-purple);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.ai-page .artifact-draft p,
.ai-page .artifact-result p {
    color: #303030;
    font-size: 15px;
    line-height: 1.7;
}

.ai-page .artifact-result p {
    font-weight: 600;
}

.ai-page .artifact-turn {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 11px 2px;
}

.ai-page .artifact-turn span {
    color: var(--studio-muted);
    font-size: 11px;
    line-height: 1.4;
}

.ai-page .artifact-turn i {
    color: var(--studio-purple);
    font-size: 15px;
}

.ai-page .artifact-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.ai-page .artifact-tags span {
    background: #F2EDF5;
    color: #5B3D6F;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    padding: 6px 9px;
}

.ai-page .practice-question {
    color: var(--studio-ink);
    font-size: 23px;
    font-weight: 650;
    line-height: 1.5;
    margin: 10px 0 24px;
}

.ai-page .voice-answer {
    align-items: center;
    border: 1px solid #E5D9ED;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr auto;
    padding: 15px;
}

.ai-page .voice-button {
    align-items: center;
    background: var(--studio-purple);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.ai-page .voice-button i {
    color: #fff;
    font-size: 17px;
}

.ai-page .voice-bars {
    align-items: center;
    display: flex;
    gap: 4px;
    height: 34px;
}

.ai-page .voice-bars i {
    background: var(--studio-purple);
    display: block;
    height: 8px;
    opacity: 0.65;
    width: 3px;
}

.ai-page .voice-bars i:nth-child(2n) { height: 18px; }
.ai-page .voice-bars i:nth-child(3n) { height: 28px; }
.ai-page .voice-bars i:nth-child(5n) { height: 13px; }

.ai-page .voice-answer small {
    color: var(--studio-muted);
    font-size: 11px;
}

.ai-page .coach-note {
    background: var(--studio-purple-soft);
    display: grid;
    gap: 13px;
    grid-template-columns: auto 1fr;
    margin-top: 18px;
    padding: 18px;
}

.ai-page .coach-note > span {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--studio-purple);
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.ai-page .coach-note > span i {
    font-size: 16px;
}

.ai-page .coach-note small {
    margin-bottom: 3px;
}

.ai-page .coach-note p {
    color: #3C3044;
    font-size: 13px;
    line-height: 1.65;
}

.ai-page .artifact-stage-photo .artifact-body {
    padding: 18px;
}

.ai-page .photo-workspace {
    overflow: hidden;
    position: relative;
}

.ai-page .photo-workspace::after {
    background: #fff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
}

.ai-page .photo-workspace img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.ai-page .photo-before,
.ai-page .photo-after {
    background: rgba(26, 26, 26, 0.82);
    bottom: 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    padding: 6px 9px;
    position: absolute;
    z-index: 1;
}

.ai-page .photo-before { left: 12px; }
.ai-page .photo-after { right: 12px; }

.ai-page .photo-uses {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 14px;
}

.ai-page .photo-uses span {
    align-items: center;
    background: var(--studio-purple-soft);
    color: #4D355E;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    line-height: 1.4;
    padding: 9px 5px;
}

.ai-page .photo-uses i {
    color: var(--studio-purple);
    font-size: 14px;
}

.ai-page .studio-principles {
    background: #fff;
    border-bottom: 1px solid var(--studio-line);
    border-top: 1px solid var(--studio-line);
    color: var(--studio-ink);
}

.ai-page .studio-principles .container {
    padding-bottom: 108px;
    padding-top: 108px;
}

.ai-page .principles-grid {
    display: grid;
    gap: 100px;
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
}

.ai-page .principles-grid > div {
    border-left: 3px solid var(--studio-purple);
    padding-left: 30px;
}

.ai-page .studio-principles .section-index {
    color: var(--studio-purple);
    margin-bottom: 24px;
}

.ai-page .studio-principles h2 {
    color: var(--studio-ink);
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.35;
    margin: 0;
}

.ai-page .studio-principles ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ai-page .studio-principles li {
    border-top: 1px solid var(--studio-line);
    display: grid;
    gap: 22px;
    grid-template-columns: auto 1fr;
    padding: 22px 0;
}

.ai-page .studio-principles li:last-child {
    border-bottom: 1px solid var(--studio-line);
}

.ai-page .studio-principles li > span {
    color: var(--studio-purple);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
}

.ai-page .studio-principles strong,
.ai-page .studio-principles p {
    display: block;
}

.ai-page .studio-principles strong {
    color: var(--studio-ink);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.5;
}

.ai-page .studio-principles p {
    color: var(--studio-muted);
    font-size: 14px;
    line-height: 1.7;
    margin-top: 5px;
}

.ai-page .studio-final {
    background: var(--studio-paper);
}

.ai-page .studio-final .container {
    padding-bottom: 110px;
    padding-top: 110px;
}

.ai-page .studio-final-panel {
    background: #fff;
    border: 1px solid var(--studio-line);
    box-shadow: 0 26px 60px rgba(55, 36, 23, 0.08);
    padding: 74px 9%;
    position: relative;
    text-align: center;
}

.ai-page .studio-final-panel::before,
.ai-page .studio-final-panel::after {
    content: "";
    position: absolute;
}

.ai-page .studio-final-panel::before {
    border-left: 1px solid var(--studio-purple);
    border-top: 1px solid var(--studio-purple);
    height: 70px;
    left: 18px;
    top: 18px;
    width: 70px;
}

.ai-page .studio-final-panel::after {
    border-bottom: 1px solid var(--studio-purple);
    border-right: 1px solid var(--studio-purple);
    bottom: 18px;
    height: 70px;
    right: 18px;
    width: 70px;
}

.ai-page .studio-final-panel .studio-kicker {
    justify-content: center;
}

.ai-page .studio-final-panel h2 {
    color: var(--studio-ink);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 1.35;
    margin: 0 auto;
    max-width: 920px;
}

.ai-page .studio-final-panel > p:not(.studio-kicker):not(.studio-actions) {
    color: var(--studio-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 22px auto 0;
    max-width: 720px;
}

.ai-page .studio-final-panel .studio-actions {
    justify-content: center;
    padding-top: 30px;
}

@media (max-width: 1199px) {
    .ai-page .studio-hero-grid {
        gap: 42px;
        grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    }

    .ai-page .studio-hero-copy h1 {
        font-size: 49px;
    }

    .ai-page .chapter-grid {
        gap: 50px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ai-page .chapter-copy h2 {
        font-size: 35px;
    }

    .ai-page .artifact-stage {
        min-height: 550px;
        padding: 42px 32px;
    }
}

@media (max-width: 991px) {
    .ai-page .studio-hero-grid,
    .ai-page .chapter-grid,
    .ai-page .principles-grid {
        grid-template-columns: 1fr;
    }

    .ai-page .studio-hero-grid {
        gap: 62px;
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .ai-page .studio-hero-copy {
        max-width: 720px;
    }

    .ai-page .studio-hero-copy h1 {
        font-size: 56px;
    }

    .ai-page .studio-hero-visual {
        margin: 0 20px;
    }

    .ai-page .journey-nav a {
        gap: 1px 10px;
        padding: 22px 14px;
    }

    .ai-page .journey-nav strong {
        font-size: 14px;
    }

    .ai-page .journey-nav small {
        font-size: 10px;
    }

    .ai-page .studio-intro-grid {
        gap: 18px 44px;
        grid-template-columns: 0.55fr 1.45fr;
    }

    .ai-page .studio-intro-grid h2 {
        font-size: 40px;
    }

    .ai-page .chapter-grid {
        gap: 58px;
    }

    .ai-page .service-chapter-alt .chapter-copy,
    .ai-page .service-chapter-alt .artifact-stage {
        grid-column: auto;
        grid-row: auto;
    }

    .ai-page .artifact-stage {
        min-height: 570px;
    }

    .ai-page .principles-grid {
        gap: 50px;
    }

    .ai-page .studio-principles ol {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .ai-page .studio-hero-grid {
        gap: 44px;
        padding-bottom: 52px;
        padding-top: 54px;
    }

    .ai-page .studio-kicker,
    .ai-page .section-index,
    .ai-page .chapter-number {
        font-size: 11px;
        letter-spacing: 1.25px;
    }

    .ai-page .studio-kicker {
        margin-bottom: 20px;
    }

    .ai-page .studio-hero-copy h1 {
        font-size: 39px;
        letter-spacing: -1.2px;
        line-height: 1.22;
    }

    .ai-page .studio-hero-copy h1 br {
        display: none;
    }

    .ai-page .studio-lead {
        font-size: 17px;
        line-height: 1.7;
        margin-top: 22px;
    }

    .ai-page .studio-actions {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 26px;
    }

    .ai-page .studio-actions > .button {
        display: block;
        font-size: 16px;
        width: 100%;
    }

    .ai-page .studio-assurance {
        align-items: flex-start;
        display: grid;
        gap: 3px 8px;
        grid-template-columns: auto 1fr;
        margin-top: 18px;
    }

    .ai-page .studio-assurance span {
        display: none;
    }

    .ai-page .studio-hero-visual {
        margin: 0 8px 0 0;
        padding: 7px;
    }

    .ai-page .studio-hero-visual::before {
        right: -10px;
        top: -10px;
    }

    .ai-page .studio-hero-visual figcaption {
        align-items: flex-start;
        display: grid;
        gap: 4px;
        padding: 12px 5px 5px;
    }

    .ai-page .studio-hero-visual figcaption strong {
        font-size: 11px;
        text-align: left;
    }

    .ai-page .journey-nav-grid {
        grid-template-columns: 1fr;
    }

    .ai-page .journey-nav a,
    .ai-page .journey-nav a:last-child {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        grid-template-columns: 26px 28px 1fr;
        padding: 15px 4px;
    }

    .ai-page .journey-nav a:last-child {
        border-bottom: 0;
    }

    .ai-page .journey-nav strong {
        font-size: 15px;
    }

    .ai-page .journey-nav small {
        font-size: 11px;
    }

    .ai-page .studio-intro .container {
        padding-bottom: 76px;
        padding-top: 76px;
    }

    .ai-page .studio-intro-grid {
        display: block;
    }

    .ai-page .studio-intro-grid h2 {
        font-size: 33px;
        letter-spacing: -0.8px;
        line-height: 1.35;
        margin-top: 18px;
    }

    .ai-page .studio-intro-grid > p:last-child {
        font-size: 17px;
        line-height: 1.75;
        margin-top: 20px;
    }

    .ai-page .service-chapter .container {
        padding-bottom: 76px;
        padding-top: 76px;
    }

    .ai-page .chapter-grid {
        gap: 44px;
    }

    .ai-page .chapter-number {
        margin-bottom: 20px;
    }

    .ai-page .chapter-name {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .ai-page .chapter-copy h2 {
        font-size: 31px;
        letter-spacing: -0.7px;
    }

    .ai-page .chapter-copy h2 br {
        display: none;
    }

    .ai-page .chapter-copy > p:not(.chapter-number):not(.chapter-name) {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 18px;
    }

    .ai-page .chapter-outcomes {
        margin-top: 20px;
    }

    .ai-page .chapter-outcomes li {
        align-items: flex-start;
        font-size: 14px;
    }

    .ai-page .chapter-outcomes i {
        margin-top: 1px;
    }

    .ai-page .chapter-link {
        font-size: 15px;
        margin-top: 26px;
    }

    .ai-page .artifact-stage {
        min-height: auto;
        padding: 38px 14px 32px;
    }

    .ai-page .artifact-stage::before {
        font-size: 64px;
        left: 8px;
        top: 7px;
    }

    .ai-page .artifact-stage::after {
        bottom: 8px;
        height: 34px;
        right: 8px;
        width: 34px;
    }

    .ai-page .artifact-card {
        margin-top: 18px;
    }

    .ai-page .artifact-header {
        gap: 9px;
        grid-template-columns: auto 1fr;
        min-height: 48px;
        padding: 0 12px;
    }

    .ai-page .artifact-header small {
        display: none;
    }

    .ai-page .artifact-body {
        padding: 18px;
    }

    .ai-page .artifact-draft,
    .ai-page .artifact-result {
        padding: 14px;
    }

    .ai-page .artifact-draft p,
    .ai-page .artifact-result p {
        font-size: 13px;
        line-height: 1.65;
    }

    .ai-page .practice-question {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .ai-page .voice-bars i:nth-child(n+9) {
        display: none;
    }

    .ai-page .coach-note {
        gap: 10px;
        padding: 14px;
    }

    .ai-page .photo-uses {
        grid-template-columns: 1fr;
    }

    .ai-page .photo-workspace img {
        aspect-ratio: 4 / 3;
    }

    .ai-page .studio-principles .container {
        padding-bottom: 76px;
        padding-top: 76px;
    }

    .ai-page .principles-grid {
        gap: 38px;
    }

    .ai-page .principles-grid > div {
        padding-left: 20px;
    }

    .ai-page .studio-principles h2 {
        font-size: 32px;
    }

    .ai-page .studio-principles h2 br {
        display: none;
    }

    .ai-page .studio-final .container {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .ai-page .studio-final-panel {
        padding: 54px 22px;
    }

    .ai-page .studio-final-panel::before,
    .ai-page .studio-final-panel::after {
        height: 42px;
        width: 42px;
    }

    .ai-page .studio-final-panel h2 {
        font-size: 31px;
        letter-spacing: -0.8px;
    }

    .ai-page .studio-final-panel h2 br {
        display: none;
    }

    .ai-page .studio-final-panel > p:not(.studio-kicker):not(.studio-actions) {
        font-size: 15px;
    }
}

@media (max-width: 380px) {
    .ai-page .studio-hero-copy h1 {
        font-size: 34px;
    }

    .ai-page .studio-final-panel {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ai-page .voice-answer {
        gap: 7px;
        padding: 10px;
    }
}
