
body.home-page {
    margin: 0;
    min-height: 100vh;
    background: var(--page);
    color: var(--ink);
    text-align: left;
}
.home-page .builder-header { position: sticky; }
.home-page .builder-nav ul { display: flex; align-items: center; list-style: none; padding: 0; }
.home-page .builder-nav ul li { padding: 0; }
.home-page .builder-nav ul li a { color: white; text-decoration: none; }
.home-main {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    align-items: initial;
}
.home-hero {
    max-width: 1320px;
    margin: 0 auto;
    padding: 36px 32px 34px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    gap: 72px;
    align-items: center;
}
.hero-copy h1 {
    max-width: 680px;
    margin: 8px 0 20px;
    font-size: clamp(2.8rem, 5.5vw, 5.1rem);
    line-height: .99;
    letter-spacing: -.045em;
}
.hero-lede {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 25px; }
.home-primary, .home-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 700;
}
.home-primary { background: var(--teal); color: white; box-shadow: 0 8px 20px rgba(19,127,130,.2); }
.home-primary:hover { background: var(--teal-dark); color: white; }
.home-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }
.home-secondary:hover { border-color: var(--teal); color: var(--teal-dark); }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .9rem; }
.trust-list li { margin: 0; padding: 0; font-size: inherit; }
.trust-list li::before { content: "✓"; color: var(--teal); font-weight: 800; margin-right: 7px; }

.hero-product { position: relative; }
.product-window {
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 25px 65px rgba(0,35,51,.15);
    transform: rotate(1deg);
}
.window-bar { display: flex; gap: 6px; padding: 4px 4px 12px; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #cbd7d4; }
.product-layout { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 400px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.mini-editor { padding: 28px 22px; background: #f6f9f8; border-right: 1px solid var(--line); }
.mini-label { color: var(--teal-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.mini-field { margin: 16px 0; padding: 12px; border: 1px solid #cbd9d6; border-radius: 8px; background: white; }
.mini-field span, .mini-field strong { display: block; }
.mini-field span { margin-bottom: 5px; color: var(--muted); font-size: .68rem; }
.mini-field strong { font-size: .82rem; }
.mini-field.tall { min-height: 105px; }
.mini-resume { position: relative; margin: 22px; padding: 38px 32px; background: white; border: 1px solid #dce4e2; box-shadow: 0 8px 24px rgba(0,35,51,.07); }
.mini-accent { position: absolute; top: 0; left: 0; right: 0; height: 7px; background: var(--teal); }
.mini-resume h2 { margin: 0 0 4px; color: var(--teal); font-size: 1.55rem; }
.mini-resume > strong { font-size: .72rem; }
.mini-resume p { margin: 6px 0 26px; color: var(--muted); font-size: .6rem; }
.mini-resume h3 { margin: 20px 0 8px; padding-bottom: 5px; border-bottom: 2px solid var(--teal); color: var(--teal); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.text-line { height: 6px; margin: 7px 0; border-radius: 99px; background: #dce5e3; }
.text-line.long { width: 100%; } .text-line.medium { width: 72%; } .text-line.short { width: 48%; }
.product-caption { margin: 15px 16px 0; color: var(--muted); font-size: .83rem; text-align: center; }

.benefit-strip {
    max-width: 1250px;
    margin: 0 auto 40px;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.benefit-strip article { display: flex; gap: 16px; padding: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-strip article + article { border-left: 1px solid var(--line); }
.benefit-strip article > span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.benefit-strip h2 { margin: 0 0 7px; font-size: 1rem; }
.benefit-strip p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }

.home-section { max-width: 1250px; margin: 0 auto; padding: 90px 32px; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2 { margin: 7px 0 10px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -.025em; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.65; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 24px rgba(0,35,51,.05); }
.steps-grid article > span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 28px; border-radius: 9px; background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; }
.steps-grid h3 { margin: 0 0 8px; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .9rem; }
.text-link { display: inline-block; margin-top: 24px; color: var(--teal-dark); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.template-section { max-width: none; padding-left: max(32px, calc((100vw - 1186px)/2)); padding-right: max(32px, calc((100vw - 1186px)/2)); background: #edf5f3; }
.template-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.template-card { margin: 0; padding: 14px 14px 20px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.template-card h3 { margin: 17px 5px 3px; }
.template-card p { margin: 0 5px; color: var(--muted); font-size: .82rem; }
.template-sheet { position: relative; min-height: 310px; overflow: hidden; padding: 38px 27px; border: 1px solid #d8e1df; background: #fff; box-shadow: 0 8px 18px rgba(0,35,51,.06); }
.sheet-name { width: 60%; height: 15px; background: var(--ink); border-radius: 2px; }
.sheet-sub { width: 38%; height: 6px; margin-top: 8px; background: #9caaa7; border-radius: 2px; }
.sheet-heading { width: 100%; height: 7px; margin-top: 35px; border-bottom: 2px solid var(--teal); }
.sheet-lines { width: 100%; height: 34px; margin-top: 10px; background: repeating-linear-gradient(to bottom,#d9e1df 0,#d9e1df 4px,transparent 4px,transparent 11px); }
.short-lines { width: 75%; }
.modern-sheet { border-top: 7px solid var(--teal); }
.modern-sheet .sheet-name { background: var(--teal); }
.professional-sheet { padding-top: 52px; }
.professional-sheet .sheet-heading { border-color: #607176; }
.creative-sheet { display: grid; grid-template-columns: 26% 74%; padding: 0; }
.sheet-side { background: var(--navy); }
.sheet-content { padding: 38px 23px; }
.creative-sheet .sheet-name { width: 78%; background: var(--teal); }
.center-action { margin-top: 36px; text-align: center; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.audience-grid article { padding: 26px 28px; border-left: 4px solid var(--teal); background: white; }
.audience-grid h3 { margin: 0 0 7px; }
.audience-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.ad-space { max-width: 970px; min-height: 110px; margin: 15px auto 20px; display: grid; place-items: center; align-content: center; border: 1px dashed #b9c8c5; background: #f9fbfa; color: #7a888d; text-align: center; }
.ad-space span { font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.ad-space p { margin: 5px 0 0; font-size: .8rem; }

.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading .text-link { flex: 0 0 auto; margin-bottom: 10px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-grid a { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--ink); text-decoration: none; transition: transform .18s, box-shadow .18s; }
.resource-grid a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,35,51,.08); }
.resource-grid span { color: var(--teal-dark); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.resource-grid h3 { margin: 9px 0; font-size: 1.1rem; }
.resource-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .88rem; }

.final-cta {
    max-width: 1186px;
    margin: 35px auto 90px;
    padding: 48px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-radius: 22px;
    background: var(--navy);
    color: white;
}
.final-cta .eyebrow { color: #7bd1c7; }
.final-cta h2 { margin: 6px 0 8px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.final-cta p:last-child { margin: 0; color: #c6d6da; }
.light-button { flex: 0 0 auto; background: white; color: var(--navy); box-shadow: none; }
.light-button:hover { background: var(--teal-soft); color: var(--navy); }

.home-footer { max-width: none; padding: 38px max(28px, calc((100vw - 1186px)/2)); display: grid; grid-template-columns: 1.3fr auto auto; align-items: center; gap: 35px; text-align: left; }
.home-footer > div p { max-width: 460px; margin: 7px 0 0; color: #a9bdc3; font-size: .82rem; }
.footer-brand { color: white; text-decoration: none; font-weight: 800; font-size: 1.1rem; }
.home-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }

@media (max-width: 1000px) {
    .home-hero { grid-template-columns: 1fr; padding-top: 55px; gap: 45px; }
    .hero-product { max-width: 720px; }
    .template-showcase { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    .home-page .builder-nav ul { display: none; position: absolute; top: 64px; left: auto; right: 18px; width: min(260px, calc(100vw - 36px)); flex-direction: column; align-items: stretch; padding: 8px; background: var(--navy); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; box-shadow: 0 14px 32px rgba(0,0,0,.24); }
    .home-page .builder-nav ul.active { display: flex; }
    .home-page .builder-nav ul li a { display: block; }
    .home-hero { padding: 30px 20px 36px; }
    .hero-copy h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
    .product-layout { grid-template-columns: 1fr; }
    .mini-editor { display: none; }
    .benefit-strip, .steps-grid, .audience-grid, .resource-grid { grid-template-columns: 1fr; }
    .benefit-strip { padding: 0 20px; }
    .benefit-strip article + article { border-left: 0; border-top: 0; }
    .home-section { padding: 65px 20px; }
    .template-section { padding-left: 20px; padding-right: 20px; }
    .template-showcase { grid-template-columns: 1fr 1fr; }
    .template-sheet { min-height: 255px; padding: 30px 20px; }
    .split-heading, .final-cta { display: block; }
    .final-cta { margin: 20px 20px 65px; padding: 35px 28px; }
    .final-cta .home-primary { margin-top: 25px; }
    .home-footer { grid-template-columns: 1fr; padding: 35px 24px; }
}
@media (max-width: 480px) {
    .template-showcase { grid-template-columns: 1fr; }
    .hero-actions a { width: 100%; }
    .trust-list { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .resource-grid a { transition: none; }
}




/* Phase 6A.2 compact studio credit */
.footer-meta {
    margin: 0;
    color: #40565d;
    font-size: .78rem;
    line-height: 1.45;
    white-space: nowrap;
}
.footer-meta a {
    color: #0f686d !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.footer-meta a:hover,
.footer-meta a:focus-visible {
    color: #0a4f53 !important;
}
@media (max-width: 760px) {
    .footer-meta {
        white-space: normal;
    }
}
