/* Atlas Resort & Casino — atlas-shore.css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #05070a;
    background-image: radial-gradient(circle at 50% -10%, rgba(214, 188, 130, 0.06), transparent 45%);
    color: rgba(255, 255, 255, 0.78);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 0;
}

.rah-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
}

/* type */

.rah-title {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.1;
}

.rah-title span {
    color: #d6bc82;
}

.rah-sub {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: #d6bc82;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    margin-bottom: 10px;
}

.rah-h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.2;
    margin-bottom: 8px;
}

.rah-rule {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 188, 130, 0.35), transparent);
    margin: 20px 0;
}

.rah-lead {
    max-width: 660px;
    font-size: 1rem;
    line-height: 1.65;
}

.rah-note {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
}

/* header */

.rah-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 6px 0 20px;
    border-bottom: 1px solid rgba(147, 121, 65, 0.28);
}

.rah-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.rah-logo-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 1px solid #d6bc82;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, serif;
    color: #d6bc82;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
}

.rah-logo-main {
    display: block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 0.95rem;
}

.rah-logo-tag {
    display: block;
    font-family: Georgia, serif;
    font-size: 0.66rem;
    color: #d6bc82;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    margin-top: 2px;
}

.rah-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.rah-nav a {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.rah-nav a:hover {
    color: #d6bc82;
    border-bottom-color: #d6bc82;
}

.rah-age {
    font-size: 0.78rem;
    color: #d6bc82;
    border: 1px solid rgba(147, 121, 65, 0.7);
    padding: 2px 9px;
    letter-spacing: 0.1em;
}

/* hero */

.rah-hero {
    padding: 54px 0 48px;
    text-align: center;
}

.rah-hero .rah-title {
    font-size: 3.2rem;
}

.rah-hero .rah-lead {
    margin: 0 auto 26px;
}

.rah-hero .rah-rule {
    max-width: 420px;
    margin: 20px auto;
}

.rah-facts {
    display: flex;
    justify-content: center;
    max-width: 760px;
    margin: 30px auto 0;
}

.rah-fact {
    flex: 1;
    padding: 10px 14px;
}

.rah-fact b {
    display: block;
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 2.4rem;
    color: #d6bc82;
    line-height: 1.1;
}

.rah-fact span {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.rah-fact-line {
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(214, 188, 130, 0.4), transparent);
    margin: 8px 0;
}

/* sections */

.rah-sec {
    padding: 44px 0 40px;
    scroll-margin-top: 20px;
}

.rah-sec-head {
    text-align: center;
    margin-bottom: 26px;
}

.rah-sec-head .rah-title {
    font-size: 2rem;
}

/* card grid */

.rah-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.rah-card {
    background: linear-gradient(0deg, rgba(6, 8, 11, 1) 0%, rgba(20, 20, 18, 1) 100%);
    border: 1px solid rgba(147, 121, 65, 0.55);
    padding: 26px 22px;
    transition: border-color 0.2s;
}

.rah-card:hover {
    border-color: #d6bc82;
}

.rah-num {
    font-family: Georgia, serif;
    font-size: 3.2rem;
    color: rgba(214, 188, 130, 0.2);
    line-height: 1;
    margin-bottom: 6px;
}

.rah-card ul {
    list-style: none;
    margin-top: 10px;
}

.rah-card li {
    padding: 5px 0;
    font-size: 0.92rem;
    border-bottom: 1px solid rgba(147, 121, 65, 0.15);
}

.rah-card li:last-child {
    border-bottom: none;
}

.rah-card li span {
    color: #d6bc82;
}

/* responsible */

.rah-resp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.rah-resp .rah-card {
    background: transparent;
}

.rah-resp .rah-h3 {
    font-size: 1.15rem;
}

.rah-resp p {
    font-size: 0.92rem;
}

/* visit */

.rah-visit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.rah-visit .rah-card {
    background: transparent;
}

.rah-line {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    padding: 11px 0;
    border-bottom: 1px solid rgba(147, 121, 65, 0.18);
    font-size: 0.98rem;
}

.rah-line:last-child {
    border-bottom: none;
}

.rah-line small {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d6bc82;
    margin-bottom: 4px;
}

a.rah-line:hover {
    color: #d6bc82;
}

.rah-visit address {
    font-style: normal;
}

.rah-hours {
    list-style: none;
}

.rah-hours li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(147, 121, 65, 0.15);
    font-size: 0.92rem;
}

.rah-hours li:last-child {
    border-bottom: none;
}

.rah-hours span {
    color: rgba(255, 255, 255, 0.6);
}

/* footer */

.rah-foot {
    border-top: 1px solid rgba(147, 121, 65, 0.55);
    padding-top: 32px;
    margin-top: 40px;
}

.rah-foot-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(147, 121, 65, 0.25);
}

.rah-foot-col {
    flex: 1 1 200px;
}

.rah-foot-col h3 {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #d6bc82;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.rah-foot-col a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.8rem;
    padding: 3px 0;
}

.rah-foot-col a:hover {
    color: #d6bc82;
}

.rah-foot-col address {
    font-style: normal;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.rah-foot-col p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 3px 0;
}

.rah-disc {
    padding: 22px 0 6px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
}

.rah-disc p {
    padding: 3px 0;
}

.rah-foot-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0 6px;
    border-top: 1px solid rgba(147, 121, 65, 0.25);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.04em;
}

/* responsive */

@media (max-width: 840px) {
    .rah-wrap {
        padding: 0 30px;
    }

    .rah-grid,
    .rah-resp {
        grid-template-columns: 1fr 1fr;
    }

    .rah-hero .rah-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 600px) {
    .rah-wrap {
        padding: 0 20px;
    }

    .rah-nav a {
        display: none;
    }

    .rah-grid,
    .rah-resp,
    .rah-visit {
        grid-template-columns: 1fr;
    }

    .rah-facts {
        flex-direction: column;
    }

    .rah-fact-line {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(214, 188, 130, 0.4), transparent);
        margin: 0;
    }

    .rah-title {
        font-size: 1.9rem;
    }

    .rah-hero .rah-title {
        font-size: 2rem;
    }

    .rah-sec-head .rah-title {
        font-size: 1.7rem;
    }
}
