/* ============================
   FRONT PAGE — FLAT REDESIGN
   ============================ */
body.home,
body.post-type-archive-board_game,
body.single-board_game,
body.post-type-archive-aomel_event,
body.single-aomel_event,
body.post-type-archive-aomel_news,
body.single-aomel_news,
body.post-type-archive-aomel_column,
body.single-aomel_column,
body.post-type-archive-aomel_match_request,
body.post-type-archive-aomel_supporter,
body.page-template-page-reservation,
body.error404 {
    --flat-red: #D13F2D;
    --flat-red-dark: #A92E21;
    --flat-blue: #226FA8;
    --flat-blue-dark: #18537F;
    --flat-yellow: #F4B73E;
    --flat-yellow-pale: #FFF3CE;
    --flat-green: #247C58;
    --flat-green-dark: #1D6849;
    --flat-green-pale: #E4F4EC;
    --flat-blue-pale: #E8F3FA;
    --flat-red-pale: #FCEAE7;
    --flat-ink: #303840;
    --flat-muted: #535353;
    --flat-line: #242424;
    background: #fff;
    color: var(--flat-ink);
}

.home .site-header {
    background: #fff;
    backdrop-filter: none;
    border-bottom: 1px solid var(--color-border);
}

.home .site-logo {
    color: var(--flat-ink);
    position: relative;
}

.home .site-logo::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: -12px;
    top: 6px;
    background: var(--flat-blue);
    border-radius: 2px;
}

.home .site-nav a {
    color: #3E3E3E;
    font-weight: 700;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.home .site-nav a:hover {
    color: var(--flat-green-dark);
    text-decoration: underline;
}

.home .btn {
    border-radius: 8px;
    transition: background-color 0.18s, color 0.18s, border-color 0.18s;
}

.home .btn-primary {
    color: #fff;
    background: var(--flat-green);
    border: 2px solid var(--flat-green);
    box-shadow: none;
}

.home .btn-primary:hover {
    color: #fff;
    background: var(--flat-green-dark);
    border-color: var(--flat-green-dark);
    box-shadow: none;
    transform: none;
}

.home .btn-outline {
    color: var(--flat-green-dark);
    background: #fff;
    border: 2px solid var(--flat-green-dark);
}

.home .btn-outline:hover {
    color: #fff;
    background: var(--flat-green-dark);
    border-color: var(--flat-green-dark);
    box-shadow: none;
    transform: none;
}

.home .btn:focus-visible,
.home .feature-link:focus-visible,
.home .site-logo:focus-visible,
.home .site-nav a:focus-visible,
.home .nav-toggle:focus-visible,
.home .event-card:focus-visible,
.home .news-card-link:focus-visible {
    outline: 3px solid var(--flat-blue);
    outline-offset: 4px;
}

.home .hero {
    min-height: 680px;
    padding-top: 64px;
    background: #fff;
    border-bottom: 0;
}

.home .hero-bg {
    display: none;
}

.home .hero-layout {
    width: min(calc(100% - 4rem), var(--max-w));
    margin: 0 auto;
    padding: 5rem 0 6rem;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
    position: relative;
    z-index: 2;
}

.home .hero-content {
    padding: 0;
    margin: 0;
    max-width: 650px;
}

.home .hero-eyebrow {
    color: #fff;
    background: var(--flat-blue-dark);
    border-radius: 4px;
    padding: 0.42rem 0.8rem;
    margin-bottom: 1.75rem;
    font-weight: 700;
}

.home .hero-title {
    color: var(--flat-ink);
    font-size: clamp(2.1rem, 3.5vw, 3rem);
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}

.home .hero-title-line {
    display: block;
    color: var(--flat-ink);
    white-space: nowrap;
    word-break: keep-all;
    line-break: strict;
}

.home .hero-sub {
    color: var(--flat-muted);
    font-size: 1rem;
    margin-bottom: 2.2rem;
}

.home .hero-visual {
    min-width: 0;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
}

.home .hero-photo {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: inherit;
}

.home .hero-placeholder {
    object-fit: contain;
    background: var(--flat-blue-pale);
}

@media (min-width: 769px) {
    .home .hero-cta {
        width: min(100%, 400px);
        flex-wrap: nowrap;
    }

    .home .hero-cta .btn {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }
}

.home .hero-board {
    width: min(100%, 440px);
    aspect-ratio: 1;
    position: relative;
    background: #fff;
    border: 4px solid var(--flat-line);
    border-radius: 32px 8px 32px 8px;
    z-index: 1;
}

.home .hero-board::before,
.home .hero-board::after {
    content: "";
    position: absolute;
    background: var(--flat-blue);
    border: 3px solid var(--flat-line);
}

.home .hero-board::before {
    width: 58px;
    height: 58px;
    right: -20px;
    top: 48px;
    border-radius: 50%;
}

.home .hero-board::after {
    width: 44px;
    height: 44px;
    left: -18px;
    bottom: 52px;
    border-radius: 6px;
    transform: rotate(12deg);
    background: var(--flat-green);
}

.home .hero-card {
    position: absolute;
    width: 112px;
    height: 148px;
    border: 3px solid var(--flat-line);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-content: flex-start;
}

.home .hero-card span {
    width: 18px;
    height: 18px;
    border: 2px solid var(--flat-line);
    border-radius: 50%;
    background: #fff;
}

.home .hero-card-red {
    top: 42px;
    left: 40px;
    background: var(--flat-blue-dark);
    transform: rotate(-7deg);
}

.home .hero-card-blue {
    right: 45px;
    bottom: 40px;
    background: var(--flat-green);
    transform: rotate(6deg);
}

.home .hero-die {
    position: absolute;
    width: 104px;
    height: 104px;
    right: 55px;
    top: 55px;
    background: #fff;
    border: 4px solid var(--flat-line);
    border-radius: 18px 6px 18px 6px;
}

.home .hero-die i {
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    background: var(--flat-blue-dark);
}

.home .hero-die i:nth-child(1) { top: 17px; left: 17px; }
.home .hero-die i:nth-child(2) { top: 17px; right: 17px; }
.home .hero-die i:nth-child(3) { top: 43px; left: 43px; }
.home .hero-die i:nth-child(4) { bottom: 17px; left: 17px; }
.home .hero-die i:nth-child(5) { right: 17px; bottom: 17px; }

.home .hero-pawn {
    position: absolute;
    width: 48px;
    height: 64px;
    border: 3px solid var(--flat-line);
    border-radius: 50% 50% 10px 10px;
}

.home .hero-pawn::before {
    content: "";
    width: 36px;
    height: 36px;
    border: 3px solid var(--flat-line);
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: -22px;
    background: inherit;
}

.home .hero-pawn-green {
    left: 174px;
    bottom: 54px;
    background: var(--flat-blue);
}

.home .hero-pawn-yellow {
    left: 205px;
    top: 142px;
    background: var(--flat-green);
    transform: scale(0.8);
}

.home .hero-path {
    position: absolute;
    left: 62px;
    bottom: 28px;
    display: flex;
    gap: 8px;
}

.home .hero-path b {
    width: 24px;
    height: 24px;
    border: 2px solid var(--flat-line);
    background: var(--flat-blue-pale);
}

.home .hero-scroll {
    display: none;
}

.home .section {
    padding: 0 0 4.5rem;
    background: #fff;
}

.home #features,
.home #game-ranking,
.home #recent-games,
.home #match-requests,
.home #events,
.home #schedule,
.home #sponsors,
.home #column,
.home #news,
.home #access {
    background: #fff;
    border-bottom: 0;
}

.home #hours {
    background: #fff;
    border-bottom: 0;
}

.home #contact {
    background: var(--flat-blue-pale);
    border-top: 1px solid #D8D8D8;
    padding: 5rem 0;
}

.home #contact > .container {
    max-width: 1160px;
    text-align: center;
}

.home .section-label {
    color: var(--flat-blue-dark);
    margin-bottom: 0.6rem;
}

.home .section-title {
    color: var(--flat-ink);
    margin-bottom: 3.25rem;
}

.home .section-title::after {
    left: 0;
    right: auto;
    bottom: -0.55rem;
    z-index: 0;
    width: 72px;
    height: 6px;
    border-radius: 0;
    background: var(--flat-blue);
}

.home .game-ranking-tab-list {
    margin-top: -0.75rem;
}

.home .recent-games-heading .section-title {
    margin-bottom: 0.65rem;
}

.home .features-grid,
.home .hours-grid,
.home .game-ranking-grid,
.home .match-request-grid,
.home .events-grid,
.home .sponsor-grid {
    gap: 1.75rem;
}

.home .feature-card,
.home .hours-card,
.home .game-ranking-card,
.home .match-request-card,
.home .event-card,
.home .news-card,
.home .empty-state-warm {
    background: #fff;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
    transform: none;
    position: relative;
}

.home .feature-card {
    border-radius: 8px;
    border-width: 1px;
}

.home .feature-card::before {
    display: none;
}

.home .feature-card h3 {
    position: relative;
    color: var(--flat-blue-dark);
}

.home .feature-card h3::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1em;
    margin-right: 0.55rem;
    background: var(--flat-blue);
    border-radius: 2px;
    vertical-align: -0.08em;
}

.home .feature-card:hover,
.home .hours-card:hover,
.home .game-ranking-card:hover,
.home .match-request-card:hover,
.home .event-card:hover,
.home .news-card:hover {
    box-shadow: var(--shadow-soft);
    transform: none;
}

.home .game-ranking-link {
    position: relative;
}

.home .game-ranking-card {
    background: #f2f2f2;
}

.home .game-ranking-card h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0.6rem 1rem 0.7rem;
    color: #fff;
    background: linear-gradient(to bottom, rgba(10, 20, 27, 0), rgba(10, 20, 27, 0.88) 55%, rgba(10, 20, 27, 0.96));
    font-size: clamp(0.82rem, 1.2vw, 0.95rem);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    white-space: nowrap;
}

.home .feature-card:hover {
    border-color: var(--color-border);
}

.home .hours-card:hover {
    border-color: var(--color-border);
}

.home .game-ranking-card:hover,
.home .match-request-card:hover,
.home .event-card:hover {
    border-color: var(--flat-green-dark);
}

.home .news-card:hover {
    border-color: var(--flat-blue-dark);
}

.home .feature-photo {
    margin: 0 0 1.5rem;
    background: #fff;
    border-bottom: 1px solid var(--color-border);
}

.home .feature-photo img {
    filter: saturate(0.9) contrast(1.05);
    transition: none;
}

.home .feature-card:hover .feature-photo img {
    transform: none;
}

.home .feature-card p,
.home .card-desc,
.home .event-desc,
.home .news-card-body p {
    color: var(--flat-muted);
}

.home .feature-link {
    color: var(--flat-green-dark);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.home .feature-link:hover {
    color: var(--flat-green);
}

.home .hours-card {
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 2rem;
}

.home .hours-card.highlight {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 8px;
}

.home .hours-card-icon {
    width: 48px;
    height: 48px;
    color: var(--flat-ink);
}

.home .hours-card:nth-child(2) .hours-card-icon { color: var(--flat-ink); }
.home .hours-card:nth-child(3) .hours-card-icon { color: var(--flat-ink); }

.home .hours-card-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home .hours-card-icon svg circle {
    fill: currentColor;
    stroke: none;
}

.home .hours-card-icon svg > circle:first-child,
.home .hours-card-icon svg > rect {
    fill: none;
    stroke: currentColor;
}

.home .hours-table td,
.home .price-item,
.home .price-table th,
.home .price-table td {
    border-bottom: 2px solid #D4D4D4;
}

.home .price-value,
.home .price-table td:not(:first-child) {
    color: var(--flat-green-dark);
}

.home .event-card {
    border-radius: 8px;
    border: 1px solid var(--color-border);
}

.home .event-day {
    color: var(--flat-green-dark);
    text-shadow: none;
}

.home .event-month,
.home .event-time {
    color: var(--flat-green-dark);
}

.home .event-tag,
.home .event-tag-status {
    color: #164E38;
    background: #CBEADB;
    border: 1px solid #164E38;
    border-radius: 4px;
}

.home .game-ranking-image {
    background: #f2f2f2;
}

.home .game-ranking-image .board-game-thumb-placeholder {
    display: grid;
    place-items: center;
    background: #f2f2f2;
    color: var(--flat-muted);
    object-fit: initial;
}

.home .sponsor-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.home .aomel-sponsor-logo-link {
    width: 132px;
    height: 132px;
    box-shadow: var(--shadow-soft);
}

.home .sponsor-logo-placeholder {
    color: var(--flat-green-dark);
}

.home .sponsor-name {
    color: var(--flat-muted);
}

.home .news-card {
    border-radius: 10px;
    border: 1px solid var(--color-border);
}

.home .news-grid-home {
    gap: 1.5rem;
}

.home .news-grid-home .news-thumb {
    aspect-ratio: 16 / 9;
}

.home .news-thumb {
    background: #f2f2f2;
    border-bottom: 2px solid var(--color-border);
}

.home .news-thumb-placeholder {
    background: #f2f2f2;
    color: var(--flat-muted);
    place-items: center;
    padding: 0;
    letter-spacing: 0.12em;
}

.home .news-card-body {
    padding: 1.25rem;
}

.home .news-card-body time {
    display: block;
    margin: 0.45rem 0 0.3rem;
    color: var(--flat-muted);
    font-size: 0.72rem;
    letter-spacing: normal;
}

.home .news-card-body h3 {
    margin-bottom: 0.55rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.home .news-card-body p {
    font-size: 0.82rem;
    line-height: 1.7;
}

.home .empty-state-warm {
    border-radius: 8px;
}

.home .column-card:hover {
    border-color: var(--flat-blue-dark);
    transform: none;
}

.home .column-thumb,
.home .column-thumb-placeholder {
    background: #f2f2f2;
}

.home .column-thumb-placeholder {
    color: var(--flat-muted);
}

.home .schedule-section,
.home .schedule-day.is-blank {
    background: #fff;
}

.home .legend-closed {
    background: var(--flat-muted);
}

.home .schedule-weekdays span:first-child {
    color: var(--flat-green-dark);
}

.home .schedule-weekdays span:last-child {
    color: var(--flat-blue-dark);
}

.home .schedule-day.is-closed {
    background: #f2f2f2;
}

.home .schedule-day.is-today {
    box-shadow: inset 0 0 0 2px var(--flat-blue);
}

.home .is-closed .schedule-status {
    color: var(--flat-muted);
    background: #e5e5e5;
}

.home .access-grid {
    gap: 2rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
}

.home .access-info {
    padding: 0;
}

.home .access-item dt {
    color: var(--flat-green-dark);
}

.home .access-item a {
    color: var(--flat-ink);
    text-underline-offset: 3px;
}

.home .access-pending {
    color: var(--flat-muted);
}

.home .access-map {
    overflow: hidden;
    border: 0;
    border-radius: 6px;
}

.home .access-map iframe {
    border-radius: 0;
    box-shadow: none;
}

.home .access-map-placeholder {
    min-height: 400px;
    display: grid;
    place-content: center;
    gap: 0.5rem;
    padding: 2rem;
    text-align: center;
    color: var(--flat-blue-dark);
    background: var(--flat-blue-pale);
}

.home .access-map-placeholder span {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.home .contact-panel {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.home .contact-lead {
    margin: -2rem auto 2rem;
    color: var(--flat-muted);
    text-align: center;
}

.home .contact-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home .contact-option {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
}

.home .contact-option-number {
    color: var(--flat-green-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.home .contact-option h3 {
    margin: .4rem 0 .6rem;
    color: var(--flat-ink);
    font-family: var(--font-display);
    font-size: 1.2rem;
}

.home .contact-option p {
    margin: 0 0 1.25rem;
    color: var(--flat-muted);
    font-size: .82rem;
    line-height: 1.8;
}

.home .contact-option .btn {
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    padding: 0.8rem 1.5rem;
    border-width: 2px;
    border-radius: 8px;
    transition: color 0.18s, background-color 0.18s, border-color 0.18s, filter 0.18s, transform 0.18s;
}

.home .contact-option .btn-primary {
    color: #fff;
    background: var(--flat-green-dark);
    border-color: var(--flat-green-dark);
}

.home .contact-option .btn-primary:not(.is-disabled):hover {
    color: #fff;
    background: var(--flat-green-dark);
    border-color: var(--flat-green-dark);
    filter: brightness(0.88);
    transform: translateY(-2px);
}

.home .contact-option .btn-outline {
    color: var(--flat-green-dark);
    background: transparent;
    border-color: var(--flat-green-dark);
}

.home .contact-option .btn-outline:not(.is-disabled):hover {
    color: var(--flat-green-dark);
    background: var(--flat-green-pale);
    border-color: var(--flat-green-dark);
    transform: translateY(-2px);
}

.home .contact-option .is-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.home .contact-option .btn-primary.is-disabled {
    color: #fff;
    background: var(--flat-green-dark);
    border-color: var(--flat-green-dark);
    opacity: 1;
}

.home .contact-phone-number { margin-left: .45rem; font-size: .78rem; }

.home .contact-form {
    margin-top: 2rem;
}

.home .contact-intro h3 {
    color: var(--flat-blue-dark);
    font-family: var(--font-display);
    margin-bottom: 0.75rem;
}

.home .contact-intro p,
.home .contact-pending {
    color: var(--flat-muted);
}

.home .contact-form input:not([type="submit"]),
.home .contact-form textarea,
.home .contact-form select {
    width: 100%;
    padding: 0.75rem;
    font: inherit;
    color: var(--flat-ink);
    background: #fff;
    border: 2px solid var(--flat-line);
    border-radius: 6px;
}

.home .contact-form input:focus-visible,
.home .contact-form textarea:focus-visible,
.home .contact-form select:focus-visible {
    outline: 3px solid var(--flat-blue);
    outline-offset: 2px;
}

.home .site-footer {
    background: var(--flat-ink);
    border-top: 0;
}

@media (max-width: 960px) {
    .home .site-nav {
        background: #fff;
        border: 3px solid var(--flat-line);
        border-radius: 0 0 8px 8px;
        box-shadow: none;
    }

    .home .hero {
        min-height: auto;
    }

    .home .hero-layout {
        grid-template-columns: 1fr;
        padding-top: 4rem;
    }

    .home .hero-content {
        max-width: 720px;
    }

    .home .hero-board {
        width: min(82vw, 390px);
    }
}

@media (max-width: 768px) {
    .home .section {
        padding: 0 0 3rem;
    }

    .home .section-title {
        margin-bottom: 2.5rem;
    }

    .home .features-grid,
    .home .hours-grid,
    .home .game-ranking-grid,
    .home .match-request-grid,
    .home .events-grid,
    .home .sponsor-grid {
        gap: 1.25rem;
    }

    .home .hours-grid {
        grid-auto-rows: 1fr;
    }

    .home .feature-photo {
        aspect-ratio: 16 / 9;
        margin-bottom: 1.15rem;
    }

    .home .feature-card {
        padding-bottom: 1.35rem;
    }

    .home .feature-card h3 {
        padding: 0 1.35rem;
        margin-bottom: 0.55rem;
    }

    .home .feature-card p {
        padding: 0 1.35rem;
        line-height: 1.7;
    }

    .home .feature-link {
        min-height: 44px;
        margin: 0.65rem 1.35rem 0;
    }

    .home .hours-card {
        height: 100%;
        padding: 1.4rem;
    }

    .home .hours-card-icon {
        width: 42px;
        height: 42px;
    }

    .home .hours-card-header {
        margin-bottom: 0.9rem;
    }

    .home .hours-table td {
        padding: 0.4rem 0;
    }

    .home .price-list {
        gap: 0.55rem;
        margin-bottom: 0;
    }

    .home .price-item {
        padding-bottom: 0.55rem;
    }

    .home .price-table {
        font-size: 0.84rem;
    }

    .home .price-table th,
    .home .price-table td {
        padding: 0.4rem 0.25rem;
    }

    .home .card-desc {
        line-height: 1.7;
    }

    .home .aomel-sponsor-logo-link {
        width: 112px;
        height: 112px;
    }

    .home .aomel-sponsor-visible-logo {
        width: 112px;
        height: 112px;
    }

    .home .news-thumb-placeholder {
        padding: 0;
    }

    .home .news-card-body {
        padding: 1.25rem;
    }

    .home .hero-layout {
        width: min(calc(100% - 2.5rem), var(--max-w));
        padding: 2rem 0 4rem;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    body.home.admin-bar .hero {
        padding-top: 110px;
    }

    .home .hero-content {
        display: contents;
    }

    .home .hero-eyebrow {
        order: 1;
        align-self: flex-start;
    }

    .home .hero-title {
        order: 3;
    }

    .home .hero-visual {
        order: 2;
        margin-bottom: 1.5rem;
    }

    .home .hero-sub {
        order: 4;
        width: 90%;
        align-self: center;
    }

    .home .hero-cta {
        order: 5;
        width: 100%;
        flex-wrap: nowrap;
        gap: 0.75rem;
    }

    .home .hero-cta .btn {
        flex: 1 1 0;
        min-width: 0;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        text-align: center;
        white-space: nowrap;
    }

    .home .hero-title {
        font-size: clamp(1.35rem, 6.5vw, 2.6rem);
    }

    .home .hero-sub br {
        display: none;
    }

    .home .hero-board {
        width: min(78vw, 330px);
    }

    .home .hero-card {
        transform: scale(0.78);
        transform-origin: top left;
    }

    .home .hero-card-blue {
        transform: rotate(6deg) scale(0.78);
        transform-origin: bottom right;
    }

    .home .hero-die {
        transform: scale(0.8);
        transform-origin: top right;
    }

    .home .hero-pawn-green {
        left: 42%;
        bottom: 40px;
        transform: scale(0.8);
    }

    .home .hero-pawn-yellow {
        left: 48%;
        top: 36%;
        transform: scale(0.65);
    }

    .home .access-grid {
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .home #contact {
        padding: 3rem 0;
    }

    .home .contact-options {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .home .contact-option .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .home .header-cta {
        display: none;
    }

    .home .section {
        padding: 0 0 2.5rem;
    }

    .home .hero-board {
        width: 280px;
    }

    .home .hero-board::before {
        right: -10px;
    }

    .home .hero-board::after {
        left: -8px;
    }

    .home .hero-card-red {
        top: 28px;
        left: 24px;
    }

    .home .hero-card-blue {
        right: 28px;
        bottom: 28px;
    }

    .home .hero-die {
        top: 35px;
        right: 35px;
    }

    .home .hero-path {
        left: 40px;
        bottom: 18px;
    }
}

@media (max-width: 600px) {
    .home .access-grid {
        gap: 1.5rem;
    }

    .home .access-info {
        padding: 0;
    }

    .home .access-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.25rem;
    }

    .home .access-item:first-child {
        grid-column: 1 / -1;
    }

    .home .access-item dt {
        margin-bottom: 0.2rem;
    }

    .home .access-item dd {
        font-size: 0.92rem;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }

    .home .access-map {
        overflow: hidden;
    }

    .home .access-map iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home *,
    .home *::before,
    .home *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
