:root {
    --bg: #080b0e;
    --bg-2: #0d1217;
    --surface: rgba(17, 22, 28, 0.92);
    --surface-2: #141b22;
    --text: #f6f7f2;
    --muted: #a7b0b7;
    --steel: #7f91a4;
    --yellow: #f2c230;
    --yellow-2: #ffd95a;
    --red: #d93636;
    --green: #3ccf8e;
    --line: rgba(255, 255, 255, 0.12);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    --bottom-contact-space: 76px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section[id],
footer[id] {
    scroll-margin-top: 104px;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background:
        linear-gradient(180deg, #070a0d 0%, #0d1217 48%, #080b0e 100%);
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: 0;
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
}

body.nav-open {
    overflow: hidden;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.site-shell {
    overflow: hidden;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
    padding: 14px clamp(18px, 4vw, 64px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: rgba(7, 10, 13, 0.78);
    backdrop-filter: blur(18px);
}

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

.brand img {
    width: min(260px, 42vw);
    max-height: 58px;
    object-fit: contain;
}

.brand-mark {
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(242, 194, 48, 0.55);
    background: linear-gradient(135deg, rgba(242, 194, 48, 0.22), rgba(217, 54, 54, 0.18));
    color: var(--yellow-2);
    font-family: "Barlow", Arial, sans-serif;
    font-weight: 900;
}

.brand-copy {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.brand-copy strong {
    font-family: "Barlow", Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.brand-copy small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    max-width: calc(100vw - min(320px, 46vw) - 120px);
    flex-wrap: wrap;
}

.main-nav a,
.nav-dropdown-toggle {
    min-width: 0;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(246, 247, 242, 0.78);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    padding: 10px 11px;
    text-transform: uppercase;
}

.nav-dropdown {
    position: relative;
    min-width: 0;
}

.nav-dropdown-toggle {
    cursor: pointer;
}

.nav-dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 40;
    display: none;
    width: min(720px, calc(100vw - 36px));
    max-height: min(66vh, 560px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(7, 10, 13, 0.98);
    box-shadow: var(--shadow);
}

.nav-dropdown-menu a {
    display: flex;
    align-items: center;
    min-height: 38px;
    border-color: rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.045);
    font-size: 11px;
    text-transform: none;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
}

.main-nav a:hover,
.main-nav a.is-current,
.nav-dropdown-toggle:hover,
.nav-dropdown.is-open .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle,
.main-nav .nav-call {
    border-color: rgba(242, 194, 48, 0.42);
    color: var(--text);
    background: rgba(242, 194, 48, 0.1);
}

.nav-call {
    box-shadow: inset 0 -2px 0 rgba(217, 54, 54, 0.75);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.04);
    padding: 10px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--text);
}

.nav-close {
    display: none;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 92svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: clamp(28px, 5vw, 76px);
    row-gap: clamp(22px, 4vh, 40px);
    padding: clamp(98px, 13vh, 132px) clamp(18px, 6vw, 90px) clamp(18px, 4vh, 34px);
    background:
        linear-gradient(90deg, rgba(5,8,11,0.99) 0%, rgba(5,8,11,0.9) 38%, rgba(5,8,11,0.54) 66%, rgba(5,8,11,0.18) 100%),
        linear-gradient(180deg, rgba(5,8,11,0.06) 0%, rgba(5,8,11,0.08) 52%, #080b0e 100%),
        var(--hero-image) center right 12%/cover no-repeat;
}

.hero::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(242, 194, 48, 0.16), transparent 36%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 96px);
    opacity: 0.48;
}

.hero::after {
    content: "";
    position: absolute;
    right: -8vw;
    bottom: clamp(92px, 13vh, 138px);
    z-index: 1;
    width: min(720px, 58vw);
    height: clamp(70px, 10vh, 104px);
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(242, 194, 48, 0.94), rgba(217, 54, 54, 0.76)),
        repeating-linear-gradient(135deg, rgba(8,11,14,0.28) 0 10px, transparent 10px 22px);
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    mix-blend-mode: screen;
    opacity: 0.72;
}

.hero-inner,
.page-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hero-inner {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    padding-bottom: clamp(4px, 2vh, 18px);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--yellow-2);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--text);
}

h1,
h2 {
    font-family: "Barlow", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1 {
    max-width: 980px;
    font-size: clamp(42px, 5.2vw, 74px);
    line-height: 0.92;
    overflow-wrap: anywhere;
    text-shadow: 0 16px 42px rgba(0,0,0,0.78);
}

h2 {
    font-size: clamp(30px, 4vw, 58px);
    line-height: 1;
    overflow-wrap: anywhere;
}

h3 {
    font-size: 20px;
}

.hero-copy {
    max-width: 650px;
    margin: 20px 0 8px;
    color: var(--text);
    font-size: clamp(19px, 2vw, 27px);
    font-weight: 850;
    line-height: 1.18;
}

.hero-subcopy,
.content-copy p,
.rich-text,
.reservation-copy p,
.service-strip p,
.feature-item p,
.faq-list p,
.site-footer p,
.page-hero-inner p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,0.16);
    padding: 0 22px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.btn-primary {
    border-color: rgba(242, 194, 48, 0.86);
    background: linear-gradient(135deg, var(--yellow), #b98710);
    color: #111318;
    box-shadow: 0 18px 40px rgba(242, 194, 48, 0.2);
}

.btn-ghost {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
}

.btn-line {
    border-color: rgba(217, 54, 54, 0.56);
    background: rgba(217, 54, 54, 0.14);
}

.symptom-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    max-width: 650px;
}

.symptom-chips span,
.footer-badges span {
    border: 1px solid rgba(255,255,255,0.13);
    background: rgba(255,255,255,0.055);
    color: rgba(246,247,242,0.84);
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-diagnostic-panel {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    z-index: 3;
    width: min(370px, 100%);
    margin-bottom: clamp(4px, 2vh, 18px);
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(242, 194, 48, 0.34);
    background:
        linear-gradient(135deg, rgba(242, 194, 48, 0.12), rgba(217, 54, 54, 0.08) 42%, rgba(10, 14, 18, 0.82) 43%),
        rgba(10, 14, 18, 0.78);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.06);
}

.hero-diagnostic-panel::before {
    content: "";
    position: absolute;
    inset: -1px auto -1px -1px;
    width: 7px;
    background: linear-gradient(var(--yellow-2), var(--red));
}

.panel-kicker {
    color: var(--yellow-2);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-diagnostic-panel strong {
    display: block;
    margin-top: 8px;
    font-family: "Barlow", Arial, sans-serif;
    font-size: clamp(28px, 2.7vw, 38px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.hero-diagnostic-panel p {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.5;
}

.panel-meter {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: 8px;
    height: 74px;
    margin-top: 20px;
}

.panel-meter span {
    min-height: 18px;
    height: var(--h);
    border: 1px solid rgba(242, 194, 48, 0.34);
    background: linear-gradient(180deg, var(--yellow-2), rgba(217, 54, 54, 0.62));
}

.sound-panel {
    position: absolute;
    right: clamp(18px, 5vw, 82px);
    bottom: clamp(118px, 17vh, 196px);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: min(420px, calc(100% - 36px));
    padding: 10px 12px 10px 10px;
    border: 1px solid rgba(242, 194, 48, 0.34);
    background:
        linear-gradient(135deg, rgba(242, 194, 48, 0.13), rgba(217, 54, 54, 0.1)),
        rgba(8, 11, 14, 0.82);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.06);
}

.page-hero .sound-panel {
    right: clamp(18px, 6vw, 90px);
    bottom: 32px;
}

.hero-inner .sound-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 18px;
}

.sound-panel > span {
    color: rgba(246,247,242,0.7);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.sound-panel button {
    min-height: 38px;
    max-width: 230px;
    border: 1px solid rgba(242, 194, 48, 0.42);
    background: rgba(255,255,255,0.06);
    color: var(--text);
    padding: 0 13px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.sound-panel button[aria-pressed="true"] {
    border-color: rgba(217, 54, 54, 0.76);
    background: rgba(217, 54, 54, 0.2);
}

.sound-meter {
    display: grid;
    grid-auto-flow: column;
    align-items: end;
    gap: 4px;
    height: 26px;
    padding: 0 7px;
}

.sound-meter span {
    width: 4px;
    min-height: 8px;
    height: 12px;
    background: var(--yellow-2);
    animation: sound-meter 900ms ease-in-out infinite;
}

.sound-meter span:nth-child(2) { animation-delay: 120ms; }
.sound-meter span:nth-child(3) { animation-delay: 240ms; }
.sound-meter span:nth-child(4) { animation-delay: 360ms; }

.sound-panel.is-playing .sound-meter span {
    background: var(--red);
    animation-duration: 620ms;
}

.hero-stats {
    position: relative;
    grid-column: 1 / -1;
    grid-row: 2;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(255,255,255,0.12);
    background:
        linear-gradient(90deg, rgba(242,194,48,0.12), rgba(8,11,14,0.76) 28%, rgba(8,11,14,0.82));
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 48px rgba(0,0,0,0.36);
}

.hero-stats article {
    min-width: 0;
    padding: 18px 22px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.hero-stats article:last-child {
    border-right: 0;
}

.hero-stats strong {
    display: block;
    color: var(--yellow-2);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-stats span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.announcement-strip,
.section-band,
.single-page-section,
.faq-section,
.reservation-section,
.content-section {
    padding: clamp(58px, 8vw, 108px) clamp(18px, 6vw, 90px);
}

.announcement-strip {
    padding-block: clamp(24px, 4vw, 44px);
    background:
        linear-gradient(90deg, rgba(242,194,48,0.18), rgba(217,54,54,0.11), rgba(8,11,14,0.4)),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 18px);
    border-block: 1px solid rgba(255,255,255,0.1);
}

.announcement-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: clamp(20px, 2.8vw, 30px) clamp(22px, 4vw, 46px);
    border: 1px solid rgba(242,194,48,0.28);
    background:
        linear-gradient(100deg, rgba(14,19,24,0.96), rgba(14,19,24,0.9) 54%, rgba(242,194,48,0.14) 55%, rgba(217,54,54,0.16)),
        rgba(12, 17, 22, 0.92);
    box-shadow: var(--shadow);
}

.announcement-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 12px;
    background:
        linear-gradient(var(--yellow-2), var(--red)),
        repeating-linear-gradient(180deg, rgba(8,11,14,0.24) 0 8px, transparent 8px 16px);
}

.announcement-card::after {
    content: "";
    position: absolute;
    right: -46px;
    top: 0;
    bottom: 0;
    width: 170px;
    background: rgba(242,194,48,0.2);
    transform: skewX(-18deg);
    pointer-events: none;
}

.announcement-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.announcement-copy .eyebrow {
    margin: 0;
}

.announcement-card strong {
    display: block;
    font-family: "Barlow", Arial, sans-serif;
    font-size: clamp(26px, 3.1vw, 42px);
    line-height: 1;
    text-transform: uppercase;
}

.announcement-copy > span {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}

.announcement-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    min-width: 190px;
}

.section-heading {
    max-width: 850px;
    margin-bottom: 34px;
}

.service-band {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.035), transparent),
        radial-gradient(circle at 82% 0%, rgba(242,194,48,0.11), transparent 30%);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.service-strip-grid,
.feature-grid,
.pricing-grid,
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}

.service-strip,
.feature-item,
.price-item {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 230px;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(242,194,48,0.1), transparent 28%),
        linear-gradient(180deg, rgba(22,29,36,0.96), rgba(11,15,19,0.96));
}

.service-strip::after,
.feature-item::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: 18px;
    width: 118px;
    height: 34px;
    background: rgba(242,194,48,0.12);
    transform: skewX(-22deg);
    pointer-events: none;
}

.service-strip span,
.badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 9px;
    border: 1px solid rgba(242,194,48,0.36);
    background: rgba(242,194,48,0.1);
    color: var(--yellow-2);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.service-strip strong,
.feature-item span,
.price-item strong {
    display: block;
    margin: 14px 0;
    color: var(--yellow-2);
    font-family: "Barlow", Arial, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

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

.content-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1fr);
    align-items: center;
    gap: clamp(28px, 5vw, 78px);
}

.content-section.is-reversed {
    grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.95fr);
}

.content-section.is-reversed .content-media {
    order: 2;
}

.content-media {
    position: relative;
    border: 1px solid rgba(255,255,255,0.12);
    background: var(--surface-2);
}

.content-media::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(242, 194, 48, 0.32);
    pointer-events: none;
}

.content-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.08);
}

.content-copy {
    max-width: 720px;
}

.rich-text {
    margin-top: 22px;
}

.text-link,
.contact-lines a,
.footer-actions a {
    color: var(--text);
    font-weight: 900;
    border-bottom: 2px solid var(--yellow);
}

.text-link {
    display: inline-flex;
    margin-top: 28px;
}

.code-band {
    background:
        linear-gradient(110deg, rgba(242,194,48,0.14), rgba(8,11,14,0.2) 34%, rgba(217,54,54,0.08)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 92px);
    border-block: 1px solid rgba(242,194,48,0.16);
}

.code-guide {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1.25fr);
    gap: 1px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.1);
}

.code-search,
.code-table article {
    background: rgba(13, 18, 23, 0.96);
}

.code-search {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: clamp(24px, 4vw, 40px);
}

.code-search > span,
.code-table article span {
    color: var(--yellow-2);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.code-search strong {
    font-family: "Barlow", Arial, sans-serif;
    font-size: clamp(30px, 3.4vw, 50px);
    line-height: 1;
    text-transform: uppercase;
}

.code-search p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.code-search-form {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(13, 18, 23, 0.9);
}

.code-search-form label {
    color: var(--yellow-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.code-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
}

.code-search-row .btn {
    min-height: 48px;
}

.code-search-form p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.code-table {
    display: grid;
    gap: 1px;
    min-width: 0;
    background: rgba(255,255,255,0.1);
}

.code-table article {
    min-width: 0;
    display: grid;
    grid-template-columns: 110px minmax(130px, 0.7fr) minmax(180px, 1fr);
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
}

.code-table article strong {
    color: var(--text);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 20px;
    overflow-wrap: anywhere;
}

.code-table article p,
.code-table article small,
.code-table article em {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.code-table article em {
    grid-column: 2 / -1;
    color: rgba(246,247,242,0.74);
    font-style: normal;
}

.code-table-full {
    margin-top: 32px;
    border: 1px solid rgba(255,255,255,0.12);
}

.reservation-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: start;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border-block: 1px solid rgba(255,255,255,0.1);
}

.reservation-form {
    display: grid;
    gap: 16px;
    padding: clamp(20px, 4vw, 38px);
    background: rgba(12, 17, 22, 0.9);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: var(--shadow);
}

.reservation-form label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

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

.availability-row {
    grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
    align-items: start;
}

.availability-field {
    display: grid;
    gap: 8px;
    min-width: 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.availability-summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.05);
    color: rgba(246,247,242,0.82);
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: none;
}

.availability-summary[data-status="ready"] {
    border-color: rgba(242, 194, 48, 0.38);
    color: #ffe59b;
}

.availability-summary[data-status="selected"] {
    border-color: rgba(60, 207, 142, 0.48);
    background: rgba(60, 207, 142, 0.12);
    color: #c9f7dd;
}

.availability-summary[data-status="error"] {
    border-color: rgba(217, 54, 54, 0.52);
    background: rgba(217,54,54,0.14);
    color: #ffd5d5;
}

.availability-slots {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
    max-height: 148px;
    overflow-y: auto;
    padding-right: 4px;
}

.availability-slot {
    display: grid;
    place-items: center;
    gap: 3px;
    min-width: 0;
    min-height: 44px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.045);
    color: var(--text);
    padding: 7px 5px;
    cursor: pointer;
    text-align: center;
}

.availability-slot strong {
    font-family: "Barlow", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.availability-slot span {
    color: rgba(246,247,242,0.64);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.availability-slot.is-available:hover,
.availability-slot.is-selected {
    border-color: rgba(242, 194, 48, 0.72);
    background: rgba(242, 194, 48, 0.14);
}

.availability-slot.is-booked,
.availability-slot.is-blocked,
.availability-slot.is-closed,
.availability-slot:disabled {
    cursor: not-allowed;
    opacity: 0.48;
    background: rgba(255,255,255,0.025);
}

input,
select,
textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 0;
    background: rgba(255,255,255,0.055);
    color: var(--text);
    padding: 12px 14px;
}

input[type="date"] {
    color-scheme: dark;
}

select option {
    background: #111820;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(242,194,48,0.72);
    box-shadow: 0 0 0 3px rgba(242,194,48,0.13);
    outline: none;
}

.form-alert {
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.14);
    font-weight: 800;
}

.form-alert.success {
    background: rgba(60, 207, 142, 0.16);
    color: #ccf5dd;
}

.form-alert.error {
    background: rgba(217,54,54,0.16);
    color: #ffd0d3;
}

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

.gallery-grid figure {
    margin: 0;
    min-height: 340px;
    background: #111820;
}

.gallery-grid img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery-grid figcaption {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.gallery-grid figcaption span {
    color: var(--muted);
}

.faq-list {
    display: grid;
    gap: 12px;
    max-width: 980px;
}

.faq-list details {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
}

.faq-list summary {
    cursor: pointer;
    padding: 20px;
    font-weight: 900;
}

.faq-list p {
    margin: 0;
    padding: 0 20px 20px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.testimonial-item {
    min-width: 0;
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.11);
    background: rgba(255,255,255,0.045);
}

.testimonial-stars {
    color: var(--yellow-2);
    font-size: 15px;
}

.testimonial-item p {
    margin: 0;
    color: rgba(246,247,242,0.78);
    line-height: 1.7;
}

.testimonial-item span {
    color: rgba(246,247,242,0.52);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.page-hero {
    position: relative;
    min-height: 58svh;
    display: grid;
    align-items: end;
    padding: clamp(140px, 18vh, 210px) clamp(18px, 6vw, 90px) 82px;
    background:
        linear-gradient(90deg, rgba(5,8,11,0.98) 0%, rgba(5,8,11,0.9) 42%, rgba(5,8,11,0.54) 76%, rgba(5,8,11,0.28) 100%),
        linear-gradient(180deg, rgba(5,8,11,0.12), #080b0e 96%),
        var(--hero-image) center right/cover no-repeat;
}

.single-page-section .content-section,
.single-page-section .reservation-section {
    padding: 0;
}

.single-reservation {
    border-block: 0;
    background: transparent;
}

.page-copy {
    max-width: 920px;
}

.page-empty {
    max-width: 760px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}

.contact-page-item {
    min-width: 0;
    min-height: 168px;
    display: grid;
    align-content: start;
    gap: 12px;
    padding: clamp(22px, 4vw, 34px);
    background: rgba(18, 24, 31, 0.96);
}

.contact-page-item span {
    color: var(--yellow-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-page-item a,
.contact-page-item p {
    margin: 0;
    color: var(--text);
    font-size: clamp(18px, 2.4vw, 30px);
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.seo-area-section {
    align-items: stretch;
}

.seo-area-card {
    min-width: 0;
    align-self: start;
    display: grid;
    gap: 16px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(18, 24, 31, 0.96);
    box-shadow: var(--shadow);
}

.seo-area-card strong {
    color: var(--yellow-2);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.seo-area-card > span {
    color: rgba(246,247,242,0.72);
    font-weight: 800;
}

.seo-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.seo-facts p {
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.045);
}

.seo-facts b,
.seo-facts small {
    display: block;
}

.seo-facts b {
    color: var(--text);
    font-size: 18px;
}

.seo-facts small {
    color: rgba(246,247,242,0.56);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.district-links-section {
    display: grid;
    gap: 22px;
    padding: 72px clamp(18px, 5vw, 70px);
    background: rgba(0,0,0,0.18);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.district-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.district-link-grid a {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.045);
    color: rgba(246,247,242,0.76);
    font-size: 13px;
    font-weight: 900;
}

.site-footer {
    position: relative;
    display: grid;
    gap: 0;
    padding: clamp(24px, 4vw, 38px) clamp(18px, 6vw, 90px) calc(14px + var(--bottom-contact-space));
    border-top: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(135deg, #070a0d, #10161d 58%, #070a0d);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--yellow-2), var(--red), transparent);
}

.footer-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(16px, 3vw, 36px);
    padding: clamp(10px, 2vw, 16px) 0 clamp(16px, 2vw, 22px);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-cta h2 {
    max-width: 840px;
    font-size: clamp(24px, 3vw, 38px);
}

.footer-cta-actions {
    display: grid;
    gap: 8px;
    min-width: 188px;
}

.site-footer .btn {
    min-height: 42px;
    padding-inline: 16px;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.05fr) minmax(220px, 0.8fr) minmax(240px, 0.9fr);
    gap: clamp(20px, 4vw, 46px);
    padding: clamp(22px, 3vw, 30px) 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand {
    margin-bottom: 12px;
}

.footer-brand-block p,
.footer-contact p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.footer-column {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 6px;
}

.footer-column:not(.footer-contact) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-column:not(.footer-contact) strong {
    grid-column: 1 / -1;
}

.footer-column strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-column a {
    width: fit-content;
    max-width: 100%;
    color: rgba(246,247,242,0.76);
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.footer-contact a {
    color: var(--text);
    border-bottom: 1px solid rgba(242,194,48,0.72);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 12px;
}

.footer-bottom a {
    color: rgba(246,247,242,0.8);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.site-footer small {
    color: rgba(246,247,242,0.54);
    line-height: 1.5;
}

.bottom-contact-bar {
    position: fixed;
    left: 50%;
    bottom: 8px;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: min(560px, calc(100% - 28px));
    padding: 1px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.58), 0 0 32px rgba(242, 194, 48, 0.1);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.bottom-contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    min-height: 52px;
    padding: 7px 12px;
    overflow: hidden;
    background: rgba(8, 11, 14, 0.94);
}

.bottom-contact-link:hover,
.bottom-contact-link:focus-visible {
    background: rgba(242, 194, 48, 0.18);
    outline: none;
}

.bottom-contact-whatsapp:hover,
.bottom-contact-whatsapp:focus-visible {
    background: rgba(60, 207, 142, 0.2);
}

.bottom-contact-mark {
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(242, 194, 48, 0.42);
    background: rgba(242, 194, 48, 0.12);
    color: var(--yellow-2);
    font-size: 10px;
    font-weight: 900;
}

.bottom-contact-whatsapp .bottom-contact-mark {
    border-color: rgba(60, 207, 142, 0.48);
    background: rgba(60, 207, 142, 0.12);
    color: #bdf8d8;
}

.bottom-contact-text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.bottom-contact-text strong,
.bottom-contact-text small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom-contact-text strong {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
}

.bottom-contact-text small {
    color: rgba(246,247,242,0.68);
    font-size: 10px;
    font-weight: 800;
}

.cookie-banner {
    position: fixed;
    right: clamp(14px, 3vw, 34px);
    bottom: calc(76px + env(safe-area-inset-bottom));
    left: clamp(14px, 3vw, 34px);
    z-index: 1000;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(7, 10, 13, 0.96);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    pointer-events: auto;
}

.cookie-banner[hidden],
.cookie-banner.is-hidden {
    display: none !important;
}

.cookie-banner p {
    margin: 0;
    color: rgba(246,247,242,0.72);
    font-size: 13px;
    line-height: 1.5;
}

.cookie-banner a {
    color: var(--text);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.cookie-actions {
    display: flex;
    gap: 8px;
}

.cookie-actions button {
    min-height: 40px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    color: var(--text);
    padding: 9px 12px;
    font-weight: 900;
    cursor: pointer;
    pointer-events: auto;
    white-space: nowrap;
}

.cookie-actions button[data-cookie-accept] {
    border-color: rgba(242, 194, 48, 0.56);
    background: rgba(242, 194, 48, 0.14);
}

@keyframes sound-meter {
    0%,
    100% {
        height: 9px;
    }

    50% {
        height: 24px;
    }
}

@media (max-width: 1100px) {
    .service-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-diagnostic-panel {
        width: min(380px, 100%);
    }
}

@media (max-width: 980px) {
    .main-nav {
        position: fixed;
        inset: 0;
        z-index: 90;
        width: 100vw;
        height: 100dvh;
        min-height: 100dvh;
        max-width: none;
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-y: auto;
        padding: 22px 18px calc(96px + env(safe-area-inset-bottom));
        background: linear-gradient(180deg, rgba(7,10,13,0.99), rgba(12,17,22,0.99));
        border-bottom: 0;
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a,
    .nav-dropdown-toggle {
        display: flex;
        align-items: center;
        min-height: 48px;
        border-color: rgba(255,255,255,0.12);
        background: rgba(255,255,255,0.045);
        font-size: 13px;
        padding: 12px 14px;
        text-align: left;
    }

    .nav-dropdown,
    .nav-dropdown-toggle {
        width: 100%;
    }

    .nav-dropdown-toggle {
        justify-content: space-between;
    }

    .nav-dropdown-menu {
        position: static;
        width: 100%;
        max-height: 42vh;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 8px;
        box-shadow: none;
        background: rgba(0,0,0,0.24);
    }

    .nav-dropdown:not(.is-open) .nav-dropdown-menu {
        display: none;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        display: grid;
    }

    .nav-dropdown:hover .nav-dropdown-menu {
        display: none;
    }

    .nav-dropdown.is-open:hover .nav-dropdown-menu,
    .nav-dropdown.is-open:focus-within .nav-dropdown-menu {
        display: grid;
    }

    .nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        min-height: 44px;
        border: 1px solid rgba(242, 194, 48, 0.56);
        background: rgba(242, 194, 48, 0.14);
        color: var(--text);
        padding: 10px 16px;
        font-weight: 900;
        cursor: pointer;
        text-transform: uppercase;
    }

    .nav-toggle {
        display: block;
    }

    .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        align-items: start;
        row-gap: 24px;
        padding-top: 126px;
        padding-bottom: 46px;
        background-position: center;
    }

    .hero::after {
        right: -28vw;
        bottom: auto;
        top: 92px;
        width: 78vw;
        height: 62px;
        opacity: 0.38;
    }

    .hero-inner,
    .hero-diagnostic-panel,
    .sound-panel,
    .hero-stats {
        grid-column: 1;
    }

    .hero-inner {
        grid-row: 1;
        padding-bottom: 0;
    }

    .hero-diagnostic-panel {
        grid-row: 2;
        width: min(520px, 100%);
        margin: 0;
    }

    .sound-panel,
    .page-hero .sound-panel {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 0;
        width: fit-content;
    }

    .page-hero .sound-panel {
        margin-top: 22px;
    }

    .hero-stats {
        grid-row: 3;
    }

    .page-hero {
        min-height: auto;
        padding-top: 126px;
        padding-bottom: 64px;
    }

    .hero-stats,
    .feature-grid,
    .gallery-grid,
    .testimonial-grid,
    .contact-page-grid,
    .reservation-section,
    .seo-facts,
    .content-section,
    .content-section.is-reversed,
    .code-guide,
    .announcement-card,
    .footer-cta,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .announcement-card::after {
        right: -88px;
        width: 150px;
        opacity: 0.55;
    }

    .content-section.is-reversed .content-media {
        order: 0;
    }

    .footer-cta-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    .code-table article {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
    }

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

    .code-table article em {
        grid-column: auto;
    }
}

@media (max-width: 620px) {
    :root {
        --bottom-contact-space: 86px;
    }

    .site-header {
        min-height: 74px;
        padding: 12px 16px;
    }

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

    .brand-copy strong {
        font-size: 18px;
    }

    .brand-copy small {
        font-size: 10px;
    }

    .hero {
        padding: 98px 18px 24px;
        row-gap: 14px;
    }

    .hero::after {
        top: 80px;
        right: -36vw;
        width: 92vw;
        height: 50px;
    }

    .page-hero {
        padding: 108px 18px 48px;
    }

    h1 {
        font-size: clamp(34px, 9.6vw, 42px);
        line-height: 0.94;
    }

    h2 {
        font-size: clamp(28px, 9vw, 40px);
    }

    .hero-copy {
        margin-top: 16px;
        font-size: 18px;
    }

    .hero-subcopy {
        font-size: 14px;
        line-height: 1.55;
    }

    .hero-actions,
    .page-actions,
    .contact-lines,
    .footer-actions,
    .service-strip-grid,
    .form-row,
    .availability-row,
    .footer-cta-actions,
    .announcement-actions {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hero-actions {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 18px;
    }

    .hero-actions .btn {
        flex: 1 1 0;
        min-height: 48px;
        padding-inline: 9px;
        font-size: 10px;
        line-height: 1.15;
        white-space: normal;
    }

    .btn {
        width: 100%;
    }

    .symptom-chips {
        display: none;
    }

    .hero-stats {
        display: none;
    }

    .hero-diagnostic-panel {
        padding: 18px;
    }

    .hero-diagnostic-panel strong {
        font-size: 27px;
    }

    .panel-meter {
        height: 42px;
        margin-top: 14px;
    }

    .sound-panel,
    .page-hero .sound-panel {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    .sound-panel button {
        flex: 1;
        max-width: none;
        padding-inline: 10px;
        font-size: 11px;
    }

    .sound-panel > span {
        white-space: normal;
    }

    .availability-slots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .availability-slot {
        min-height: 56px;
    }

    .announcement-card,
    .service-strip,
    .feature-item,
    .contact-page-item,
    .reservation-form,
    .seo-area-card {
        padding: 22px;
    }

    .gallery-grid img {
        height: 220px;
    }

    .footer-cta {
        display: none;
    }

    .footer-main {
        gap: 14px;
        padding: 18px 0;
    }

    .footer-column:not(.footer-contact) {
        display: none;
    }

    .footer-bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .footer-bottom a {
        display: none;
    }

    .bottom-contact-bar {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        transform: none;
    }

    .bottom-contact-link {
        justify-content: center;
        min-height: 74px;
        padding: 9px 12px;
    }

    .cookie-banner {
        grid-template-columns: 1fr;
        bottom: calc(78px + env(safe-area-inset-bottom));
        padding: 14px;
    }

    .cookie-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nav-dropdown-menu {
        grid-template-columns: 1fr;
        max-height: 48vh;
    }
}

@media (max-width: 360px) {
    :root {
        --bottom-contact-space: 74px;
    }

    .bottom-contact-text small {
        display: none;
    }

    .bottom-contact-link {
        min-height: 64px;
    }
}
