:root {
    --ink: #202625;
    --muted: #66706e;
    --paper: #f7f2e8;
    --surface: #fffaf1;
    --surface-strong: #ffffff;
    --deep: #143f3a;
    --deep-strong: #0d2d2a;
    --accent: #9a6721;
    --accent-strong: #6f4511;
    --wine: #7d2633;
    --line: rgba(32, 38, 37, 0.14);
    --shadow: 0 22px 60px rgba(25, 37, 34, 0.12);
    --nav-height: 82px;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--nav-height) + 24px);
}

body {
    font-family: 'Inter', sans-serif;
    background:
        linear-gradient(180deg, rgba(255, 250, 241, 0.85), rgba(247, 242, 232, 1) 28rem),
        var(--paper);
    color: var(--ink);
    line-height: 1.65;
    overflow-x: hidden;
}

body::selection {
    background: rgba(154, 103, 33, 0.22);
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.08;
}

a {
    color: var(--accent-strong);
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

a:hover {
    color: var(--wine);
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(154, 103, 33, 0.32);
    outline-offset: 4px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: var(--nav-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1rem 5%;
    background: rgba(255, 250, 241, 0.92);
    backdrop-filter: blur(16px);
    z-index: 1000;
    border-bottom: 1px solid rgba(32, 38, 37, 0.1);
    box-shadow: 0 10px 30px rgba(20, 63, 58, 0.08);
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.logo span {
    font-family: 'Playfair Display', serif;
    font-size: 1.04rem;
    color: var(--deep-strong);
    line-height: 1.1;
    white-space: nowrap;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 0.95rem;
    border-radius: 999px;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.nav-links a:hover {
    background: rgba(20, 63, 58, 0.08);
    color: var(--deep);
}

.hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    padding: calc(var(--nav-height) + 4rem) 5% 5rem;
    background:
        linear-gradient(135deg, rgba(13, 45, 42, 0.98) 0%, rgba(20, 63, 58, 0.96) 48%, rgba(125, 38, 51, 0.91) 100%);
    position: relative;
    overflow: hidden;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: rgba(255, 250, 241, 0.2);
}

.hero::before {
    top: var(--nav-height);
    bottom: auto;
}

.hero-content {
    width: 100%;
    max-width: 940px;
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-kicker {
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero .eyebrow {
    color: #e5c37d;
    margin-bottom: 1.2rem;
}

.hero h1 {
    max-width: 820px;
    color: var(--surface);
    font-size: 4.8rem;
    margin-bottom: 1.4rem;
}

.hero-copy {
    max-width: 690px;
    color: rgba(255, 250, 241, 0.84);
    font-size: 1.2rem;
    margin-bottom: 2.2rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-bottom: 2.4rem;
}

.cta-button,
.secondary-button,
.text-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0;
}

.cta-button {
    padding: 0.95rem 1.45rem;
    background: #e6bd67;
    color: #1f241d;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.cta-button:hover {
    background: #f0cb7b;
    color: #1f241d;
    transform: translateY(-2px);
}

.secondary-button {
    padding: 0.9rem 1.35rem;
    color: var(--surface);
    border: 1px solid rgba(255, 250, 241, 0.35);
}

.secondary-button:hover {
    background: rgba(255, 250, 241, 0.1);
    color: var(--surface);
    border-color: rgba(255, 250, 241, 0.68);
    transform: translateY(-2px);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    max-width: 860px;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 250, 241, 0.1);
    color: rgba(255, 250, 241, 0.86);
    border: 1px solid rgba(255, 250, 241, 0.16);
    font-size: 0.92rem;
    font-weight: 700;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 2rem;
}

section {
    padding: 6.5rem 0;
}

section h2 {
    font-size: 2.85rem;
    margin: 0.45rem 0 3rem;
    text-align: center;
}

.section-kicker {
    text-align: center;
}

.about-section {
    background: var(--surface);
}

.about-content {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.8fr);
    gap: 3rem;
    align-items: center;
}

.about-text {
    padding: 0.25rem 0;
}

.about-text p {
    margin-bottom: 1.35rem;
    font-size: 1.05rem;
    color: var(--muted);
}

.about-text strong {
    color: var(--ink);
}

.bar-status {
    width: 100%;
}

.status-card {
    background: linear-gradient(180deg, #ffffff, #fff8ea);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 2.2rem;
    text-align: left;
    box-shadow: var(--shadow);
    position: relative;
}

.status-card::before {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    background: var(--wine);
    border-radius: 999px;
    margin-bottom: 1.4rem;
}

.status-card svg {
    width: 48px;
    height: 48px;
    color: var(--deep);
    margin-bottom: 1.2rem;
}

.status-card h3 {
    margin-bottom: 0.45rem;
    font-size: 1.45rem;
}

.status-card p {
    color: var(--accent-strong);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.status-card span {
    color: var(--muted);
    font-weight: 700;
}

.reviews-section {
    background: #f1eadc;
}

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

.glass-card {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 16px 42px rgba(25, 37, 34, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.glass-card:hover {
    transform: translateY(-4px);
    border-color: rgba(154, 103, 33, 0.36);
    box-shadow: 0 22px 48px rgba(25, 37, 34, 0.13);
}

.stars {
    color: var(--accent);
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.review-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.review-text {
    color: var(--muted);
    margin-bottom: 1.5rem;
}

.reviewer-name {
    margin-top: auto;
    color: var(--deep);
    font-weight: 800;
    font-family: 'Inter', sans-serif;
}

.contact-section {
    background: var(--surface);
}

.contact-card h3 {
    color: var(--deep);
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
}

.contact-card p {
    color: var(--muted);
    margin-bottom: 0.65rem;
}

.contact-card strong {
    color: var(--ink);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.4rem;
}

.text-button {
    min-height: 42px;
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(20, 63, 58, 0.18);
    color: var(--deep);
    background: rgba(20, 63, 58, 0.05);
    font-size: 0.9rem;
}

.text-button:hover {
    color: var(--surface);
    background: var(--deep);
    border-color: var(--deep);
}

footer {
    text-align: center;
    padding: 2rem;
    background: var(--deep-strong);
    color: rgba(255, 250, 241, 0.68);
    font-size: 0.9rem;
}

.fade-in {
    animation: fadeIn 0.9s ease-out forwards;
}

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

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

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

@media (max-width: 920px) {
    :root {
        --nav-height: 112px;
    }

    .navbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .nav-links {
        width: 100%;
        justify-content: space-between;
    }

    .nav-links a {
        padding: 0 0.7rem;
    }

    .hero {
        min-height: auto;
        padding-top: calc(var(--nav-height) + 3rem);
    }

    .hero h1 {
        font-size: 3.25rem;
    }

    .about-content,
    .reviews-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    :root {
        --nav-height: 126px;
    }

    .navbar {
        padding: 0.9rem 1rem;
    }

    .logo span {
        font-size: 0.92rem;
        white-space: normal;
    }

    .logo img {
        width: 36px;
        height: 36px;
    }

    .nav-links {
        gap: 0.25rem;
    }

    .nav-links a {
        min-height: 36px;
        padding: 0 0.55rem;
        font-size: 0.78rem;
    }

    .hero {
        padding: calc(var(--nav-height) + 2.2rem) 1rem 3.5rem;
    }

    .hero h1 {
        font-size: 2.35rem;
    }

    .hero-copy {
        font-size: 1rem;
    }

    .hero-actions,
    .contact-actions {
        flex-direction: column;
    }

    .cta-button,
    .secondary-button,
    .text-button {
        width: 100%;
    }

    .container {
        padding: 0 1rem;
    }

    section {
        padding: 4.5rem 0;
    }

    section h2 {
        font-size: 2.1rem;
        margin-bottom: 2rem;
    }

    .glass-card,
    .status-card {
        padding: 1.4rem;
    }
}
