:root {
    --bg-rugged: #161511;
    --bg-rugged-deep: #0f100c;
    --panel-rugged: #23231c;
    --panel-rugged-soft: #2a2a22;
    --line-rugged: rgba(214, 184, 115, 0.18);
    --line-heavy: rgba(255, 255, 255, 0.08);
    --text-rugged: #f4efde;
    --muted-rugged: #b2ab93;
    --accent-rugged: #d7a44c;
    --accent-rugged-deep: #7b5a26;
    --accent-rugged-soft: #f0d28f;
    --accent-olive: #707358;
    --shadow-rugged: 0 24px 60px rgba(0, 0, 0, 0.28);
}

body {
    color: var(--text-rugged);
    font-family: "Public Sans", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 15% 10%, rgba(215, 164, 76, 0.12), transparent 22%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%) 0 0 / 28px 28px,
        linear-gradient(315deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%) 0 0 / 28px 28px,
        linear-gradient(180deg, var(--bg-rugged) 0%, #1b1a15 44%, var(--bg-rugged-deep) 100%);
}

.site-shell {
    width: min(1240px, calc(100% - 32px));
    padding-bottom: 60px;
}

.topbar,
.panel,
.section,
.hero-copy,
.hero-card,
.booking-panel,
.booking-copy,
.service-card,
.price-card,
.gallery-copy,
.site-footer,
.panel-soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.08)), var(--panel-rugged);
    border: 1px solid var(--line-rugged);
    box-shadow: var(--shadow-rugged);
    backdrop-filter: none;
    border-radius: 18px;
}

.topbar,
.site-footer {
    border-radius: 18px;
}

.brand-copy strong,
.eyebrow,
h1,
h2,
h3,
.button,
.service-tag,
.price-label {
    font-family: "Teko", Impact, sans-serif;
    letter-spacing: 0.04em;
}

.brand-badge {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--accent-rugged-soft), var(--accent-rugged));
    color: #1a160f;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.16);
}

.brand-copy small,
.hero-text,
.section-heading p,
.service-card p,
.gallery-copy p,
.booking-copy p,
.form-feedback,
.booking-list li span,
.footer-note,
.price-card span,
.service-meta span,
.hero-card p,
.hero-card span,
.nav-links a,
.footer-links a,
input::placeholder {
    color: var(--muted-rugged);
}

.topbar {
    position: sticky;
    top: 12px;
    z-index: 20;
    padding: 16px 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.2)),
        linear-gradient(90deg, rgba(215, 164, 76, 0.08), rgba(255, 255, 255, 0));
}

.nav-links a:hover,
.footer-links a:hover {
    color: var(--accent-rugged-soft);
}

.button,
.service-select {
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.button-solid,
.service-select {
    background: linear-gradient(180deg, var(--accent-rugged-soft), var(--accent-rugged));
    color: #1b1710;
    box-shadow: inset 0 -4px 0 rgba(91, 62, 20, 0.35);
}

.button-ghost {
    background: transparent;
    color: var(--text-rugged);
    border: 1px solid var(--line-heavy);
}

.hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 18px;
}

.hero-copy {
    padding: 40px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.14)),
        linear-gradient(135deg, #26251d, #1b1b16 55%, #14140f 100%);
}

.hero-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0 46%, rgba(215, 164, 76, 0.08) 46% 52%, transparent 52% 100%);
    pointer-events: none;
}

.hero-copy::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 168px;
    height: 168px;
    background: radial-gradient(circle, rgba(215, 164, 76, 0.18), transparent 68%);
    pointer-events: none;
}

h1 {
    font-size: clamp(4rem, 8vw, 7rem);
    max-width: 8ch;
    line-height: 0.88;
}

h2 {
    font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.hero-stats li,
.booking-highlights span,
.trust-ribbon article,
.feature-block {
    background: var(--panel-rugged-soft);
    border: 1px solid var(--line-heavy);
    border-radius: 14px;
}

.hero-stats li {
    min-width: 150px;
}

.hero-visual,
.showcase-stack,
.experience-copy {
    display: grid;
    gap: 18px;
}

.hero-card {
    border-radius: 18px;
    overflow: hidden;
}

.hero-card-image {
    min-height: 430px;
    padding: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.05));
}

.hero-card-image img,
.gallery-grid img,
.experience-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-card-note {
    background: linear-gradient(180deg, rgba(215, 164, 76, 0.08), rgba(0, 0, 0, 0.04)), var(--panel-rugged-soft);
}

.hero-card-inline {
    display: grid;
    gap: 6px;
    background: linear-gradient(90deg, rgba(112, 115, 88, 0.26), rgba(255, 255, 255, 0.02));
}

.trust-ribbon {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.trust-ribbon span,
.feature-index,
.eyebrow,
.service-tag,
.price-label {
    color: var(--accent-rugged-soft);
}

.split-heading,
.experience-grid,
.gallery-grid {
    display: grid;
    gap: 18px;
}

.split-heading {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: end;
}

.experience-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.experience-visual {
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.08)), #202019;
}

.service-card,
.price-card,
.gallery-copy,
.booking-panel,
.booking-list-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.08)), var(--panel-rugged-soft);
}

.service-card,
.price-card {
    border-radius: 16px;
}

.service-tag,
.price-label {
    display: inline-flex;
    padding: 8px 12px;
    background: rgba(215, 164, 76, 0.1);
    border-radius: 999px;
}

.service-meta strong,
.price-card h3 {
    color: var(--accent-rugged-soft);
}

.price-card.featured {
    transform: none;
    border-color: rgba(215, 164, 76, 0.35);
    box-shadow: 0 0 0 1px rgba(215, 164, 76, 0.12), var(--shadow-rugged);
}

.gallery-grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1fr) minmax(0, 1fr);
}

.gallery-copy {
    display: flex;
    align-items: end;
}

.gallery-grid img {
    min-height: 300px;
    border-radius: 16px;
    border: 1px solid var(--line-heavy);
}

.booking-copy {
    background: linear-gradient(180deg, rgba(215, 164, 76, 0.06), rgba(0, 0, 0, 0.06)), var(--panel-rugged);
}

input,
select {
    background: #1a1b16;
    color: var(--text-rugged);
    border-color: rgba(255, 255, 255, 0.1);
}

input:focus,
select:focus,
.button:focus,
.service-select:focus {
    outline: 2px solid rgba(240, 210, 143, 0.42);
    outline-offset: 2px;
}

.booking-list li {
    background: #1a1b16;
    border-color: rgba(255, 255, 255, 0.08);
}

.site-footer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.12)), #1d1d17;
}

@media (max-width: 1080px) {
    .trust-ribbon,
    .split-heading,
    .experience-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .hero-copy,
    .trust-ribbon,
    .experience-visual,
    .feature-block,
    .booking-copy,
    .booking-panel,
    .booking-list-panel {
        padding: 22px;
    }

    .date-select-grid {
        grid-template-columns: 1fr;
    }
}
