:root {
    --vt-interior-paper: #faf8f4;
    --vt-interior-ink: #241c18;
    --vt-interior-muted: #736b65;
    --vt-interior-gold: #a86f18;
    --vt-interior-line: #e6e0d8;
}

body.site-interior-page {
    padding-top: 96px;
    background: #fff;
}

body.site-interior-page #main-header {
    background: var(--vt-interior-paper);
    box-shadow: none;
    border-bottom-color: var(--vt-interior-paper) !important;
}

body.site-interior-page #main-header nav > div {
    height: 96px;
}

.vt-interior-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 clamp(42px, 5vw, 76px);
    background: var(--vt-interior-paper);
}

.vt-interior-hero-copy {
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding: clamp(46px, 6vw, 84px) 0 clamp(38px, 5vw, 66px);
    text-align: center;
}

.vt-interior-hero-breadcrumbs {
    margin-bottom: clamp(28px, 4vw, 46px);
}

.vt-interior-hero-breadcrumbs nav {
    justify-content: center;
}

.vt-interior-hero-eyebrow {
    margin: 0 0 17px;
    color: var(--vt-interior-gold);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(16px, 1.55vw, 22px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.35;
}

.vt-interior-hero-title {
    max-width: 1080px;
    margin: 0 auto;
    color: var(--vt-interior-ink);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(36px, 3.9vw, 56px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1.04;
    text-wrap: balance;
}

.vt-interior-hero-title--long {
    max-width: 1000px;
    font-size: clamp(32px, 3.35vw, 48px);
    line-height: 1.08;
}

.vt-interior-hero-summary {
    max-width: 760px;
    margin: 22px auto 0;
    color: var(--vt-interior-muted);
    font-size: clamp(14px, 1.25vw, 17px);
    font-weight: 400;
    line-height: 1.7;
    text-wrap: balance;
}

.vt-interior-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 22px;
    margin-top: 24px;
    color: #625a55;
    font-size: 11px;
}

.vt-interior-hero-meta > span,
.vt-interior-hero-meta > div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vt-interior-hero-meta svg {
    width: 14px;
    height: 14px;
    color: var(--vt-interior-gold);
}

.vt-interior-hero-media {
    width: min(calc(100% - 64px), 1680px);
    height: clamp(350px, 45vw, 700px);
    margin: 0 auto;
    overflow: hidden;
    background: #ded9d1;
}

.vt-interior-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    body.site-interior-page { padding-top: 88px; }
    body.site-interior-page #main-header nav > div { height: 88px; }
    .vt-interior-hero { padding-bottom: 30px; }
    .vt-interior-hero-copy {
        width: min(calc(100% - 32px), 1180px);
        padding: 34px 0 36px;
    }
    .vt-interior-hero-breadcrumbs {
        margin-bottom: 26px;
        overflow: hidden;
    }
    .vt-interior-hero-breadcrumbs nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .vt-interior-hero-breadcrumbs nav > * {
        flex: 0 0 auto;
    }
    .vt-interior-hero-eyebrow { margin-bottom: 13px; }
    .vt-interior-hero-title,
    .vt-interior-hero-title--long {
        font-size: clamp(32px, 9.5vw, 42px);
        letter-spacing: -.035em;
        line-height: 1.06;
    }
    .vt-interior-hero-summary {
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.62;
    }
    .vt-interior-hero-meta { margin-top: 19px; }
    .vt-interior-hero-media {
        width: calc(100% - 24px);
        height: clamp(300px, 76vw, 430px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-interior-hero * { scroll-behavior: auto !important; }
}
