:root {
    --bg: #0f0d0c;
    --bg-soft: #171311;
    --bg-panel: rgba(27, 21, 18, 0.82);
    --bg-panel-strong: rgba(16, 11, 9, 0.92);
    --line: rgba(201, 166, 102, 0.22);
    --line-strong: rgba(201, 166, 102, 0.5);
    --text: #d8d0ca;
    --text-soft: #a99e95;
    --heading: #f7f2eb;
    --accent: #c9a666;
    --accent-2: #ffdf9c;
    --accent-glow: rgba(255, 223, 156, 0.16);
    --accent-deep: rgba(201, 166, 102, 0.34);
    --ember: rgba(164, 72, 33, 0.14);
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

@font-face {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url("../fonts/web/cinzel-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url("../fonts/web/cinzel-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Sora";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/web/sora-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Sora";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/web/sora-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@keyframes drift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(46px, -34px, 0) scale(1.06);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes drift-reverse {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-52px, 42px, 0) scale(1.08);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes float-card {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes sheen {
    0% {
        transform: translateX(-120%) rotate(14deg);
        opacity: 0;
    }

    18% {
        opacity: 0.16;
    }

    100% {
        transform: translateX(130%) rotate(14deg);
        opacity: 0;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: var(--text);
    line-height: 1.75;
    background: linear-gradient(180deg, #14100f 0%, #0e0c0b 56%, #0a0908 100%);
    overflow-x: hidden;
}

body::before {
    display: none;
}

body::after {
    display: none;
}

::selection {
    background: var(--accent);
    color: #0e0c0b;
}

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

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

a:hover,
a:focus {
    color: var(--accent-2);
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 1.15em;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--heading);
    font-family: "Cinzel", serif;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.page-shell {
    position: relative;
}

.page-shell::before,
.page-shell::after {
    display: none;
}

main {
    position: relative;
    isolation: isolate;
    overflow: clip;
}

.container {
    position: relative;
    z-index: 1;
}

.pad80 {
    padding: 88px 0;
}

.pad120 {
    padding: 124px 0;
}

.section-kicker,
.eyebrow,
.note-label,
.card-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-2);
}

.section-kicker::before,
.eyebrow::before,
.note-label::before,
.card-tag::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(255, 223, 156, 0.5);
}

.section-head {
    max-width: 760px;
    margin-bottom: 56px;
    position: relative;
}

.section-head h2 {
    font-size: clamp(40px, 6vw, 66px);
    margin-bottom: 0;
}

.section-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 140px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 223, 156, 0.8), transparent);
}

.header {
    padding: 16px 0;
    background: rgba(10, 9, 8, 0.55);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition: background-color 0.3s ease, border-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.header.is-scrolled {
    padding: 8px 0;
    background: rgba(8, 7, 7, 0.92);
    border-color: rgba(201, 166, 102, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.navbar.navbar-default {
    margin-bottom: 0;
    min-height: auto;
    border: 0;
    background: transparent;
}

.navbar-header {
    display: flex;
    align-items: center;
}

.navbar-brand {
    height: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.navbar-brand img {
    width: 168px;
}

.mobile-header-actions,
.mobile-lang-switch {
    display: none;
}

.navbar.navbar-default .navbar-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 0;
}

.navbar.navbar-default .navbar-nav > li {
    position: relative;
}

.navbar.navbar-default .navbar-nav > li > a {
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.navbar.navbar-default .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 1px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.navbar.navbar-default .navbar-nav > li > a:hover::after,
.navbar.navbar-default .navbar-nav > li > a:focus::after {
    transform: scaleX(1);
}

.nav-cta a {
    border: 1px solid rgba(255, 223, 156, 0.34);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(201, 166, 102, 0.22), rgba(201, 166, 102, 0.08));
}

.nav-cta a::after {
    display: none;
}

.navbar.navbar-default .navbar-nav > li.nav-lang > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 223, 156, 0.18);
    border-radius: 999px;
    letter-spacing: 0.1em;
}

.navbar.navbar-default .navbar-nav > li.nav-lang > a::after {
    display: none;
}

.navbar.navbar-default .navbar-nav > li.nav-lang > a[aria-current="page"] {
    border-color: rgba(255, 223, 156, 0.34);
    background: rgba(201, 166, 102, 0.14);
    color: var(--accent-2);
}

.lang-flag {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    flex: 0 0 auto;
}

.lang-flag-de {
    background: linear-gradient(180deg, #0d0d0d 0 33.33%, #c11f26 33.33% 66.66%, #f2c433 66.66% 100%);
}

.lang-flag-pl {
    background: linear-gradient(180deg, #f8f6f2 0 50%, #d82148 50% 100%);
}

.navbar.navbar-default .navbar-toggle {
    margin: 8px 0 0;
    border: 1px solid rgba(201, 166, 102, 0.38);
    border-radius: 999px;
    background: rgba(201, 166, 102, 0.12);
}

.navbar.navbar-default .navbar-toggle .icon-bar {
    background: #f6efdf;
}

.top-right-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 28px;
    line-height: 1;
    font-size: 12px;
    color: var(--text-soft);
}

.top-right-contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero-section {
    --hero-shell-height: max(660px, 88vh);
    --hero-shell-height: max(660px, 88svh);
    --hero-shell-offset: clamp(190px, 22vh, 230px);
    position: relative;
    min-height: var(--hero-shell-height);
    padding: clamp(108px, 11vh, 130px) 0 0;
    overflow: hidden;
    background-color: #080706;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(255, 223, 156, 0.08);
}

.hero-slider-viewport {
    position: relative;
    min-height: inherit;
    overflow: hidden;
}

.hero-slider-track {
    display: flex;
    min-height: inherit;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    touch-action: pan-y;
    cursor: grab;
}

.hero-slider.is-dragging .hero-slider-track {
    cursor: grabbing;
}

.hero-slider.is-dragging {
    user-select: none;
}

.hero-slide {
    position: relative;
    flex: 0 0 100%;
    min-height: inherit;
}

.hero-media,
.subpage-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.hero-slide > .container {
    min-height: calc(var(--hero-shell-height) - var(--hero-shell-offset));
    display: flex;
    align-items: center;
}

.hero-media-shop {
    object-position: 50% 52%;
}

.hero-media-cut {
    object-position: 68% 42%;
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-section::before {
    width: 540px;
    height: 540px;
    right: -140px;
    top: 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 223, 156, 0.16), rgba(201, 166, 102, 0.04) 46%, transparent 72%);
    filter: blur(16px);
}

.hero-section::after {
    width: 520px;
    height: 520px;
    left: -180px;
    bottom: -140px;
    border: 1px solid rgba(255, 223, 156, 0.12);
    border-radius: 50%;
    opacity: 0.4;
    transform: rotate(-12deg);
}

.hero-gradient,
.hero-noise {
    position: absolute;
    inset: 0;
}

.hero-gradient {
    background: linear-gradient(110deg, rgba(7, 6, 5, 0.92) 20%, rgba(7, 6, 5, 0.52) 56%, rgba(7, 6, 5, 0.9) 100%);
}

.hero-gradient-precision {
    background: linear-gradient(98deg, rgba(5, 4, 4, 0.94) 18%, rgba(5, 4, 4, 0.4) 56%, rgba(5, 4, 4, 0.9) 100%);
}

.hero-noise {
    display: none;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 420px);
    gap: 42px;
    min-height: 100%;
    align-content: center;
    align-items: center;
    width: 100%;
}

.hero-copy {
    max-width: 760px;
    position: relative;
    padding-left: 22px;
}

.hero-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 223, 156, 0.68), rgba(255, 223, 156, 0));
}

.hero-copy h1 {
    font-size: clamp(50px, 7.4vw, 88px);
    margin-bottom: 24px;
}

.hero-text {
    max-width: 620px;
    font-size: 17px;
    color: rgba(247, 242, 235, 0.78);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px 0 28px;
}

.btn-main,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.btn-main {
    background: linear-gradient(135deg, var(--accent-2), var(--accent));
    color: #1a140f;
    box-shadow: 0 14px 32px rgba(201, 166, 102, 0.24);
}

.btn-main:hover,
.btn-main:focus {
    color: #120f0c;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(201, 166, 102, 0.32);
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: var(--heading);
}

.btn-ghost:hover,
.btn-ghost:focus {
    border-color: rgba(201, 166, 102, 0.42);
    background: rgba(201, 166, 102, 0.08);
    color: var(--heading);
    transform: translateY(-2px);
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--heading);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(14px) saturate(130%);
}

.hero-card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 223, 156, 0.16);
    border-radius: 28px;
    background: rgba(20, 16, 14, 0.9);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 223, 156, 0.08);
    border-radius: 20px;
    pointer-events: none;
}

.hero-card::after {
    display: none;
}

.hero-card-top h2 {
    margin-bottom: 24px;
    font-size: 36px;
}

.hero-facts {
    display: grid;
    gap: 14px;
}

.fact-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.fact-number {
    display: block;
    min-width: 72px;
    margin-bottom: 0;
    color: var(--accent-2);
    font-family: "Cinzel", serif;
    font-size: 36px;
    line-height: 1;
}

.fact-label {
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.45;
}

.hero-card-bottom {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-card-bottom p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #ece2d2;
    font-size: 14px;
}

.hero-card-bottom p:last-child {
    margin-bottom: 0;
}

.hero-slider-controls {
    position: absolute;
    left: 50%;
    bottom: 94px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transform: translateX(-50%);
}

.hero-slider-arrow,
.hero-slider-dot {
    border: 0;
    outline: 0;
    cursor: pointer;
}

.hero-slider-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(14, 11, 10, 0.66);
    color: var(--heading);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
}

.hero-slider-arrow:hover,
.hero-slider-arrow:focus {
    background: rgba(201, 166, 102, 0.16);
    color: var(--accent-2);
    transform: translateY(-1px);
}

.hero-slider-arrow i {
    font-size: 22px;
}

.hero-slider-dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(14, 11, 10, 0.58);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.hero-slider-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.hero-slider-dot[aria-current="true"] {
    background: var(--accent-2);
    box-shadow: 0 0 0 4px rgba(255, 223, 156, 0.14);
}

.feature-strip {
    position: relative;
    margin-top: -74px;
    padding-bottom: 20px;
    z-index: 2;
}

.feature-strip::before {
    display: none;
}

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

.feature-tile {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(20, 16, 14, 0.94);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.feature-index {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.feature-tile h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

.about-area,
.service-area,
.team-area,
.local-seo-area,
.offer-section,
.contact-area,
.footer {
    position: relative;
    isolation: isolate;
}

.about-area::before,
.service-area::before,
.team-area::before,
.local-seo-area::before,
.offer-section::before,
.contact-area::before,
.footer::before {
    display: none;
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 56px;
    align-items: stretch;
}

.about-media {
    position: relative;
}

.image-frame {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.3));
}

.image-frame img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.about-portrait {
    object-position: center top;
}

.floating-note {
    position: absolute;
    right: -10px;
    bottom: 24px;
    max-width: 260px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 223, 156, 0.24);
    border-radius: 24px;
    background: rgba(14, 11, 10, 0.9);
    box-shadow: var(--shadow);
}

.floating-note strong {
    display: block;
    color: var(--heading);
    font-size: 18px;
    font-weight: 600;
}

.lead {
    font-size: 19px;
    color: #f0e8df;
}

.about-copy {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.about-story {
    flex: 1 1 auto;
}

.about-story p:last-child {
    margin-bottom: 0;
}

.about-copy p {
    color: var(--text);
}

.about-points {
    display: grid;
    gap: 12px;
    margin: 34px 0;
}

.point-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(201, 166, 102, 0.14);
    color: var(--accent-2);
    font-size: 12px;
}

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

.stat-card {
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
}

.stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--accent-2);
    font-family: "Cinzel", serif;
    font-size: 42px;
    line-height: 1;
}

.stat-card span {
    color: var(--text-soft);
    font-size: 14px;
}

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

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

.service-box,
.team-box,
.offer-card,
.contact-card,
.store-timing,
.contact-note,
.info-card,
.local-copy,
.local-points,
.faq-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(20, 16, 14, 0.94);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.service-box::before,
.team-box::before,
.offer-card::before,
.contact-card::before,
.store-timing::before,
.contact-note::before,
.info-card::before,
.local-copy::before,
.local-points::before,
.faq-card::before {
    display: none;
}

.service-box::after,
.team-box::after,
.offer-card::after,
.contact-card::after,
.store-timing::after,
.contact-note::after,
.info-card::after,
.local-copy::after,
.local-points::after,
.faq-card::after {
    display: none;
}

.service-box {
    padding: 34px 28px 30px;
}

.service-box:hover,
.team-box:hover,
.offer-card:hover,
.info-card:hover,
.faq-card:hover {
    transform: translateY(-6px);
    border-color: var(--line-strong);
    box-shadow: 0 34px 86px rgba(0, 0, 0, 0.42);
}

.feature-tile:hover {
    transform: translateY(-6px);
    border-color: var(--line-strong);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.service-icon {
    margin-bottom: 24px;
}

.service-icon i::before {
    width: 92px;
    height: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    border: 1px solid rgba(255, 223, 156, 0.28);
    border-radius: 24px;
    background: rgba(255, 223, 156, 0.06);
    color: var(--accent-2);
    font-size: 50px;
}

.service-content h3 {
    margin-bottom: 12px;
    font-size: 34px;
}

.service-content p {
    margin-bottom: 0;
    color: var(--text-soft);
}

.team-box {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.team-img img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.team-content {
    padding: 30px;
}

.team-content h3 {
    margin-bottom: 12px;
    font-size: 40px;
}

.team-content p {
    color: var(--text-soft);
}

.team-quote {
    margin-top: 20px;
    color: #f1e7d8;
    font-style: italic;
}

.gallery-area {
    position: relative;
    isolation: isolate;
}

.gallery-area .section-head h2 {
    font-size: clamp(34px, 4.8vw, 54px);
}

.gallery-area::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 32px;
    height: 260px;
    background: radial-gradient(circle at center, rgba(255, 223, 156, 0.12), transparent 72%);
    filter: blur(28px);
    pointer-events: none;
    z-index: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "feature stack-top"
        "feature stack-bottom"
        "strip strip";
    gap: 24px;
    align-items: stretch;
}

.gallery-stack {
    display: contents;
}

.gallery-strip {
    display: grid;
    gap: 24px;
}

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

.gallery-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: rgba(14, 11, 10, 0.88);
    box-shadow: var(--shadow);
}

.gallery-card-feature {
    grid-area: feature;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
}

.gallery-stack .gallery-card {
    height: 100%;
    aspect-ratio: 4 / 3;
}

.gallery-stack .gallery-card:first-child {
    grid-area: stack-top;
}

.gallery-stack .gallery-card:last-child {
    grid-area: stack-bottom;
}

.gallery-strip .gallery-card {
    aspect-ratio: 5 / 4;
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.08));
    z-index: 1;
    pointer-events: none;
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 58%;
    background: linear-gradient(180deg, transparent, rgba(7, 6, 5, 0.9));
    z-index: 1;
    pointer-events: none;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 22%;
    filter: saturate(0.98) contrast(1.04);
    transform: scale(1.02);
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-card:hover img,
.gallery-card:focus-within img {
    transform: scale(1.07);
    filter: saturate(1.02) contrast(1.08);
}

.gallery-card figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px;
}

.gallery-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 12px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent-2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gallery-card strong {
    display: block;
    max-width: 300px;
    color: #f7f2eb;
    font-family: "Cinzel", serif;
    font-size: 26px;
    line-height: 1.08;
}

.offer-section {
    position: relative;
}

.local-seo-area {
    position: relative;
}

.local-seo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    margin-bottom: 24px;
}

.local-copy,
.local-points,
.faq-card {
    padding: 28px;
}

.local-copy strong,
.keyword-item strong,
.faq-card h3 {
    color: var(--heading);
}

.local-points {
    display: grid;
    gap: 16px;
}

.keyword-item {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.keyword-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.keyword-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.keyword-item span {
    color: var(--text-soft);
    font-size: 14px;
}

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

.faq-card h3 {
    margin-bottom: 14px;
    font-size: 30px;
}

.faq-card p {
    margin-bottom: 0;
    color: var(--text-soft);
}

.offer-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
}

.offer-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(36px, 5vw, 56px);
}

.offer-image {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 223, 156, 0.2);
}

.offer-image img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
}

.offer-note {
    color: var(--accent-2);
}

.contact-area {
    position: relative;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
}

.contact-panel {
    display: grid;
    gap: 24px;
}

.contact-card,
.store-timing,
.contact-note {
    padding: 28px;
}

.contact-card h3,
.store-timing h3 {
    margin-bottom: 12px;
    font-size: 36px;
}

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

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.info-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    min-height: 118px;
    padding: 22px;
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: rgba(201, 166, 102, 0.14);
    color: var(--accent-2);
    font-size: 20px;
    flex: 0 0 auto;
}

.info-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--heading);
    font-size: 16px;
}

.info-card span:last-child {
    color: var(--text-soft);
    font-size: 14px;
}

.timing-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.timing-list p {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.timing-list p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.timing-list span {
    color: var(--accent-2);
    text-align: right;
}

.contact-note p {
    margin-bottom: 0;
}

body.legal-page .page-shell {
    min-height: 100vh;
}

body.legal-page {
    background: linear-gradient(180deg, #13100f 0%, #0d0b0a 100%);
}

body.legal-page::before,
body.legal-page::after,
body.legal-page .page-shell::before,
body.legal-page .page-shell::after,
body.legal-page .footer::before {
    display: none;
}

body.legal-page .hero-noise {
    display: none;
}

body.legal-page .hero-gradient {
    background: linear-gradient(180deg, rgba(7, 6, 5, 0.82), rgba(7, 6, 5, 0.72));
}

.subpage-hero {
    position: relative;
    min-height: 68vh;
    padding: 170px 0 96px;
    overflow: hidden;
    background-color: #080706;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(255, 223, 156, 0.08);
}

.subpage-hero .container {
    min-height: calc(68vh - 266px);
    display: flex;
    align-items: center;
}

.subpage-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: end;
}

.subpage-hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(52px, 8vw, 96px);
}

.subpage-hero-copy p {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(247, 242, 235, 0.78);
    font-size: 17px;
}

.legal-hero-note,
.legal-panel,
.legal-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(20, 16, 14, 0.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.legal-hero-note::before,
.legal-panel::before,
.legal-card::before {
    display: none;
}

.legal-hero-note h2 {
    margin-bottom: 14px;
    font-size: 34px;
}

.legal-hero-note p {
    margin-bottom: 10px;
    color: var(--text-soft);
}

.legal-hero-note p:last-child {
    margin-bottom: 0;
}

.legal-main {
    position: relative;
}

.legal-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.legal-sidebar {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 18px;
}

.legal-nav {
    display: grid;
    gap: 10px;
}

.legal-nav a {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--heading);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-nav a:hover,
.legal-nav a:focus {
    border-color: var(--line-strong);
    background: rgba(201, 166, 102, 0.08);
    color: var(--heading);
}

.legal-summary-list {
    display: grid;
    gap: 16px;
}

.legal-summary-list strong {
    display: block;
    margin-bottom: 4px;
    color: var(--heading);
    font-size: 15px;
}

.legal-summary-list span {
    color: var(--text-soft);
    font-size: 14px;
}

.legal-content {
    display: grid;
    gap: 20px;
}

.legal-card {
    scroll-margin-top: 120px;
}

.legal-card h2 {
    margin-bottom: 16px;
    font-size: clamp(34px, 4vw, 48px);
}

.legal-card h3 {
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 28px;
}

.legal-card h4 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 20px;
    color: var(--heading);
}

.legal-card p,
.legal-card li {
    color: var(--text-soft);
}

.legal-card ul {
    margin: 0 0 1.15em;
    padding-left: 20px;
}

.legal-card a {
    color: var(--accent-2);
}

.legal-source {
    margin-top: 18px;
}

body.legal-page .footer-legal a[aria-current="page"] {
    color: var(--accent-2);
}

.footer {
    padding: 34px 0 42px;
    border-top: 1px solid rgba(201, 166, 102, 0.12);
}

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

.footer-top {
    padding-bottom: 22px;
}

.footer-bottom {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-brand img {
    width: min(100%, 260px);
    margin-bottom: 10px;
}

.footer-brand p,
.footer-copy {
    margin-bottom: 0;
    color: var(--text-soft);
    font-size: 14px;
}

.footer-links,
.footer-legal,
.footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.footer-legal {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.footer-links a {
    color: #efe3d1;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-legal .footer-legal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #efe3d1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: none;
}

.footer-legal .footer-legal-btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background: currentColor;
    opacity: 0.34;
    transform: scaleX(0.55);
    transform-origin: left center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-legal .footer-legal-btn:hover,
.footer-legal .footer-legal-btn:focus {
    transform: none;
    color: var(--accent-2);
}

.footer-legal .footer-legal-btn:hover::after,
.footer-legal .footer-legal-btn:focus::after,
.footer-legal .footer-legal-btn[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.footer-legal .footer-legal-btn[aria-current="page"] {
    color: var(--accent-2);
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 223, 156, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 18px;
}

.footer-social a:hover,
.footer-social a:focus {
    transform: translateY(-2px);
    border-color: rgba(255, 223, 156, 0.34);
    background: rgba(201, 166, 102, 0.12);
}

.footer-copy a {
    color: var(--accent-2);
}

#back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 223, 156, 0.18);
    border-radius: 50%;
    background: rgba(16, 12, 10, 0.92);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
}

#back-to-top.is-active {
    opacity: 1;
    pointer-events: auto;
}

#back-to-top:hover,
#back-to-top:focus {
    transform: translateY(-2px);
    border-color: rgba(255, 223, 156, 0.38);
    background: rgba(201, 166, 102, 0.16);
    color: #fff;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: 0.05s;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 768px) {
    .navbar.navbar-default .navbar-nav {
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header .container {
        width: auto;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .navbar.navbar-default .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        flex: 0 0 auto;
        align-self: center;
        float: none;
    }

    .navbar-brand img {
        width: 142px;
    }

    .navbar.navbar-default .navbar-collapse,
    .navbar.navbar-default .navbar-collapse.collapse {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 auto;
        min-width: 0;
        margin-top: 0;
        padding: 0;
        border-top: 0;
        box-shadow: none;
        overflow: visible !important;
    }

    .top-right-contact,
    .top-right-contact.pull-right {
        display: none !important;
    }

    .navbar.navbar-default .navbar-nav {
        float: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 0;
        margin: 0;
        min-width: 0;
        white-space: nowrap;
    }

    .navbar.navbar-default .navbar-nav > li {
        flex: 0 0 auto;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        padding: 9px 7px;
        white-space: nowrap;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .navbar.navbar-default .navbar-nav > li > a::after {
        left: 7px;
        right: 7px;
    }

    .nav-cta a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar.navbar-default .navbar-nav > li.nav-lang > a {
        gap: 3px;
        padding: 7px 7px;
    }

    .lang-flag {
        width: 14px;
        height: 10px;
    }
}

@media screen and (min-width: 992px) {
    .header .container {
        width: auto;
        max-width: 1360px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .navbar.navbar-default .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        align-self: center;
        float: none;
    }

    .navbar.navbar-default .navbar-collapse,
    .navbar.navbar-default .navbar-collapse.collapse {
        flex: 1 1 auto;
        align-self: flex-start;
        min-width: 0;
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        border-top: 0;
        box-shadow: none;
        overflow: visible !important;
    }

    .top-right-contact,
    .top-right-contact.pull-right {
        display: flex !important;
        justify-content: flex-end;
        width: 100%;
        float: none !important;
        margin-left: 0;
        white-space: nowrap;
    }

    .navbar.navbar-default .navbar-nav {
        float: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 6px;
        margin: 0;
        min-width: 0;
        white-space: nowrap;
    }

    .navbar.navbar-default .navbar-nav > li {
        flex: 0 0 auto;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        white-space: nowrap;
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .navbar-brand img {
        width: 148px;
    }

    .top-right-contact,
    .top-right-contact.pull-right {
        display: none !important;
    }

    .navbar.navbar-default .container-fluid {
        gap: 16px;
    }

    .navbar.navbar-default .navbar-nav {
        gap: 0;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        padding: 9px 7px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .navbar.navbar-default .navbar-nav > li > a::after {
        left: 7px;
        right: 7px;
    }

    .nav-cta a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar.navbar-default .navbar-nav > li.nav-lang > a {
        gap: 3px;
        padding: 7px 7px;
    }

    .lang-flag {
        width: 14px;
        height: 10px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1399px) {
    .header .container {
        max-width: 1380px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .navbar-brand img {
        width: 156px;
    }

    .navbar.navbar-default .navbar-nav {
        gap: 2px;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        padding: 10px 8px;
        font-size: 10px;
        letter-spacing: 0.09em;
    }

    .top-right-contact,
    .top-right-contact.pull-right {
        display: none !important;
    }

    .nav-cta a {
        padding-left: 11px;
        padding-right: 11px;
    }

    .navbar.navbar-default .navbar-nav > li.nav-lang > a {
        gap: 4px;
        padding: 7px 8px;
    }

    .lang-flag {
        width: 15px;
        height: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .header .container {
        width: auto;
        max-width: 1420px;
        padding-left: 34px;
        padding-right: 34px;
    }

    .navbar.navbar-default .navbar-collapse {
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .top-right-contact,
    .top-right-contact.pull-right {
        display: flex !important;
        justify-content: flex-end;
        width: 100%;
        float: none !important;
        margin-left: 0;
        gap: 10px;
        font-size: 11px;
        color: rgba(216, 208, 202, 0.66);
        white-space: nowrap;
    }

    .navbar.navbar-default .navbar-nav {
        float: none;
        gap: 6px;
        justify-content: flex-end;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .nav-cta a {
        padding-left: 14px;
        padding-right: 14px;
    }

    .navbar.navbar-default .navbar-nav > li.nav-lang > a {
        gap: 6px;
        padding: 8px 10px;
    }

    .lang-flag {
        width: 16px;
        height: 10px;
    }

    .hero-section {
        --hero-shell-height: 88vh;
        --hero-shell-height: 88svh;
        --hero-shell-offset: 208px;
        padding-top: 104px;
    }

    .hero-slide > .container {
        width: auto;
        max-width: 1420px;
        min-height: calc(var(--hero-shell-height) - var(--hero-shell-offset));
        align-items: center;
        padding-left: 34px;
        padding-right: 34px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
        gap: 84px;
        min-height: 100%;
        align-items: center;
    }

    .hero-copy {
        max-width: 620px;
        padding-left: 0;
    }

    .hero-copy::before {
        display: none;
    }

    .hero-copy h1 {
        max-width: 10ch;
        font-size: clamp(58px, 4.9vw, 82px);
        margin-bottom: 20px;
    }

    .hero-text {
        max-width: 540px;
        font-size: 16px;
    }

    .hero-actions {
        margin: 28px 0 22px;
        gap: 12px;
    }

    .hero-tags {
        gap: 10px;
    }

    .hero-card {
        max-width: 380px;
        justify-self: end;
        padding: 28px;
    }

    .hero-slider-controls {
        bottom: 102px;
    }

    .hero-section::before,
    .hero-section::after {
        opacity: 0.28;
    }
}

@media screen and (max-width: 1199px) {
    .hero-section {
        --hero-shell-height: max(700px, 84vh);
        --hero-shell-height: max(700px, 84svh);
        --hero-shell-offset: 196px;
    }

    .hero-media-shop {
        object-position: 54% 50%;
    }

    .hero-media-cut {
        object-position: 64% 40%;
    }

    .hero-grid,
    .about-layout,
    .gallery-grid,
    .local-seo-layout,
    .contact-layout,
    .subpage-hero-grid,
    .legal-layout,
    .offer-card {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-areas:
            "feature"
            "stack-top"
            "stack-bottom"
            "strip";
    }

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

    .feature-strip {
        margin-top: -40px;
    }

    .hero-copy {
        max-width: none;
    }

    .legal-sidebar {
        position: static;
    }
}

@media screen and (max-width: 991px) {
    .pad120 {
        padding: 96px 0;
    }

    .pad80 {
        padding: 72px 0;
    }

    .top-right-contact {
        display: none;
    }

    .feature-strip-grid,
    .services-grid,
    .team-grid,
    .gallery-strip,
    .faq-grid,
    .contact-grid,
    .about-stats {
        grid-template-columns: 1fr;
    }

    .team-box {
        grid-template-columns: 1fr;
    }

    .team-img img,
    .image-frame img,
    .gallery-card img {
        min-height: auto;
        max-height: 580px;
    }

    .page-shell::before,
    .page-shell::after {
        width: 52vw;
        height: 52vw;
    }

    .footer-top,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .header {
        top: 12px;
        padding: 10px 0;
        background: rgba(8, 7, 7, 0.94);
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-header-actions {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: auto;
    }

    .mobile-lang-switch {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .mobile-lang-switch a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 7px 8px;
        border: 1px solid rgba(255, 223, 156, 0.18);
        border-radius: 999px;
        color: rgba(255, 255, 255, 0.88);
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mobile-lang-switch a[aria-current="page"] {
        border-color: rgba(255, 223, 156, 0.34);
        background: rgba(201, 166, 102, 0.14);
        color: var(--accent-2);
    }

    .mobile-lang-switch .lang-flag {
        width: 15px;
        height: 10px;
    }

    .navbar-brand img {
        width: 136px;
    }

    .navbar.navbar-default .navbar-toggle {
        float: none;
        margin: 0;
    }

    .navbar.navbar-default .navbar-collapse {
        margin-top: 14px;
        padding: 14px 0 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: transparent;
    }

    .navbar.navbar-default .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar.navbar-default .navbar-collapse.is-open {
        display: block !important;
    }

    .navbar.navbar-default .navbar-nav {
        display: block;
        margin: 0;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        padding: 14px 0;
    }

    .navbar.navbar-default .navbar-nav > li.nav-lang {
        display: none;
    }

    .nav-cta a {
        margin-top: 6px;
        text-align: center;
    }

    .navbar.navbar-default .navbar-nav > li.nav-lang > a {
        justify-content: center;
    }

    .hero-section {
        --hero-shell-height: max(500px, 70vh);
        --hero-shell-height: max(500px, 70svh);
        --hero-shell-offset: 140px;
        padding: 86px 0 0;
    }

    .hero-slide > .container {
        min-height: calc(var(--hero-shell-height) - var(--hero-shell-offset));
        align-items: center;
    }

    .hero-media-shop {
        object-position: 56% 50%;
    }

    .hero-media-cut {
        object-position: 63% 36%;
    }

    .hero-slider-controls {
        bottom: 24px;
        gap: 0;
    }

    .hero-slider-arrow {
        display: none;
    }

    .hero-slider-dots {
        padding: 7px 10px;
    }

    .subpage-hero {
        min-height: auto;
        padding: 148px 0 88px;
    }

    .subpage-hero .container {
        min-height: auto;
    }

    .hero-copy h1 {
        font-size: clamp(30px, 10.5vw, 44px);
        margin-bottom: 14px;
    }

    .subpage-hero-copy h1 {
        font-size: clamp(42px, 14vw, 72px);
    }

    .hero-copy {
        padding-left: 0;
        max-width: 420px;
    }

    .hero-copy::before {
        display: none;
    }

    .hero-grid {
        min-height: 100%;
        align-content: center;
        align-items: center;
        gap: 0;
    }

    .hero-text {
        max-width: 38ch;
        font-size: 14px;
        line-height: 1.55;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .section-kicker {
        gap: 8px;
        margin-bottom: 12px;
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    .section-kicker::before {
        width: 22px;
    }

    .hero-actions {
        margin: 20px 0 0;
        max-width: 240px;
        gap: 10px;
    }

    .hero-actions .btn-ghost,
    .hero-tags,
    .hero-card {
        display: none;
    }

    .btn-main,
    .btn-ghost {
        min-height: 48px;
        padding: 0 20px;
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .hero-card,
    .feature-tile,
    .service-box,
    .team-content,
    .gallery-card figcaption,
    .contact-card,
    .store-timing,
    .contact-note,
    .info-card,
    .offer-card,
    .legal-hero-note,
    .legal-panel,
    .legal-card {
        padding: 22px;
    }

    .section-head {
        margin-bottom: 38px;
    }

    .section-head h2 {
        font-size: clamp(34px, 12vw, 52px);
    }

    .gallery-area .section-head h2 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .gallery-card,
    .gallery-card-feature,
    .gallery-stack .gallery-card,
    .gallery-strip .gallery-card {
        aspect-ratio: 4 / 3;
    }

    .gallery-card-feature {
        height: auto;
        min-height: 0;
    }

    .gallery-card strong {
        font-size: 22px;
    }

    .feature-strip {
        margin-top: -24px;
    }

    .floating-note {
        position: static;
        margin-top: 16px;
        max-width: none;
    }

    .page-shell::before,
    .page-shell::after,
    .hero-section::before,
    .hero-section::after,
    .about-area::before,
    .service-area::before,
    .team-area::before,
    .local-seo-area::before,
    .offer-section::before,
    .contact-area::before,
    .footer::before {
        opacity: 0.6;
        filter: blur(54px);
    }

    .hero-actions,
    .contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .timing-list p {
        flex-direction: column;
        align-items: flex-start;
    }

    .timing-list span {
        text-align: left;
    }

    .legal-card h2 {
        font-size: clamp(30px, 11vw, 42px);
    }

    .legal-card h3 {
        font-size: 24px;
    }

    #back-to-top {
        right: 14px;
        bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
