.touch-target {
    min-height: 44px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.touch-target input[type='checkbox'] {
    width: 1.125rem;
    height: 1.125rem;
}

.comparator-loading-backdrop {
    backdrop-filter: blur(3px);
}

.home2-body .hidden,
.home3-body .hidden,
.home4-body .hidden,
.home5-body .hidden {
    display: none !important;
}

.site-body {
    color: #223124;
    background: linear-gradient(180deg, #f7efe1 0%, #f5f0e8 48%, #f0eadf 100%);
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow-x: hidden;
}

.site-body * {
    box-sizing: border-box;
}

.site-orb {
    position: fixed;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.site-orb-one {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -120px;
    background: rgba(200, 112, 73, 0.18);
}

.site-orb-two {
    width: 420px;
    height: 420px;
    left: -180px;
    top: 420px;
    background: rgba(94, 129, 98, 0.16);
}

.site-topbar,
.site-mobile-menu,
.site-main,
.site-footer-shell,
.site-cookie-banner,
.admin-session-banner {
    position: relative;
    z-index: 1;
}

.admin-session-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #9f1239;
    color: #fff7ed;
    box-shadow: 0 10px 24px rgba(127, 29, 29, 0.22);
}

.admin-session-banner-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
}

.admin-session-banner-text {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-session-banner-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.admin-session-banner-link,
.admin-session-banner-button {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 247, 237, 0.55);
    background: transparent;
    color: #fff7ed;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.admin-session-banner-link:hover,
.admin-session-banner-button:hover {
    background: rgba(255, 247, 237, 0.14);
    color: #ffffff;
    border-color: rgba(255, 247, 237, 0.8);
}

.admin-session-banner-button {
    cursor: pointer;
}

.site-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(255, 250, 244, 0.72);
    border-bottom: 1px solid rgba(62, 70, 53, 0.08);
}

.has-admin-banner {
    padding-top: 40px;
}

.has-admin-banner .site-topbar {
    top: 40px;
}

.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0 12px;
}

.site-brand,
.site-footer-brand {
    text-decoration: none;
    color: inherit;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.site-brand {
    font-size: clamp(1.8rem, 2.6vw, 2.45rem);
}

.site-footer-brand {
    font-size: 2rem;
}

.site-nav,
.site-footer-links,
.site-cookie-actions,
.site-mobile-menu-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.site-nav a,
.site-footer-links a,
.site-mobile-menu-inner a,
.site-cookie-banner a {
    color: #304536;
    text-decoration: none;
    transition: opacity 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-footer-links a:hover,
.site-mobile-menu-inner a:hover,
.site-cookie-banner a:hover {
    opacity: 0.75;
}

.site-mobile-toggle {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(48, 69, 54, 0.12);
    background: rgba(255, 250, 244, 0.76);
    color: #304536;
}

.site-mobile-menu {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 39;
    border-bottom: 1px solid rgba(62, 70, 53, 0.08);
    background: rgba(255, 250, 244, 0.9);
    backdrop-filter: blur(18px);
}

.has-admin-banner .site-mobile-menu {
    top: 112px;
}

.site-mobile-menu-inner {
    flex-direction: column;
    gap: 10px;
    padding: 16px 0 18px;
}

.site-main {
    padding-top: 24px;
}

@media (max-width: 640px) {
    .admin-session-banner-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .has-admin-banner {
        padding-top: 76px;
    }

    .has-admin-banner .site-topbar {
        top: 76px;
    }

    .has-admin-banner .site-mobile-menu {
        top: 146px;
    }
}

.site-body main h1,
.site-body main h2,
.site-body main h3,
.site-body main .card-title {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: -0.03em;
    color: #1f2d24;
}

.site-body main h1 {
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 0.95;
    font-weight: 600;
}

.site-body main h2 {
    font-weight: 600;
}

.site-body .badge {
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.72);
    color: #8d4f31;
    border-color: rgba(141, 79, 49, 0.14);
}

.site-body .badge-primary,
.site-body .badge-secondary {
    background: rgba(141, 79, 49, 0.08);
    color: #8d4f31;
    border-color: rgba(141, 79, 49, 0.18);
}

.site-body .badge-success {
    background: rgba(94, 129, 98, 0.12);
    color: #47634b;
    border-color: rgba(94, 129, 98, 0.18);
}

.site-body .badge-warning {
    background: rgba(184, 133, 63, 0.12);
    color: #8d652d;
    border-color: rgba(184, 133, 63, 0.18);
}

.site-body .btn {
    border-radius: 999px;
    border-color: rgba(48, 69, 54, 0.14);
    box-shadow: none;
    font-weight: 700;
}

.site-body .btn-primary {
    color: #fffaf5;
    border-color: transparent;
    background: linear-gradient(135deg, #8d4f31 0%, #6e7551 100%);
}

.site-body .btn-primary:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #7a462c 0%, #616a47 100%);
}

.site-body .btn-ghost,
.site-body .btn-outline {
    color: #304536;
    background: rgba(255, 250, 244, 0.7);
}

.site-body .btn-ghost:hover,
.site-body .btn-outline:hover {
    background: rgba(255, 250, 244, 0.94);
    color: #223124;
}

.site-body .rounded-box,
.site-body .card,
.site-footer-shell,
.site-cookie-inner,
.site-body .collapse {
    border: 1px solid rgba(62, 70, 53, 0.08) !important;
    background: rgba(255, 250, 244, 0.76) !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 70px rgba(63, 54, 40, 0.08);
}

.site-body .card,
.site-body .collapse {
    border-radius: 28px;
}

.site-body .rounded-box,
.site-body .card-body > .rounded-box {
    border-radius: 24px;
}

.site-body .border-base-300,
.site-body .border-primary\/20,
.site-body .border {
    border-color: rgba(62, 70, 53, 0.08) !important;
}

.site-body .bg-base-200,
.site-body .bg-base-100,
.site-body .bg-base-300 {
    background: rgba(255, 250, 244, 0.76) !important;
}

.site-body .shadow-xl,
.site-body .shadow-lg,
.site-body .shadow-2xl {
    box-shadow: 0 28px 70px rgba(63, 54, 40, 0.08) !important;
}

.site-body .link,
.site-body a.link,
.site-body .link-primary {
    color: #304536;
    text-decoration: none;
}

.site-body .link:hover,
.site-body a.link:hover,
.site-body .link-primary:hover {
    opacity: 0.78;
}

.site-body .alert {
    border-radius: 24px;
    border: 1px solid rgba(62, 70, 53, 0.08);
    background: rgba(255, 250, 244, 0.84);
    color: #223124;
}

.site-body .input,
.site-body .select,
.site-body .textarea {
    border-radius: 18px;
    border-color: rgba(62, 70, 53, 0.12);
    background: rgba(255, 255, 255, 0.72);
    color: #223124;
}

.site-body .input:focus,
.site-body .select:focus,
.site-body .textarea:focus {
    outline: none;
    border-color: rgba(141, 79, 49, 0.32);
    box-shadow: 0 0 0 3px rgba(141, 79, 49, 0.08);
}

.comparator-gender-dropdown {
    position: relative;
    width: 100%;
}

.comparator-gender-trigger {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 20px;
    border: 1px solid rgba(62, 70, 53, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 245, 237, 0.96) 100%);
    color: #223124;
    box-shadow: 0 18px 38px rgba(63, 54, 40, 0.08);
    text-align: left;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.comparator-gender-trigger:hover,
.comparator-gender-trigger[data-open='true'] {
    border-color: rgba(141, 79, 49, 0.24);
    box-shadow: 0 22px 46px rgba(63, 54, 40, 0.12);
}

.comparator-gender-trigger:focus-visible {
    outline: none;
    border-color: rgba(141, 79, 49, 0.32);
    box-shadow: 0 0 0 3px rgba(141, 79, 49, 0.08), 0 22px 46px rgba(63, 54, 40, 0.12);
}

.comparator-gender-trigger-copy {
    display: grid;
    gap: 3px;
}

.comparator-gender-trigger-label,
.comparator-gender-option-label {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2d24;
}

.comparator-gender-trigger-description,
.comparator-gender-option-description {
    font-size: 0.82rem;
    line-height: 1.35;
    color: #6b6a5f;
}

.comparator-gender-trigger-icon {
    width: 1.15rem;
    height: 1.15rem;
    color: #8d4f31;
    flex-shrink: 0;
    transition: transform 180ms ease;
}

.comparator-gender-trigger[data-open='true'] .comparator-gender-trigger-icon {
    transform: rotate(180deg);
}

.comparator-gender-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    padding: 8px;
    border-radius: 22px;
    border: 1px solid rgba(62, 70, 53, 0.08);
    background: rgba(255, 250, 244, 0.96);
    backdrop-filter: blur(24px);
    box-shadow: 0 28px 70px rgba(63, 54, 40, 0.16);
    z-index: 25;
}

.comparator-gender-option {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
    text-align: left;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.comparator-gender-option + .comparator-gender-option {
    margin-top: 4px;
}

.comparator-gender-option:hover,
.comparator-gender-option:focus-visible {
    outline: none;
    background: rgba(141, 79, 49, 0.06);
    border-color: rgba(141, 79, 49, 0.12);
}

.comparator-gender-option[data-selected='true'] {
    background: linear-gradient(135deg, rgba(141, 79, 49, 0.11) 0%, rgba(110, 117, 81, 0.08) 100%);
    border-color: rgba(141, 79, 49, 0.16);
}

.comparator-gender-option-copy {
    display: grid;
    gap: 2px;
}

.comparator-gender-option-indicator {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1.5px solid rgba(141, 79, 49, 0.22);
    color: #8d4f31;
    background: rgba(255, 255, 255, 0.72);
}

.comparator-gender-option-indicator::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 160ms ease, transform 160ms ease;
}

.comparator-gender-option[data-selected='true'] .comparator-gender-option-indicator {
    border-color: rgba(141, 79, 49, 0.44);
    background: rgba(141, 79, 49, 0.12);
}

.comparator-gender-option[data-selected='true'] .comparator-gender-option-indicator::before {
    opacity: 1;
    transform: scale(1);
}

.site-body .label-text,
.site-body .text-base-content\/60,
.site-body .text-base-content\/65,
.site-body .text-base-content\/70,
.site-body .text-base-content\/75,
.site-body .text-base-content\/80 {
    color: #5b5c51 !important;
}

.site-body .checkbox {
    border-color: rgba(62, 70, 53, 0.18);
    background: rgba(255, 255, 255, 0.72);
}

.site-body .checkbox:checked {
    background-color: #8d4f31;
    border-color: #8d4f31;
}

.site-body table,
.site-body .table {
    border-radius: 22px;
    overflow: hidden;
}

.site-body .table :where(th, td) {
    border-color: rgba(62, 70, 53, 0.08);
}

.site-body .table thead,
.site-body .table thead tr,
.site-body .table-zebra tbody tr:nth-child(even) {
    background: rgba(255, 250, 244, 0.62);
}

.site-body .table tbody tr:hover {
    background: rgba(141, 79, 49, 0.05);
}

.site-body .collapse-title,
.site-body details summary {
    color: #1f2d24;
}

.site-body .collapse-content,
.site-body details[open] > *:not(summary) {
    color: #5b5c51;
}

.site-body nav[aria-label='BrÃ¶dsmulor'] {
    color: #6b6a5f;
}

.site-footer-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 18px 32px;
    border-radius: 34px;
    padding: 28px;
}

.site-footer-shell p,
.site-footer-meta p {
    margin: 0;
    color: #5b5c51;
    line-height: 1.65;
}

.site-footer-links {
    align-content: start;
}

.site-footer-navs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 28px;
}

.site-footer-nav-group {
    display: grid;
    gap: 10px;
}

.site-footer-heading {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8d4f31;
}

.site-footer-nav-group .site-footer-links {
    flex-direction: column;
    gap: 10px;
}

.site-footer-meta {
    grid-column: 1 / -1;
    padding-top: 8px;
}

.site-cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 60;
}

.site-cookie-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 24px;
}

.site-cookie-inner p {
    margin: 0;
    color: #5b5c51;
}

@media (max-width: 720px) {
    .site-topbar-inner {
        padding: 14px 0 12px;
    }

    .site-mobile-menu {
        top: 70px;
    }

    .site-footer-shell {
        grid-template-columns: 1fr;
        border-radius: 24px;
        padding: 24px;
    }

    .site-footer-navs {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .site-body main h1 {
        font-size: clamp(2.6rem, 10vw, 3.8rem);
    }
}

.map-page {
    position: relative;
    z-index: 1;
}

.map-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 28px;
    align-items: end;
    margin-top: 0;
    margin-bottom: 34px;
}

.map-hero-copy h1,
.map-results-header h2 {
    margin: 12px 0 0;
    color: #1c2c21;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.map-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(3.8rem, 8vw, 6.8rem);
    line-height: 0.88;
}

.map-hero-copy p {
    max-width: 760px;
    margin-top: 22px;
    color: rgba(34, 49, 36, 0.72);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.7;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(141, 79, 49, 0.2);
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.64);
    color: #9a5b3c;
    font-size: 0.9rem;
    font-weight: 700;
}

.map-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(48, 69, 54, 0.12);
    border-radius: 30px;
    background: rgba(255, 250, 244, 0.6);
    box-shadow: 0 22px 55px rgba(48, 69, 54, 0.08);
}

.map-stats div {
    min-height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 250, 244, 0.95), rgba(245, 240, 232, 0.72));
}

.map-stats strong {
    color: #1c2c21;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    line-height: 1;
}

.map-stats span {
    margin-top: 4px;
    color: rgba(34, 49, 36, 0.62);
    font-weight: 700;
}

.map-shell {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.map-panel,
.map-stage,
.map-result-card,
.map-empty-state {
    border: 1px solid rgba(48, 69, 54, 0.12);
    background: rgba(255, 250, 244, 0.74);
    box-shadow: 0 22px 60px rgba(48, 69, 54, 0.08);
}

.map-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 22px;
    border-radius: 30px;
}

.map-panel-section {
    display: grid;
    gap: 10px;
}

.map-label,
.map-filter-heading span {
    color: rgba(34, 49, 36, 0.72);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.map-search,
.map-select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(48, 69, 54, 0.16);
    border-radius: 18px;
    background: rgba(255, 250, 244, 0.92);
    color: #223124;
    outline: none;
}

.map-search:focus,
.map-select:focus {
    border-color: rgba(141, 79, 49, 0.55);
    box-shadow: 0 0 0 4px rgba(141, 79, 49, 0.1);
}

.map-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.map-filter-heading button,
.map-result-actions button,
.map-result-card a,
.map-popup-link {
    color: #8d4f31;
    font-weight: 800;
    text-decoration: none;
}

.map-result-actions a,
.map-result-actions button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
}

.map-result-actions svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: currentColor;
    transform: translateY(-1px);
}

.map-provider-list {
    display: grid;
    gap: 8px;
    max-height: 300px;
    overflow: auto;
    padding-right: 4px;
}

.map-provider-option {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(48, 69, 54, 0.1);
    border-radius: 16px;
    background: rgba(245, 240, 232, 0.68);
    cursor: pointer;
}

.map-provider-option input {
    accent-color: #304536;
}

.map-provider-option span {
    font-weight: 800;
}

.map-provider-option small {
    color: rgba(34, 49, 36, 0.56);
    font-weight: 800;
}

.map-result-summary {
    margin-top: auto;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, #304536, #6e7551);
    color: #fffaf4;
}

.map-result-summary strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    line-height: 1;
}

.map-result-summary span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 250, 244, 0.78);
    font-weight: 700;
}

.map-stage {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    border-radius: 34px;
}

.provider-map-canvas {
    width: 100%;
    min-height: 720px;
}

.map-loading {
    position: absolute;
    inset: auto 22px 22px 22px;
    z-index: 2;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 250, 244, 0.92);
    color: #223124;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(48, 69, 54, 0.14);
}

.map-loading[hidden] {
    display: none;
}

.maplibregl-popup-content {
    width: 280px;
    max-width: calc(100vw - 56px);
    border: 1px solid rgba(48, 69, 54, 0.14);
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    background: #fffaf4;
    box-shadow: 0 18px 44px rgba(28, 44, 33, 0.18);
}

.maplibregl-popup-close-button {
    top: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: rgba(34, 49, 36, 0.58);
    font-size: 23px;
    line-height: 32px;
}

.maplibregl-popup-close-button:hover {
    background: rgba(48, 69, 54, 0.08);
    color: #304536;
}

.map-popup {
    width: 100%;
    max-width: 100%;
    padding: 18px;
    color: #223124;
    overflow: hidden;
}

.map-popup-provider,
.map-result-card span {
    color: #9a5b3c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.map-popup-provider {
    padding-right: 28px;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.map-popup h3,
.map-result-card h3 {
    margin: 4px 0 0;
    color: #1c2c21;
    font-size: 1.08rem;
    font-weight: 900;
}

.map-popup h3 {
    margin-top: 8px;
    padding-right: 14px;
    font-size: 1.12rem;
    line-height: 1.25;
}

.map-popup p,
.map-result-card p,
.map-results-header p {
    color: rgba(34, 49, 36, 0.66);
    line-height: 1.6;
}

.map-popup-address {
    display: block;
    max-width: 100%;
    margin: 10px 0 0;
    font-size: 0.93rem;
    white-space: normal;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

.map-popup-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 26px;
    margin-top: 12px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(48, 69, 54, 0.08);
    color: rgba(34, 49, 36, 0.62);
    font-size: 0.74rem;
    font-weight: 800;
}

.map-popup-link {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 14px auto 0;
    padding: 0 18px;
    border: 1px solid rgba(141, 79, 49, 0.24);
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.72);
    color: #8d4f31;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.map-popup-link:hover {
    background: rgba(141, 79, 49, 0.08);
    color: #704027;
}

.map-results-section {
    margin-top: 34px;
}

.map-results-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.map-results-header h2 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.map-results-header p {
    max-width: 420px;
    margin: 0;
}

.map-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.map-result-card,
.map-empty-state {
    border-radius: 24px;
    padding: 18px;
}

.map-result-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.map-result-card p {
    margin: 0;
}

.map-result-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.map-result-booking {
    width: fit-content;
    color: rgba(34, 49, 36, 0.58);
    font-weight: 800;
}

.map-result-actions button,
.map-filter-heading button {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.map-empty-state {
    grid-column: 1 / -1;
    color: rgba(34, 49, 36, 0.68);
    font-weight: 800;
}

@media (max-width: 1024px) {
    .map-hero,
    .map-shell {
        grid-template-columns: 1fr;
    }

    .map-panel {
        order: 2;
    }

    .map-stage {
        min-height: 560px;
    }

    .provider-map-canvas {
        min-height: 560px;
    }

    .map-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .map-hero {
        gap: 18px;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .map-hero-copy h1 {
        font-size: clamp(3.2rem, 18vw, 4.8rem);
    }

    .map-stats {
        grid-template-columns: 1fr;
    }

    .map-stage {
        min-height: 480px;
        border-radius: 26px;
    }

    .provider-map-canvas {
        min-height: 480px;
    }

    .map-results-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .map-results-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .overflow-x-auto .table {
        min-width: 640px;
    }
}

.home2-body {
    margin: 0;
    min-height: 100vh;
    color: #f6f1e8;
    background:
        radial-gradient(circle at top left, rgba(201, 100, 55, 0.2), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(126, 164, 146, 0.18), transparent 24%),
        linear-gradient(180deg, #0f1412 0%, #121917 45%, #171d1d 100%);
    font-family: 'Space Grotesk', sans-serif;
    position: relative;
    overflow-x: hidden;
}

.home2-body * {
    box-sizing: border-box;
}

.home2-grid {
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
    pointer-events: none;
    z-index: 0;
}

.home2-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home2-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0 18px;
}

.home2-brand {
    font-family: 'Instrument Serif', serif;
    font-size: clamp(1.75rem, 2.6vw, 2.4rem);
    color: #f7f1e7;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.home2-brand-small {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.home2-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.home2-nav a,
.home2-footer-links a,
.home2-case-links a,
.home2-track-card a {
    color: #d9d3c6;
    text-decoration: none;
    transition: color 180ms ease, opacity 180ms ease;
}

.home2-nav a:hover,
.home2-footer-links a:hover,
.home2-case-links a:hover,
.home2-track-card a:hover {
    color: #ffffff;
}

.home2-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 32px;
    align-items: stretch;
    padding: 44px 0 36px;
}

.home2-hero-copy,
.home2-dossier,
.home2-trackband,
.home2-case-card,
.home2-editorial-panel,
.home2-closing-panel,
.home2-footer,
.home2-track-card {
    backdrop-filter: blur(18px);
}

.home2-kicker,
.home2-section-tag,
.home2-card-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 241, 232, 0.16);
    color: #f3c38f;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.76rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home2-hero-copy h1,
.home2-trackband h2,
.home2-section-heading h2,
.home2-editorial-copy h2,
.home2-closing-panel h2 {
    margin: 18px 0 0;
    font-family: 'Instrument Serif', serif;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: #fff8ef;
}

.home2-hero-copy h1 {
    font-size: clamp(3.4rem, 7vw, 6.6rem);
    max-width: 12ch;
}

.home2-lead,
.home2-trackband-header p,
.home2-editorial-copy p,
.home2-dossier-card p,
.home2-case-card p,
.home2-closing-panel p,
.home2-footer p {
    color: #c9c1b2;
    line-height: 1.65;
    font-size: 1.04rem;
}

.home2-lead {
    max-width: 62ch;
    margin-top: 24px;
}

.home2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.home2-actions-tight {
    margin-top: 24px;
}

.home2-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home2-button:hover {
    transform: translateY(-1px);
}

.home2-button-primary {
    background: linear-gradient(135deg, #f2c072 0%, #d67b47 100%);
    color: #111615;
    box-shadow: 0 14px 40px rgba(214, 123, 71, 0.24);
}

.home2-button-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: #f7f1e7;
    border-color: rgba(247, 241, 231, 0.14);
}

.home2-microproof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.home2-microproof span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ddd5c8;
    font-size: 0.92rem;
}

.home2-dossier {
    display: grid;
    gap: 16px;
}

.home2-dossier-card,
.home2-trackband,
.home2-case-card,
.home2-editorial-panel,
.home2-closing-panel,
.home2-track-card,
.home2-footer {
    border: 1px solid rgba(247, 241, 231, 0.08);
    background: rgba(14, 18, 18, 0.62);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.home2-dossier-card {
    border-radius: 28px;
    padding: 24px;
}

.home2-dossier-primary {
    min-height: 260px;
    background:
        radial-gradient(circle at top right, rgba(242, 192, 114, 0.18), transparent 34%),
        rgba(14, 18, 18, 0.72);
}

.home2-dossier-primary h2 {
    margin: 16px 0 12px;
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    font-family: 'Instrument Serif', serif;
    font-weight: 400;
    line-height: 1.02;
}

.home2-signal-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home2-signal-strip div {
    padding: 18px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(247, 241, 231, 0.08);
}

.home2-signal-strip strong,
.home2-editorial-row strong {
    display: block;
    font-size: 1rem;
    color: #fff3e2;
}

.home2-signal-strip span,
.home2-editorial-row span {
    display: block;
    margin-top: 6px;
    color: #bcb2a3;
    font-size: 0.92rem;
}

.home2-trackband,
.home2-cases,
.home2-editorial,
.home2-closing {
    padding: 32px 0 0;
}

.home2-trackband,
.home2-closing-panel,
.home2-footer {
    border-radius: 32px;
}

.home2-trackband {
    padding: 28px;
}

.home2-trackband-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 22px;
}

.home2-trackband h2,
.home2-section-heading h2,
.home2-editorial-copy h2,
.home2-closing-panel h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.home2-track-grid,
.home2-cases-grid {
    display: grid;
    gap: 18px;
}

.home2-track-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home2-track-card,
.home2-case-card {
    border-radius: 24px;
    padding: 22px;
}

.home2-track-index {
    font-size: 0.78rem;
    color: #f3c38f;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home2-track-card h3,
.home2-case-card h3 {
    margin: 18px 0 10px;
    font-size: 1.55rem;
    color: #fff5ea;
}

.home2-track-card p,
.home2-case-card p {
    min-height: 84px;
}

.home2-section-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.home2-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home2-case-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
}

.home2-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 18px;
    align-items: start;
}

.home2-editorial-panel {
    border-radius: 28px;
    padding: 16px;
}

.home2-editorial-row {
    padding: 18px 10px;
    border-bottom: 1px solid rgba(247, 241, 231, 0.08);
}

.home2-editorial-row:last-child {
    border-bottom: 0;
}

.home2-closing-panel {
    padding: 28px;
    background:
        radial-gradient(circle at right top, rgba(126, 164, 146, 0.22), transparent 34%),
        rgba(14, 18, 18, 0.72);
}

.home2-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 120px;
    padding: 24px 28px;
}

.home2-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 18px;
    align-content: start;
}

.home2-cookie {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 30;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 24px;
    border: 1px solid rgba(247, 241, 231, 0.12);
    background: rgba(10, 12, 12, 0.92);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.home2-cookie p {
    margin: 6px 0 0;
    color: #c9c1b2;
}

.home2-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 980px) {
    .home2-hero,
    .home2-editorial,
    .home2-track-grid,
    .home2-cases-grid {
        grid-template-columns: 1fr;
    }

    .home2-track-card p,
    .home2-case-card p {
        min-height: 0;
    }

    .home2-signal-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .home2-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .home2-nav {
        gap: 12px;
    }

    .home2-hero {
        padding-top: 24px;
    }

    .home2-hero-copy h1 {
        max-width: 100%;
    }

    .home2-trackband,
    .home2-dossier-card,
    .home2-track-card,
    .home2-case-card,
    .home2-editorial-panel,
    .home2-closing-panel,
    .home2-footer {
        border-radius: 24px;
    }
}

.home3-body {
    margin: 0;
    min-height: 100vh;
    color: #10202b;
    background:
        radial-gradient(circle at top left, rgba(87, 197, 181, 0.18), transparent 28%),
        linear-gradient(180deg, #f5fbfb 0%, #edf5f8 44%, #f8f8f3 100%);
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow-x: hidden;
}

.home3-body * {
    box-sizing: border-box;
}

.home3-noise {
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 32, 43, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 32, 43, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 84%);
    pointer-events: none;
}

.home3-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home3-topbar,
.home4-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0 18px;
}

.home3-brand,
.home4-brand {
    text-decoration: none;
    color: inherit;
}

.home3-brand {
    font-family: 'Newsreader', serif;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    font-weight: 600;
    letter-spacing: -0.03em;
}

.home3-brand-small,
.home4-brand-small {
    font-size: 1.65rem;
    margin-bottom: 8px;
}

.home3-nav,
.home4-nav,
.home3-footer-links,
.home4-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.home3-nav a,
.home3-footer-links a,
.home3-flow-card a,
.home3-scenario-card a,
.home4-nav a,
.home4-footer-links a,
.home4-route-card a {
    color: inherit;
    text-decoration: none;
    transition: opacity 180ms ease, color 180ms ease;
}

.home3-nav a:hover,
.home3-footer-links a:hover,
.home3-flow-card a:hover,
.home3-scenario-card a:hover,
.home4-nav a:hover,
.home4-footer-links a:hover,
.home4-route-card a:hover {
    opacity: 0.75;
}

.home3-kicker,
.home3-section-tag,
.home4-kicker,
.home4-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 0.76rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home3-kicker,
.home3-section-tag {
    color: #0d6d77;
    border: 1px solid rgba(13, 109, 119, 0.18);
    background: rgba(255, 255, 255, 0.72);
}

.home3-button,
.home4-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home3-button:hover,
.home4-button:hover {
    transform: translateY(-1px);
}

.home3-button-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0d6d77 0%, #164b69 100%);
    box-shadow: 0 18px 48px rgba(22, 75, 105, 0.22);
}

.home3-button-secondary {
    color: #133748;
    border-color: rgba(19, 55, 72, 0.14);
    background: rgba(255, 255, 255, 0.74);
}

.home3-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 28px;
    align-items: stretch;
    padding: 34px 0 0;
}

.home3-copy,
.home3-console,
.home3-flow-card,
.home3-scenario-card,
.home3-rationale-panel,
.home3-close-panel,
.home3-footer {
    border: 1px solid rgba(14, 59, 82, 0.1);
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 70px rgba(24, 53, 73, 0.08);
}

.home3-copy {
    padding: 18px 0 18px;
}

.home3-copy h1,
.home3-section-head h2,
.home3-rationale-copy h2,
.home3-close-panel h2 {
    margin: 18px 0 0;
    font-family: 'Newsreader', serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 0.96;
}

.home3-copy h1 {
    font-size: clamp(3.4rem, 7vw, 6.4rem);
    max-width: 11ch;
}

.home3-lead,
.home3-flow-card p,
.home3-scenario-card p,
.home3-rationale-copy p,
.home3-close-panel p,
.home3-footer p {
    color: #425866;
    line-height: 1.68;
    font-size: 1.02rem;
}

.home3-lead {
    max-width: 64ch;
    margin-top: 24px;
}

.home3-actions,
.home4-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.home3-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home3-proof span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(13, 109, 119, 0.08);
    color: #18506b;
    font-size: 0.92rem;
}

.home3-console {
    border-radius: 30px;
    padding: 24px;
}

.home3-console-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.home3-console-header span,
.home3-console-card span,
.home3-rationale-row span {
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5f7b8b;
}

.home3-console-header strong,
.home3-console-card strong,
.home3-rationale-row strong {
    color: #10202b;
}

.home3-console-grid,
.home3-flow-grid,
.home3-scenarios-grid,
.home4-routes-grid,
.home4-matrix-grid,
.home4-atlas-grid {
    display: grid;
    gap: 16px;
}

.home3-console-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home3-console-card {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(13, 109, 119, 0.06), rgba(22, 75, 105, 0.02));
    border: 1px solid rgba(22, 75, 105, 0.08);
}

.home3-scoreboard {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.home3-scoreboard div {
    padding: 18px 16px;
    border-radius: 20px;
    background: #f2f8fa;
    border: 1px solid rgba(16, 32, 43, 0.06);
}

.home3-scoreboard span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #103a4b;
    color: #ffffff;
    font-weight: 800;
}

.home3-scoreboard p {
    margin: 12px 0 0;
    color: #2f4755;
    line-height: 1.5;
}

.home3-flow,
.home3-scenarios,
.home3-rationale,
.home3-close,
.home4-routes,
.home4-editorial,
.home4-matrix,
.home4-close {
    padding-top: 32px;
}

.home3-section-head,
.home4-section-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.home3-section-head h2,
.home3-rationale-copy h2,
.home3-close-panel h2 {
    font-size: clamp(2.25rem, 4vw, 4.25rem);
}

.home3-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home3-flow-card,
.home3-scenario-card {
    border-radius: 26px;
    padding: 24px;
}

.home3-flow-index {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0d6d77;
}

.home3-flow-card h3,
.home3-scenario-card h3,
.home4-route-card h3,
.home4-matrix-card h3 {
    margin: 16px 0 10px;
    font-size: 1.45rem;
}

.home3-scenarios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home3-rationale {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 18px;
    align-items: start;
}

.home3-rationale-panel,
.home3-close-panel,
.home3-footer {
    border-radius: 30px;
}

.home3-rationale-panel {
    padding: 18px;
}

.home3-rationale-row {
    padding: 18px 10px;
    border-bottom: 1px solid rgba(16, 32, 43, 0.08);
}

.home3-rationale-row:last-child {
    border-bottom: 0;
}

.home3-close-panel {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(87, 197, 181, 0.16), transparent 30%),
        rgba(255, 255, 255, 0.82);
}

.home3-footer,
.home4-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 120px;
    padding: 24px 28px;
}

.home3-cookie,
.home4-cookie {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 30;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.home3-cookie {
    color: #132533;
    border: 1px solid rgba(13, 109, 119, 0.14);
    background: rgba(245, 251, 251, 0.96);
}

.home3-cookie p,
.home4-cookie p {
    margin: 6px 0 0;
}

.home3-cookie-actions,
.home4-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home4-body {
    margin: 0;
    min-height: 100vh;
    color: #1e2c23;
    background: linear-gradient(180deg, #f7efe1 0%, #f5f0e8 48%, #f0eadf 100%);
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow-x: hidden;
}

.home4-body * {
    box-sizing: border-box;
}

.home4-orb {
    position: fixed;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.72;
    pointer-events: none;
}

.home4-orb-one {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -120px;
    background: rgba(200, 112, 73, 0.18);
}

.home4-orb-two {
    width: 420px;
    height: 420px;
    left: -180px;
    top: 420px;
    background: rgba(94, 129, 98, 0.16);
}

.home4-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home4-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 600;
    letter-spacing: -0.04em;
}

.home4-kicker,
.home4-section-tag {
    color: #8d4f31;
    border: 1px solid rgba(141, 79, 49, 0.14);
    background: rgba(255, 250, 244, 0.72);
}

.home4-button-primary {
    color: #fffaf5;
    background: linear-gradient(135deg, #8d4f31 0%, #6e7551 100%);
    box-shadow: 0 18px 48px rgba(141, 79, 49, 0.18);
}

.home4-button-secondary {
    color: #304536;
    border-color: rgba(48, 69, 54, 0.14);
    background: rgba(255, 250, 244, 0.7);
}

.home4-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
    gap: 28px;
    align-items: stretch;
    padding: 38px 0 0;
}

.home4-copy h1,
.home4-section-head h2,
.home4-story h2,
.home4-close-panel h2 {
    margin: 18px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.home4-copy h1 {
    font-size: clamp(3.5rem, 7vw, 6.8rem);
    max-width: 11ch;
}

.home4-lead,
.home4-route-card p,
.home4-story p,
.home4-matrix-card p,
.home4-close-panel p,
.home4-footer p {
    color: #5b5c51;
    line-height: 1.68;
    font-size: 1.03rem;
}

.home4-lead {
    max-width: 64ch;
    margin-top: 24px;
}

.home4-atlas,
.home4-route-card,
.home4-column-card,
.home4-matrix-card,
.home4-close-panel,
.home4-footer {
    border: 1px solid rgba(62, 70, 53, 0.08);
    background: rgba(255, 250, 244, 0.76);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 70px rgba(63, 54, 40, 0.08);
}

.home4-atlas {
    border-radius: 34px;
    padding: 22px;
}

.home4-atlas-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(141, 79, 49, 0.08);
}

.home4-atlas-card span,
.home4-column-card span {
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8d4f31;
}

.home4-atlas-card strong,
.home4-column-card strong {
    display: block;
    margin-top: 8px;
}

.home4-atlas-card-featured {
    margin-bottom: 16px;
    background:
        radial-gradient(circle at top right, rgba(141, 79, 49, 0.14), transparent 36%),
        rgba(255, 250, 244, 0.82);
}

.home4-routes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home4-route-card,
.home4-matrix-card,
.home4-column-card {
    border-radius: 28px;
    padding: 24px;
}

.home4-route-card a {
    color: #304536;
}

.home4-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 18px;
    align-items: start;
}

.home4-section-head h2,
.home4-story h2,
.home4-close-panel h2 {
    font-size: clamp(2.4rem, 4vw, 4.5rem);
}

.home4-columns {
    display: grid;
    gap: 16px;
}

.home4-matrix-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home4-close-panel,
.home4-footer {
    border-radius: 34px;
}

.home4-close-panel {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(94, 129, 98, 0.18), transparent 34%),
        rgba(255, 250, 244, 0.88);
}

.home4-cookie {
    color: #223124;
    border: 1px solid rgba(94, 129, 98, 0.16);
    background: rgba(255, 249, 242, 0.96);
}

@media (max-width: 980px) {
    .home3-hero,
    .home3-flow-grid,
    .home3-scenarios-grid,
    .home3-rationale,
    .home4-hero,
    .home4-routes-grid,
    .home4-editorial,
    .home4-matrix-grid {
        grid-template-columns: 1fr;
    }

    .home3-console-grid,
    .home3-scoreboard,
    .home4-atlas-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .home3-topbar,
    .home4-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .home3-hero,
    .home4-hero {
        padding-top: 24px;
    }

    .home3-copy h1,
    .home4-copy h1 {
        max-width: 100%;
    }

    .home3-console,
    .home3-flow-card,
    .home3-scenario-card,
    .home3-rationale-panel,
    .home3-close-panel,
    .home3-footer,
    .home4-atlas,
    .home4-route-card,
    .home4-column-card,
    .home4-matrix-card,
    .home4-close-panel,
    .home4-footer {
        border-radius: 24px;
    }
}

.home5-body {
    margin: 0;
    min-height: 100vh;
    color: #ece7dc;
    background:
        radial-gradient(circle at top right, rgba(204, 151, 112, 0.1), transparent 24%),
        linear-gradient(180deg, #111514 0%, #151918 48%, #191d1d 100%);
    font-family: 'Space Grotesk', sans-serif;
}

.home5-body * {
    box-sizing: border-box;
}

.home5-shell {
    width: min(1040px, calc(100% - 32px));
    margin: 0 auto;
}

.home5-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(12, 15, 15, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home5-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
}

.home5-brand {
    font-family: 'Instrument Serif', serif;
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    color: #f7f1e7;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.home5-brand-small {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.home5-nav,
.home5-footer-links,
.home5-cases-grid,
.home5-proof,
.home5-actions,
.home5-cookie-actions {
    display: flex;
    flex-wrap: wrap;
}

.home5-nav,
.home5-footer-links {
    gap: 14px 18px;
}

.home5-nav a,
.home5-footer-links a,
.home5-case-card a,
.home5-inline-link {
    color: #d7d0c3;
    text-decoration: none;
    transition: color 180ms ease, opacity 180ms ease;
}

.home5-nav a:hover,
.home5-footer-links a:hover,
.home5-case-card a:hover,
.home5-inline-link:hover {
    color: #ffffff;
}

.home5-main {
    padding-top: 110px;
}

.home5-hero,
.home5-proof,
.home5-grid,
.home5-cases,
.home5-closing {
    padding-top: 32px;
}

.home5-kicker,
.home5-section-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(247, 241, 231, 0.12);
    color: #e4bc89;
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home5-hero h1,
.home5-panel h2,
.home5-section-heading h2 {
    margin: 18px 0 0;
    font-family: 'Instrument Serif', serif;
    font-weight: 400;
    line-height: 0.97;
    letter-spacing: -0.04em;
    color: #fff8ef;
}

.home5-hero h1 {
    font-size: clamp(3.4rem, 7vw, 6rem);
    max-width: 11ch;
}

.home5-lead,
.home5-panel p,
.home5-case-card p,
.home5-footer p {
    color: #c7c0b3;
    line-height: 1.7;
    font-size: 1rem;
}

.home5-lead {
    max-width: 58ch;
    margin-top: 22px;
}

.home5-actions,
.home5-cookie-actions {
    gap: 12px;
}

.home5-actions {
    margin-top: 28px;
}

.home5-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
    cursor: pointer;
}

.home5-button:hover {
    transform: translateY(-1px);
}

.home5-button-primary {
    background: #f0c27a;
    color: #151817;
}

.home5-button-secondary {
    background: transparent;
    color: #f7f1e7;
    border-color: rgba(247, 241, 231, 0.14);
}

.home5-proof {
    gap: 14px;
}

.home5-proof-item,
.home5-panel,
.home5-case-card,
.home5-footer,
.home5-cookie {
    border: 1px solid rgba(247, 241, 231, 0.08);
    background: rgba(18, 22, 22, 0.74);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.home5-proof-item,
.home5-case-card {
    flex: 1 1 220px;
}

.home5-proof-item {
    padding: 18px 20px;
    border-radius: 24px;
}

.home5-proof-item span {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e4bc89;
}

.home5-proof-item strong {
    display: block;
    margin-top: 8px;
    color: #f8f1e6;
    line-height: 1.5;
}

.home5-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 18px;
    align-items: start;
}

.home5-panel {
    border-radius: 28px;
    padding: 24px;
}

.home5-panel-quiet {
    background:
        radial-gradient(circle at top right, rgba(240, 194, 122, 0.1), transparent 34%),
        rgba(18, 22, 22, 0.82);
}

.home5-list {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.home5-list-row {
    padding-top: 16px;
    border-top: 1px solid rgba(247, 241, 231, 0.08);
}

.home5-list-row:first-child {
    padding-top: 0;
    border-top: 0;
}

.home5-list-row strong {
    display: block;
    color: #fff5ea;
    margin-bottom: 6px;
}

.home5-inline-link {
    display: inline-flex;
    margin-top: 18px;
}

.home5-section-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.home5-section-heading h2,
.home5-closing-panel h2 {
    font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.home5-cases-grid {
    gap: 16px;
}

.home5-case-card {
    border-radius: 24px;
    padding: 22px;
}

.home5-case-card h3 {
    margin: 0 0 10px;
    color: #fff5ea;
    font-size: 1.35rem;
}

.home5-footer {
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 120px;
    padding: 24px 28px;
    border-radius: 28px;
}

.home5-cookie {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 24px;
    pointer-events: auto;
}

.home5-cookie p {
    margin: 6px 0 0;
    color: #c7c0b3;
}

@media (max-width: 900px) {
    .home5-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .home5-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .home5-main {
        padding-top: 132px;
    }

    .home5-hero h1 {
        max-width: 100%;
    }

    .home5-panel,
    .home5-proof-item,
    .home5-case-card,
    .home5-footer {
        border-radius: 24px;
    }
}
