.page-template-homepage .site-content,
.page-template-homepage .content-area,
.page-template-homepage .site-main,
.page-template-homepage .entry-content,
.page-template-homepage .container,
.page-template-homepage #site-main,
.page-template-homepage #page {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero {
    padding: 5rem 3rem 4rem;
    border-bottom: 1px solid var(--color-ink);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    min-height: 500px;
    background-image: url('https://new.neubauten.org/wp-content/uploads/2026/07/logo-1000px-transparent.png');
    background-repeat: no-repeat;
    background-size: auto 150%;
    background-position: 30% center;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(242, 240, 235, 0.75);
    pointer-events: none;
}

.hero-title {
    display: none;
}

.hero-right {
    grid-column: 2;
    position: relative;
    z-index: 1;
}

.hero-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-bottom: 1rem;
}

.hero-text {
    font-size: 13px;
    line-height: 1.8;
    max-width: 38ch;
}

.hero-cta {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.player-bar {
    border-bottom: 1px solid var(--color-ink);
    background: #000;
    padding: 0;
    height: auto;
    display: block;
}

.media-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-bottom: 1px solid var(--color-ink);
    min-height: 400px;
}

.video-block {
    background: var(--color-ink);
    border-right: 1px solid var(--color-accent);
    padding: 0;
    overflow: hidden;
}

.photo-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.photo-block {
    position: relative;
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-accent);
    min-height: 200px;
}

.photo-block:last-child {
    border-bottom: none;
    background: #D4CFC7;
}

.photo-caption {
    font-size: 10px;
    color: var(--color-paper);
    padding: 0.75rem 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
    letter-spacing: 0.05em;
}

.archive-strip {
    padding: 2rem 3rem;
    border-bottom: 1px solid var(--color-ink);
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
}

.archive-label {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-muted);
    white-space: nowrap;
}

.archive-items {
    display: flex;
    flex: 0 1 auto;
}

.archive-item {
    font-size: 11px;
    color: var(--color-ink);
    padding: 0 2rem;
    border-right: 1px solid var(--color-accent);
    white-space: nowrap;
}

.archive-item:first-child { padding-left: 0; }

.archive-item span {
    color: var(--color-muted);
    font-size: 10px;
    display: block;
    margin-top: 2px;
}

.home-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid var(--color-ink);
}

.home-col {
    padding: 2.5rem 3rem;
    border-right: 1px solid var(--color-accent);
}

.home-col:last-child { border-right: none; }

.col-label {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--color-accent);
}

.home-col h3 {
    font-size: 22px;
    margin-bottom: 0.75rem;
}

.home-col p {
    font-size: 11px;
    line-height: 1.8;
    color: var(--color-muted);
    margin-bottom: 1.5rem;
}
