.tvk-location-page {
    color: #1f1f1f;
    background: #fff;
    --tvk-location-color: #dc1d50;
}
.tvk-location-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.tvk-location-hero {
    min-height: clamp(420px, 58vh, 680px);
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, var(--tvk-location-color), #252525);
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
}
.tvk-location-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.72));
    z-index: -1;
}
.tvk-location-hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 110px 0 70px;
    color: #fff;
}
.tvk-location-eyebrow {
    margin: 0 0 12px;
    font: 700 13px/1.2 Poppins, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--tvk-location-color);
}
.tvk-location-hero .tvk-location-eyebrow { color: #fff; opacity: .88; }
.tvk-location-hero h1,
.tvk-location-intro h2,
.tvk-location-section-head h2,
.tvk-location-cta h2,
.tvk-location-info h2 {
    margin: 0;
    line-height: 1.02;
    color: inherit;
}
.tvk-location-hero h1 {
    max-width: 860px;
    font-size: clamp(46px, 8vw, 104px);
    font-weight: 700;
}
.tvk-location-hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.tvk-location-hero-actions a,
.tvk-location-btn,
.tvk-location-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    text-decoration: none;
    font-weight: 700;
}
.tvk-location-hero-actions a {
    padding: 11px 18px;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
    background: rgba(0,0,0,.18);
    backdrop-filter: blur(6px);
}
.tvk-location-band { padding: 72px 0; }
.tvk-location-overview { background: #f7f7f5; }
.tvk-location-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 42px;
    align-items: start;
}
.tvk-location-intro h2,
.tvk-location-section-head h2,
.tvk-location-cta h2 { font-size: clamp(34px, 5vw, 62px); }
.tvk-location-intro p,
.tvk-location-richtext,
.tvk-location-cta p {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.75;
}
.tvk-location-info {
    background: #fff;
    border-top: 5px solid var(--tvk-location-color);
    padding: 28px;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
.tvk-location-info h2 { font-size: 28px; margin-bottom: 20px; }
.tvk-location-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}
.tvk-location-info li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    line-height: 1.45;
}
.tvk-location-info svg,
.tvk-location-socials svg,
.tvk-location-link svg { width: 18px; height: 18px; color: var(--tvk-location-color); }
.tvk-location-info a { color: inherit; }
.tvk-location-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.tvk-location-socials a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 700;
}
.tvk-location-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}
.tvk-location-link { color: var(--tvk-location-color); }
.tvk-location-groups { background: #1f1f1f; color: #fff; }
.tvk-location-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.tvk-location-cta p { margin-bottom: 0; color: rgba(255,255,255,.82); }
.tvk-location-btn {
    flex: 0 0 auto;
    padding: 12px 22px;
    background: var(--tvk-location-color);
    color: #fff;
}
@media (max-width: 800px) {
    .tvk-location-wrap,
    .tvk-location-hero-inner { width: min(100% - 28px, 1180px); }
    .tvk-location-hero { min-height: 520px; }
    .tvk-location-hero-inner { padding-bottom: 44px; }
    .tvk-location-band { padding: 46px 0; }
    .tvk-location-overview-grid,
    .tvk-location-cta { grid-template-columns: 1fr; display: grid; }
    .tvk-location-section-head { align-items: start; flex-direction: column; }
    .tvk-location-info { padding: 22px; }
}

.tvk-location-richtext h3 { margin: 28px 0 10px; font-size: 24px; line-height: 1.2; }
.tvk-location-richtext ul { margin: 14px 0 0; padding-left: 22px; font-size: 18px; line-height: 1.7; }
.tvk-location-richtext li { margin-bottom: 6px; }
.tvk-location-richtext .tvk-service-table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 24px;
    font-size: 17px;
}
.tvk-location-richtext .tvk-service-table th,
.tvk-location-richtext .tvk-service-table td {
    padding: 10px 0;
    border-bottom: 1px dotted rgba(0,0,0,.25);
    text-align: left;
    vertical-align: top;
}
.tvk-location-richtext .tvk-service-table th:last-child,
.tvk-location-richtext .tvk-service-table td:last-child {
    text-align: right;
    white-space: nowrap;
    padding-left: 20px;
}
.tvk-location-richtext .tvk-note {
    font-weight: 700;
}
@media (max-width: 600px) {
    .tvk-location-richtext .tvk-service-table { font-size: 15px; }
}
