:root {
    --bb-yellow: #ffb800;
    --bb-yellow-soft: #ffd665;
    --bb-black: #0c0d0f;
    --bb-ink: #17181b;
    --bb-paper: #f7f5ef;
    --bb-white: #fff;
    --bb-muted: #6f7074;
    --bb-line: rgba(15, 16, 18, .13);
    --bb-radius: 22px;
    --bb-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--bb-ink); background: var(--bb-paper); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.5; }
body.is-modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--bb-yellow); outline-offset: 3px; }

.v2-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.v2-preview { position: relative; z-index: 120; padding: 7px 16px; color: #111; background: var(--bb-yellow); text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.v2-header { position: sticky; top: 0; z-index: 100; color: var(--bb-white); background: rgba(12, 13, 15, .94); border-bottom: 1px solid rgba(255, 255, 255, .11); backdrop-filter: blur(16px); }
.v2-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.v2-logo img { width: 190px; height: auto; }
.v2-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.v2-nav a { position: relative; padding: 10px 0; }
.v2-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--bb-yellow); transform: scaleX(0); transition: transform .2s ease; }
.v2-nav a:hover::after { transform: scaleX(1); }

.v2-button { min-height: 52px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid var(--bb-yellow); border-radius: 999px; color: #111; background: var(--bb-yellow); font-weight: 900; line-height: 1.1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.v2-button:hover { transform: translateY(-2px); background: var(--bb-yellow-soft); border-color: var(--bb-yellow-soft); }
.v2-button--small { min-height: 42px; padding: 10px 18px; font-size: 14px; }
.v2-button--ghost { color: var(--bb-white); background: rgba(0, 0, 0, .18); border-color: rgba(255, 255, 255, .55); }
.v2-button--ghost-dark { color: var(--bb-black); background: transparent; border-color: var(--bb-black); }
.v2-button--dark { color: var(--bb-white); background: var(--bb-black); border-color: var(--bb-black); }
.v2-link { position: relative; z-index: 2; display: inline-flex; align-items: center; min-height: 42px; color: inherit; font-weight: 900; text-decoration: underline; text-decoration-color: var(--bb-yellow); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.v2-phone { position: relative; z-index: 2; display: inline-block; margin-top: 12px; font-size: 18px; font-weight: 900; }
.v2-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.v2-eyebrow { margin: 0 0 10px; color: #8a6500; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.v2-muted, .v2-heading > p { color: var(--bb-muted); }

.v2-hero { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; color: var(--bb-white); background: var(--bb-black); }
.v2-hero__image, .v2-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.v2-hero__image { object-fit: cover; object-position: center; }
.v2-hero__shade { background: linear-gradient(90deg, rgba(8, 8, 10, .96) 0%, rgba(8, 8, 10, .78) 45%, rgba(8, 8, 10, .2) 100%), linear-gradient(0deg, rgba(0, 0, 0, .36), transparent 48%); }
.v2-hero__content { position: relative; z-index: 2; padding-block: 74px; }
.v2-hero h1 { max-width: 820px; margin: 0; font-size: clamp(44px, 7vw, 92px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; text-wrap: balance; }
.v2-hero__lead { max-width: 720px; margin: 24px 0 0; color: rgba(255, 255, 255, .82); font-size: clamp(18px, 2vw, 23px); }
.v2-hero .v2-eyebrow, .v2-section--dark .v2-eyebrow, .v2-final .v2-eyebrow { color: var(--bb-yellow); }
.v2-proofs { max-width: 900px; margin: 28px 0 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.v2-proofs span { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; background: rgba(0, 0, 0, .28); font-size: 13px; font-weight: 800; backdrop-filter: blur(8px); }

.v2-section { padding: 100px 0; }
.v2-section--dark { color: var(--bb-white); background: var(--bb-black); }
.v2-section--yellow { background: var(--bb-yellow); }
.v2-section--yellow .v2-eyebrow { color: #5c4300; }
.v2-section--works { background: #eae7df; }
.v2-heading { max-width: 760px; margin-bottom: 42px; }
.v2-heading h2, .v2-final h2, .v2-page-hero h1, .v2-master-hero h1, .v2-booking h1 { margin: 0; font-size: clamp(36px, 5vw, 66px); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.v2-heading > p:last-child { max-width: 650px; margin: 16px 0 0; font-size: 18px; }

.v2-branch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.v2-branch-card { position: relative; min-height: 340px; padding: 28px; overflow: hidden; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: var(--bb-white); box-shadow: 0 6px 30px rgba(0, 0, 0, .05); transition: transform .2s ease, box-shadow .2s ease; }
.v2-branch-card--compact { min-height: 260px; }
.v2-branch-card:hover { transform: translateY(-5px); box-shadow: var(--bb-shadow); }
.v2-branch-card__number { position: absolute; top: 8px; right: 18px; color: rgba(0, 0, 0, .06); font-size: 86px; font-weight: 950; line-height: 1; }
.v2-branch-card h3 { max-width: 80%; margin: 0 0 14px; font-size: 27px; line-height: 1.08; }
.v2-branch-card p { margin: 8px 0; }
.v2-card-actions { position: absolute; right: 28px; bottom: 26px; left: 28px; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v2-card-cover { position: absolute; inset: 0; z-index: 1; }
.v2-rating-row { position: relative; z-index: 2; margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.v2-rating-row a { padding: 6px 9px; border-radius: 8px; background: #f2f0e9; font-size: 12px; font-weight: 900; }
.v2-local-socials { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.v2-local-socials a { padding: 6px 10px; border: 1px solid var(--bb-line); border-radius: 999px; font-size: 12px; font-weight: 900; }

.v2-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.v2-service-card { padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--bb-radius); background: #16171a; }
.v2-service-card__index { color: var(--bb-yellow); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.v2-service-card h3 { margin: 18px 0 12px; font-size: 24px; line-height: 1.08; }
.v2-service-card p { min-height: 48px; margin: 0; color: rgba(255, 255, 255, .65); }
.v2-service-card__meta { margin: 26px 0 18px; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255, 255, 255, .13); }
.v2-service-card__meta strong { color: var(--bb-yellow); font-size: 21px; }
.v2-service-card__meta strong, .v2-service-card__meta span { white-space: nowrap; }
.v2-service-card .v2-button { margin-top: auto; align-self: flex-start; }
.v2-section--yellow .v2-service-card, .v2-section:not(.v2-section--dark) .v2-service-card { color: var(--bb-white); }

.v2-filters { margin: -12px 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.v2-filters button { min-height: 42px; padding: 9px 16px; border: 1px solid var(--bb-line); border-radius: 999px; background: var(--bb-white); font-weight: 800; }
.v2-filters button.is-active { color: #111; background: var(--bb-yellow); border-color: var(--bb-yellow); }
.v2-master-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.v2-master-card { overflow: hidden; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: var(--bb-white); box-shadow: 0 6px 28px rgba(0, 0, 0, .06); }
.v2-master-card[hidden] { display: none; }
.v2-master-card > a { display: block; overflow: hidden; background: #ddd; }
.v2-master-card picture { display: block; height: 100%; }
.v2-master-card img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .35s ease; }
.v2-master-card:hover img { transform: scale(1.03); }
.v2-master-card__body { min-height: 184px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; }
.v2-master-card h3 { margin: 0 0 8px; font-size: 26px; line-height: 1.05; }
.v2-master-card p { margin: 7px 0; color: var(--bb-muted); font-size: 14px; }
.v2-master-card__body .v2-link { margin-top: auto; }
.v2-stars { color: #f2a900; font-size: 14px; font-weight: 900; letter-spacing: .05em; }

.v2-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 240px; gap: 12px; }
.v2-gallery button { padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: #ccc; }
.v2-gallery button:nth-child(1), .v2-gallery button:nth-child(6), .v2-gallery button:nth-child(7), .v2-gallery button:nth-child(8) { grid-column: span 2; }
.v2-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.v2-gallery button:hover img { transform: scale(1.04); }

.v2-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.v2-review-badges { margin: -10px 0 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.v2-review-badges:empty { display: none; }
.v2-review-badges > div { padding: 16px; border: 1px solid var(--bb-line); border-radius: 16px; background: var(--bb-white); }
.v2-review-badges strong { display: block; margin-bottom: 10px; font-size: 13px; }
.v2-review-badges iframe { width: 100%; height: 320px; min-height: 320px; display: block; border: 0; border-radius: 10px; }
.v2-review-card { padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: var(--bb-white); }
.v2-review-card blockquote { margin: 18px 0; font-size: 19px; line-height: 1.45; }
.v2-review-card a { margin-top: 12px; color: var(--bb-muted); font-size: 13px; text-decoration: underline; }
.v2-section--dark .v2-review-card { color: var(--bb-ink); }

.v2-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.v2-why-grid div { min-height: 98px; padding: 20px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(0, 0, 0, .18); border-radius: 16px; background: rgba(255, 255, 255, .24); }
.v2-why-grid span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--bb-yellow); background: var(--bb-black); font-weight: 900; }

.v2-faq-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 70px; }
.v2-faq-layout .v2-heading { margin: 0; }
.v2-faq details { border-top: 1px solid var(--bb-line); }
.v2-faq details:last-child { border-bottom: 1px solid var(--bb-line); }
.v2-faq summary { padding: 22px 46px 22px 0; position: relative; cursor: pointer; list-style: none; font-size: 19px; font-weight: 900; }
.v2-faq summary::-webkit-details-marker { display: none; }
.v2-faq summary::after { content: "+"; position: absolute; top: 16px; right: 4px; color: var(--bb-yellow); font-size: 30px; }
.v2-faq details[open] summary::after { content: "−"; }
.v2-faq details p { margin: -8px 40px 22px 0; color: var(--bb-muted); }

.v2-final { padding: 100px 0; color: var(--bb-white); background: radial-gradient(circle at 82% 20%, #38300c 0, transparent 32%), var(--bb-black); text-align: center; }
.v2-final .v2-shell { max-width: 900px; }
.v2-final p { max-width: 620px; margin: 20px auto 28px; color: rgba(255, 255, 255, .7); font-size: 19px; }
.v2-final .v2-actions { justify-content: center; }

.v2-page-hero, .v2-master-hero, .v2-booking { padding: 78px 0 90px; background: linear-gradient(145deg, #fff, #ece8dc); }
.v2-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 70px; }
.v2-page-hero h1, .v2-master-hero h1 { margin-bottom: 24px; }
.v2-page-hero p { max-width: 690px; font-size: 18px; }
.v2-breadcrumbs { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--bb-muted); font-size: 13px; }
.v2-breadcrumbs a { text-decoration: underline; }
.v2-location-card { padding: 30px; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: var(--bb-white); box-shadow: var(--bb-shadow); }
.v2-location-card h2 { margin: 0 0 18px; font-size: 28px; }
.v2-location-card h3 { margin: 24px 0 6px; }
.v2-location-card dl { margin: 0; }
.v2-location-card dl div, .v2-booking__summary dl div { padding: 13px 0; border-bottom: 1px solid var(--bb-line); }
.v2-location-card dt, .v2-booking__summary dt { color: var(--bb-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.v2-location-card dd, .v2-booking__summary dd { margin: 3px 0 0; font-weight: 800; }
.v2-service-facts { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 12px; }
.v2-service-facts div { min-width: 170px; padding: 14px 18px; border-radius: 14px; background: var(--bb-white); }
.v2-service-facts span { display: block; color: var(--bb-muted); font-size: 12px; text-transform: uppercase; }
.v2-service-facts strong { font-size: 20px; }

.v2-master-hero__grid { display: grid; grid-template-columns: minmax(280px, 420px) minmax(0, 1fr); align-items: center; gap: 70px; }
.v2-master-hero__photo { overflow: hidden; border-radius: var(--bb-radius); box-shadow: var(--bb-shadow); }
.v2-master-hero__photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.v2-master-hero__speciality { max-width: 650px; font-size: 23px; font-weight: 800; }
.v2-location-inline { display: inline-block; margin: 12px 0 28px; font-weight: 900; text-decoration: underline; text-decoration-color: var(--bb-yellow); text-decoration-thickness: 3px; }

.v2-booking .v2-heading { max-width: 850px; }
.v2-booking__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 24px; }
.v2-booking__form, .v2-booking__summary { padding: 30px; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: var(--bb-white); }
.v2-booking__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.v2-booking__form label { display: grid; gap: 7px; color: var(--bb-muted); font-size: 13px; font-weight: 800; }
.v2-booking__form select { width: 100%; min-height: 52px; padding: 10px 42px 10px 13px; border: 1px solid var(--bb-line); border-radius: 12px; color: var(--bb-ink); background: var(--bb-white); }
.v2-booking__form .v2-button { align-self: end; }
.v2-booking__summary h2 { margin: 0; }
.v2-booking__summary .v2-button { width: 100%; margin-top: 22px; }
.v2-booking__summary .v2-link { width: 100%; justify-content: center; }
.v2-booking__frame { margin-top: 30px; overflow: hidden; border-radius: var(--bb-radius); background: var(--bb-white); box-shadow: var(--bb-shadow); }
.v2-booking__frame iframe { width: 100%; min-height: 760px; display: block; border: 0; }

.v2-footer { padding: 58px 0 110px; color: rgba(255, 255, 255, .7); background: #08090a; }
.v2-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.v2-footer strong { display: block; margin-bottom: 14px; color: var(--bb-white); }
.v2-footer a { display: block; margin: 8px 0; font-size: 14px; }
.v2-socials { display: flex; gap: 8px; }
.v2-socials a { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 8px; }

.v2-sticky { display: none; }
.v2-modal[hidden] { display: none; }
.v2-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; }
.v2-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .76); backdrop-filter: blur(8px); }
.v2-modal__dialog { position: relative; width: min(560px, 100%); max-height: min(700px, calc(100vh - 40px)); padding: 32px; overflow: auto; border-radius: var(--bb-radius); background: var(--bb-paper); box-shadow: 0 30px 100px rgba(0, 0, 0, .45); }
.v2-modal__dialog h2 { margin: 0 0 24px; font-size: 38px; }
.v2-modal__close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #e7e3d9; font-size: 28px; }
.v2-modal__branches { display: grid; gap: 10px; }
.v2-modal__branches button { padding: 18px; display: grid; gap: 3px; border: 1px solid var(--bb-line); border-radius: 14px; background: var(--bb-white); text-align: left; }
.v2-modal__branches button:hover { border-color: var(--bb-yellow); background: #fff8dd; }
.v2-modal__branches span { color: var(--bb-muted); font-size: 13px; }

.v2-lightbox { position: fixed; inset: 0; z-index: 600; padding: 22px; display: grid; place-items: center; border: 0; background: rgba(0, 0, 0, .92); }
.v2-lightbox img { max-width: min(1200px, 100%); max-height: calc(100vh - 44px); border-radius: 12px; }

@media (max-width: 1040px) {
    .v2-nav { display: none; }
    .v2-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .v2-master-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .v2-branch-grid { grid-template-columns: 1fr; }
    .v2-branch-card { min-height: 290px; }
    .v2-branch-card--compact { min-height: 260px; }
    .v2-page-hero__grid { grid-template-columns: 1fr; gap: 34px; }
    .v2-location-card { max-width: 720px; }
    .v2-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1041px) {
    .v2-master-card:last-child:nth-child(4n + 1) { width: calc(50% - 9px); grid-column: 2 / span 2; justify-self: center; }
}

@media (max-width: 768px) {
    .v2-shell { width: min(100% - 28px, 1180px); }
    .v2-preview { font-size: 11px; }
    .v2-header__inner { min-height: 66px; }
    .v2-logo img { width: 152px; }
    .v2-header .v2-button { min-height: 40px; padding: 9px 14px; font-size: 13px; }
    .v2-hero { min-height: 620px; }
    .v2-hero__image { object-position: 58% center; }
    .v2-hero__shade { background: linear-gradient(90deg, rgba(8, 8, 10, .96), rgba(8, 8, 10, .62)), linear-gradient(0deg, rgba(0, 0, 0, .6), transparent); }
    .v2-hero__content { padding-block: 42px 70px; }
    .v2-hero h1 { max-width: 520px; font-size: clamp(37px, 11.5vw, 58px); }
    .v2-hero__lead { margin-top: 18px; font-size: 16px; line-height: 1.42; }
    .v2-proofs { margin: 20px 0 24px; gap: 6px; }
    .v2-proofs span { padding: 6px 9px; font-size: 11px; }
    .v2-section, .v2-final { padding: 68px 0; }
    .v2-heading { margin-bottom: 30px; }
    .v2-heading h2, .v2-final h2, .v2-page-hero h1, .v2-master-hero h1, .v2-booking h1 { font-size: clamp(34px, 10vw, 50px); }
    .v2-heading > p:last-child { font-size: 16px; }
    .v2-branch-card { min-height: 320px; padding: 24px; }
    .v2-card-actions { right: 24px; bottom: 22px; left: 24px; }
    .v2-service-grid, .v2-review-grid, .v2-review-badges, .v2-why-grid { grid-template-columns: 1fr; }
    .v2-service-card p { min-height: 0; }
    .v2-master-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .v2-master-card__body { padding: 15px; }
    .v2-master-card h3 { font-size: 21px; }
    .v2-master-card .v2-link { font-size: 13px; }
    .v2-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; }
    .v2-gallery button:nth-child(1), .v2-gallery button:nth-child(6) { grid-column: span 2; }
    .v2-faq-layout { grid-template-columns: 1fr; gap: 22px; }
    .v2-page-hero, .v2-master-hero, .v2-booking { padding: 48px 0 72px; }
    .v2-master-hero__grid { grid-template-columns: 1fr; gap: 32px; }
    .v2-master-hero__photo { max-width: 420px; }
    .v2-booking__grid, .v2-booking__form { grid-template-columns: 1fr; }
    .v2-footer { padding-bottom: 115px; }
    .v2-footer__grid { grid-template-columns: 1fr; gap: 26px; }
    .v2-sticky { position: fixed; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; z-index: 150; min-height: 64px; padding: 6px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; color: var(--bb-white); background: rgba(10, 11, 13, .96); box-shadow: 0 12px 36px rgba(0, 0, 0, .4); backdrop-filter: blur(14px); }
.v2-sticky button { min-width: 0; padding: 6px 3px; display: grid; place-items: center; gap: 1px; border: 0; border-radius: 12px; color: var(--bb-white); background: transparent; font-size: 10px; font-weight: 800; }
.v2-sticky button:first-child { color: #111; background: var(--bb-yellow); }
.v2-sticky span { width: 22px; height: 22px; display: grid; place-items: center; }
.v2-sticky svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.v2-modal { align-items: end; padding: 10px; }
.v2-modal__dialog { max-height: min(620px, calc(100vh - 20px)); padding: 26px 20px calc(24px + env(safe-area-inset-bottom)); border-radius: 22px 22px 14px 14px; }
    .v2-branch-card--compact { min-height: 270px; }
    .v2-gallery button:nth-child(7), .v2-gallery button:nth-child(8) { grid-column: span 1; }
}

@media (max-width: 560px) {
    .v2-service-grid, .v2-master-grid, .v2-review-grid {
        width: 100%;
        padding: 0 14px 16px 0;
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 84%;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: thin;
        scrollbar-color: var(--bb-yellow) transparent;
    }
    .v2-service-grid::-webkit-scrollbar, .v2-master-grid::-webkit-scrollbar, .v2-review-grid::-webkit-scrollbar { height: 4px; }
    .v2-service-grid::-webkit-scrollbar-thumb, .v2-master-grid::-webkit-scrollbar-thumb, .v2-review-grid::-webkit-scrollbar-thumb { border-radius: 99px; background: var(--bb-yellow); }
    .v2-service-card, .v2-master-card, .v2-review-card { scroll-snap-align: start; }
    .v2-service-card { min-height: 380px; }
    .v2-master-card { min-height: 0; display: block; }
    .v2-master-card > a { min-height: 0; height: auto; }
    .v2-master-card img { height: auto; aspect-ratio: 3 / 4; }
    .v2-master-card__body { min-height: 184px; padding: 18px 16px; }
    .v2-master-card h3 { font-size: 23px; }
    .v2-review-card { min-height: 290px; }
}

@media (max-width: 380px) {
    .v2-shell { width: min(100% - 20px, 1180px); }
    .v2-logo img { width: 132px; }
    .v2-header .v2-button { padding-inline: 11px; }
    .v2-hero { min-height: 610px; }
    .v2-hero h1 { font-size: 36px; }
    .v2-actions { gap: 8px; }
    .v2-actions .v2-button { width: 100%; }
    .v2-card-actions { align-items: flex-start; flex-direction: column; }
    .v2-branch-card { min-height: 360px; }
    .v2-branch-card--compact { min-height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.v2-back{display:inline-block;margin:24px 0 0;text-decoration:underline}.v2-master-placeholder{min-height:360px;background:#171717;color:#bbb;display:grid;place-content:center;padding:30px;text-align:center}.v2-section details{padding:18px 0;border-bottom:1px solid #ddd}.v2-section details p{padding-top:12px;white-space:normal}

.v2-price-tiers{display:flex;flex-wrap:wrap;gap:12px}.v2-price-tiers>span{display:flex;flex-direction:column;font-size:13px}.v2-gallery[data-gallery]{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory}.v2-gallery[data-gallery]>button{flex:0 0 32%;scroll-snap-align:start}.v2-gallery-controls{display:flex;justify-content:flex-end;gap:10px;margin-bottom:16px}.v2-gallery-controls button,.v2-lightbox button{min-width:44px;min-height:44px;background:#111;color:#fff;border:1px solid #888;font-size:24px;cursor:pointer}.v2-lightbox{display:grid;grid-template-columns:50px 1fr 50px}.v2-lightbox img{max-width:100%;max-height:85vh;margin:auto}.v2-lightbox__close{position:absolute;top:18px;right:18px}@media(max-width:760px){.v2-gallery[data-gallery]>button{flex-basis:85%}.v2-lightbox{grid-template-columns:40px 1fr 40px;padding:10px}.v2-lightbox button{min-width:38px}}
