:root {
    --ink: #14313a;
    --muted: #5c7177;
    --paper: #fbfefd;
    --surface: #ffffff;
    --line: #dce9e8;
    --teal: #147a82;
    --teal-dark: #0d5960;
    --mint: #dff5ef;
    --coral: #e6765f;
    --gold: #d8a84f;
    --shadow: 0 20px 60px rgba(13, 89, 96, .15);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.8;
}

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

svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    padding: 14px clamp(16px, 4vw, 44px);
}

.nav-shell {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    box-shadow: 0 16px 50px rgba(20, 49, 58, .12);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 70px;
    padding: 10px 12px 10px 18px;
}

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

.brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--teal), #4eb7ad);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.brand-mark svg {
    height: 32px;
    width: 32px;
}

.brand-mark path:first-child {
    fill: rgba(255, 255, 255, .22);
    stroke: #fff;
}

.mark-line {
    stroke: #fff;
}

.brand strong,
.brand small {
    display: block;
}

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

.brand small {
    color: var(--muted);
    font-size: .78rem;
    margin-top: -4px;
}

.nav-links {
    align-items: center;
    display: flex;
    gap: 22px;
    font-size: .95rem;
}

.nav-links a:not(.nav-call) {
    color: var(--muted);
}

.nav-links a:hover {
    color: var(--teal-dark);
}

.nav-call {
    background: var(--teal);
    border-radius: 8px;
    color: #fff;
    padding: 9px 16px;
}

.menu-button {
    background: transparent;
    border: 0;
    display: none;
    height: 44px;
    padding: 8px;
    width: 44px;
}

.menu-button span {
    background: var(--ink);
    border-radius: 2px;
    display: block;
    height: 2px;
    margin: 6px 0;
}

.hero {
    min-height: 94vh;
    overflow: hidden;
    position: relative;
}

.hero-media {
    background:
        linear-gradient(90deg, rgba(7, 34, 42, .84), rgba(7, 34, 42, .52), rgba(7, 34, 42, .08)),
        url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=1800&q=82") center / cover;
    inset: 0;
    position: absolute;
    transform: scaleX(-1);
}

.hero-overlay {
    background:
        radial-gradient(circle at 12% 82%, rgba(230, 118, 95, .25), transparent 26%),
        linear-gradient(180deg, rgba(251, 254, 253, 0) 72%, var(--paper) 100%);
    inset: 0;
    position: absolute;
}

.hero-content {
    color: #fff;
    max-width: 1180px;
    min-height: 94vh;
    padding: 170px clamp(18px, 5vw, 48px) 130px;
    position: relative;
}

.eyebrow {
    color: var(--coral);
    font-size: .9rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.hero .eyebrow {
    color: #aaf3ea;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    font-size: clamp(2.4rem, 7vw, 5.8rem);
    letter-spacing: 0;
    line-height: 1.16;
    margin-bottom: 22px;
    max-width: 760px;
}

h2 {
    font-size: clamp(1.65rem, 3.4vw, 3rem);
    line-height: 1.35;
    margin-bottom: 16px;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.hero-copy {
    color: rgba(255, 255, 255, .88);
    font-size: clamp(1.02rem, 1.8vw, 1.32rem);
    max-width: 620px;
}

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

.button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button.primary {
    background: var(--coral);
    box-shadow: 0 14px 30px rgba(230, 118, 95, .28);
    color: #fff;
}

.button.secondary {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(255, 255, 255, .7);
    color: var(--teal-dark);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 38px;
}

.hero-stats span {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    color: rgba(255, 255, 255, .92);
    padding: 8px 13px;
}

.quick-contact {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
    margin: -70px auto 70px;
    max-width: 1040px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 36px);
    z-index: 5;
}

.quick-contact a {
    background: var(--surface);
    min-width: 0;
    padding: 24px;
}

.quick-contact strong,
.quick-contact span {
    display: block;
}

.quick-contact strong {
    color: var(--teal-dark);
    margin-bottom: 3px;
}

.quick-contact span {
    color: var(--muted);
    direction: ltr;
    overflow-wrap: anywhere;
    text-align: right;
}

.section,
.about-band,
.contact-section {
    margin: 0 auto;
    max-width: 1180px;
    padding: 70px clamp(18px, 4vw, 48px);
}

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

.section-heading p:last-child,
.about-band p,
.contact-info address {
    color: var(--muted);
    font-style: normal;
}

.services-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
}

.service-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    min-height: 230px;
    padding: 26px;
}

.service-card p {
    color: var(--muted);
    margin-bottom: 0;
}

.service-dot {
    background: linear-gradient(135deg, var(--mint), #fff2d8);
    border: 1px solid #caeee7;
    border-radius: 8px;
    display: block;
    height: 42px;
    margin-bottom: 18px;
    position: relative;
    width: 42px;
}

.service-dot::after {
    background: var(--teal);
    border-radius: 50%;
    content: "";
    height: 10px;
    inset: 16px;
    position: absolute;
    width: 10px;
}

.about-band {
    align-items: start;
    background: linear-gradient(135deg, #ecfbf8, #fff8eb);
    border-radius: 8px;
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.feature-list {
    display: grid;
    gap: 14px;
}

.feature-list div {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 8px;
    padding: 18px;
}

.feature-list strong,
.feature-list span {
    display: block;
}

.feature-list span {
    color: var(--muted);
}

.contact-section {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: .95fr 1.05fr;
}

.contact-list {
    display: grid;
    gap: 12px;
    margin: 30px 0 0;
}

.contact-list div {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 10px;
    grid-template-columns: 110px 1fr;
    padding-bottom: 12px;
}

.contact-list dt {
    color: var(--muted);
}

.contact-list dd {
    direction: ltr;
    margin: 0;
    text-align: right;
}

.appointment-form {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 14px;
    padding: 28px;
}

.appointment-form label {
    color: var(--muted);
    display: grid;
    gap: 7px;
    font-size: .95rem;
}

input,
select,
textarea {
    background: #f7fbfa;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    font: inherit;
    min-height: 46px;
    outline: 0;
    padding: 10px 12px;
    width: 100%;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(20, 122, 130, .12);
}

.appointment-form .button {
    margin-top: 6px;
    width: 100%;
}

.form-note {
    color: var(--teal-dark);
    margin: 0;
    min-height: 1.4em;
}

.site-footer {
    align-items: center;
    background: #0e2c34;
    color: rgba(255, 255, 255, .78);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 24px clamp(18px, 5vw, 48px);
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: #aaf3ea;
}

@media (max-width: 900px) {
    .menu-button {
        display: block;
    }

    .nav-links {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: var(--shadow);
        display: none;
        gap: 0;
        inset: calc(100% + 8px) 0 auto 0;
        margin: 0 auto;
        max-width: 1180px;
        padding: 10px;
        position: absolute;
        width: calc(100% - 32px);
    }

    .nav-shell {
        position: relative;
    }

    .nav-links.is-open {
        display: grid;
    }

    .nav-links a {
        padding: 12px;
    }

    .nav-call {
        text-align: center;
    }

    .quick-contact,
    .services-grid,
    .about-band,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .quick-contact {
        margin-top: -52px;
    }
}

@media (max-width: 600px) {
    .site-header {
        padding: 10px;
    }

    .brand strong {
        font-size: .92rem;
    }

    .brand-mark {
        height: 40px;
        width: 40px;
    }

    .hero {
        min-height: 92vh;
    }

    .hero-media {
        background:
            linear-gradient(180deg, rgba(7, 34, 42, .88), rgba(7, 34, 42, .58), rgba(7, 34, 42, .28)),
            url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=1100&q=80") center / cover;
    }

    .hero-content {
        min-height: 92vh;
        padding-top: 140px;
    }

    .hero-actions .button,
    .contact-actions .button {
        width: 100%;
    }

    .quick-contact a,
    .service-card,
    .appointment-form {
        padding: 20px;
    }

    .section,
    .about-band,
    .contact-section {
        padding: 54px 18px;
    }

    .contact-list div {
        grid-template-columns: 1fr;
    }

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