:root {
    --bg: #050403;
    --panel: #0c0906;
    --panel-2: #120d08;
    --gold: #c99a4a;
    --gold-2: #e2bd75;
    --cream: #efe1c5;
    --muted: #b9a98f;
    --line: rgba(201, 154, 74, 0.52);
    --shadow: rgba(0, 0, 0, 0.72);
    --serif: "Cinzel", Georgia, serif;
    --body: "Libre Baskerville", Georgia, serif;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--bg);
}

body {
    margin: 0;
    color: var(--cream);
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 154, 74, 0.08), transparent 35rem),
        linear-gradient(180deg, #070503 0%, #030302 100%);
    font-family: var(--body);
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.site-shell {
    min-height: 100vh;
    border: 1px solid var(--line);
    margin: 10px;
    position: relative;
}

.site-shell::before,
.site-shell::after {
    content: "";
    position: fixed;
    inset: 22px;
    pointer-events: none;
    border: 1px solid rgba(201, 154, 74, 0.18);
    z-index: 20;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(5, 4, 3, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}

.topbar {
    min-height: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: center;
    padding: 0 48px;
    color: var(--gold-2);
    font-family: var(--serif);
    font-size: 12px;
    text-transform: uppercase;
}

.navrow {
    min-height: 94px;
    display: grid;
    grid-template-columns: 150px 1fr 230px 1fr 150px;
    align-items: center;
    gap: 28px;
    padding: 0 48px;
}

.brand img {
    width: 230px;
    margin: auto;
}

.primary-nav {
    display: flex;
    justify-content: center;
    gap: clamp(22px, 3vw, 54px);
    font-family: var(--serif);
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.primary-nav a {
    position: relative;
    padding: 10px 0;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 0;
    height: 1px;
    background: var(--gold);
}

.menu-toggle,
.book-button,
.gold-button,
.filter-row button {
    border: 1px solid var(--line);
    background: rgba(10, 8, 6, 0.82);
    color: var(--gold-2);
    font-family: var(--serif);
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 48px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--gold-2);
}

.menu-toggle {
    flex-direction: row;
}

.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
    display: none;
}

.book-button,
.gold-button {
    color: #130d06;
    background: linear-gradient(180deg, #e1bd75, #b68234);
    border-color: #e4c77e;
    font-weight: 700;
}

.container {
    width: min(1500px, calc(100vw - 64px));
    margin: 0 auto;
}

.hero-home {
    min-height: calc(100vh - 147px);
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(440px, 720px) 1fr;
    align-items: center;
    gap: 34px;
    padding: 58px 56px 104px;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.52) 42%, rgba(0,0,0,0.20) 100%),
        var(--hero-image) center / cover no-repeat;
    overflow: hidden;
}

.hero-copy {
    grid-column: 2;
    max-width: 710px;
    text-align: center;
}

.ornament,
.eyebrow {
    margin: 0 0 16px;
    color: var(--gold-2);
    font-family: var(--serif);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-copy h1,
.page-hero h1 {
    margin: 0;
    font-family: var(--serif);
    text-transform: uppercase;
    font-size: clamp(58px, 8vw, 132px);
    line-height: 0.86;
    color: #d9c7a5;
    text-shadow: 0 10px 24px var(--shadow);
}

.hero-copy h1 span {
    display: block;
    font-size: clamp(30px, 3vw, 54px);
    letter-spacing: 10px;
    margin-top: 16px;
}

.hero-kicker {
    font-family: var(--serif);
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-copy p {
    font-size: 17px;
    line-height: 1.8;
}

.hero-icons {
    display: grid;
    gap: 12px;
}

.hero-icons span {
    width: 72px;
    aspect-ratio: 1;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    font-family: var(--serif);
    color: var(--gold-2);
    font-size: 10px;
    text-transform: uppercase;
}

.hero-location {
    justify-self: end;
    align-self: center;
    margin-right: 80px;
    text-align: center;
    font-family: var(--serif);
    color: var(--gold-2);
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.55;
}

.hero-badges,
.footer-badges {
    position: absolute;
    left: 56px;
    right: 56px;
    bottom: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.hero-badges span,
.footer-badges span {
    min-height: 64px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--gold-2);
    font-family: var(--serif);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px;
}

.content-band {
    padding: 72px 0;
    border-top: 1px solid rgba(201, 154, 74, 0.28);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.015), transparent),
        #070503;
}

.section-title {
    text-align: center;
    margin-bottom: 42px;
}

.section-title h2,
.prose h2,
.price-card h2,
.location-card h2,
.contact-form h2,
.connect-card h2,
.blog-sidebar h2 {
    margin: 0 0 18px;
    color: #d9c7a5;
    font-family: var(--serif);
    text-transform: uppercase;
    font-size: clamp(30px, 4vw, 58px);
    line-height: 1;
}

.section-lede,
.prose p,
.location-card p,
.connect-card p,
.blog-card p {
    color: var(--muted);
    line-height: 1.8;
}

.split-grid,
.about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.image-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.image-stack img,
.gallery-grid img,
.location-card img,
.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--line);
    filter: sepia(0.35) saturate(0.8) contrast(1.05);
}

.service-preview-grid,
.price-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}

.service-card,
.price-card,
.blog-sidebar,
.connect-card,
.contact-form {
    background: linear-gradient(180deg, rgba(19, 14, 9, 0.96), rgba(7, 5, 3, 0.98));
    padding: 30px;
}

.service-card h3,
.price-card h3,
.blog-card h2 {
    margin: 0 0 20px;
    color: var(--gold-2);
    font-family: var(--serif);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-card ul,
.price-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-card li,
.price-card li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    color: var(--cream);
    line-height: 2;
}

.service-card li span,
.price-card li span {
    overflow: hidden;
    white-space: nowrap;
}

.service-card li span::after,
.price-card li span::after {
    content: " ................................................................";
    color: var(--gold);
    opacity: 0.65;
}

.price-card p {
    color: var(--muted);
    line-height: 1.65;
    border: 1px solid rgba(201,154,74,0.35);
    padding: 14px;
    margin: 26px 0 0;
    text-align: center;
}

.price-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gallery-grid img {
    aspect-ratio: 1.32 / 1;
}

.gallery-grid.large img:nth-child(1),
.gallery-grid.large img:nth-child(4) {
    grid-column: span 1;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.page-hero {
    min-height: 420px;
    display: grid;
    align-items: center;
    padding: 80px 64px;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.86), rgba(0,0,0,0.42), rgba(0,0,0,0.72)),
        var(--hero-image, url('../images/hero-home.jpg')) center / cover no-repeat;
}

.page-hero.compact {
    min-height: 300px;
}

.page-hero-copy {
    max-width: 760px;
    text-align: center;
}

.page-hero-copy.centered {
    margin: auto;
}

.page-hero p {
    color: var(--muted);
    line-height: 1.7;
}

.stat-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line);
}

.stat-panel span {
    min-height: 150px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid rgba(201,154,74,0.22);
    padding: 20px;
    color: var(--gold-2);
    font-family: var(--serif);
    text-transform: uppercase;
}

.stat-panel b {
    display: block;
    font-size: 44px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.location-card {
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 28px;
    padding: 16px;
    background: rgba(10,8,6,0.72);
}

.contact-form {
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.contact-form h2,
.contact-form textarea,
.contact-form button {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
    min-height: 48px;
    background: #080604;
    border: 1px solid rgba(201,154,74,0.45);
    color: var(--cream);
    padding: 14px;
    font: inherit;
}

.contact-form textarea {
    min-height: 96px;
    resize: vertical;
}

.connect-card {
    border: 1px solid var(--line);
}

.social-row {
    display: flex;
    gap: 12px;
}

.social-row a,
.blog-sidebar a {
    border: 1px solid rgba(201,154,74,0.36);
    color: var(--gold-2);
    padding: 12px 14px;
}

.blog-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 16px;
}

.blog-sidebar {
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.blog-card {
    border: 1px solid var(--line);
    background: rgba(10,8,6,0.85);
    padding: 18px;
}

.blog-card img {
    aspect-ratio: 1.25 / 1;
    margin-bottom: 18px;
}

.blog-card time {
    color: var(--gold-2);
    font-family: var(--serif);
    text-transform: uppercase;
    font-size: 12px;
}

.prose {
    max-width: 920px;
}

.prose .featured-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border: 1px solid var(--line);
    margin-bottom: 28px;
}

.site-footer {
    position: relative;
    padding: 94px 56px 38px;
    border-top: 1px solid var(--line);
    background: #050403;
}

.site-footer .footer-badges {
    position: static;
    margin-bottom: 34px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--muted);
}

.footer-bottom img {
    width: 190px;
}

@media (max-width: 1120px) {
    .topbar {
        grid-template-columns: 1fr 1fr;
        padding: 10px 24px;
    }

    .navrow {
        grid-template-columns: 120px 1fr 120px;
        padding: 10px 24px;
    }

    .primary-nav {
        display: none;
    }

    .site-header.menu-open .primary-nav {
        display: flex;
        grid-column: 1 / -1;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
    }

    .brand img {
        width: 180px;
    }

    .hero-home {
        grid-template-columns: 1fr;
        padding: 44px 24px 190px;
    }

    .hero-icons,
    .hero-location {
        display: none;
    }

    .hero-copy {
        grid-column: 1;
        margin: auto;
    }

    .hero-badges,
    .footer-badges {
        grid-template-columns: 1fr 1fr;
        left: 24px;
        right: 24px;
    }

    .split-grid,
    .about-layout,
    .contact-grid,
    .blog-layout {
        grid-template-columns: 1fr;
    }

    .service-preview-grid,
    .price-grid,
    .gallery-grid,
    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .site-shell {
        margin: 0;
        border-left: 0;
        border-right: 0;
    }

    .site-shell::before,
    .site-shell::after {
        display: none;
    }

    .topbar {
        grid-template-columns: 1fr;
        font-size: 10px;
        text-align: center;
    }

    .navrow {
        grid-template-columns: 96px 1fr;
    }

    .book-button {
        grid-column: 1 / -1;
    }

    .hero-copy h1,
    .page-hero h1 {
        font-size: 54px;
    }

    .container {
        width: min(100% - 28px, 1500px);
    }

    .hero-badges,
    .footer-badges,
    .service-preview-grid,
    .price-grid,
    .gallery-grid,
    .blog-grid,
    .image-stack,
    .stat-panel,
    .contact-form {
        grid-template-columns: 1fr;
    }

    .location-card {
        grid-template-columns: 1fr;
    }

    .content-band {
        padding: 48px 0;
    }
}

.site-header {
    border-bottom-color: rgba(201, 154, 74, 0.42);
}

.topbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(201, 154, 74, 0.24);
}

.navrow {
    min-height: 96px;
    grid-template-columns: 160px minmax(280px, 1fr) 260px minmax(280px, 1fr) 160px;
}

.brand img {
    width: 245px;
    max-height: 86px;
    object-fit: contain;
}

.hero-home {
    min-height: calc(100vh - 151px);
    grid-template-columns: 92px minmax(560px, 780px) 1fr;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.76) 39%, rgba(0,0,0,0.34) 72%, rgba(0,0,0,0.68) 100%),
        radial-gradient(circle at 69% 48%, rgba(201,154,74,.11), transparent 32rem),
        var(--hero-image) center / cover no-repeat;
}

.hero-copy {
    align-self: center;
    margin-top: -30px;
}

.hero-copy h1 {
    font-size: clamp(78px, 9vw, 150px);
    letter-spacing: 2px;
}

.hero-copy h1 span {
    font-size: clamp(34px, 3.2vw, 58px);
    letter-spacing: 12px;
}

.hero-icons span {
    background: rgba(0,0,0,.38);
    color: var(--gold-2);
}

.hero-badges span,
.footer-badges span {
    background: rgba(5,4,3,.64);
}

.gold-button,
.book-button {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 26px rgba(0,0,0,.28);
}

.page-hero {
    min-height: 460px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.46), rgba(0,0,0,.82)),
        var(--hero-image, url('../images/hero-home.jpg')) center / cover no-repeat;
}

@media (max-width: 1120px) {
    .navrow {
        grid-template-columns: 120px 1fr 126px;
    }

    .hero-home {
        min-height: 820px;
        background-position: center;
    }

    .hero-copy {
        margin-top: 0;
    }
}

@media (max-width: 680px) {
    .topbar span:nth-child(n+3),
    .topbar a:nth-child(n+3) {
        display: none;
    }

    .navrow {
        min-height: 88px;
        grid-template-columns: 82px 1fr;
        gap: 12px;
        padding: 8px 16px;
    }

    .brand img {
        width: min(230px, 58vw);
        justify-self: end;
    }

    .menu-toggle {
        width: 64px;
        min-height: 48px;
        padding: 0;
    }

    .menu-toggle b {
        display: none;
    }

    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        display: block;
    }

    .book-button {
        min-height: 46px;
        width: 100%;
    }

    .hero-home {
        min-height: 780px;
        padding: 46px 18px 330px;
        background:
            linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.86) 54%, rgba(0,0,0,.98)),
            var(--hero-image) center top / cover no-repeat;
    }

    .hero-copy {
        align-self: start;
        text-align: center;
        max-width: 100%;
    }

    .hero-copy h1 {
        font-size: clamp(56px, 18vw, 86px);
        line-height: .9;
    }

    .hero-copy h1 span {
        font-size: clamp(24px, 8vw, 38px);
        letter-spacing: 6px;
    }

    .hero-copy p {
        font-size: 15px;
    }

    .hero-badges {
        bottom: 18px;
        gap: 8px;
    }

    .hero-badges span {
        min-height: 48px;
        font-size: 11px;
        padding: 8px;
    }

    .page-hero {
        min-height: 390px;
        padding: 58px 22px;
    }

    .page-hero-copy {
        max-width: 100%;
    }

    .price-card,
    .service-card,
    .contact-form,
    .connect-card,
    .blog-sidebar {
        padding: 22px;
    }
}

.hero-home {
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.70) 34%, rgba(0,0,0,0.22) 70%, rgba(0,0,0,0.50) 100%),
        radial-gradient(circle at 70% 46%, rgba(201,154,74,.16), transparent 34rem),
        var(--hero-image) center / cover no-repeat;
}

.hero-copy,
.page-hero-copy {
    min-width: 0;
}

.hero-copy h1,
.page-hero h1 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
}

@media (max-width: 680px) {
    body {
        overflow-x: hidden;
    }

    .site-header {
        position: relative;
    }

    .hero-home {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 52px 18px 24px;
        overflow: hidden;
        background:
            linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.84) 48%, rgba(0,0,0,.98)),
            var(--hero-image) 55% top / auto 46% no-repeat,
            #030302;
    }

    .hero-copy {
        width: 100%;
        padding-top: 240px;
    }

    .ornament,
    .eyebrow,
    .hero-kicker {
        letter-spacing: 1.4px;
    }

    .hero-copy h1 {
        font-size: clamp(42px, 14.2vw, 55px);
        line-height: .92;
        letter-spacing: 0;
        max-width: 100%;
    }

    .hero-copy h1 span {
        font-size: clamp(22px, 7.1vw, 30px);
        letter-spacing: 3px;
        line-height: 1.08;
        margin-top: 12px;
    }

    .hero-copy p:not(.ornament):not(.hero-kicker) {
        max-width: 29ch;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-badges {
        position: static;
        width: 100%;
        margin-top: 36px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-badges span {
        width: 100%;
    }
}

.hero-home {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.66) 38%, rgba(0,0,0,0.16) 72%, rgba(0,0,0,0.42) 100%),
        radial-gradient(circle at 70% 46%, rgba(201,154,74,.14), transparent 34rem),
        var(--hero-image) center / cover no-repeat;
}

@media (max-width: 680px) {
    .hero-home {
        padding-top: 34px;
        background:
            linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.72) 42%, rgba(0,0,0,.98)),
            var(--hero-image) center top / 100% auto no-repeat,
            #030302;
    }

    .hero-copy {
        padding-top: 205px;
    }
}

.price-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.price-card h2 {
    font-size: clamp(28px, 2.45vw, 44px);
    line-height: 1.05;
    overflow-wrap: break-word;
}

.price-card li {
    font-size: 15px;
}

.location-card img {
    min-height: 210px;
}

@media (min-width: 1121px) {
    .price-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        border: 0;
        background: transparent;
    }

    .price-card {
        border: 1px solid var(--line);
    }
}

@media (max-width: 680px) {
    .price-card h2 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .page-hero h1 {
        font-size: clamp(42px, 13vw, 58px);
    }
}

.gallery-item {
    margin: 0;
    border: 1px solid var(--line);
    background: rgba(5,4,3,.84);
    overflow: hidden;
}

.gallery-item img {
    border: 0;
    height: auto;
    width: 100%;
    aspect-ratio: 1.32 / 1;
    object-fit: cover;
}

.gallery-item figcaption {
    min-height: 52px;
    display: grid;
    place-items: center;
    padding: 10px 12px;
    color: var(--gold-2);
    font-family: var(--serif);
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid rgba(201,154,74,.28);
}

.header-actions,
.hero-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header-actions .book-button,
.header-actions .whatsapp-button {
    min-width: 128px;
    padding-left: 18px;
    padding-right: 18px;
}

.whatsapp-button {
    border: 1px solid rgba(226,189,117,.78);
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: var(--gold-2);
    background: rgba(8, 28, 18, .78);
    font-family: var(--serif);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 12px 24px rgba(0,0,0,.24);
}

.booking-links {
    flex-wrap: wrap;
}

.booking-links a:nth-child(1),
.booking-links a:nth-child(2) {
    color: #130d06;
    background: linear-gradient(180deg, #e1bd75, #b68234);
    border-color: #e4c77e;
    font-weight: 700;
}

@media (max-width: 1120px) {
    .navrow {
        grid-template-columns: 120px 1fr 170px;
    }

    .header-actions {
        flex-direction: column;
        gap: 8px;
    }

    .header-actions .book-button,
    .header-actions .whatsapp-button {
        width: 100%;
        min-height: 42px;
        font-size: 12px;
    }
}

@media (max-width: 680px) {
    .navrow {
        grid-template-columns: 82px 1fr;
    }

    .header-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .hero-cta-row {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 326px);
        margin: 0 auto;
    }

    .hero-cta-row .gold-button,
    .hero-cta-row .whatsapp-button {
        width: 100%;
    }

    .booking-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.header-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    align-items: center;
}

.header-actions .whatsapp-button,
.header-actions .book-button {
    min-height: 34px;
    min-width: 0;
    width: 100%;
    padding: 0 12px;
    font-size: 11px;
    white-space: nowrap;
}

.navrow {
    grid-template-columns: 150px minmax(245px, 1fr) 245px minmax(245px, 1fr) 164px;
}

.branch-cta-row,
.location-actions,
.price-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.branch-cta-row .gold-button,
.branch-cta-row .whatsapp-button,
.location-actions .gold-button,
.location-actions .whatsapp-button {
    min-width: 142px;
}

.location-card-featured {
    align-items: stretch;
}

.location-actions {
    justify-content: flex-start;
    margin-top: 20px;
}

@media (max-width: 1240px) {
    .navrow {
        grid-template-columns: 120px 1fr 180px;
    }
}

@media (max-width: 680px) {
    .header-actions {
        grid-template-columns: 1fr 1fr;
    }

    .header-actions .whatsapp-button {
        grid-column: 1 / -1;
    }

    .branch-cta-row,
    .location-actions,
    .price-cta-row {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .branch-cta-row .gold-button,
    .branch-cta-row .whatsapp-button,
    .location-actions .gold-button,
    .location-actions .whatsapp-button {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .navrow {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
        padding: 10px 16px 14px;
    }

    .brand {
        min-width: 0;
        display: flex;
        justify-content: center;
    }

    .brand img {
        width: min(230px, 62vw);
        min-width: 170px;
        max-height: 78px;
    }

    .header-actions {
        grid-column: 1 / -1;
        margin-top: 4px;
    }

    .topbar a,
    .topbar span {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 1366px) {
    .site-shell {
        margin: 10px;
    }

    .topbar {
        min-height: 34px;
        padding: 0 42px;
        gap: 12px;
        font-size: 11px;
    }

    .navrow {
        min-height: 116px;
        grid-template-columns: 150px minmax(210px, .9fr) 220px minmax(210px, .9fr) 164px;
        gap: 18px;
        padding: 8px 48px;
    }

    .brand img {
        width: 220px;
        max-height: 76px;
    }

    .primary-nav {
        gap: clamp(18px, 2vw, 34px);
        font-size: 14px;
    }

    .menu-toggle {
        min-height: 50px;
        padding: 0 22px;
    }

    .hero-home {
        min-height: calc(100vh - 150px);
        grid-template-columns: 86px minmax(500px, 690px) minmax(260px, 1fr);
        gap: 22px;
        padding: 38px 56px 82px;
    }

    .hero-copy h1 {
        font-size: clamp(64px, 7.4vw, 104px);
        line-height: .9;
    }

    .hero-copy h1 span {
        font-size: clamp(30px, 2.8vw, 44px);
        letter-spacing: 9px;
    }

    .hero-location {
        margin-right: 30px;
        font-size: 22px;
    }

    .hero-icons span {
        width: 72px;
    }

    .hero-badges {
        bottom: 10px;
        gap: 12px;
    }

    .hero-badges span {
        min-height: 48px;
        font-size: 13px;
        padding: 8px 10px;
    }

    .page-hero {
        min-height: 360px;
        padding: 54px 56px;
    }

    .page-hero h1 {
        font-size: clamp(58px, 7.4vw, 96px);
        line-height: .92;
    }

    .content-band {
        padding: 56px 0;
    }

    .contact-grid {
        gap: 16px;
    }

    .location-card {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 22px;
        align-items: start;
    }

    .location-card h2 {
        font-size: clamp(32px, 3vw, 44px);
        line-height: 1.02;
    }

    .location-card p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .location-actions .gold-button,
    .location-actions .whatsapp-button {
        min-width: 126px;
        min-height: 42px;
        font-size: 12px;
    }

    .gallery-grid {
        gap: 12px;
    }

    .filter-row {
        gap: 12px;
    }

    .filter-row button {
        min-height: 48px;
        padding: 0 22px;
        font-size: 13px;
    }
}

@media (max-width: 1366px) and (max-height: 820px) {
    .hero-home {
        min-height: calc(100vh - 150px);
        padding-bottom: 70px;
    }

    .hero-copy {
        margin-top: -12px;
    }

    .page-hero {
        min-height: 340px;
    }

    .price-card,
    .service-card,
    .contact-form,
    .connect-card {
        padding: 26px;
    }
}

@media (max-width: 1220px) {
    .navrow {
        grid-template-columns: 120px 1fr 172px;
    }

    .primary-nav {
        display: none;
    }
}

@media (max-width: 680px) {
    .hero-copy h1 {
        font-size: clamp(38px, 12.4vw, 48px);
        line-height: .94;
        letter-spacing: 0;
        max-width: 100%;
    }

    .hero-copy h1 span {
        font-size: clamp(22px, 7vw, 28px);
        line-height: 1.08;
        letter-spacing: 3px;
    }

    .page-hero h1 {
        font-size: clamp(40px, 12vw, 54px);
        line-height: .94;
    }

    .hero-copy,
    .page-hero-copy {
        width: 100%;
        overflow: hidden;
    }

    .hero-home {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 680px) {
    .contact-grid,
    .location-card,
    .location-card-featured {
        grid-template-columns: 1fr;
    }

    .location-card {
        padding: 16px;
        gap: 18px;
    }

    .location-card img {
        width: 100%;
        min-height: 0;
        aspect-ratio: 1.18 / 1;
        object-fit: cover;
    }

    .location-card h2 {
        font-size: clamp(32px, 10vw, 40px);
        overflow-wrap: normal;
    }

    .location-card .eyebrow {
        margin-bottom: 10px;
        line-height: 1.35;
    }
}

.gallery-cta-panel {
    max-width: 980px;
    margin: 0 auto 34px;
    padding: 30px;
    text-align: center;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(19,14,9,.84), rgba(5,4,3,.92));
}

.gallery-cta-panel h2 {
    margin: 0 0 14px;
    color: #d9c7a5;
    font-family: var(--serif);
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1;
    text-transform: uppercase;
}

.gallery-cta-panel p:not(.eyebrow) {
    max-width: 720px;
    margin: 0 auto 22px;
    color: var(--muted);
    line-height: 1.7;
}

@media (max-width: 680px) {
    .gallery-cta-panel {
        padding: 22px;
        margin-bottom: 28px;
    }
}

.contact-form .wpcf7 {
    grid-column: 1 / -1;
}

.tornado-cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tornado-cf7-grid p {
    margin: 0;
}

.tornado-cf7-grid .wpcf7-form-control-wrap:nth-child(5),
.tornado-cf7-grid textarea,
.tornado-cf7-grid .wpcf7-submit {
    grid-column: 1 / -1;
}

.tornado-cf7-grid input,
.tornado-cf7-grid textarea,
.tornado-cf7-grid select {
    width: 100%;
    min-height: 48px;
    background: #080604;
    border: 1px solid rgba(201,154,74,0.45);
    color: var(--cream);
    padding: 14px;
    font: inherit;
}

.tornado-cf7-grid textarea {
    min-height: 112px;
    resize: vertical;
}

.tornado-cf7-grid .wpcf7-submit {
    border: 1px solid #e4c77e;
    color: #130d06;
    background: linear-gradient(180deg, #e1bd75, #b68234);
    font-family: var(--serif);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
    color: var(--gold-2);
    border-color: var(--line) !important;
    font-size: 13px;
}

@media (max-width: 680px) {
    .tornado-cf7-grid {
        grid-template-columns: 1fr;
    }
}

.blog-sidebar h2 {
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.02;
    overflow-wrap: break-word;
}

.blog-card h2 {
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.18;
    overflow-wrap: break-word;
}

.single-post .page-hero h1 {
    font-size: clamp(44px, 6.2vw, 86px);
    line-height: .96;
    max-width: 980px;
}

.single-post .page-hero-copy {
    max-width: 1020px;
}

@media (max-width: 1366px) {
    .blog-layout {
        grid-template-columns: 290px minmax(0, 1fr);
    }

    .blog-sidebar {
        padding: 28px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .blog-layout,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-sidebar h2 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .blog-card h2 {
        font-size: clamp(22px, 7vw, 28px);
    }

    .single-post .page-hero {
        min-height: auto;
        padding: 64px 22px;
    }

    .single-post .page-hero h1 {
        font-size: clamp(34px, 10.6vw, 46px);
        line-height: 1.02;
    }

    .prose {
        max-width: 100%;
    }

    .prose p,
    .prose li {
        font-size: 16px;
        line-height: 1.8;
    }
}

.blog-sidebar h2 {
    font-size: clamp(26px, 2.35vw, 34px);
    line-height: 1.06;
    word-break: normal;
}

.post-cta-panel {
    margin-top: 38px;
    padding: 26px;
    border: 1px solid var(--line);
    text-align: center;
    background: rgba(10,8,6,.82);
}

@media (max-width: 1366px) {
    .blog-layout {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 16px;
    }
}

@media (max-width: 680px) {
    .blog-sidebar h2 {
        font-size: 30px;
    }

    .post-cta-panel {
        padding: 22px;
    }
}

.about-cta-row {
    justify-content: flex-start;
    margin-top: 28px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.team-card {
    border: 1px solid var(--line);
    background: rgba(10,8,6,.86);
    overflow: hidden;
}

.team-card img {
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    filter: sepia(.28) saturate(.78) contrast(1.06);
}

.team-card div {
    padding: 20px;
}

.team-card h3 {
    margin: 0 0 8px;
    color: var(--gold-2);
    font-family: var(--serif);
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1;
    text-transform: uppercase;
}

.team-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 1366px) {
    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .stat-panel span {
        min-height: 126px;
    }

    .stat-panel b {
        font-size: 36px;
    }
}

@media (max-width: 860px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .about-cta-row {
        justify-content: stretch;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-card img {
        aspect-ratio: 1.08 / 1;
    }
}

@media (max-width: 680px) {
    .site-header.menu-open .navrow {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .site-header.menu-open .menu-toggle {
        order: 1;
        align-self: flex-start;
    }

    .site-header.menu-open .brand {
        order: 2;
        width: 100%;
    }

    .site-header.menu-open .header-actions {
        order: 3;
        width: 100%;
        margin-top: 0;
    }

    .site-header.menu-open .primary-nav {
        order: 4;
        width: 100%;
        padding: 0;
        gap: 0;
    }

    .site-header.menu-open .primary-nav.right {
        order: 5;
    }

    .site-header.menu-open .primary-nav a {
        width: 100%;
        min-height: 42px;
        display: grid;
        place-items: center;
        border-top: 1px solid rgba(201,154,74,.18);
    }
}

@media (max-width: 680px) {
    .site-header.menu-open .primary-nav {
        background: rgba(5,4,3,.96);
        border: 1px solid rgba(201,154,74,.35);
    }

    .site-header.menu-open .primary-nav a {
        color: var(--cream);
        font-size: 15px;
        opacity: 1;
        text-shadow: 0 2px 10px rgba(0,0,0,.8);
    }
}

@media (max-width: 680px) {
    .site-header.menu-open {
        z-index: 80;
        background: #050403;
    }

    .site-header.menu-open .navrow {
        min-height: 592px;
        justify-content: flex-start;
        background: #050403;
        border-bottom: 1px solid var(--line);
    }

    .site-header.menu-open + main {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 680px) {
    .menu-toggle {
        position: relative;
        border-color: rgba(201,154,74,.5);
        background: rgba(0,0,0,.72);
    }

    .menu-toggle span {
        width: 24px;
        height: 2px;
        border-radius: 999px;
        background: var(--gold-2);
        box-shadow: 0 0 10px rgba(201,154,74,.4);
        transform-origin: center;
        transition: transform .2s ease, opacity .2s ease;
    }

    .site-header.menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .site-header.menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-header.menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

@media (max-width: 680px) {
    .menu-toggle {
        overflow: hidden;
    }

    .menu-toggle::before,
    .menu-toggle::after {
        content: '';
        position: absolute;
        left: 18px;
        width: 28px;
        height: 2px;
        border-radius: 999px;
        background: var(--gold-2);
        box-shadow: 0 0 12px rgba(226,189,117,.55);
        transition: transform .2s ease, top .2s ease;
    }

    .menu-toggle::before {
        top: 18px;
    }

    .menu-toggle::after {
        top: 28px;
    }

    .menu-toggle span {
        opacity: 0 !important;
    }

    .site-header.menu-open .menu-toggle::before,
    .site-header.menu-open .menu-toggle::after {
        top: 23px;
    }

    .site-header.menu-open .menu-toggle::before {
        transform: rotate(45deg);
    }

    .site-header.menu-open .menu-toggle::after {
        transform: rotate(-45deg);
    }
}

.quick-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 70;
    display: grid;
    gap: 8px;
    width: 164px;
}

.quick-actions a {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(226,189,117,.62);
    background: linear-gradient(180deg, #e1bd75, #b68234);
    color: #130d06;
    font: 700 12px/1 var(--serif);
    letter-spacing: .8px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0,0,0,.35);
}

.quick-actions .quick-actions__whatsapp {
    background: #021b12;
    color: var(--gold-2);
}

@media (max-width: 680px) {
    body {
        padding-bottom: 68px;
    }

    .quick-actions {
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
        background: #050403;
        border-top: 1px solid var(--line);
    }

    .quick-actions a {
        min-height: 58px;
        border-width: 0 1px 0 0;
        box-shadow: none;
        font-size: 11px;
        text-align: center;
    }

    .quick-actions a:last-child {
        border-right: 0;
    }
}

.quick-actions {
    display: none;
}

@media (max-width: 680px) {
    .quick-actions {
        display: grid;
    }
}

.site-shell {
    box-shadow: inset 0 0 0 1px rgba(226,189,117,.12), 0 0 40px rgba(0,0,0,.58);
}

.site-shell > .site-header::before,
.site-shell > .site-header::after,
.site-footer::before,
.site-footer::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    pointer-events: none;
    border-color: rgba(226,189,117,.6);
}

.site-shell > .site-header::before {
    left: 8px;
    top: 8px;
    border-left: 1px solid;
    border-top: 1px solid;
}

.site-shell > .site-header::after {
    right: 8px;
    top: 8px;
    border-right: 1px solid;
    border-top: 1px solid;
}

.site-footer {
    position: relative;
}

.site-footer::before {
    left: 8px;
    bottom: 8px;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.site-footer::after {
    right: 8px;
    bottom: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.primary-nav a.is-current::after,
.primary-nav a[aria-current='page']::after {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 1px;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(226,189,117,.45);
}

.hero-copy h1,
.page-hero-copy h1,
.section-heading h2 {
    text-shadow: 0 8px 28px rgba(0,0,0,.75);
}

.hero-copy h1::before,
.hero-copy h1::after,
.page-hero-copy h1::before,
.page-hero-copy h1::after,
.section-heading h2::before,
.section-heading h2::after {
    content: '';
    display: inline-block;
    width: clamp(34px, 5vw, 82px);
    height: 1px;
    margin: 0 .32em .22em;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: .82;
}

.service-card,
.price-card,
.location-card,
.connect-card,
.team-card,
.blog-card,
.gallery-item,
.feature-card,
.footer-badges span {
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(226,189,117,.08), 0 18px 40px rgba(0,0,0,.28);
}

.service-card::before,
.price-card::before,
.location-card::before,
.connect-card::before,
.team-card::before,
.blog-card::before,
.gallery-item::before,
.feature-card::before {
    content: '';
    position: absolute;
    inset: 8px;
    pointer-events: none;
    border: 1px solid rgba(226,189,117,.1);
}

.page-hero,
.hero-home {
    border-bottom: 1px solid rgba(201,154,74,.45);
}

.topbar {
    border-bottom: 1px solid rgba(201,154,74,.24);
}

@media (max-width: 680px) {
    .site-shell::before,
    .site-shell::after {
        inset: 10px;
    }

    .hero-copy h1::before,
    .hero-copy h1::after,
    .page-hero-copy h1::before,
    .page-hero-copy h1::after,
    .section-heading h2::before,
    .section-heading h2::after {
        display: none;
    }
}

.hero-copy h1::before,
.hero-copy h1::after,
.page-hero-copy h1::before,
.page-hero-copy h1::after {
    display: none;
}

.topbar {
    grid-template-columns: 1fr 1.15fr 1.5fr 1fr auto;
}

.topbar-social {
    display: inline-flex;
    justify-content: flex-end;
    gap: 8px;
}

.topbar-social a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(226,189,117,.55);
    color: var(--gold-2);
    font-size: 10px;
    line-height: 1;
}

@media (max-width: 1100px) {
    .topbar {
        grid-template-columns: repeat(2, 1fr);
    }

    .topbar-social {
        justify-content: center;
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .topbar a[href^='mailto'],
    .topbar span:nth-child(4),
    .topbar-social {
        display: none;
    }

    .topbar {
        grid-template-columns: 1fr;
    }
}

.tornado-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.tornado-honeypot {
    left: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.map-button {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(226,189,117,.46);
    background: rgba(0,0,0,.45);
    color: var(--gold-2);
    font: 700 12px/1 var(--serif);
    letter-spacing: .8px;
    text-transform: uppercase;
}

.location-actions {
    flex-wrap: wrap;
}

.location-actions a {
    flex: 1 1 132px;
}

@media (max-width: 680px) {
    .site-footer {
        padding: 64px 24px 92px;
    }

    .site-footer .footer-badges {
        gap: 14px;
        margin-bottom: 34px;
    }

    .footer-bottom {
        display: grid;
        justify-items: center;
        text-align: center;
        gap: 14px;
    }

    .footer-bottom img {
        width: min(210px, 68vw);
    }

    .footer-bottom p {
        margin: 0;
        max-width: 18ch;
        font-size: 14px;
        line-height: 1.55;
    }
}

.team-band {
    padding-top: 56px;
}

.team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto;
}

.team-card img {
    aspect-ratio: 1.16 / 1;
    max-height: 330px;
}

.team-card div {
    padding: 16px 18px 18px;
}

.team-card h3 {
    font-size: clamp(22px, 1.8vw, 30px);
}

@media (max-width: 1120px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 820px;
    }
}

@media (max-width: 680px) {
    .team-band {
        padding-top: 44px;
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: min(100%, 360px);
    }

    .team-card img {
        aspect-ratio: 1 / 1;
        max-height: none;
    }

    .team-card div {
        padding: 12px 10px 14px;
    }

    .team-card h3 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.05;
    }

    .team-card p {
        font-size: 12px;
        line-height: 1.35;
    }
}

@media (max-width: 340px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}

.team-card img {
    object-position: center 28%;
}

.team-card:nth-child(4) img,
.team-card:nth-child(5) img,
.team-card:nth-child(6) img {
    object-position: center center;
}

@media (max-width: 680px) {
    .team-card img {
        object-position: center 24%;
    }
}

.team-card img,
.team-card:nth-child(4) img,
.team-card:nth-child(5) img,
.team-card:nth-child(6) img {
    object-position: center bottom;
}

.team-card:nth-child(3) img {
    object-position: center 30%;
}

.about-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.about-story-media {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(118px, .48fr);
    gap: 14px;
    min-width: 0;
}

.about-story-main,
.about-story-strip {
    margin: 0;
    min-width: 0;
}

.about-story-main img,
.about-story-strip img {
    width: 100%;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(226,189,117,.28);
    box-shadow: 0 18px 44px rgba(0,0,0,.35), inset 0 0 0 1px rgba(226,189,117,.08);
    filter: sepia(.24) saturate(.9) contrast(1.05);
}

.about-story-main img {
    height: clamp(380px, 45vw, 560px);
    object-position: center 28%;
}

.about-story-strip {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 14px;
}

.about-story-strip img {
    height: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
}

.about-story-strip img:nth-child(2) {
    object-position: center 18%;
}

.about-story-copy {
    display: grid;
    gap: 26px;
}

.about-stat-panel span {
    min-height: 118px;
}

.about-stat-panel b {
    font-size: clamp(34px, 3vw, 44px);
}

.team-band {
    padding-top: 50px;
}

.team-band .section-title {
    margin-bottom: 28px;
}

.team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 1020px;
}

.team-card img,
.team-card:nth-child(3) img,
.team-card:nth-child(4) img,
.team-card:nth-child(5) img,
.team-card:nth-child(6) img {
    height: 220px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 18%;
}

.team-card div {
    padding: 14px 16px 16px;
}

.team-card h3 {
    font-size: clamp(20px, 1.55vw, 26px);
}

@media (max-width: 980px) {
    .about-story-layout {
        grid-template-columns: 1fr;
    }

    .about-story-media {
        grid-template-columns: minmax(0, 1fr) minmax(104px, .42fr);
    }

    .about-story-main img {
        height: clamp(340px, 62vw, 500px);
    }
}

@media (max-width: 680px) {
    .about-story-band {
        padding-top: 44px;
    }

    .about-story-layout {
        gap: 26px;
    }

    .about-story-media {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-story-main img {
        height: min(390px, 104vw);
        object-position: center 22%;
    }

    .about-story-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 10px;
    }

    .about-story-strip img {
        aspect-ratio: 1 / .9;
        height: auto;
    }

    .about-stat-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-stat-panel span {
        min-height: 104px;
        padding: 14px 8px;
        font-size: 11px;
        line-height: 1.35;
    }

    .team-grid {
        width: min(100%, 390px);
    }

    .team-card img,
    .team-card:nth-child(3) img,
    .team-card:nth-child(4) img,
    .team-card:nth-child(5) img,
    .team-card:nth-child(6) img {
        height: 118px;
        object-position: center 14%;
    }

    .team-card h3 {
        font-size: 16px;
    }
}

.team-band {
    padding-top: 44px;
}

.team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 920px;
}

.team-card {
    min-height: 164px;
    display: grid;
    align-content: center;
}

.team-card img {
    display: none !important;
}

.team-card div {
    padding: 26px 22px;
}

.team-card h3 {
    font-size: clamp(22px, 1.7vw, 28px);
}

.team-card p {
    font-size: 14px;
}

@media (max-width: 680px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 350px);
        gap: 10px;
    }

    .team-card {
        min-height: 136px;
    }

    .team-card div {
        padding: 18px 12px;
    }

    .team-card h3 {
        font-size: 17px;
    }

    .team-card p {
        font-size: 12px;
    }
}

.about-story-strip img:nth-child(3) {
    object-position: center 22%;
}

.navrow {
    grid-template-columns: 150px minmax(220px, 1fr) 230px minmax(220px, 1fr) minmax(286px, 326px);
    gap: clamp(16px, 2vw, 28px);
}

.header-actions {
    display: grid;
    grid-template-columns: .95fr .9fr 1.05fr;
    gap: 0;
    width: 100%;
    min-width: 0;
    align-items: stretch;
    border: 1px solid rgba(226,189,117,.62);
    background: rgba(4,4,3,.76);
    box-shadow: inset 0 0 0 1px rgba(226,189,117,.08), 0 14px 28px rgba(0,0,0,.24);
}

.header-actions .whatsapp-button,
.header-actions .book-button {
    min-height: 42px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 10px;
    border-width: 0 1px 0 0;
    box-shadow: none;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: .8px;
    white-space: nowrap;
}

.header-actions .book-button:last-child {
    border-right: 0;
}

.header-actions .whatsapp-button {
    background: rgba(2, 27, 18, .96);
}

.header-actions .book-button {
    background: linear-gradient(180deg, #dfba6d, #b78031);
}

@media (max-width: 1366px) {
    .navrow {
        grid-template-columns: 150px minmax(190px, 1fr) 210px minmax(190px, 1fr) minmax(260px, 292px);
        padding-left: 32px;
        padding-right: 32px;
        gap: 18px;
    }

    .brand img {
        width: 210px;
    }

    .primary-nav {
        gap: clamp(18px, 2.2vw, 34px);
        font-size: 14px;
    }

    .header-actions .whatsapp-button,
    .header-actions .book-button {
        min-height: 40px;
        padding: 0 8px;
        font-size: 10px;
    }
}

@media (max-width: 1120px) {
    .navrow {
        grid-template-columns: 112px minmax(0, 1fr) 178px;
    }

    .header-actions {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(100%, 520px);
    }
}

@media (max-width: 680px) {
    .navrow {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .header-actions {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 6px;
        grid-template-columns: .95fr .9fr 1.05fr;
    }

    .header-actions .whatsapp-button,
    .header-actions .book-button {
        min-height: 42px;
        padding: 0 6px;
        font-size: 10px;
        letter-spacing: .45px;
    }
}

@media (max-width: 350px) {
    .header-actions .whatsapp-button,
    .header-actions .book-button {
        font-size: 9px;
        letter-spacing: .25px;
    }
}

.header-actions .whatsapp-button,
.header-actions .book-button {
    grid-column: auto !important;
}

@media (max-width: 680px) {
    .header-actions {
        grid-template-columns: minmax(0, .95fr) minmax(0, .9fr) minmax(0, 1.08fr) !important;
    }

    .header-actions .whatsapp-button,
    .header-actions .book-button {
        grid-column: auto !important;
        min-width: 0 !important;
        white-space: nowrap;
    }
}

.brand img {
    width: 240px;
    height: auto;
    max-height: 94px;
    object-fit: contain;
}

@media (max-width: 1366px) {
    .navrow {
        grid-template-columns: 150px minmax(178px, 1fr) 240px minmax(178px, 1fr) minmax(260px, 292px);
    }

    .brand img {
        width: 240px;
        max-height: 94px;
    }
}

@media (max-width: 680px) {
    .brand img {
        width: min(230px, 62vw);
        max-height: 78px;
    }
}

.header-actions,
.header-actions * {
    box-sizing: border-box;
}

@media (max-width: 680px) {
    .site-header .header-actions {
        width: min(306px, calc(100vw - 84px)) !important;
        max-width: calc(100vw - 84px) !important;
        min-width: 0 !important;
        justify-self: center;
        overflow: hidden;
    }

    .site-header .header-actions .whatsapp-button,
    .site-header .header-actions .book-button {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        overflow: hidden;
        text-overflow: clip;
    }
}

@media (max-width: 350px) {
    .site-header .header-actions {
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
    }
}

@media (max-width: 680px) {
    .site-header .navrow {
        grid-template-columns: 76px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 10px 16px 14px !important;
    }

    .site-header .menu-toggle {
        grid-column: 1;
    }

    .site-header .brand {
        grid-column: 2;
        justify-self: center;
    }

    .site-header .header-actions {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        justify-self: center !important;
        margin-top: 6px !important;
    }
}

.wpcf7-form-control-wrap[data-name="tornado_website"],
.wpcf7-form-control-wrap.tornado_website,
.tornado-cf7-grid .tornado-honeypot,
.tornado-honeypot {
    position: absolute !important;
    inline-size: 1px !important;
    block-size: 1px !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.tornado-cf7-grid input.tornado-honeypot,
input.tornado-honeypot {
    min-height: 1px !important;
    max-height: 1px !important;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
    margin-top: 12px;
    font: 700 11px/1.4 var(--serif);
    letter-spacing: .7px;
    text-transform: uppercase;
}

.footer-legal a {
    color: var(--gold-2);
    text-decoration: none;
}

.footer-legal a:hover {
    color: var(--cream);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.site-shell::before,
.site-shell::after {
    content: "";
    position: fixed;
    width: 32px;
    height: 32px;
    z-index: 90;
    pointer-events: none;
    border-color: rgba(226,189,117,.72);
    border-style: double;
}

.site-shell::before {
    top: 8px;
    left: 8px;
    border-width: 3px 0 0 3px;
}

.site-shell::after {
    right: 8px;
    bottom: 8px;
    border-width: 0 3px 3px 0;
}

.topbar i,
.header-actions i,
.branch-cta-row i,
.quick-actions i,
.location-card i,
.booking-links i,
.footer-badges i {
    color: var(--gold-2);
}

.book-button i,
.gold-button i {
    color: #130d06;
}

.menu-toggle i {
    color: var(--gold-2);
    font-size: 17px;
}

.menu-toggle span {
    display: none !important;
}

.hero-icons span {
    min-height: 72px;
    display: grid;
    place-items: center;
    gap: 7px;
    font-size: 10px;
    letter-spacing: .8px;
    color: var(--gold-2);
    border: 1px solid rgba(226,189,117,.45);
    background: rgba(5,4,3,.44);
    box-shadow: inset 0 0 0 1px rgba(226,189,117,.08), 0 12px 28px rgba(0,0,0,.28);
}

.hero-icons i {
    font-size: 25px;
    color: var(--gold-2);
}

.hero-icons b {
    font: 700 9px/1 var(--serif);
    text-transform: uppercase;
}

.hero-badges span,
.footer-badges span {
    gap: 10px;
}

.hero-badges i,
.footer-badges i {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border: 1px solid rgba(226,189,117,.42);
    border-radius: 50%;
    font-size: 13px;
}

.location-card p i {
    width: 18px;
    margin-right: 8px;
    text-align: center;
}

.location-card h2::before,
.connect-card h2::before,
.contact-form h2::before,
.section-title h2::before,
.section-title h2::after,
.page-hero-copy h1::before,
.page-hero-copy h1::after {
    content: "";
    display: inline-block;
    width: clamp(28px, 4vw, 70px);
    height: 1px;
    margin: 0 .28em .24em;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: .76;
}

.location-card h2::after,
.connect-card h2::after,
.contact-form h2::after {
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    margin-top: 14px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

@media (max-width: 680px) {
    .site-shell::before,
    .site-shell::after {
        width: 22px;
        height: 22px;
    }

    .hero-icons {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hero-icons span {
        min-height: 52px;
    }

    .hero-icons i {
        font-size: 18px;
    }

    .hero-icons b {
        display: none;
    }

    .page-hero-copy h1::before,
    .page-hero-copy h1::after,
    .section-title h2::before,
    .section-title h2::after,
    .location-card h2::before,
    .connect-card h2::before,
    .contact-form h2::before {
        display: none;
    }
}

/* Mockup icon reliability: local Dashicons render without external webfont dependency. */
.dashicons {
    width: auto;
    height: auto;
    font-size: 1em;
    line-height: 1;
    vertical-align: -.08em;
}

.topbar .dashicons {
    font-size: 14px;
    margin-right: 5px;
}

.topbar-social .dashicons {
    margin: 0;
    font-size: 13px;
}

.header-actions .dashicons,
.branch-cta-row .dashicons,
.quick-actions .dashicons,
.booking-links .dashicons {
    margin-right: 6px;
    font-size: 13px;
}

.hero-icons .dashicons {
    font-size: 27px;
    color: var(--gold-2);
}

.hero-badges .dashicons,
.footer-badges .dashicons {
    font-size: 15px;
    color: var(--gold-2);
}

.location-card p .dashicons {
    font-size: 17px;
    color: var(--gold-2);
}

.menu-toggle .dashicons {
    font-size: 18px;
    color: var(--gold-2);
}

@media (max-width: 680px) {
    .header-actions .dashicons,
    .quick-actions .dashicons {
        display: block;
        margin: 0 0 4px;
        font-size: 13px;
    }
}

/* Mockup symbols final: visible icon rail and wider compact CTA group. */
.hero-icons .mock-symbol {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--gold-2);
    font: 400 25px/1 Georgia, serif;
    font-style: normal;
    text-shadow: 0 0 18px rgba(226,189,117,.42);
}

.hero-icons span::before,
.hero-icons span::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-color: rgba(226,189,117,.5);
    border-style: solid;
}

.hero-icons span::before {
    top: 6px;
    left: 6px;
    border-width: 1px 0 0 1px;
}

.hero-icons span::after {
    right: 6px;
    bottom: 6px;
    border-width: 0 1px 1px 0;
}

.header-actions {
    grid-template-columns: 1fr 1fr 1.16fr;
}

@media (min-width: 1121px) {
    .navrow {
        grid-template-columns: 150px minmax(165px, 1fr) 240px minmax(165px, 1fr) minmax(322px, 348px);
    }

    .header-actions .whatsapp-button,
    .header-actions .book-button {
        font-size: 10px;
        letter-spacing: .55px;
    }
}

@media (max-width: 1366px) and (min-width: 1121px) {
    .navrow {
        grid-template-columns: 150px minmax(160px, 1fr) 240px minmax(160px, 1fr) minmax(318px, 338px) !important;
    }
}

@media (max-width: 680px) {
    .hero-icons .mock-symbol {
        width: 24px;
        height: 24px;
        font-size: 19px;
    }

    .site-header .header-actions {
        width: min(318px, calc(100vw - 42px)) !important;
        max-width: calc(100vw - 42px) !important;
    }
}

.tornado-ico {
    display: inline-block;
    inline-size: 1em;
    block-size: 1em;
    flex: 0 0 auto;
    color: currentColor;
    background: currentColor;
    vertical-align: -0.13em;
    -webkit-mask: var(--tornado-icon) center / contain no-repeat;
    mask: var(--tornado-icon) center / contain no-repeat;
}
.tornado-ico-whatsapp { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4.9A9.7 9.7 0 0 0 3.8 16.6L3 21l4.5-1.1A9.7 9.7 0 0 0 19 4.9ZM12 20a8 8 0 0 1-4.1-1.1l-.3-.2-2.6.7.7-2.5-.2-.3A8 8 0 1 1 12 20Zm4.4-5.8c-.2-.1-1.4-.7-1.6-.8s-.4-.1-.6.1-.6.8-.8 1-.3.2-.5.1a6.5 6.5 0 0 1-3.2-2.8c-.2-.3 0-.4.1-.6l.4-.5c.1-.2.1-.3 0-.5L9.5 8.7c-.2-.5-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.2.2-1 1-1 2.3s1 2.7 1.1 2.9a10.2 10.2 0 0 0 4 3.6c1.5.7 2.1.8 2.9.7.5-.1 1.4-.6 1.6-1.1.2-.6.2-1 .1-1.1 0-.2-.2-.2-.5-.4Z'/%3E%3C/svg%3E"); }
.tornado-ico-calendar { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v3h6V2h2v3h3v17H4V5h3V2Zm12 8H5.9v10H19V10ZM6 7v1.5h13V7H6Zm2.5 5h3v3h-3v-3Zm5 0h3v3h-3v-3Z'/%3E%3C/svg%3E"); }
.tornado-ico-phone { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.5 11 6.9 8.3 9.6c1.2 2.5 3.5 4.8 6.1 6.1l2.7-2.7 4.4 4.4-2.2 3.8c-.5.8-1.4 1.1-2.3.8A22.7 22.7 0 0 1 2 7c-.3-.9 0-1.8.8-2.3l3.8-2.2Z'/%3E%3C/svg%3E"); }
.tornado-ico-mail { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3V5Zm2.3 2 6.7 5.2L18.7 7H5.3ZM5 17h14V8.9l-7 5.4-7-5.4V17Z'/%3E%3C/svg%3E"); }
.tornado-ico-location, .tornado-ico-map { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7.5 7.5 0 0 0-7.5 7.5c0 5.4 7.5 12.5 7.5 12.5s7.5-7.1 7.5-12.5A7.5 7.5 0 0 0 12 2Zm0 10.2a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4Z'/%3E%3C/svg%3E"); }
.tornado-ico-instagram { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9a5.5 5.5 0 0 1-5.5 5.5h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm0 2A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.4-2.3a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2Z'/%3E%3C/svg%3E"); }
.tornado-ico-play { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3V5Zm7 3.5v7l6-3.5-6-3.5Z'/%3E%3C/svg%3E"); }
.tornado-ico-clock { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm1 5h-2v6l5 3 .9-1.6-3.9-2.3V7Z'/%3E%3C/svg%3E"); }
.tornado-ico-award { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 8.8 5.2 4.3 5.8l2.1 4-1 4.4 4.4-.7L12 17l2.2-3.5 4.4.7-1-4.4 2.1-4-4.5-.6L12 2Zm-4 14 2.5 3.9L8.4 22l-2.1-5.2L8 16Zm8 0 1.7.8-2.1 5.2-2.1-2.1L16 16Z'/%3E%3C/svg%3E"); }
.tornado-ico-star { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 2.9 6 6.6.9-4.8 4.6 1.1 6.5-5.8-3.1L6.2 20l1.1-6.5-4.8-4.6 6.6-.9L12 2Z'/%3E%3C/svg%3E"); }
.tornado-ico-bag { --tornado-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 6a4 4 0 0 1 8 0h3l1 15H4L5 6h3Zm2 0h4a2 2 0 0 0-4 0Zm-2 4h2v2H8v-2Zm6 0h2v2h-2v-2Z'/%3E%3C/svg%3E"); }
.topbar .tornado-ico { font-size: 14px; color: var(--gold-2); margin-right: 7px; }
.header-actions .tornado-ico,
.hero-actions .tornado-ico,
.quick-actions .tornado-ico,
.contact-action-strip .tornado-ico,
.location-actions .tornado-ico { font-size: 14px; margin-right: 8px; filter: drop-shadow(0 0 5px rgba(211, 161, 73, .34)); }
.hero-stats .tornado-ico { font-size: 30px; margin: 0 0 9px; color: var(--gold-2); }
.location-card p .tornado-ico { font-size: 18px; margin-right: 10px; color: var(--gold-2); }
.topbar-social .tornado-ico { margin: 0; font-size: 14px; }
.hero-icons .mock-symbol { font-size: 30px; color: #f4c869; text-shadow: 0 0 16px rgba(217, 170, 85, .38); }
@media (max-width: 680px) {
    .header-actions .tornado-ico { font-size: 12px; margin-right: 5px; }
    .hero-actions .tornado-ico,
    .quick-actions .tornado-ico { display: block; margin: 0 auto 6px; font-size: 13px; }
}

.menu-toggle::before {
    content: "";
    inline-size: 18px;
    block-size: 12px;
    display: inline-block;
    margin-right: 10px;
    background:
        linear-gradient(var(--gold-2), var(--gold-2)) 0 0 / 18px 2px no-repeat,
        linear-gradient(var(--gold-2), var(--gold-2)) 0 5px / 18px 2px no-repeat,
        linear-gradient(var(--gold-2), var(--gold-2)) 0 10px / 18px 2px no-repeat;
    filter: drop-shadow(0 0 8px rgba(226,189,117,.28));
}
.topbar::after {
    content: "";
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: -9px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226,189,117,.56), transparent);
    pointer-events: none;
}
.hero-copy .ornament {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    letter-spacing: 3px;
}
.hero-copy .ornament::before,
.hero-copy .ornament::after {
    content: "";
    width: 88px;
    height: 16px;
    display: block;
    background:
        radial-gradient(circle at 12px 8px, rgba(226,189,117,.9) 0 2px, transparent 3px),
        linear-gradient(90deg, transparent, rgba(226,189,117,.84), transparent) center / 100% 1px no-repeat;
    opacity: .84;
}
.hero-copy h1 {
    color: #dfc895;
    text-shadow: 0 7px 0 rgba(0,0,0,.18), 0 18px 34px rgba(0,0,0,.72);
}
.hero-copy h1::after {
    content: "";
    display: block;
    width: min(420px, 62vw);
    height: 18px;
    margin: 12px auto 0;
    background:
        radial-gradient(circle at center, rgba(226,189,117,.95) 0 2px, transparent 3px),
        linear-gradient(90deg, transparent, rgba(226,189,117,.82), transparent) center / 100% 1px no-repeat;
    opacity: .82;
}
.hero-icons span,
.hero-badges span,
.footer-badges span {
    position: relative;
}
.hero-badges span::before,
.hero-badges span::after,
.footer-badges span::before,
.footer-badges span::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-color: rgba(226,189,117,.54);
    border-style: solid;
    pointer-events: none;
}
.hero-badges span::before,
.footer-badges span::before {
    top: 6px;
    left: 6px;
    border-width: 1px 0 0 1px;
}
.hero-badges span::after,
.footer-badges span::after {
    right: 6px;
    bottom: 6px;
    border-width: 0 1px 1px 0;
}
.hero-badges .tornado-ico,
.footer-badges .tornado-ico {
    display: grid;
    place-items: center;
    inline-size: 32px;
    block-size: 32px;
    padding: 7px;
    border: 1px solid rgba(226,189,117,.5);
    border-radius: 999px;
    background-color: var(--gold-2);
    box-shadow: 0 0 18px rgba(226,189,117,.2);
}
.hero-home::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0,0,0,.58) 0%, transparent 26%, transparent 70%, rgba(0,0,0,.46) 100%),
        radial-gradient(circle at 78% 38%, rgba(226,189,117,.10), transparent 22rem);
}
.hero-copy,
.hero-icons,
.hero-location,
.hero-badges {
    z-index: 1;
}
@media (max-width: 680px) {
    .menu-toggle::before { margin-right: 0; }
    .hero-copy .ornament { gap: 10px; letter-spacing: 2px; }
    .hero-copy .ornament::before,
    .hero-copy .ornament::after { width: 48px; }
    .hero-copy h1::after { width: 250px; }
    .hero-badges .tornado-ico,
    .footer-badges .tornado-ico { inline-size: 30px; block-size: 30px; }
}

@media (max-width: 680px) {
    .hero-home {
        background:
            linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.58) 42%, rgba(0,0,0,.98) 68%),
            url('../images/hero-home.jpg') center top / cover no-repeat !important;
    }
}

@media (max-width: 1366px) and (min-width: 681px) {
    .page-hero-copy {
        max-width: 900px;
    }
    .page-hero h1 {
        font-size: clamp(58px, 6.25vw, 86px);
        line-height: .9;
        white-space: nowrap;
    }
    .page-hero-copy.centered {
        max-width: 940px;
    }
}

@media (min-width: 1121px) and (max-width: 1366px) {
    .gallery-hero {
        min-height: 300px;
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .gallery-hero .page-hero-copy {
        max-width: 980px;
    }
    .gallery-hero h1 {
        font-size: clamp(58px, 6vw, 82px);
    }
    .filter-row {
        margin-bottom: 22px;
        gap: 10px;
    }
    .filter-row button {
        min-height: 40px;
        padding: 0 18px;
        font-size: 12px;
    }
    .gallery-grid.large {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }
    .gallery-grid.large .gallery-item img {
        aspect-ratio: 1.52 / 1;
    }
    .gallery-grid.large .gallery-item figcaption {
        min-height: 38px;
        font-size: 11px;
        padding: 6px 8px;
    }
    .gallery-cta-panel {
        margin-top: 26px;
    }
    .prices-band .container.price-grid {
        width: min(1500px, calc(100vw - 64px));
    }
    .price-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        align-items: stretch;
    }
    .price-card {
        padding: 24px 20px;
    }
    .price-card h2 {
        font-size: clamp(25px, 2.25vw, 34px);
        line-height: 1.05;
    }
    .price-card li {
        gap: 8px;
        font-size: 13px;
        line-height: 1.45;
    }
    .price-card li b {
        white-space: nowrap;
    }
    .price-card p {
        font-size: 12px;
        line-height: 1.55;
    }
}

@media (min-width: 1121px) and (max-width: 1366px) {
    .price-card h2 {
        font-size: clamp(22px, 1.9vw, 28px);
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }
    .price-card li span {
        min-width: 0;
        overflow-wrap: normal;
        word-break: normal;
    }
    .price-card li {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (min-width: 1121px) and (max-width: 1366px) {
    .contact-hero {
        min-height: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-hero .page-hero-copy {
        max-width: 980px;
    }
    .contact-grid {
        gap: 8px;
    }
    .contact-grid .location-card-featured {
        grid-template-columns: 190px minmax(0, 1fr) 190px;
        gap: 18px;
        padding: 12px;
        min-height: 206px;
        align-items: stretch;
    }
    .contact-grid .location-card-featured > img {
        width: 100%;
        height: 100%;
        min-height: 190px;
        max-height: 206px;
        object-fit: cover;
    }
    .contact-grid .location-card-featured::after {
        content: "";
        position: relative;
        inset: auto;
        pointer-events: none;
        border: 1px solid rgba(226,189,117,.32);
        background:
            radial-gradient(circle at 54% 54%, rgba(226,189,117,.95) 0 7px, transparent 8px),
            radial-gradient(circle at 54% 54%, rgba(226,189,117,.24) 0 24px, transparent 25px),
            linear-gradient(26deg, transparent 0 48%, rgba(226,189,117,.24) 49% 50%, transparent 51% 100%),
            linear-gradient(116deg, transparent 0 46%, rgba(226,189,117,.18) 47% 49%, transparent 50% 100%),
            linear-gradient(0deg, rgba(226,189,117,.08) 1px, transparent 1px),
            linear-gradient(90deg, rgba(226,189,117,.08) 1px, transparent 1px),
            #080604;
        background-size: auto, auto, auto, auto, 38px 38px, 38px 38px, auto;
        box-shadow: inset 0 0 40px rgba(0,0,0,.62);
        min-height: 190px;
    }
    .contact-grid .location-card-featured:nth-of-type(1)::after {
        content: "JLT";
    }
    .contact-grid .location-card-featured:nth-of-type(2)::after {
        content: "MARINA";
    }
    .contact-grid .location-card-featured::after {
        display: grid;
        place-items: start center;
        padding-top: 18px;
        color: var(--gold-2);
        font: 700 12px/1 var(--serif);
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }
    .contact-grid .location-card h2 {
        font-size: clamp(28px, 2.6vw, 38px);
        margin-bottom: 12px;
    }
    .contact-grid .location-card p {
        font-size: 14px;
        line-height: 1.45;
        margin: 8px 0;
    }
    .contact-grid .location-actions {
        margin-top: 12px;
        gap: 7px;
    }
    .contact-grid .location-actions a {
        min-height: 36px;
        min-width: 0;
        padding: 0 11px;
        font-size: 10px;
    }
    .contact-grid .contact-form,
    .contact-grid .connect-card {
        margin-top: 8px;
    }
    .contact-form {
        padding: 20px;
    }
    .contact-form h2,
    .connect-card h2 {
        font-size: clamp(26px, 2.5vw, 38px);
    }
}

@media (min-width: 1121px) and (max-width: 1366px) {
    .contact-grid .location-card-featured {
        grid-template-columns: 180px minmax(0, 1fr) 180px;
        min-height: 196px;
    }
    .contact-grid .location-card-featured > img,
    .contact-grid .location-card-featured::after {
        min-height: 170px;
        max-height: 190px;
    }
    .contact-grid .location-card h2 {
        font-size: clamp(27px, 2.35vw, 34px);
        margin-bottom: 8px;
    }
    .contact-grid .location-card p {
        font-size: 13px;
        line-height: 1.34;
        margin: 6px 0;
    }
    .contact-grid .location-actions {
        display: none;
    }
}

@media (min-width: 1121px) and (max-width: 1366px) {
    .contact-grid .location-card p:nth-of-type(4),
    .contact-grid .location-card p:nth-of-type(5) {
        display: none;
    }
    .contact-grid .location-card-featured {
        min-height: 220px;
    }
    .contact-grid .location-card-featured > img,
    .contact-grid .location-card-featured::after {
        min-height: 180px;
        max-height: 200px;
    }
}

.about-story-band {
    padding-top: clamp(44px, 5vw, 64px);
    padding-bottom: clamp(44px, 5vw, 64px);
}
.about-story-layout {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: center;
}
.about-story-media {
    grid-template-columns: minmax(0, 1fr);
    max-width: 520px;
}
.about-story-main img {
    height: clamp(250px, 27vw, 360px);
    object-position: center 18%;
}
.about-story-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
}
.about-story-strip img {
    height: 118px;
    aspect-ratio: 1.15 / 1;
}
.team-card {
    min-height: 0;
    display: block;
    align-content: normal;
}
.team-card img,
.team-card:nth-child(3) img,
.team-card:nth-child(4) img,
.team-card:nth-child(5) img,
.team-card:nth-child(6) img {
    display: block !important;
    width: 100%;
    height: 260px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 18%;
    filter: sepia(.22) saturate(.86) contrast(1.08);
}
.team-card div {
    min-height: 92px;
    padding: 14px 16px 16px;
}
.team-card h3 {
    margin-bottom: 6px;
}
@media (min-width: 1121px) and (max-width: 1366px) {
    .about-story-layout {
        grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
        gap: 34px;
    }
    .about-story-media {
        max-width: 470px;
    }
    .about-story-main img {
        height: 300px;
    }
    .about-story-strip img {
        height: 96px;
    }
    .team-grid {
        max-width: 1120px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
    .team-card img,
    .team-card:nth-child(3) img,
    .team-card:nth-child(4) img,
    .team-card:nth-child(5) img,
    .team-card:nth-child(6) img {
        height: 225px;
    }
}
@media (max-width: 680px) {
    .about-story-media {
        max-width: none;
    }
    .about-story-main img {
        height: 240px;
    }
    .about-story-strip img {
        height: 86px;
    }
    .team-card img,
    .team-card:nth-child(3) img,
    .team-card:nth-child(4) img,
    .team-card:nth-child(5) img,
    .team-card:nth-child(6) img {
        height: 154px;
    }
    .team-card div {
        min-height: 74px;
        padding: 10px 9px 12px;
    }
}

/* Visual correction pass: About + Prices, verified against 13-inch/mobile screenshots */
.about-story-band {
  padding-top: clamp(34px, 4vw, 54px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.about-story-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(28px, 4vw, 56px);
}

.about-story-copy {
  order: 1;
}

.about-story-media {
  order: 2;
  max-width: 460px;
  align-self: start;
}

.about-story-main img {
  height: clamp(190px, 19vw, 265px);
  object-position: center 20%;
}

.about-story-strip img {
  height: clamp(76px, 8vw, 104px);
}


.prices-hero {
  min-height: clamp(205px, 28vw, 320px);
}


@media (min-width: 1121px) and (max-width: 1366px) {
  .prices-hero {
    min-height: 190px !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .prices-hero h1 {
    font-size: clamp(48px, 5vw, 68px);
  }

  .prices-hero p {
    margin-top: 8px;
    max-width: 760px;
  }


  .about-story-band {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .about-story-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) !important;
    gap: 30px;
  }

  .about-story-media {
    max-width: none;
  }

  .about-story-main img {
    height: 170px !important;
  }

  .about-story-strip img {
    height: 78px !important;
  }

  .about-stat-panel span {
    min-height: 76px;
  }
}

/* Final About mockup alignment: poster left, story copy center, triptych right */
.about-story-layout--mockup {
  grid-template-areas: "poster copy triptych" !important;
  grid-template-columns: minmax(250px, .78fr) minmax(390px, 1fr) minmax(520px, 1.55fr) !important;
  align-items: center !important;
}

.about-story-layout--mockup .about-heritage-poster {
  grid-area: poster !important;
  order: 0 !important;
}

.about-story-layout--mockup .about-story-copy {
  grid-area: copy !important;
  order: 0 !important;
  max-width: 100% !important;
}

.about-story-layout--mockup .about-story-triptych {
  grid-area: triptych !important;
  order: 0 !important;
}

.about-story-layout--mockup .about-heritage-poster img {
  height: clamp(320px, 23vw, 420px) !important;
  object-fit: cover;
}

.about-story-layout--mockup .about-story-triptych img {
  height: clamp(300px, 21vw, 380px) !important;
  object-fit: cover;
}

.about-story-layout--mockup .about-story-copy h2 {
  font-size: clamp(42px, 3.4vw, 72px) !important;
  line-height: .98;
}

@media (min-width: 1121px) and (max-width: 1440px) {
  .about-story-layout--mockup {
    grid-template-columns: minmax(230px, .72fr) minmax(360px, 1fr) minmax(430px, 1.32fr) !important;
    gap: 24px !important;
  }

  .about-story-layout--mockup .about-story-copy h2 {
    font-size: clamp(40px, 3.2vw, 56px) !important;
  }
}

@media (max-width: 980px) {
  .about-story-layout--mockup {
    grid-template-areas:
      "copy"
      "poster"
      "triptych" !important;
    grid-template-columns: 1fr !important;
  }

  .about-story-layout--mockup .about-heritage-poster img,
  .about-story-layout--mockup .about-story-triptych img {
    width: 100%;
    height: auto !important;
    max-height: none;
  }
}

/* Final pass after visual check: subpage hero proportions and About text fit */
body.page-id-4978 .page-hero,
body.page-id-5085 .page-hero,
body.page-id-4305 .page-hero,
body.page-id-4079 .page-hero {
  min-height: clamp(560px, 70vh, 720px) !important;
  padding-top: clamp(155px, 14vh, 195px) !important;
  padding-bottom: clamp(70px, 8vh, 110px) !important;
}

body.page-id-4978 .page-hero-copy,
body.page-id-5085 .page-hero-copy,
body.page-id-4305 .page-hero-copy,
body.page-id-4079 .page-hero-copy {
  max-width: min(900px, 62vw) !important;
}

body.page-id-4978 .page-hero-copy h1 {
  font-size: clamp(68px, 7vw, 122px) !important;
  white-space: nowrap;
}

.about-story-layout--mockup .about-story-copy h2 {
  font-size: clamp(34px, 2.65vw, 50px) !important;
  line-height: .98;
}

@media (min-width: 1121px) and (max-width: 1440px) {
  body.page-id-4978 .page-hero,
  body.page-id-5085 .page-hero,
  body.page-id-4305 .page-hero,
  body.page-id-4079 .page-hero {
    min-height: 570px !important;
    padding-top: 160px !important;
  }

  .about-story-layout--mockup .about-story-copy h2 {
    font-size: clamp(34px, 2.7vw, 44px) !important;
  }
}

@media (max-width: 680px) {
  body.page-id-4978 .page-hero-copy h1 {
    white-space: normal;
  }
}

/* Absolute final Blog/Contact overrides */
body.blog .page-hero,
body.single-post .page-hero,
body.page-id-4079 .contact-hero {
  min-height: clamp(400px, 50vh, 520px) !important;
  padding-top: clamp(145px, 13vh, 175px) !important;
  padding-bottom: clamp(48px, 6vh, 78px) !important;
}

body.blog .blog-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.24) 46%, rgba(0,0,0,.08) 100%),
    var(--hero-image, url('../images/blog-hero.jpg')) center center / cover no-repeat !important;
}

@media (min-width: 1121px) and (max-width: 1366px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .blog-card {
    padding: 14px !important;
  }

  .blog-card h2 {
    font-size: clamp(19px, 1.55vw, 24px) !important;
  }
}

@media (max-width: 980px) {
  body.blog .page-hero,
  body.single-post .page-hero,
  body.page-id-4079 .contact-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }
}

@media (max-width: 680px) {
  body.blog .page-hero,
  body.single-post .page-hero,
  body.page-id-4079 .contact-hero {
    min-height: 440px !important;
  }
}

/* End-of-file correction: keep Gallery and Prices from older appended overrides */
body.page-id-4305 section.page-hero.gallery-hero {
  min-height: clamp(490px, 60vh, 560px) !important;
  height: auto !important;
  padding-top: clamp(145px, 13vh, 175px) !important;
  padding-bottom: clamp(48px, 6vh, 78px) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .22) 45%, rgba(0, 0, 0, .08) 100%),
    var(--hero-image, url('../images/headerheropricepage.png')) center 52% / cover no-repeat !important;
}

body.page-id-4305 .content-band {
  padding-top: clamp(28px, 3vw, 46px) !important;
}

body.page-id-4305 .gallery-grid.large {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.page-id-4305 .gallery-grid.large .gallery-item {
  overflow: hidden !important;
}

body.page-id-4305 .gallery-grid.large .gallery-item img {
  aspect-ratio: 1.48 / 1 !important;
  object-fit: cover !important;
  filter: sepia(.2) saturate(.86) brightness(.82) contrast(1.08);
}

body.page-id-4305 .gallery-grid.large .gallery-item figcaption {
  display: none !important;
}

body.page-id-5085 .price-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.7vw, 24px) !important;
  align-items: start !important;
}

body.page-id-5085 .price-card-tile {
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(201, 154, 74, .48) !important;
  background: #050403 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34) !important;
}

body.page-id-5085 .price-card-tile img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 980px) {
  body.page-id-4305 section.page-hero.gallery-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }

  body.page-id-4305 .gallery-grid.large,
  body.page-id-5085 .price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body.page-id-4305 .gallery-grid.large,
  body.page-id-5085 .price-card-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-id-5085 .price-card-tile {
    max-width: 420px !important;
    margin-inline: auto !important;
  }
}

/* Prices carousel final: ornate fixed frames, two visible on 13-inch desktop */
body.page-id-5085 .price-card-slider {
  --price-gap: clamp(18px, 2vw, 30px);
  --price-card-width: calc((100% - var(--price-gap)) / 2);
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 1.8vw, 24px);
  border: 1px solid rgba(201, 154, 74, .46);
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 154, 74, .16), transparent 30%),
    linear-gradient(135deg, rgba(201, 154, 74, .10), rgba(5, 4, 3, .92) 28%, rgba(5, 4, 3, .98));
  box-shadow: inset 0 0 0 1px rgba(255, 235, 190, .08), 0 28px 70px rgba(0, 0, 0, .45);
}

body.page-id-5085 .price-card-slider::before,
body.page-id-5085 .price-card-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(42px, 7vw, 120px);
  pointer-events: none;
}

body.page-id-5085 .price-card-slider::before {
  left: 0;
  background: linear-gradient(90deg, #050403 0%, rgba(5, 4, 3, 0) 100%);
}

body.page-id-5085 .price-card-slider::after {
  right: 0;
  background: linear-gradient(270deg, #050403 0%, rgba(5, 4, 3, 0) 100%);
}

body.page-id-5085 .price-card-track {
  display: flex;
  gap: var(--price-gap);
  width: max-content;
  animation: tornado-price-slide 42s linear infinite;
  will-change: transform;
}

body.page-id-5085 .price-card-slider:hover .price-card-track {
  animation-play-state: paused;
}

body.page-id-5085 .price-card-tile {
  position: relative;
  flex: 0 0 var(--price-card-width);
  width: var(--price-card-width);
  min-height: clamp(520px, 64vw, 700px);
  margin: 0 !important;
  display: grid;
  place-items: center;
  padding: clamp(10px, 1.2vw, 16px);
  overflow: hidden !important;
  border: 1px solid rgba(218, 176, 93, .62) !important;
  background:
    linear-gradient(145deg, rgba(201, 154, 74, .14), transparent 22%),
    #050403 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 236, 191, .08), 0 18px 44px rgba(0, 0, 0, .36) !important;
}

body.page-id-5085 .price-card-tile::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(201, 154, 74, .28);
}

body.page-id-5085 .price-card-tile img {
  display: block !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@keyframes tornado-price-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - (var(--price-gap) / 2)));
  }
}

@media (max-width: 980px) {
  body.page-id-5085 .price-card-slider {
    --price-card-width: min(78vw, 420px);
  }

  body.page-id-5085 .price-card-tile {
    min-height: clamp(540px, 126vw, 680px);
  }
}

@media (max-width: 620px) {
  body.page-id-5085 .price-card-slider {
    --price-gap: 18px;
    --price-card-width: min(82vw, 340px);
    padding: 12px;
  }

  body.page-id-5085 .price-card-tile {
    min-height: 520px;
  }
}

/* Absolute last correction - do not move above legacy blocks */
body.wp-singular.page-id-4305 section.page-hero.gallery-hero {
  min-height: 360px !important;
  padding-top: 132px !important;
  padding-bottom: 34px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .40) 100%),
    var(--hero-image, url('../images/gallery-hero-mockup.jpg')) center center / cover no-repeat !important;
}

body.wp-singular.page-id-4305 .gallery-hero .page-hero-copy {
  max-width: 860px !important;
  margin: 0 auto !important;
}

body.wp-singular.page-id-4305 .gallery-hero h1 {
  font-size: clamp(58px, 5.7vw, 88px) !important;
  white-space: nowrap !important;
}

body.wp-singular.page-id-4305 .content-band {
  padding-top: 22px !important;
}

body.wp-singular.page-id-4305 .filter-row {
  margin-bottom: 14px !important;
}

body.wp-singular.page-id-4305 .gallery-grid.large {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item img {
  aspect-ratio: 1.42 / 1 !important;
  object-fit: cover !important;
  filter: none !important;
}

body.wp-singular.page-id-5085 .price-card-slider {
  --price-gap: 24px !important;
  --price-card-width: min(590px, calc((100vw - 112px) / 2)) !important;
  max-height: 790px !important;
  overflow: hidden !important;
}

body.wp-singular.page-id-5085 .price-card-track {
  display: flex !important;
  gap: var(--price-gap) !important;
  width: max-content !important;
  animation: tornado-price-slide-readable 52s linear 1.8s infinite !important;
  transform: translateX(0) !important;
}

body.wp-singular.page-id-5085 .price-card-tile {
  flex: 0 0 var(--price-card-width) !important;
  width: var(--price-card-width) !important;
  height: 730px !important;
  min-height: 730px !important;
  max-width: none !important;
  padding: 18px !important;
}

body.wp-singular.page-id-5085 .price-card-tile img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@keyframes tornado-price-slide-readable {
  0%, 8% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - (var(--price-gap) / 2)));
  }
}

@media (max-width: 980px) {
  body.wp-singular.page-id-4305 section.page-hero.gallery-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }

  body.wp-singular.page-id-4305 .gallery-hero h1 {
    white-space: normal !important;
  }

  body.wp-singular.page-id-5085 .price-card-slider {
    --price-card-width: min(78vw, 420px) !important;
  }

  body.wp-singular.page-id-5085 .price-card-tile {
    height: 660px !important;
    min-height: 660px !important;
  }
}

@media (max-width: 620px) {
  body.wp-singular.page-id-4305 .gallery-grid.large {
    grid-template-columns: 1fr !important;
  }

  body.wp-singular.page-id-5085 .price-card-slider {
    --price-gap: 18px !important;
    --price-card-width: min(82vw, 340px) !important;
    max-height: 560px !important;
  }

  body.wp-singular.page-id-5085 .price-card-tile {
    height: 520px !important;
    min-height: 520px !important;
    padding: 10px !important;
  }
}

/* Hard final correction after all legacy blocks */
body.page-id-4305 section.page-hero.gallery-hero {
  min-height: 360px !important;
  padding-top: 135px !important;
  padding-bottom: 36px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .60) 0%, rgba(0, 0, 0, .18) 50%, rgba(0, 0, 0, .42) 100%),
    var(--hero-image, url('../images/gallery-hero-mockup.jpg')) center center / cover no-repeat !important;
}

body.page-id-4305 .gallery-hero .page-hero-copy {
  max-width: 720px !important;
  margin: 0 auto !important;
}

body.page-id-4305 .gallery-hero h1 {
  font-size: clamp(62px, 6vw, 92px) !important;
}

body.page-id-4305 .content-band {
  padding-top: 24px !important;
}

body.page-id-4305 .filter-row {
  margin-bottom: 14px !important;
}

body.page-id-4305 .gallery-grid.large {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.page-id-4305 .gallery-grid.large .gallery-item img {
  aspect-ratio: 1.42 / 1 !important;
  object-fit: cover !important;
  filter: none !important;
}

body.page-id-5085 .price-card-slider {
  --price-gap: 24px !important;
  --price-card-width: min(590px, calc((100vw - 112px) / 2)) !important;
  max-height: 790px;
  overflow: hidden !important;
}

body.page-id-5085 .price-card-track {
  display: flex !important;
  gap: var(--price-gap) !important;
  width: max-content !important;
  animation: tornado-price-slide 48s linear infinite !important;
}

body.page-id-5085 .price-card-tile {
  flex: 0 0 var(--price-card-width) !important;
  width: var(--price-card-width) !important;
  height: 730px !important;
  min-height: 730px !important;
  max-width: none !important;
  padding: 18px !important;
}

body.page-id-5085 .price-card-tile img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  body.page-id-4305 section.page-hero.gallery-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }

  body.page-id-5085 .price-card-slider {
    --price-card-width: min(78vw, 420px) !important;
  }

  body.page-id-5085 .price-card-tile {
    height: 660px !important;
    min-height: 660px !important;
  }
}

@media (max-width: 620px) {
  body.page-id-4305 .gallery-grid.large {
    grid-template-columns: 1fr !important;
  }

  body.page-id-5085 .price-card-slider {
    --price-gap: 18px !important;
    --price-card-width: min(82vw, 340px) !important;
    max-height: 560px;
  }

  body.page-id-5085 .price-card-tile {
    height: 520px !important;
    min-height: 520px !important;
    padding: 10px !important;
  }
}

/* Prices carousel final: ornate fixed frames, two visible on 13-inch desktop */
body.page-id-5085 .price-card-slider {
  --price-gap: clamp(18px, 2vw, 30px);
  --price-card-width: calc((100% - var(--price-gap)) / 2);
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 1.8vw, 24px);
  border: 1px solid rgba(201, 154, 74, .46);
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 154, 74, .16), transparent 30%),
    linear-gradient(135deg, rgba(201, 154, 74, .10), rgba(5, 4, 3, .92) 28%, rgba(5, 4, 3, .98));
  box-shadow: inset 0 0 0 1px rgba(255, 235, 190, .08), 0 28px 70px rgba(0, 0, 0, .45);
}

body.page-id-5085 .price-card-slider::before,
body.page-id-5085 .price-card-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(42px, 7vw, 120px);
  pointer-events: none;
}

body.page-id-5085 .price-card-slider::before {
  left: 0;
  background: linear-gradient(90deg, #050403 0%, rgba(5, 4, 3, 0) 100%);
}

body.page-id-5085 .price-card-slider::after {
  right: 0;
  background: linear-gradient(270deg, #050403 0%, rgba(5, 4, 3, 0) 100%);
}

body.page-id-5085 .price-card-track {
  display: flex;
  gap: var(--price-gap);
  width: max-content;
  animation: tornado-price-slide 42s linear infinite;
  will-change: transform;
}

body.page-id-5085 .price-card-slider:hover .price-card-track {
  animation-play-state: paused;
}

body.page-id-5085 .price-card-tile {
  position: relative;
  flex: 0 0 var(--price-card-width);
  width: var(--price-card-width);
  min-height: clamp(520px, 64vw, 700px);
  margin: 0 !important;
  display: grid;
  place-items: center;
  padding: clamp(10px, 1.2vw, 16px);
  overflow: hidden !important;
  border: 1px solid rgba(218, 176, 93, .62) !important;
  background:
    linear-gradient(145deg, rgba(201, 154, 74, .14), transparent 22%),
    #050403 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 236, 191, .08), 0 18px 44px rgba(0, 0, 0, .36) !important;
}

body.page-id-5085 .price-card-tile::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(201, 154, 74, .28);
}

body.page-id-5085 .price-card-tile img {
  display: block !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@keyframes tornado-price-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - (var(--price-gap) / 2)));
  }
}

@media (max-width: 980px) {
  body.page-id-5085 .price-card-slider {
    --price-card-width: min(78vw, 420px);
  }

  body.page-id-5085 .price-card-tile {
    min-height: clamp(540px, 126vw, 680px);
  }
}

@media (max-width: 620px) {
  body.page-id-5085 .price-card-slider {
    --price-gap: 18px;
    --price-card-width: min(82vw, 340px);
    padding: 12px;
  }

  body.page-id-5085 .price-card-tile {
    min-height: 520px;
  }
}

/* Final Gallery repair: active /gallery/ page uses the custom grid, not legacy shortcode content */
body.page-id-4305 .gallery-hero {
  min-height: clamp(410px, 52vh, 520px) !important;
  padding-top: clamp(145px, 13vh, 175px) !important;
  padding-bottom: clamp(48px, 6vh, 78px) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, .36) 45%, rgba(0, 0, 0, .16) 100%),
    var(--hero-image, url('../images/headerheropricepage.png')) center center / cover no-repeat !important;
}

body.page-id-4305 .content-band {
  padding-top: clamp(28px, 3vw, 46px);
}

body.page-id-4305 .filter-row {
  margin-bottom: 16px !important;
}

body.page-id-4305 .gallery-grid.large {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.page-id-4305 .gallery-grid.large .gallery-item {
  overflow: hidden;
  border: 1px solid rgba(201, 154, 74, .42);
  background: #050403;
}

body.page-id-4305 .gallery-grid.large .gallery-item img {
  width: 100%;
  aspect-ratio: 1.48 / 1 !important;
  object-fit: cover !important;
  filter: sepia(.2) saturate(.86) brightness(.82) contrast(1.08);
}

body.page-id-4305 .gallery-grid.large .gallery-item figcaption {
  display: none !important;
}

@media (max-width: 980px) {
  body.page-id-4305 .gallery-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }

  body.page-id-4305 .gallery-grid.large {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.page-id-4305 .gallery-grid.large {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

/* Final Prices repair: split price artwork into responsive readable cards */
.price-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.45vw, 20px);
  align-items: stretch;
}

.price-card-tile {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 74, .48);
  background: #050403;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}

.price-card-tile img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1180px) {
  .price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .price-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .price-card-tile {
    max-width: 420px;
    margin-inline: auto;
  }
}

/* Prices mockup image integration */
body.page-id-5085 .prices-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.30) 44%, rgba(0,0,0,.08) 100%),
    var(--hero-image, url('../images/headerheropricepage.png')) center center / cover no-repeat !important;
}

.price-picture-board {
  border: 1px solid rgba(201,154,74,.50);
  background: #050403;
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
  overflow: hidden;
}

.price-picture-board img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .prices-board-band .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .price-picture-board {
    width: max(980px, 100%);
  }
}

@media (max-width: 680px) {
  .prices-board-band .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-picture-board {
    width: 1060px;
  }

  .price-picture-board img {
    width: 1060px !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }
}

/* Google reviews slider */
.google-reviews-band {
  padding-top: clamp(46px, 5vw, 72px);
}

.google-reviews-shell {
  border: 1px solid rgba(201, 154, 74, .42);
  background:
    radial-gradient(circle at 50% 0%, rgba(201,154,74,.14), transparent 38%),
    linear-gradient(180deg, rgba(17, 13, 8, .96), rgba(5, 4, 3, .98));
  padding: clamp(18px, 2vw, 30px);
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
  overflow: hidden;
}

.tornado-review-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.tornado-review-rail::-webkit-scrollbar {
  height: 6px;
}

.tornado-review-rail::-webkit-scrollbar-track {
  background: rgba(255,255,255,.06);
}

.tornado-review-rail::-webkit-scrollbar-thumb {
  background: rgba(201,154,74,.72);
}

.tornado-review-card {
  min-height: 260px;
  scroll-snap-align: start;
  border: 1px solid rgba(201,154,74,.40);
  background:
    linear-gradient(145deg, rgba(18,13,8,.94), rgba(5,4,3,.96)),
    radial-gradient(circle at 0% 0%, rgba(201,154,74,.16), transparent 38%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 20px 48px rgba(0,0,0,.32);
}

.tornado-review-stars {
  color: var(--gold-2);
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 18px;
  text-shadow: 0 0 16px rgba(201,154,74,.28);
}

.tornado-review-card p {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  margin: 0 0 24px;
}

.tornado-review-card footer {
  border-top: 1px solid rgba(201,154,74,.28);
  padding-top: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.tornado-review-card strong {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 18px;
}

.tornado-review-card span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.google-reviews-shell .ti-widget {
  color: var(--cream) !important;
}

.google-reviews-shell .ti-widget,
.google-reviews-shell .ti-widget * {
  font-family: var(--body) !important;
}

.google-reviews-shell .ti-widget .ti-review-item > .ti-inner,
.google-reviews-shell .ti-widget .ti-review-item,
.google-reviews-shell .ti-widget .ti-widget-container,
.google-reviews-shell .ti-widget .ti-reviews-container {
  background: transparent !important;
}

.google-reviews-shell .ti-widget .ti-review-item > .ti-inner {
  border: 1px solid rgba(201,154,74,.34) !important;
  background: rgba(8, 6, 4, .72) !important;
  box-shadow: none !important;
}

.google-reviews-shell .ti-widget .ti-name,
.google-reviews-shell .ti-widget .ti-review-text,
.google-reviews-shell .ti-widget .ti-rating-text,
.google-reviews-shell .ti-widget .ti-date {
  color: var(--cream) !important;
}

.google-reviews-shell .ti-widget .ti-name {
  font-family: var(--serif) !important;
  color: var(--gold-2) !important;
}

.google-reviews-shell .ti-widget .ti-review-text,
.google-reviews-shell .ti-widget .ti-date {
  color: var(--muted) !important;
}

.google-reviews-shell .ti-widget .ti-rating,
.google-reviews-shell .ti-widget .ti-star {
  filter: sepia(.35) saturate(1.15);
}

@media (max-width: 680px) {
  .google-reviews-band {
    padding-top: 34px;
  }

  .google-reviews-shell {
    padding: 14px;
  }

  .tornado-review-rail {
    grid-auto-columns: minmax(270px, 88vw);
    gap: 14px;
  }

  .tornado-review-card {
    min-height: 250px;
    padding: 20px;
  }

  .tornado-review-card footer {
    align-items: start;
    flex-direction: column;
  }
}

/* Final Blog/Contact mockup proportion overrides */
body.blog .page-hero,
body.single-post .page-hero,
body.page-id-4079 .contact-hero {
  min-height: clamp(400px, 50vh, 520px) !important;
  padding-top: clamp(145px, 13vh, 175px) !important;
  padding-bottom: clamp(48px, 6vh, 78px) !important;
}

@media (min-width: 1121px) and (max-width: 1366px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .blog-card {
    padding: 14px !important;
  }

  .blog-card h2 {
    font-size: clamp(19px, 1.55vw, 24px) !important;
  }
}

@media (max-width: 980px) {
  body.blog .page-hero,
  body.single-post .page-hero,
  body.page-id-4079 .contact-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }
}

@media (max-width: 680px) {
  body.blog .page-hero,
  body.single-post .page-hero,
  body.page-id-4079 .contact-hero {
    min-height: 440px !important;
  }
}

/* Blog and Contact visual repair */
body.blog .site-header,
body.single-post .site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(2, 2, 2, .70), rgba(2, 2, 2, .22) 72%, rgba(2, 2, 2, 0)) !important;
  border-bottom: 1px solid rgba(205, 155, 74, .34);
  backdrop-filter: none !important;
}

body.blog .topbar,
body.blog .navrow,
body.single-post .topbar,
body.single-post .navrow {
  background: transparent !important;
}

body.blog .page-hero,
body.single-post .page-hero {
  min-height: clamp(520px, 64vh, 680px) !important;
  padding-top: clamp(150px, 14vh, 195px) !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.30) 46%, rgba(0,0,0,.10) 100%),
    var(--hero-image, url('../images/blog-hero.jpg')) center center / cover no-repeat !important;
}

.blog-layout {
  display: grid !important;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  overflow: visible !important;
}

.blog-grid {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  transform: none !important;
}

.blog-card {
  min-width: 0 !important;
  overflow: hidden !important;
}

.blog-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.22 / 1 !important;
  object-fit: cover !important;
}

.blog-card h2,
.blog-card h2 a,
.blog-card p {
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.42) 42%, rgba(0,0,0,.12) 100%),
    var(--hero-image, url('../images/contactheaderhero.png')) center center / cover no-repeat !important;
}

.contact-grid .location-card-featured > img {
  object-fit: cover !important;
  object-position: center center !important;
  filter: sepia(.28) contrast(1.08) brightness(.84);
}

@media (min-width: 1121px) and (max-width: 1366px) {
  .blog-layout {
    grid-template-columns: minmax(250px, 285px) minmax(0, 1fr) !important;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.blog .site-header,
  body.single-post .site-header {
    position: relative !important;
    background: rgba(5, 4, 3, .92) !important;
    backdrop-filter: blur(12px) !important;
  }

  body.blog .page-hero,
  body.single-post .page-hero {
    padding-top: 52px !important;
  }

  .blog-layout,
  .blog-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .blog-sidebar,
  .blog-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 680px) {
  .blog-card {
    padding: 16px !important;
  }

  .blog-card h2 {
    font-size: clamp(21px, 6.4vw, 28px) !important;
    line-height: 1.18 !important;
  }

  .blog-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .contact-grid .location-card-featured > img {
    aspect-ratio: 1.32 / 1 !important;
  }
}

@media (max-width: 680px) {
  .prices-hero {
    min-height: 245px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .prices-hero h1 {
    font-size: clamp(40px, 11vw, 50px);
  }

  .prices-hero p {
    margin-top: 8px;
  }


  .about-story-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  .about-story-copy {
    order: 1;
  }

  .about-story-media {
    order: 2;
    width: 100%;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px;
  }

  .about-story-main img {
    height: 190px !important;
    width: 100%;
  }

  .about-story-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .about-story-strip img {
    width: 100% !important;
    height: 72px !important;
  }
}

/* Mockup-aligned prices board above the animated flipbook */
.prices-board-band {
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(26px, 4vw, 48px);
  border-top: 1px solid rgba(205, 155, 74, .58);
}

.price-menu-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(260px, 1.08fr);
  border: 1px solid rgba(205, 155, 74, .64);
  background: linear-gradient(180deg, rgba(18, 16, 12, .97), rgba(7, 7, 6, .98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .38);
}

.price-board-card {
  min-width: 0;
  padding: clamp(22px, 2.4vw, 32px) clamp(18px, 2vw, 28px);
  border-right: 1px solid rgba(205, 155, 74, .5);
  position: relative;
}

.price-board-card:last-child {
  border-right: 0;
}

.price-board-icon {
  color: var(--gold);
  font-size: 25px;
  margin-bottom: 10px;
}

.price-board-card h2 {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: clamp(21px, 1.55vw, 29px);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.price-board-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.price-board-card li {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr auto;
  align-items: baseline;
  gap: 9px;
  color: var(--cream);
  font-size: 15px;
}

.price-board-card li::after {
  content: "";
  border-bottom: 1px dotted rgba(205, 155, 74, .64);
  grid-column: 2;
  transform: translateY(-3px);
}

.price-board-card li span {
  min-width: 0;
}

.price-board-card li b {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 16px;
  white-space: nowrap;
}

.price-board-card > p {
  margin: 18px 0 0;
  border: 1px solid rgba(205, 155, 74, .45);
  padding: 11px 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.price-board-card--packages {
  background: rgba(205, 155, 74, .045);
}

.price-board-packages {
  display: grid;
  gap: 12px;
}

.price-board-packages div {
  border: 1px solid rgba(205, 155, 74, .36);
  padding: 12px 14px;
  background: rgba(0, 0, 0, .18);
}

.price-board-packages h3 {
  margin: 0 0 7px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.price-board-packages p {
  margin: 0;
  color: var(--cream);
  font-size: 13px;
  line-height: 1.45;
}

.price-board-ask {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  margin-top: 14px;
  border: 1px solid rgba(205, 155, 74, .65);
  background: var(--gold-gradient);
  color: #120d05;
  font-family: var(--font-display);
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}

.price-board-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(205, 155, 74, .35);
  border-top: 0;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--font-display);
  letter-spacing: 0;
}

.price-board-proof span {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 10px;
  border-right: 1px solid rgba(205, 155, 74, .32);
  font-size: 14px;
}

.price-board-proof span:last-child {
  border-right: 0;
}

@media (min-width: 1121px) and (max-width: 1366px) {
  .prices-board-band {
    padding-top: 20px;
  }

  .price-board-card {
    padding: 20px 16px;
  }

  .price-board-card h2 {
    font-size: 22px;
  }

  .price-board-card li {
    font-size: 13px;
    gap: 7px;
  }

  .price-board-card li b {
    font-size: 14px;
  }

  .price-board-card > p,
  .price-board-packages p {
    font-size: 12px;
  }

}

@media (max-width: 980px) {
  .price-menu-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-board-card:nth-child(2n) {
    border-right: 0;
  }

  .price-board-card--packages {
    grid-column: 1 / -1;
  }

  .price-board-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .prices-board-band {
    padding-top: 18px;
  }

  .price-menu-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .price-board-card,
  .price-board-card:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(205, 155, 74, .45);
  }

  .price-board-card:last-child {
    border-bottom: 0;
  }

  .price-board-card {
    padding: 22px 18px;
  }

  .price-board-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .price-board-proof span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(205, 155, 74, .3);
  }

  .price-board-proof span:last-child {
    border-bottom: 0;
  }
}

/* Board icon fallback: use CSS glyphs instead of missing font glyph squares */
.price-board-icon .tornado-ico,
.price-board-proof .tornado-ico {
  display: inline-flex;
  width: 1.35em;
  height: 1.35em;
  align-items: center;
  justify-content: center;
  font-style: normal;
  line-height: 1;
}

.price-board-icon .tornado-ico::before,
.price-board-proof .tornado-ico::before {
  display: block;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.price-board-icon .tornado-ico-scissors::before { content: "✂"; }
.price-board-icon .tornado-ico-star::before,
.price-board-proof .tornado-ico-star::before { content: "★"; }
.price-board-proof .tornado-ico-chair::before { content: "▱"; }
.price-board-proof .tornado-ico-beard::before { content: "〰"; }
.price-board-proof .tornado-ico-badge::before { content: "◇"; }
.price-board-proof .tornado-ico-pin::before { content: "⌖"; }

.price-board-icon .tornado-ico,
.price-board-proof .tornado-ico {
  background: transparent !important;
  -webkit-mask: none !important;
  mask: none !important;
}

/* Header/footer cleanup: CTAs moved out of header, Blog moved to footer, Consai credit */
.site-header .header-actions {
  display: none !important;
}

.navrow {
  grid-template-columns: 160px minmax(230px, 1fr) minmax(260px, 340px) minmax(220px, 1fr) !important;
  padding-right: clamp(22px, 3vw, 54px);
}

.primary-nav.right {
  justify-content: flex-start;
}

.sticky-branch-actions {
  position: fixed !important;
  z-index: 80;
  right: 18px;
  top: 50%;
  bottom: auto !important;
  left: auto !important;
  transform: translateY(-50%);
  width: 58px;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(205, 155, 74, .58);
  background: rgba(4, 4, 3, .84);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(10px);
}

.sticky-branch-actions a {
  width: 42px;
  min-height: 42px;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(205, 155, 74, .5) !important;
  background: rgba(15, 13, 9, .9) !important;
  color: var(--gold) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none;
}

.sticky-branch-actions a:not(.quick-actions__whatsapp) {
  background: var(--gold-gradient) !important;
  color: #110d06 !important;
}

.sticky-branch-actions .tornado-ico {
  display: block !important;
  margin: 0 !important;
  font-size: 16px !important;
  filter: none !important;
}

.sticky-branch-actions a::after {
  content: attr(aria-label);
}

.sticky-branch-actions a[href*="wa.me"]::after,
.sticky-branch-actions .quick-actions__whatsapp::after {
  content: "WhatsApp";
}

.sticky-branch-actions a:nth-child(2)::after {
  content: "Book JLT";
}

.sticky-branch-actions a:nth-child(3)::after {
  content: "Book Marina";
}

.sticky-branch-actions a::after {
  position: absolute;
  right: calc(100% + 10px);
  min-width: max-content;
  padding: 8px 10px;
  border: 1px solid rgba(205, 155, 74, .5);
  background: rgba(6, 5, 4, .94);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.sticky-branch-actions a:hover::after,
.sticky-branch-actions a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.footer-bottom--agency {
  grid-template-columns: minmax(220px, .9fr) minmax(180px, auto) minmax(320px, 1.2fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
}

.footer-agency {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--cream);
  text-decoration: none;
  min-width: 0;
}

.footer-agency img {
  width: 88px !important;
  max-height: 42px !important;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(205, 155, 74, .22));
}

.footer-agency span {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-legal a {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-legal a:hover {
  color: var(--gold);
}

@media (min-width: 1121px) and (max-width: 1366px) {
  .navrow {
    grid-template-columns: 150px minmax(190px, 1fr) 240px minmax(190px, 1fr) !important;
    padding-right: 34px;
  }

  .sticky-branch-actions {
    right: 10px;
    width: 52px;
  }

  .sticky-branch-actions a {
    width: 38px;
    min-height: 38px;
  }
}

@media (max-width: 980px) {
  .navrow {
    grid-template-columns: 92px minmax(160px, 1fr) !important;
  }

  .footer-bottom--agency {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .footer-legal {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .sticky-branch-actions {
    left: 0 !important;
    right: 0 !important;
    top: auto;
    bottom: 0 !important;
    transform: none;
    width: 100%;
    flex-direction: row;
    gap: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
  }

  .sticky-branch-actions a {
    width: 33.333%;
    min-height: 58px;
    font-size: 11px !important;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid rgba(205, 155, 74, .5) !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }

  .sticky-branch-actions a::after {
    content: none !important;
  }

  .sticky-branch-actions .tornado-ico {
    font-size: 13px !important;
  }

  body {
    padding-bottom: 58px;
  }
}

.footer-agency img {
  width: 128px !important;
  max-height: 54px !important;
}

.footer-agency img {
  width: 154px !important;
  max-height: 48px !important;
}

/* Header hero image and footer agency visibility update */
.hero-home,
.about-hero {
  background-position: center center;
}

.footer-agency {
  gap: 18px;
}

.footer-agency img {
  width: 190px !important;
  max-height: 58px !important;
  opacity: 1 !important;
  object-fit: contain;
}

.footer-agency span {
  max-width: 280px;
}

@media (max-width: 680px) {
  .footer-agency img {
    width: 170px !important;
    max-height: 50px !important;
  }
}

/* Visual match pass for start mockup: keep headerhero visible at all sizes */
.hero-home {
  background:
    linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,.10) 100%),
    var(--hero-image) center center / cover no-repeat !important;
}

.hero-home::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.42) 0%, transparent 30%, transparent 74%, rgba(0,0,0,.30) 100%),
    radial-gradient(circle at 78% 38%, rgba(226,189,117,.08), transparent 22rem) !important;
}

@media (min-width: 681px) and (max-width: 1366px) {
  .hero-home {
    background:
      linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.24) 44%, rgba(0,0,0,.06) 100%),
      var(--hero-image) center center / cover no-repeat !important;
  }

  .hero-home::after {
    background: linear-gradient(90deg, rgba(0,0,0,.32) 0%, transparent 34%, transparent 76%, rgba(0,0,0,.22) 100%) !important;
  }
}

@media (max-width: 680px) {
  .hero-home {
    background:
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.42) 44%, rgba(0,0,0,.92) 76%),
      var(--hero-image) center top / cover no-repeat !important;
  }
}

/* About mockup image integration: heritage poster + triptych */
.about-story-band--mockup {
  padding-top: clamp(34px, 4vw, 50px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.about-story-layout--mockup {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(350px, 1fr) minmax(420px, 1.55fr) !important;
  gap: clamp(28px, 3vw, 52px);
  align-items: center;
}

.about-heritage-poster,
.about-story-triptych {
  margin: 0;
  min-width: 0;
}

.about-heritage-poster img,
.about-story-triptych img {
  display: block;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(205, 155, 74, .55);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .42);
}

.about-heritage-poster img {
  height: clamp(270px, 24vw, 390px);
  object-position: center top;
}

.about-story-triptych img {
  height: clamp(245px, 22vw, 340px);
  object-position: center center;
}

.about-story-layout--mockup .about-story-copy {
  width: 100%;
  height: auto !important;
}

.about-story-layout--mockup .about-story-copy .eyebrow {
  margin-bottom: 10px;
}

.about-story-layout--mockup .about-story-copy h2 {
  font-size: clamp(38px, 3.7vw, 58px);
  line-height: .95;
  margin-bottom: 18px;
}

.about-story-layout--mockup .about-story-copy p {
  max-width: 56ch;
}

@media (min-width: 1121px) and (max-width: 1366px) {
  .about-story-layout--mockup {
    grid-template-columns: minmax(180px, .62fr) minmax(330px, .98fr) minmax(360px, 1.35fr) !important;
    gap: 28px;
  }

  .about-heritage-poster img {
    height: 300px;
  }

  .about-story-triptych img {
    height: 255px;
  }

  .about-story-layout--mockup .about-story-copy h2 {
    font-size: 44px;
  }
}

@media (max-width: 980px) {
  .about-story-layout--mockup {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .about-heritage-poster {
    order: 2;
  }

  .about-story-layout--mockup .about-story-copy {
    order: 1;
  }

  .about-story-triptych {
    order: 3;
  }

  .about-heritage-poster img,
  .about-story-triptych img {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 680px) {
  .about-story-layout--mockup .about-story-copy h2 {
    font-size: 36px;
  }
}

/* Mockup header/hero structure: transparent header over full hero image */
body.home .site-header,
body.page-id-4978 .site-header,
body.page-id-5085 .site-header,
body.page-id-4305 .site-header,
body.page-id-4079 .site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(2, 2, 2, .70), rgba(2, 2, 2, .22) 72%, rgba(2, 2, 2, 0)) !important;
  border-bottom: 1px solid rgba(205, 155, 74, .34);
  backdrop-filter: none !important;
}

body.home .topbar,
body.page-id-4978 .topbar,
body.page-id-5085 .topbar,
body.page-id-4305 .topbar,
body.page-id-4079 .topbar,
body.home .navrow,
body.page-id-4978 .navrow,
body.page-id-5085 .navrow,
body.page-id-4305 .navrow,
body.page-id-4079 .navrow {
  background: transparent !important;
}

body.home .hero-home {
  min-height: calc(100vh - 20px) !important;
  padding-top: clamp(165px, 15vh, 210px) !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.24) 42%, rgba(0,0,0,.06) 100%),
    var(--hero-image) center center / cover no-repeat !important;
}

body.page-id-4978 .page-hero,
body.page-id-5085 .page-hero,
body.page-id-4305 .page-hero,
body.page-id-4079 .page-hero {
  min-height: clamp(620px, 82vh, 820px) !important;
  padding-top: clamp(175px, 16vh, 220px) !important;
  padding-bottom: clamp(80px, 10vh, 130px) !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,.18) 100%),
    var(--hero-image, url('../images/headerhero.png')) center center / cover no-repeat !important;
}

body.page-id-4978 .about-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.26) 45%, rgba(0,0,0,.16) 100%),
    var(--hero-image, url('../images/headerhero.png')) center center / cover no-repeat !important;
}

body.page-id-4978 .page-hero-copy,
body.page-id-5085 .page-hero-copy,
body.page-id-4305 .page-hero-copy,
body.page-id-4079 .page-hero-copy {
  margin-left: clamp(80px, 11vw, 190px);
  max-width: min(760px, 54vw);
}

@media (min-width: 1121px) and (max-width: 1366px) {
  body.home .hero-home {
    min-height: calc(100vh - 20px) !important;
    padding-top: 168px !important;
  }

  body.page-id-4978 .page-hero,
  body.page-id-5085 .page-hero,
  body.page-id-4305 .page-hero,
  body.page-id-4079 .page-hero {
    min-height: 650px !important;
    padding-top: 176px !important;
  }
}

@media (max-width: 980px) {
  body.home .site-header,
  body.page-id-4978 .site-header,
  body.page-id-5085 .site-header,
  body.page-id-4305 .site-header,
  body.page-id-4079 .site-header {
    position: relative !important;
    background: rgba(5, 4, 3, .92) !important;
    backdrop-filter: blur(12px) !important;
  }

  body.home .hero-home,
  body.page-id-4978 .page-hero,
  body.page-id-5085 .page-hero,
  body.page-id-4305 .page-hero,
  body.page-id-4079 .page-hero {
    padding-top: 52px !important;
  }

  body.page-id-4978 .page-hero-copy,
  body.page-id-5085 .page-hero-copy,
  body.page-id-4305 .page-hero-copy,
  body.page-id-4079 .page-hero-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: min(720px, calc(100vw - 48px));
  }
}

/* Absolute final visual overrides after legacy appended passes */
body.page-id-4978 .page-hero,
body.page-id-5085 .page-hero,
body.page-id-4305 .page-hero,
body.page-id-4079 .page-hero {
  min-height: clamp(560px, 70vh, 720px) !important;
  padding-top: clamp(155px, 14vh, 195px) !important;
  padding-bottom: clamp(70px, 8vh, 110px) !important;
}

body.page-id-4978 .page-hero-copy,
body.page-id-5085 .page-hero-copy,
body.page-id-4305 .page-hero-copy,
body.page-id-4079 .page-hero-copy {
  max-width: min(900px, 62vw) !important;
}

body.page-id-4978 .page-hero-copy h1 {
  font-size: clamp(68px, 7vw, 122px) !important;
  white-space: nowrap;
}

.about-story-layout--mockup .about-story-copy h2 {
  font-size: clamp(34px, 2.65vw, 50px) !important;
  line-height: .98;
}

@media (min-width: 1121px) and (max-width: 1440px) {
  body.page-id-4978 .page-hero,
  body.page-id-5085 .page-hero,
  body.page-id-4305 .page-hero,
  body.page-id-4079 .page-hero {
    min-height: 570px !important;
    padding-top: 160px !important;
  }

  .about-story-layout--mockup .about-story-copy h2 {
    font-size: clamp(34px, 2.7vw, 44px) !important;
  }
}

@media (max-width: 680px) {
  body.page-id-4978 .page-hero-copy h1 {
    white-space: normal;
  }
}

/* Absolute final Blog/Contact overrides after all legacy passes */
body.blog .page-hero,
body.single-post .page-hero,
body.page-id-4079 .contact-hero {
  min-height: clamp(400px, 50vh, 520px) !important;
  padding-top: clamp(145px, 13vh, 175px) !important;
  padding-bottom: clamp(48px, 6vh, 78px) !important;
}

@media (min-width: 1121px) and (max-width: 1366px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .blog-card {
    padding: 14px !important;
  }

  .blog-card h2 {
    font-size: clamp(19px, 1.55vw, 24px) !important;
  }
}

@media (max-width: 980px) {
  body.blog .page-hero,
  body.single-post .page-hero,
  body.page-id-4079 .contact-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }
}

@media (max-width: 680px) {
  body.blog .page-hero,
  body.single-post .page-hero,
  body.page-id-4079 .contact-hero {
    min-height: 440px !important;
  }
}

/* EOF Gallery/Prices corrections */
body.page-id-4305 section.page-hero.gallery-hero {
  min-height: clamp(560px, 70vh, 650px) !important;
  height: auto !important;
  padding-top: clamp(145px, 13vh, 175px) !important;
  padding-bottom: clamp(48px, 6vh, 78px) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .22) 45%, rgba(0, 0, 0, .08) 100%),
    var(--hero-image, url('../images/headerheropricepage.png')) center center / cover no-repeat !important;
}

body.page-id-4305 .content-band {
  padding-top: clamp(28px, 3vw, 46px) !important;
}

body.page-id-4305 .gallery-grid.large {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.page-id-4305 .gallery-grid.large .gallery-item img {
  aspect-ratio: 1.48 / 1 !important;
  object-fit: cover !important;
  filter: sepia(.2) saturate(.86) brightness(.82) contrast(1.08);
}

body.page-id-4305 .gallery-grid.large .gallery-item figcaption {
  display: none !important;
}

body.page-id-5085 .price-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.7vw, 24px) !important;
  align-items: start !important;
}

body.page-id-5085 .price-card-tile {
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(201, 154, 74, .48) !important;
  background: #050403 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34) !important;
}

body.page-id-5085 .price-card-tile img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 980px) {
  body.page-id-4305 section.page-hero.gallery-hero {
    min-height: 420px !important;
    padding-top: 52px !important;
  }

  body.page-id-4305 .gallery-grid.large,
  body.page-id-5085 .price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body.page-id-4305 .gallery-grid.large,
  body.page-id-5085 .price-card-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-id-5085 .price-card-tile {
    max-width: 420px !important;
    margin-inline: auto !important;
  }
}

/* Prices carousel final: ornate fixed frames, two visible on 13-inch desktop */
body.page-id-5085 .price-card-slider {
  --price-gap: clamp(18px, 2vw, 30px);
  --price-card-width: calc((100% - var(--price-gap)) / 2);
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 1.8vw, 24px);
  border: 1px solid rgba(201, 154, 74, .46);
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 154, 74, .16), transparent 30%),
    linear-gradient(135deg, rgba(201, 154, 74, .10), rgba(5, 4, 3, .92) 28%, rgba(5, 4, 3, .98));
  box-shadow: inset 0 0 0 1px rgba(255, 235, 190, .08), 0 28px 70px rgba(0, 0, 0, .45);
}

body.page-id-5085 .price-card-slider::before,
body.page-id-5085 .price-card-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(42px, 7vw, 120px);
  pointer-events: none;
}

body.page-id-5085 .price-card-slider::before {
  left: 0;
  background: linear-gradient(90deg, #050403 0%, rgba(5, 4, 3, 0) 100%);
}

body.page-id-5085 .price-card-slider::after {
  right: 0;
  background: linear-gradient(270deg, #050403 0%, rgba(5, 4, 3, 0) 100%);
}

body.page-id-5085 .price-card-track {
  display: flex;
  gap: var(--price-gap);
  width: max-content;
  animation: tornado-price-slide 42s linear infinite;
  will-change: transform;
}

body.page-id-5085 .price-card-slider:hover .price-card-track {
  animation-play-state: paused;
}

body.page-id-5085 .price-card-tile {
  position: relative;
  flex: 0 0 var(--price-card-width);
  width: var(--price-card-width);
  min-height: clamp(520px, 64vw, 700px);
  margin: 0 !important;
  display: grid;
  place-items: center;
  padding: clamp(10px, 1.2vw, 16px);
  overflow: hidden !important;
  border: 1px solid rgba(218, 176, 93, .62) !important;
  background:
    linear-gradient(145deg, rgba(201, 154, 74, .14), transparent 22%),
    #050403 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 236, 191, .08), 0 18px 44px rgba(0, 0, 0, .36) !important;
}

body.page-id-5085 .price-card-tile::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(201, 154, 74, .28);
}

body.page-id-5085 .price-card-tile img {
  display: block !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@keyframes tornado-price-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - (var(--price-gap) / 2)));
  }
}

@media (max-width: 980px) {
  body.page-id-5085 .price-card-slider {
    --price-card-width: min(78vw, 420px);
  }

  body.page-id-5085 .price-card-tile {
    min-height: clamp(540px, 126vw, 680px);
  }
}

@media (max-width: 620px) {
  body.page-id-5085 .price-card-slider {
    --price-gap: 18px;
    --price-card-width: min(82vw, 340px);
    padding: 12px;
  }

  body.page-id-5085 .price-card-tile {
    min-height: 520px;
  }
}

/* ABSOLUTE EOF FIX 202605240920 */
body.wp-singular.page-id-4305 section.page-hero.gallery-hero {
  min-height: 360px !important;
  padding-top: 132px !important;
  padding-bottom: 34px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .40) 100%),
    var(--hero-image, url('../images/gallery-hero-mockup.jpg')) center center / cover no-repeat !important;
}
body.wp-singular.page-id-4305 .gallery-hero .page-hero-copy { max-width: 860px !important; margin: 0 auto !important; }
body.wp-singular.page-id-4305 .gallery-hero h1 { font-size: clamp(58px, 5.7vw, 88px) !important; white-space: nowrap !important; }
body.wp-singular.page-id-4305 .content-band { padding-top: 22px !important; }
body.wp-singular.page-id-4305 .filter-row { margin-bottom: 14px !important; }
body.wp-singular.page-id-4305 .gallery-grid.large { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 8px !important; }
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item img { aspect-ratio: 1.42 / 1 !important; object-fit: cover !important; filter: none !important; }
body.wp-singular.page-id-5085 .price-card-slider { --price-gap: 24px !important; --price-card-width: min(590px, calc((100vw - 112px) / 2)) !important; max-height: 790px !important; overflow: hidden !important; }
body.wp-singular.page-id-5085 .price-card-track { display: flex !important; gap: var(--price-gap) !important; width: max-content !important; animation: tornado-price-slide-readable 52s linear 1.8s infinite !important; transform: translateX(0) !important; }
body.wp-singular.page-id-5085 .price-card-tile { flex: 0 0 var(--price-card-width) !important; width: var(--price-card-width) !important; height: 730px !important; min-height: 730px !important; max-width: none !important; padding: 18px !important; }
body.wp-singular.page-id-5085 .price-card-tile img { max-width: 100% !important; max-height: 100% !important; width: auto !important; height: auto !important; object-fit: contain !important; }
@keyframes tornado-price-slide-readable { 0%, 8% { transform: translateX(0); } 100% { transform: translateX(calc(-50% - (var(--price-gap) / 2))); } }
@media (max-width: 980px) {
  body.wp-singular.page-id-4305 section.page-hero.gallery-hero { min-height: 420px !important; padding-top: 52px !important; }
  body.wp-singular.page-id-4305 .gallery-hero h1 { white-space: normal !important; }
  body.wp-singular.page-id-5085 .price-card-slider { --price-card-width: min(78vw, 420px) !important; }
  body.wp-singular.page-id-5085 .price-card-tile { height: 660px !important; min-height: 660px !important; }
}
@media (max-width: 620px) {
  body.wp-singular.page-id-4305 .gallery-grid.large { grid-template-columns: 1fr !important; }
  body.wp-singular.page-id-5085 .price-card-slider { --price-gap: 18px !important; --price-card-width: min(82vw, 340px) !important; max-height: 560px !important; }
  body.wp-singular.page-id-5085 .price-card-tile { height: 520px !important; min-height: 520px !important; padding: 10px !important; }
}

/* Gallery real+mockup asset correction */
body.wp-singular.page-id-4305 section.page-hero.gallery-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .26) 100%),
    url('../images/gallery-hero-mockup.jpg') center top / cover no-repeat !important;
}

/* Gallery hero image correction 202605240952 */
body.wp-singular.page-id-4305 section.page-hero.gallery-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .08) 50%, rgba(0, 0, 0, .24) 100%),
    url('../images/gallery-mockup-2.jpg') center 44% / cover no-repeat !important;
}

/* Gallery visual correction 202605241002 */
body.wp-singular.page-id-4305 section.page-hero.gallery-hero {
  min-height: 430px !important;
  padding-top: 138px !important;
  padding-bottom: 42px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .16) 100%),
    url('../images/gallery-mockup-1.jpg') center 46% / cover no-repeat !important;
}
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item { background: #070503 !important; }
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item img {
  aspect-ratio: 1.48 / 1 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: brightness(1.18) contrast(1.05) saturate(1.04) !important;
}
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item:nth-child(4) img,
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item:nth-child(5) img,
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item:nth-child(6) img,
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item:nth-child(7) img,
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item:nth-child(8) img,
body.wp-singular.page-id-4305 .gallery-grid.large .gallery-item:nth-child(9) img {
  filter: brightness(1.32) contrast(1.08) saturate(1.08) !important;
}


/* Prices medium carousel correction 202605241020 */
body.wp-singular.page-id-5085 .price-card-slider {
  --price-gap: 18px !important;
  --price-card-width: clamp(245px, 22vw, 315px) !important;
  max-height: 480px !important;
  padding: 16px !important;
  overflow: hidden !important;
}
body.wp-singular.page-id-5085 .price-card-track {
  display: flex !important;
  gap: var(--price-gap) !important;
  width: max-content !important;
  animation: tornado-price-medium-slide 38s linear infinite !important;
  will-change: transform;
}
body.wp-singular.page-id-5085 .price-card-tile {
  flex: 0 0 var(--price-card-width) !important;
  width: var(--price-card-width) !important;
  height: 430px !important;
  min-height: 430px !important;
  padding: 10px !important;
  max-width: none !important;
}
body.wp-singular.page-id-5085 .price-card-tile img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
@keyframes tornado-price-medium-slide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - (var(--price-gap) / 2))); }
}
@media (max-width: 980px) {
  body.wp-singular.page-id-5085 .price-card-slider { --price-card-width: min(58vw, 300px) !important; max-height: 430px !important; }
  body.wp-singular.page-id-5085 .price-card-tile { height: 395px !important; min-height: 395px !important; }
}
@media (max-width: 620px) {
  body.wp-singular.page-id-5085 .price-card-slider { --price-card-width: min(76vw, 285px) !important; max-height: 390px !important; padding: 12px !important; }
  body.wp-singular.page-id-5085 .price-card-tile { height: 360px !important; min-height: 360px !important; padding: 8px !important; }
}

/* Blog and Contact mockup correction 202605241035 */
body.blog .blog-hero,
body.single-post .page-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.24) 42%, rgba(0,0,0,.08) 100%),
    url('../images/headerhero.png') center center / cover no-repeat !important;
}
body.wp-singular.page-id-4079 section.page-hero.contact-hero {
  min-height: clamp(420px, 54vh, 560px) !important;
  padding-top: clamp(140px, 13vh, 175px) !important;
  padding-bottom: clamp(54px, 7vh, 86px) !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.18) 46%, rgba(0,0,0,.08) 100%),
    url('../images/contactheaderhero.png') center center / cover no-repeat !important;
}
body.wp-singular.page-id-4079 .contact-hero .page-hero-copy {
  max-width: 610px !important;
  margin-left: clamp(58px, 7vw, 120px) !important;
  margin-right: auto !important;
  text-align: center !important;
}
body.wp-singular.page-id-4079 .contact-hero h1 {
  font-size: clamp(64px, 6vw, 108px) !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
}
body.wp-singular.page-id-4079 .contact-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
body.wp-singular.page-id-4079 .location-card-featured {
  display: grid !important;
  grid-template-columns: minmax(170px, .46fr) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  padding: 16px !important;
  border: 1px solid rgba(201,154,74,.50) !important;
  background: linear-gradient(135deg, rgba(201,154,74,.08), rgba(5,4,3,.94) 30%, rgba(5,4,3,.98)) !important;
}
body.wp-singular.page-id-4079 .location-card-featured > img {
  width: 100% !important;
  height: 245px !important;
  object-fit: cover !important;
  filter: sepia(.36) saturate(.74) brightness(.78) contrast(1.08) !important;
}
body.wp-singular.page-id-4079 .location-card-featured h2 {
  font-size: clamp(25px, 2.1vw, 36px) !important;
  line-height: 1 !important;
}
body.wp-singular.page-id-4079 .location-card-featured p {
  font-size: 14px !important;
  line-height: 1.55 !important;
}
body.wp-singular.page-id-4079 .location-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
body.wp-singular.page-id-4079 .location-actions a {
  min-height: 38px !important;
  padding: 10px 12px !important;
  font-size: 12px !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup,
body.wp-singular.page-id-4079 .contact-connect-mockup,
body.wp-singular.page-id-4079 .contact-walkin-mockup {
  border: 1px solid rgba(201,154,74,.50) !important;
  background: linear-gradient(135deg, rgba(201,154,74,.07), rgba(5,4,3,.95) 32%, rgba(5,4,3,.99)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,236,191,.06) !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup {
  grid-column: span 1 !important;
  padding: clamp(18px, 2vw, 28px) !important;
}
body.wp-singular.page-id-4079 .contact-connect-mockup,
body.wp-singular.page-id-4079 .contact-walkin-mockup {
  padding: clamp(18px, 2vw, 28px) !important;
  text-align: center !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup h2,
body.wp-singular.page-id-4079 .contact-connect-mockup h2,
body.wp-singular.page-id-4079 .contact-walkin-mockup h2 {
  font-size: clamp(22px, 2vw, 32px) !important;
  text-align: center !important;
  margin-bottom: 18px !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup form,
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup p { margin: 0 !important; }
body.wp-singular.page-id-4079 .contact-form-mockup input,
body.wp-singular.page-id-4079 .contact-form-mockup textarea,
body.wp-singular.page-id-4079 .contact-form-mockup select {
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid rgba(201,154,74,.42) !important;
  background: rgba(0,0,0,.18) !important;
  color: #ead8b4 !important;
  padding: 12px 14px !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup textarea {
  min-height: 86px !important;
  resize: vertical !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup p:has(textarea),
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form-control-wrap:has(textarea) {
  grid-column: 1 / 3 !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup input[type='submit'],
body.wp-singular.page-id-4079 .contact-form-mockup button[type='submit'] {
  min-height: 56px !important;
  align-self: end !important;
  background: linear-gradient(135deg, #d8ad61, #b88735) !important;
  color: #080604 !important;
  border-color: rgba(255,221,151,.78) !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
body.wp-singular.page-id-4079 .contact-walkin-mockup .tornado-ico {
  font-size: 54px !important;
  color: #d8ad61 !important;
  margin: 10px auto 18px !important;
}
@media (min-width: 1121px) {
  body.wp-singular.page-id-4079 .contact-form-mockup { grid-column: span 1 !important; }
  body.wp-singular.page-id-4079 .contact-grid { grid-template-columns: 1fr 1fr 1fr 1fr !important; }
  body.wp-singular.page-id-4079 .location-card-featured { grid-column: span 2 !important; }
  body.wp-singular.page-id-4079 .contact-form-mockup { grid-column: span 2 !important; }
  body.wp-singular.page-id-4079 .contact-connect-mockup,
  body.wp-singular.page-id-4079 .contact-walkin-mockup { grid-column: span 1 !important; }
}
@media (max-width: 980px) {
  body.wp-singular.page-id-4079 section.page-hero.contact-hero { min-height: 430px !important; padding-top: 52px !important; }
  body.wp-singular.page-id-4079 .contact-hero .page-hero-copy { margin: 0 auto !important; max-width: calc(100vw - 44px) !important; }
  body.wp-singular.page-id-4079 .contact-grid { grid-template-columns: 1fr !important; }
  body.wp-singular.page-id-4079 .location-card-featured { grid-template-columns: 1fr !important; }
  body.wp-singular.page-id-4079 .contact-form-mockup form,
  body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form { grid-template-columns: 1fr !important; }
  body.wp-singular.page-id-4079 .contact-form-mockup p:has(textarea),
  body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form-control-wrap:has(textarea) { grid-column: auto !important; }
}

/* Contact form exact layout correction 202605241045 */
body.wp-singular.page-id-4079 .contact-hero .page-hero-copy { max-width: 760px !important; }
body.wp-singular.page-id-4079 .contact-hero h1 { font-size: clamp(58px, 5.25vw, 92px) !important; white-space: nowrap !important; }
body.wp-singular.page-id-4079 .contact-form-mockup { min-height: 0 !important; }
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form > p { display: contents !important; }
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form-control-wrap { display: block !important; min-width: 0 !important; }
body.wp-singular.page-id-4079 .contact-form-mockup input,
body.wp-singular.page-id-4079 .contact-form-mockup textarea,
body.wp-singular.page-id-4079 .contact-form-mockup select {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  font-size: 15px !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form-control-wrap:has(textarea) { grid-column: 1 / 3 !important; }
body.wp-singular.page-id-4079 .contact-form-mockup textarea { min-height: 92px !important; height: 92px !important; }
body.wp-singular.page-id-4079 .contact-form-mockup input[type='submit'],
body.wp-singular.page-id-4079 .contact-form-mockup button[type='submit'] {
  grid-column: 3 / 4 !important;
  grid-row: span 1 !important;
  width: 100% !important;
  height: 56px !important;
  margin: 0 !important;
}
body.wp-singular.page-id-4079 .contact-walkin-mockup .tornado-ico { display: none !important; }
body.wp-singular.page-id-4079 .contact-walkin-mockup::before {
  content: '';
  display: block;
  width: 96px;
  height: 1px;
  margin: 18px auto 24px;
  background: linear-gradient(90deg, transparent, #c99a4a, transparent);
}
@media (max-width: 980px) {
  body.wp-singular.page-id-4079 .contact-hero h1 { font-size: clamp(46px, 13vw, 70px) !important; white-space: normal !important; }
  body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form { grid-template-columns: 1fr !important; }
  body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form-control-wrap:has(textarea),
  body.wp-singular.page-id-4079 .contact-form-mockup input[type='submit'],
  body.wp-singular.page-id-4079 .contact-form-mockup button[type='submit'] { grid-column: auto !important; }
  body.wp-singular.page-id-4079 .contact-form-mockup textarea { min-height: 130px !important; height: 130px !important; }
}

/* Contact CF7 actual DOM correction 202605241052 */
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7,
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7 form,
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid,
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid > p {
  width: 100% !important;
  max-width: none !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid {
  display: block !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid > p {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid br { display: none !important; }
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid .wpcf7-form-control-wrap { min-width: 0 !important; }
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid .wpcf7-form-control-wrap[data-name='your-message'] { grid-column: 1 / 3 !important; }
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid .wpcf7-submit { grid-column: 3 / 4 !important; height: 56px !important; align-self: end !important; }
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid textarea { height: 92px !important; min-height: 92px !important; }
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid select { overflow: hidden !important; text-overflow: ellipsis !important; }
@media (max-width: 980px) {
  body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid > p { grid-template-columns: 1fr !important; }
  body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid .wpcf7-form-control-wrap[data-name='your-message'],
  body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid .wpcf7-submit { grid-column: auto !important; }
}

/* Contact CF7 parent grid override 202605241058 */
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-form {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
body.wp-singular.page-id-4079 .contact-form-mockup .hidden-fields-container,
body.wp-singular.page-id-4079 .contact-form-mockup .akismet-fields-container,
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-response-output {
  display: none !important;
}

/* Contact dropdown readability correction 202605241610 */
body.wp-singular.page-id-4079 .contact-form-mockup select,
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-select,
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid select {
  color: #ffe8bd !important;
  background-color: #120d07 !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #d8ad61 50%),
    linear-gradient(135deg, #d8ad61 50%, transparent 50%),
    linear-gradient(180deg, rgba(201,154,74,.12), rgba(0,0,0,.15)) !important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%,
    0 0 !important;
  background-size:
    6px 6px,
    6px 6px,
    100% 100% !important;
  background-repeat: no-repeat !important;
  padding-right: 38px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.wp-singular.page-id-4079 .contact-form-mockup select option,
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-select option,
body.wp-singular.page-id-4079 .contact-form-mockup .tornado-cf7-grid select option {
  color: #120d07 !important;
  background: #f3dfb5 !important;
}

body.wp-singular.page-id-4079 .contact-form-mockup select option[value=""],
body.wp-singular.page-id-4079 .contact-form-mockup .wpcf7-select option[value=""] {
  color: #4b3820 !important;
}

/* Responsive sticky CTA readability correction 202605241635 */
@media (max-width: 680px) {
  .sticky-branch-actions a {
    background: rgba(8, 6, 4, .98) !important;
    color: #f2d28d !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .55) !important;
  }

  .sticky-branch-actions a:not(.quick-actions__whatsapp) {
    background: linear-gradient(180deg, rgba(26, 19, 10, .98), rgba(8, 6, 4, .98)) !important;
    color: #f2d28d !important;
  }

  body.wp-singular.page-id-4079 .contact-grid {
    gap: 18px !important;
  }

  body.wp-singular.page-id-4079 .location-card-featured,
  body.wp-singular.page-id-4079 .contact-form-mockup,
  body.wp-singular.page-id-4079 .contact-connect-mockup,
  body.wp-singular.page-id-4079 .contact-walkin-mockup,
  body.wp-singular.page-id-4079 .local-intent-grid article {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.wp-singular.page-id-4079 .location-card-featured {
    padding: 12px !important;
  }

  body.wp-singular.page-id-4079 .location-card-featured > img,
  body.wp-singular.page-id-4079 .location-card-featured > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.wp-singular.page-id-4079 .contact-hero h1 {
    font-size: clamp(38px, 11.5vw, 46px) !important;
    line-height: .92 !important;
    max-width: 100% !important;
  }
}

/* Local SEO and LLM content blocks 202605241520 */
.local-seo-band,
.local-intent-band,
.price-local-band {
  border-top: 1px solid rgba(201, 154, 74, .34);
  border-bottom: 1px solid rgba(201, 154, 74, .18);
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 154, 74, .10), transparent 28rem),
    linear-gradient(180deg, rgba(7, 5, 3, .98), rgba(11, 8, 5, .98));
}

.local-seo-grid,
.local-intent-grid,
.price-local-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

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

.local-seo-grid article,
.local-intent-grid article,
.price-local-grid article {
  min-width: 0;
  padding: clamp(20px, 2.1vw, 30px);
  border: 1px solid rgba(201, 154, 74, .40);
  background: linear-gradient(145deg, rgba(201, 154, 74, .07), rgba(0, 0, 0, .22) 40%, rgba(0, 0, 0, .10));
  box-shadow: inset 0 0 0 1px rgba(255, 236, 191, .04);
}

.local-seo-grid h3,
.local-intent-grid h2,
.price-local-grid h2 {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.05;
  text-transform: uppercase;
}

.price-local-grid h2 {
  font-size: clamp(20px, 1.55vw, 26px);
}

.local-seo-grid p,
.local-intent-grid p,
.price-local-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.local-seo-grid a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 980px) {
  .local-seo-grid,
  .local-intent-grid,
  .price-local-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .local-seo-grid,
  .local-intent-grid,
  .price-local-grid {
    grid-template-columns: 1fr;
  }

  .local-seo-grid article,
  .local-intent-grid article,
  .price-local-grid article {
    padding: 20px 18px;
  }
}

/* Prices final mobile readability correction 202605241335 */
@media (max-width: 620px) {
  body.page-id-5085 .price-card-slider,
  body.wp-singular.page-id-5085 .price-card-slider {
    --price-card-width: min(84vw, 326px) !important;
    max-height: 540px !important;
  }

  body.page-id-5085 .price-card-tile,
  body.wp-singular.page-id-5085 .price-card-tile {
    height: 500px !important;
    min-height: 500px !important;
  }

  body.page-id-5085 .price-card-tile img,
  body.wp-singular.page-id-5085 .price-card-tile img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
}

/* About team portrait correction 202605241845 */
body.wp-singular.page-id-4978 .team-grid {
  max-width: 1160px !important;
  gap: clamp(14px, 1.7vw, 22px) !important;
}

body.wp-singular.page-id-4978 .team-card {
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(20, 14, 8, .98), rgba(7, 5, 3, .98)) !important;
}

body.wp-singular.page-id-4978 .team-card img,
body.wp-singular.page-id-4978 .team-card:nth-child(3) img,
body.wp-singular.page-id-4978 .team-card:nth-child(4) img,
body.wp-singular.page-id-4978 .team-card:nth-child(5) img,
body.wp-singular.page-id-4978 .team-card:nth-child(6) img {
  display: block !important;
  width: 100% !important;
  height: clamp(270px, 27vw, 360px) !important;
  max-height: none !important;
  padding: 10px 10px 0 !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
  object-position: center center !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(201, 154, 74, .20), transparent 42%),
    linear-gradient(180deg, rgba(23, 16, 9, .96), rgba(6, 4, 3, .98)) !important;
  filter: sepia(.18) saturate(.9) contrast(1.04) !important;
}

body.wp-singular.page-id-4978 .team-card div {
  border-top: 1px solid rgba(201, 154, 74, .28) !important;
}

@media (max-width: 1120px) {
  body.wp-singular.page-id-4978 .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.wp-singular.page-id-4978 .team-card img,
  body.wp-singular.page-id-4978 .team-card:nth-child(3) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(4) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(5) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(6) img {
    height: clamp(230px, 29vw, 315px) !important;
  }
}

@media (max-width: 760px) {
  body.wp-singular.page-id-4978 .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 390px) !important;
    gap: 12px !important;
  }

  body.wp-singular.page-id-4978 .team-card img,
  body.wp-singular.page-id-4978 .team-card:nth-child(3) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(4) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(5) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(6) img {
    height: 190px !important;
    padding: 8px 8px 0 !important;
  }
}

@media (max-width: 360px) {
  body.wp-singular.page-id-4978 .team-grid {
    grid-template-columns: 1fr !important;
    width: min(100%, 260px) !important;
  }

  body.wp-singular.page-id-4978 .team-card img,
  body.wp-singular.page-id-4978 .team-card:nth-child(3) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(4) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(5) img,
  body.wp-singular.page-id-4978 .team-card:nth-child(6) img {
    height: 250px !important;
  }
}
