:root {
    --bg-dark: #110f0f;
    --vintage-brown: #3e2723;
    --accent-brown: #5d4037;
    --light-brown: #8d6e63;
    --text-light: #f4e9d9;
    --text-muted: #d4d4d4;
}

body {
    overflow-x: hidden;
    width: 100%;
}

@font-face {
    font-family: 'StretchPro';
    src: url('StretchPro.otf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Coolvetica Rg Cond';
    src: url('Coolvetica Rg Cond.otf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'CaviarDreams';
    src: url('CaviarDreams.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'ByronTrial';
    src: url('ByronTrial.ttf') format('truetype');
    font-display: swap;
}

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

html, body {
    min-height: 100%;
}

body {
    font-family: 'Coolvetica Rg Cond', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
    background: linear-gradient(135deg, var(--bg-dark), #1a1616);
    overflow-x: hidden;
}

#bg-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(40%);
}

.page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    pointer-events: none;
    z-index: 0;
}

header.site-header {
    min-height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding: 40px 60px;
    background: rgba(21, 18, 18, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.logo {
    font-family: 'StretchPro', serif;
    font-size: 1.4rem;
    color: var(--text-light);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.top-nav {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.top-nav a {
    color: rgba(244, 233, 218, 0.95);
    text-decoration: none;
    font-family: 'Coolvetica Rg Cond', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.95rem;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    transition: all 0.25s ease;
}

.top-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-copy {
    max-width: 900px;
}

.hero-label {
    display: inline-block;
    color: var(--text-muted);
    font-family: 'Coolvetica Rg Cond', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    margin-bottom: 22px;
}

.hero-title {
    font-family: 'StretchPro', serif;
    font-size: 5.5rem;
    line-height: 0.9;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    position: relative;
    margin: 0;
}

.hero-title span {
    color: var(--light-brown);
}

.hero-title-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.hero-title-overlay {
    font-family: 'ByronTrial', serif;
    font-size: 4.2rem;
    line-height: 1;
    color: rgba(168, 151, 151, 0.651);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: absolute;
    top: 45px;
    left: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    font-weight: 400;
    opacity: 0.65;
    z-index: -1;
}

.about-us {
    color: #0000005d;
}

.hero-text {
    margin-top: 24px;
    font-size: 1.05rem;
    max-width: 860px;
    line-height: 1.8;
    color: #dcd3c8;
}

.scroll-hidden {
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
    transition: opacity 0.9s ease, transform 0.9s ease, visibility 0.9s ease;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.hero-btn,
.place-btn,
button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    min-width: 220px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffffcf;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Coolvetica Rg Cond', sans-serif;
    font-size: 0.96rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.hero-btn:hover,
.place-btn:hover,
button[type="submit"]:hover {
    background: var(--light-brown);
    color: var(--bg-dark);
    transform: translateY(-2px);
    border-color: var(--light-brown);
}

main {
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.right-home-btn {
    position: fixed;
        top: 20px;
        right: 18px;
        left: auto;
        transform: none;
        z-index: 999;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 20px;
        width: auto;
        min-width: 0;
        border-radius: 999px;
        font-size: 0.92rem;
        white-space: nowrap;
    transition: all 0.25s ease;
}

.right-home-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.about-page .right-home-btn,
.contact-page .right-home-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    left: auto;
    width: auto;
    min-width: 0;
}

.sections-container {
    position: relative;
}

.page-section {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: rgba(12, 10, 10, 0.9);
    border-radius: 20px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.page-section.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.mini-menu {
    text-align: center;
    margin: 20px 0;
}

.back-btn {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 14px 28px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 999px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.back-btn:hover {
    background: var(--light-brown);
    color: var(--bg-dark);
    transform: translateY(-2px);
}

section {
    margin-bottom: 30px;
}

.page-section section {
    margin-bottom: 24px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.03);
    border-left: 4px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
}

section h2,
section h3 {
    color: #f4e9d9;
    font-family: 'StretchPro', serif;
    font-feature-settings: 'liga' off;
}

section h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
    font-feature-settings: 'liga' off;
}

section h3 {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

section p,
section ul,
section li {
    color: #d4d4d4;
    line-height: 1.8;
    font-feature-settings: 'liga' off;
}

section ul {
    margin-left: 20px;
}

.places-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.places-list li {
    margin-bottom: 15px;
}

.place-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 18px 24px;
    font-size: 1.05rem;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.place-btn img {
    transition: transform 0.3s ease;
}

.place-btn:hover img {
    transform: scale(1.1);
}

.places-hero {
    display: grid;
    gap: 20px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
}

.places-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.places-copy h1 {
    font-family: 'StretchPro', serif;
    font-size: 3.6rem;
    line-height: 1.05;
    margin: 0;
    color: var(--text-light);
}

.places-copy p {
    max-width: 760px;
    color: #d6cfc5;
    font-size: 1.05rem;
    line-height: 1.8;
}

.places-copy .hero-btn {
    align-self: flex-end;
    margin-top: 16px;
}

.places-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.place-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.place-card:hover {
    transform: translateY(-4px);
    border-color: rgba(141, 110, 99, 0.8);
    background: rgba(255, 255, 255, 0.06);
}

.place-card-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.35s ease, filter 0.35s ease;
    filter: saturate(1.1) brightness(0.95);
}

.place-card:hover .place-card-image {
    transform: scale(1.03);
    filter: saturate(1.15) brightness(1);
}

.place-card > div {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.place-card h3 {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.1;
    color: var(--text-light);
}

.place-card p {
    color: #d6cfc5;
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 0.85rem;
}

.place-card .place-btn {
    width: auto;
    justify-content: center;
    min-width: auto;
    padding: 8px 18px;
    font-size: 0.8rem;
    align-self: center;
}

table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(2, 2, 2, 0.267);
    border: 1px solid rgba(141, 110, 99, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

table th,
table td {
    padding: 16px 18px;
    text-align: center;
    border-bottom: 1px solid rgba(141, 110, 99, 0.2);
    color: #d4d4d4;
    font-size: 0.95rem;
}

table th {
    font-weight: 600;
    letter-spacing: 0.5px;
    background: rgba(88, 64, 64, 0.863);
}

table thead {
    background: linear-gradient(135deg, rgba(141, 110, 99, 0.92), rgba(93, 64, 55, 0.5));
    border-bottom: 2px solid rgba(141, 110, 99, 0.918);
}

table thead th {
    color: var(--text-light);
    font-family: 'StretchPro', serif;
    font-size: 1rem;
}

table tbody tr {
    transition: all 0.25s ease;
}

table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

table tbody tr:hover {
    background: rgba(141, 110, 99, 0.2);
    border-bottom-color: rgba(141, 110, 99, 0.5);
}

table tbody tr:last-child td {
    border-bottom: none;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row.full {
    grid-template-columns: 1fr;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #d4d4d4;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #d4d4d4;
    font-family: 'Coolvetica Rg Cond', sans-serif;
    font-size: 1rem;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--light-brown);
    background: rgba(0, 0, 0, 0.9);
}

img,
iframe {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    margin: 15px 0;
}

a {
    color: #d1b27d;
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: #f0d7a2;
    text-decoration: underline;
}

footer {
    background: rgba(0, 0, 0, 0.85);
    color: #b28d7e;
    text-align: center;
    padding: 40px 20px;
    margin-top: 30px;
    border-radius: 20px;
}

footer p {
    margin: 0;
    font-size: 0.95rem;
}

#contact {
    background: linear-gradient(135deg, #00000091, #000000af);
}

#contact h1 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'StretchPro', serif;
    color: #ae8e8ec7;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#contact > p:first-of-type {
    text-align: center;
    margin-bottom: 40px;
    color: #8a6c6c;
    font-size: 1.05rem;
}

.contact-container {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 280px;
}

.contact-info h3 {
    font-family: 'StretchPro', serif;
    font-size: 1.3rem;
    color: #806e6ebe;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-info p {
    color: #ffffffc8;
    line-height: 2;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #d4d4d4;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--light-brown);
    transform: scale(1.1);
    color: var(--bg-dark);
}

#about,
#about-us-page {
    max-width: 980px;
    margin: 60px auto;
    padding: 50px 45px;
    background: rgba(34, 27, 24, 0.269);
    border: 1px solid rgba(141, 110, 99, 0.3);
    border-radius: 30px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
}

#about h1,
#about-us-page h1 {
    margin-bottom: 24px;
    font-family: 'StretchPro', serif;
    font-size: 3.8rem;
    letter-spacing: 0.16em;
    color: var(--text-light);
    text-transform: uppercase;
    text-align: center;
}

#about .mission-vision,
#about .website-importance,
#about-us-page .mission-vision,
#about-us-page .website-importance {
    display: grid;
    gap: 24px;
    margin-bottom: 40px;
}

#about .mission-vision h2,
#about .website-importance h2,
#about-us-page .mission-vision h2,
#about-us-page .website-importance h2 {
    font-size: 1.35rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
    text-align: center;
}

#about p,
#about ul,
#about li,
#about-us-page p,
#about-us-page ul,
#about-us-page li {
    color: #d4d4d4;
    line-height: 1.9;
}

#about .mission-vision p,
#about .website-importance p,
#about-us-page .mission-vision p,
#about-us-page .website-importance p {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

#about .website-importance ul,
#about-us-page .website-importance ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 24px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#about .website-importance li,
#about-us-page .website-importance li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    text-align: left;
}

#about .website-importance li::before,
#about-us-page .website-importance li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--light-brown);
    font-size: 1.2rem;
    line-height: 1;
}

#about hr,
#about-us-page hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    width: 70%;
    margin: 40px auto;
}

#about .team-footer,
#about-us-page .team-footer {
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    color: #d4d4d4;
}

#about .team-footer strong,
#about-us-page .team-footer strong {
    color: var(--light-brown);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.site-footer {
    background: rgba(0, 0, 0, 0.6);
    border-top: 1px solid rgba(141, 110, 99, 0.3);
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.site-footer p {
    color: #d4d4d4;
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 1200px) {
    .places-grid {
        grid-template-columns: repeat(3, minmax(260px, 1fr));
    }
}

@media (max-width: 980px) {
    .places-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
    .places-copy h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 760px) {
    .places-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .place-card {
        min-height: auto;
    }

    .place-card-image {
        height: auto;
        max-height: 320px;
    }

    .place-card > div {
        padding: 18px;
    }

    .place-card .place-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 18px;
    }
}

@media (max-width: 620px) {
    header.site-header,
    main {
        padding: 20px;
    }
    .places-hero {
        padding: 18px;
    }
    .places-copy h1 {
        font-size: 2.4rem;
    }
    .hero-text,
    .places-copy p,
    .place-card p,
    section p {
        font-size: 0.98rem;
    }
    .hero-btn:not(.right-home-btn),
    .place-btn,
    button[type="submit"] {
        width: 100%;
    }

    .right-home-btn {
        width: auto;
        min-width: 0;
    }

    .site-footer {
        padding: 18px 12px;
        margin-top: 30px;
    }

    .site-footer p {
        font-size: 0.85rem;
    }
}

@media (max-width: 900px) {
    header.site-header {
        padding: 30px 24px;
    }

    .hero-title {
        font-size: 4.5rem;
    }

    .top-nav {
        gap: 12px;
    }

    .top-nav a {
        padding: 10px 14px;
        font-size: 0.85rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-container {
        flex-direction: column;
    }

    .place-btn {
        font-size: 0.98rem;
    }

    #about,
    #about-us-page {
        max-width: 100%;
        margin: 30px 18px;
        padding: 34px 26px;
    }

    #about h1,
    #about-us-page h1 {
        font-size: 3.2rem;
    }

    #about .mission-vision,
    #about .website-importance,
    #about-us-page .mission-vision,
    #about-us-page .website-importance {
        gap: 18px;
    }

    #about .website-importance ul,
    #about-us-page .website-importance ul {
        grid-template-columns: 1fr;
    }

    .topbar {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .hero-text {
        font-size: 1rem;
        max-width: 100%;
    }

    .contact-info {
        min-width: auto;
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .social-links {
        justify-content: center;
    }

    .right-home-btn {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 760px) {
    header.site-header {
        padding: 22px 16px;
        gap: 28px;
    }

    .topbar {
        flex-direction: column;
        align-items: center;
    }

    .top-nav {
        gap: 12px;
    }

    .top-nav a {
        padding: 10px 12px;
        font-size: 0.82rem;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-title-overlay {
        font-size: 2.4rem;
        top: 28px;
    }

    .hero-text {
        font-size: 0.96rem;
    }

    .hero-btn:not(.right-home-btn),
    .place-btn,
    button[type="submit"] {
        width: 100%;
        padding: 16px 18px;
        min-width: auto;
    }

    .right-home-btn {
        top: 16px;
        right: 16px;
        width: auto;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    header {
        padding: 16px 12px;
    }

    header h1 {
        font-size: 2em;
    }

    header p {
        font-size: 0.92em;
    }

    .nav-btn {
        padding: 10px 14px;
        border-radius: 18px;
    }
}
