:root {
    --bg: #f6efe7;
    --paper: #fffaf5;
    --paper-strong: #ffffff;
    --ink: #2b211d;
    --muted: #6f6159;
    --line: #e6d7ca;
    --accent: #a85b37;
    --accent-dark: #7b3f24;
    --accent-soft: #efe1d7;
    --shadow: 0 18px 40px rgba(90, 56, 36, 0.08);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --max-width: 1120px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Instrument Sans', sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(168, 91, 55, 0.1), transparent 24%),
        linear-gradient(180deg, #fbf6f1 0%, #f6efe7 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.site {
    min-height: 100vh;
}

.hero,
.section,
.footer {
    width: min(calc(100% - 32px), var(--max-width));
    margin: 0 auto;
}

.hero {
    padding: 24px 0 40px;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 245, 0.9);
    box-shadow: var(--shadow);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent);
    color: #fffaf5;
    font-weight: 700;
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1;
}

.brand-text strong {
    font-size: 1rem;
}

.brand-text span,
.nav-links,
.lead,
.service-card p,
.info-card p,
.booking-panel p,
.footer p,
.contact-lines p,
.hours-box span {
    color: var(--muted);
}

.nav-links {
    display: flex;
    gap: 22px;
    font-size: 0.95rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 28px;
    align-items: center;
    padding-top: 52px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
    font-weight: 700;
}

.hero-copy h1,
.section-heading h2,
.booking-panel h2 {
    margin: 0;
    font-family: 'Prata', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 1.03;
    max-width: 12ch;
}

.lead {
    max-width: 58ch;
    margin: 20px 0 0;
    font-size: 1.04rem;
    line-height: 1.75;
}

.hero-actions,
.booking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 180ms ease, opacity 180ms ease;
}

.button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.button-solid {
    background: var(--accent);
    color: #fffaf5;
}

.button-outline {
    border-color: var(--line);
    background: var(--paper-strong);
}

.button-ghost {
    background: var(--accent-soft);
    color: var(--accent-dark);
}

.hero-highlights {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.hero-highlights li,
.hero-card,
.service-card,
.price-card,
.info-card,
.booking-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.hero-highlights li {
    padding: 14px 18px;
}

.hero-card {
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(168, 91, 55, 0.08), rgba(255, 255, 255, 0.9)),
        var(--paper);
}

.hero-photo,
.gallery-item {
    overflow: hidden;
    border-radius: var(--radius-md);
}

.hero-photo {
    margin-bottom: 20px;
    aspect-ratio: 4 / 3;
}

.hero-photo img,
.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-kicker {
    margin: 0 0 10px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
}

.hero-card h2,
.price-card h3,
.service-card h3,
.info-card h3 {
    margin: 0;
    font-size: 1.55rem;
}

.contact-lines {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.hours-box {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    padding: 18px;
    border-radius: var(--radius-md);
    background: #fff;
    border: 1px solid var(--line);
}

.hours-box strong {
    font-size: 1rem;
}

.section {
    padding: 34px 0;
}

.gallery {
    padding-top: 8px;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 24px;
}

.section-heading h2,
.booking-panel h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
}

.services-grid,
.price-layout,
.info-strip {
    display: grid;
    gap: 18px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.85fr 0.85fr;
    gap: 18px;
}

.gallery-item {
    min-height: 260px;
    margin: 0;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: var(--paper-strong);
}

.gallery-item-wide {
    min-height: 320px;
}

.services-grid,
.info-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.price-card,
.info-card {
    padding: 24px;
}

.service-card p,
.info-card p,
.booking-panel p {
    line-height: 1.7;
}

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

.price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}

.price-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.price-list strong {
    font-size: 1.05rem;
    color: var(--accent-dark);
}

.booking-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    background:
        linear-gradient(135deg, rgba(168, 91, 55, 0.12), rgba(255, 250, 245, 0.96)),
        var(--paper);
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 0 48px;
}

.footer strong {
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 980px) {
    .topbar,
    .hero-grid,
    .booking-panel,
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-grid,
    .gallery-grid,
    .services-grid,
    .price-layout,
    .info-strip {
        grid-template-columns: 1fr;
    }

    .topbar {
        border-radius: 28px;
    }

    .nav-links {
        flex-wrap: wrap;
    }
}

@media (max-width: 720px) {
    .hero,
    .section,
    .footer {
        width: min(calc(100% - 24px), var(--max-width));
    }

    .button,
    .button-outline,
    .button-ghost {
        width: 100%;
    }

    .topbar {
        padding: 18px;
    }

    .hero-grid {
        padding-top: 36px;
    }

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