:root {
    --clr-coal: #1f1a15;
    --clr-walnut: #3a2f24;
    --clr-teak: #a46b3c;
    --clr-sawdust: #d8b586;
    --clr-amber: #f2c386;
    --clr-ivory: #f7f1e8;
    --clr-white: #ffffff;
    --clr-text: #2a241f;
    --shadow-soft: 0 14px 34px rgba(33, 24, 16, 0.14);
    --shadow-glow: 0 8px 28px rgba(164, 107, 60, 0.22);
    --font-base: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    --font-display: "Sora", "Segoe UI", sans-serif;
    --cut-sm: 8px;
    --cut-md: 10px;
    --cut-lg: 12px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--clr-text);
    font-family: var(--font-base);
    
}

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

.site-header {
    position: relative;
    z-index: 20;
}

.site-topbar {
    position: relative;
    overflow: hidden;
    background: linear-gradient(112deg, #17120e 0%, #2c2219 55%, #3a2d1f 100%);
    color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -35deg,
        rgba(255, 255, 255, 0.05) 0 8px,
        transparent 8px 18px
    );
    opacity: 0.28;
    pointer-events: none;
}

.site-topbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(242, 195, 134, 0.95) 50%, transparent 100%);
}

.site-topbar__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1rem;
    padding: 0.72rem 0;
}

.site-topbar__left,
.site-topbar__right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-topbar__left {
    min-width: 0;
    flex: 1 1 auto;
}

.site-topbar__right {
    justify-content: flex-end;
    flex: 0 0 auto;
}

.site-topbar__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.36rem 0.9rem 0.36rem 0.78rem;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 2px solid var(--clr-amber);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(242, 195, 134, 0.08));
    clip-path: polygon(0 0, calc(100% - var(--cut-md)) 0, 100% 100%, 0 100%);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.site-topbar__tag-dot {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 0;
    background: var(--clr-amber);
    box-shadow: 0 0 0 2px rgba(242, 195, 134, 0.24);
}

.site-topbar__social,
.site-topbar__info {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.site-topbar__social-label {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.site-topbar__social-link {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-sm)), calc(100% - var(--cut-sm)) 100%, 0 100%);
    transition: all 0.3s ease;
}

.site-topbar__social-link:hover {
    border-color: var(--clr-amber);
    color: var(--clr-amber);
    background: rgba(242, 195, 134, 0.16);
    transform: translateY(-2px);
}

.site-topbar__info-item a {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    padding: 0.5rem 0.98rem 0.5rem 0.74rem;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 50%, calc(100% - var(--cut-lg)) 100%, 0 100%);
    transition: all 0.28s ease;
}

.site-topbar__info-item a:hover {
    border-color: rgba(242, 195, 134, 0.5);
    background: rgba(242, 195, 134, 0.14);
    color: var(--clr-sawdust);
}

.site-navbar {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.95), rgba(247, 241, 232, 0.92));
    border-bottom: 1px solid rgba(58, 47, 36, 0.15);
    box-shadow: 0 10px 30px rgba(33, 24, 16, 0.11);
}

.site-navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% -10%, rgba(242, 195, 134, 0.26), transparent 26%),
        radial-gradient(circle at 90% -30%, rgba(164, 107, 60, 0.2), transparent 30%);
    pointer-events: none;
}

.site-navbar__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 1rem 0;
}

.site-navbar__inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-radius: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(164, 107, 60, 0.65) 20%, rgba(242, 195, 134, 0.95) 50%, rgba(164, 107, 60, 0.65) 80%, transparent 100%);
    pointer-events: none;
}

.site-navbar__toggler {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(58, 47, 36, 0.24);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.45rem 0.5rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-sm)), calc(100% - var(--cut-sm)) 100%, 0 100%);
}

.site-navbar__toggler span {
    width: 100%;
    height: 2px;
    background: var(--clr-walnut);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-navbar--open .site-navbar__toggler span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.site-navbar--open .site-navbar__toggler span:nth-child(2) {
    opacity: 0;
}

.site-navbar--open .site-navbar__toggler span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.site-navbar__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    z-index: 2;
}

.site-navbar__logo-image {
    display: block;
    width: auto;
    height: 5rem;
    object-fit: contain;
}

.site-navbar__menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
        max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.32s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        padding 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-navbar--open .site-navbar__menu {
    max-height: 14rem;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 0.45rem 0;
}

.site-navbar--open .site-navbar__menu--right {
    transition-delay: 0.06s;
}

.site-navbar__item a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-walnut);
    padding: 0.54rem 1.02rem;
    border-radius: 0;
    border: 1px solid rgba(58, 47, 36, 0.16);
    background: rgba(255, 255, 255, 0.42);
    overflow: hidden;
    clip-path: polygon(var(--cut-md) 0, 100% 0, calc(100% - var(--cut-md)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 700;
    transition: all 0.25s ease;
}

.site-navbar__item a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(164, 107, 60, 0.12), rgba(242, 195, 134, 0.22));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.site-navbar__item a:hover,
.site-navbar__item a:focus-visible {
    color: #6f4527;
    border-color: rgba(164, 107, 60, 0.44);
    transform: translateY(-1px) translateX(1px);
}

.site-navbar__item a:hover::before,
.site-navbar__item a:focus-visible::before {
    opacity: 1;
}

.site-navbar__item a::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0;
    width: auto;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--clr-teak);
    transition: transform 0.25s ease;
}

.site-navbar__item a:hover::after,
.site-navbar__item a:focus-visible::after {
    transform: scaleX(1);
}

.showcase-slider {
    position: relative;
    background: #130f0b;
    overflow: hidden;
}

.showcase-slider__stage {
    position: relative;
    min-height: clamp(560px, 84vh, 860px);
}

.showcase-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.9s ease, visibility 0.9s ease;
}

.showcase-slider__slide--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.showcase-slider__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.showcase-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.14);
    transition: transform 1.35s ease;
}

.showcase-slider__slide--active .showcase-slider__image {
    transform: scale(1);
}

.showcase-slider__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 7, 5, 0.72) 0%, rgba(9, 7, 5, 0.48) 36%, rgba(9, 7, 5, 0.18) 68%, rgba(9, 7, 5, 0.58) 100%),
        linear-gradient(0deg, rgba(9, 7, 5, 0.84) 0%, rgba(9, 7, 5, 0.16) 52%, rgba(9, 7, 5, 0.52) 100%);
}

.showcase-slider__content {
    position: relative;
    z-index: 3;
    min-height: clamp(560px, 84vh, 860px);
    max-width: 720px;
    margin: var(--content-margin, 0 auto);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: var(--content-align, center);
    gap: 1rem;
    padding: clamp(5.2rem, 9vw, 7.8rem) 0 12.5rem;
    text-align: var(--content-text, center);
    background: var(--content-bg, transparent);
    border: var(--content-border, 0);
    clip-path: var(--content-clip, none);
    color: rgba(255, 255, 255, 0.98);
}

.showcase-slider__kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.48rem 1.1rem 0.48rem 0.85rem;
    border: 1px solid rgba(242, 195, 134, 0.46);
    border-left: 3px solid var(--clr-amber);
    background: rgba(242, 195, 134, 0.12);
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 50%, calc(100% - var(--cut-lg)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.66rem;
    font-weight: 700;
    color: var(--clr-amber);
}

.showcase-slider__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2rem, 5.2vw, 4.9rem);
    line-height: 0.98;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.showcase-slider__text {
    margin: 0;
    max-width: 620px;
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84);
}

.showcase-slider__actions {
    display: flex;
    justify-content: var(--actions-justify, center);
}

.showcase-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.65rem 1.55rem;
    border: 1px solid rgba(242, 195, 134, 0.74);
    background: linear-gradient(130deg, rgba(242, 195, 134, 0.2), rgba(164, 107, 60, 0.35));
    clip-path: polygon(var(--cut-md) 0, 100% 0, calc(100% - var(--cut-md)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.showcase-slider__btn:hover,
.showcase-slider__btn:focus-visible {
    transform: translateY(-2px) translateX(1px);
    filter: brightness(1.12);
}

.showcase-slider__chrome {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    z-index: 5;
}

.showcase-slider__controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.showcase-slider__control {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(15, 11, 8, 0.54);
    color: rgba(255, 255, 255, 0.95);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-sm)), calc(100% - var(--cut-sm)) 100%, 0 100%);
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.showcase-slider__control:hover,
.showcase-slider__control:focus-visible {
    transform: translateY(-1px);
    border-color: var(--clr-amber);
    color: var(--clr-amber);
}

.showcase-slider__meta {
    padding: 0.72rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(14, 11, 8, 0.6);
    backdrop-filter: blur(5px);
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
}

.showcase-slider__counter {
    display: flex;
    align-items: baseline;
    gap: 0.42rem;
    color: rgba(255, 255, 255, 0.95);
}

.showcase-slider__current {
    font-family: var(--font-display);
    font-size: 1.46rem;
    line-height: 1;
    color: var(--clr-amber);
}

.showcase-slider__divider,
.showcase-slider__total {
    font-size: 0.82rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.showcase-slider__progress {
    margin-top: 0.52rem;
    position: relative;
    height: 0.72rem;
    border: 1px solid rgba(54, 33, 18, 0.7);
    background: linear-gradient(180deg, #7f522f 0%, #5a361d 48%, #704426 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -2px 0 rgba(31, 19, 11, 0.34);
    overflow: visible;
}

.showcase-slider__progress::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(95deg, rgba(255, 255, 255, 0.08) 0 6px, rgba(84, 49, 27, 0.2) 6px 14px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.08));
    pointer-events: none;
    opacity: 0.9;
}

.showcase-slider__progress-fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    background:
        linear-gradient(90deg, #d8a875 0%, #c68e58 34%, #e3b988 72%, #f1cea1 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 0 10px rgba(242, 195, 134, 0.45);
}

.showcase-slider__progress-plane {
    position: absolute;
    right: 0;
    top: 50%;
    width: 2.45rem;
    height: 1.12rem;
    transform: translate(20%, -50%);
    pointer-events: none;
    background: url("../img/wood-plane.png") center / contain no-repeat;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.25)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.32));
    animation: progress-plane-work 0.36s ease-in-out infinite;
}

.showcase-slider__progress-plane::before {
    content: none;
}

.showcase-slider__progress-plane::after {
    content: "";
    position: absolute;
    right: 95%;
    top: 50%;
    width: 1.5rem;
    height: 0.5rem;
    transform: translateY(-50%);
    background:
        radial-gradient(circle at 85% 50%, rgba(243, 216, 171, 0) 0 30%, rgba(243, 216, 171, 0.9) 31% 45%, rgba(243, 216, 171, 0) 46%),
        radial-gradient(circle at 50% 50%, rgba(236, 201, 147, 0) 0 28%, rgba(236, 201, 147, 0.85) 29% 44%, rgba(236, 201, 147, 0) 45%),
        radial-gradient(circle at 15% 50%, rgba(230, 184, 122, 0) 0 26%, rgba(230, 184, 122, 0.85) 27% 42%, rgba(230, 184, 122, 0) 43%);
    filter: blur(0.2px);
    opacity: 0.92;
    animation: progress-shavings 0.36s linear infinite;
}

@keyframes progress-plane-work {
    0% {
        transform: translate(20%, -50%) rotate(-1.4deg);
    }
    50% {
        transform: translate(20%, -56%) rotate(1.2deg);
    }
    100% {
        transform: translate(20%, -50%) rotate(-1.4deg);
    }
}

@keyframes progress-shavings {
    0% {
        transform: translate(0, -50%) scaleX(1);
        opacity: 0.92;
    }
    100% {
        transform: translate(-35%, -50%) scaleX(0.75);
        opacity: 0.25;
    }
}

.showcase-slider__dots {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
}

.showcase-slider__dot {
    min-height: 2.65rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(12, 9, 7, 0.45);
    color: rgba(255, 255, 255, 0.74);
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.62rem;
    font-weight: 700;
    transition: all 0.28s ease;
}

.showcase-slider__dot:hover,
.showcase-slider__dot:focus-visible,
.showcase-slider__dot.is-active {
    border-color: rgba(242, 195, 134, 0.58);
    color: rgba(255, 255, 255, 0.96);
    background: rgba(164, 107, 60, 0.34);
}

.about-section {
    position: relative;
    overflow: hidden;
    padding: clamp(4.8rem, 8vw, 7rem) 0 clamp(4.4rem, 7vw, 6.2rem);
    background:
        radial-gradient(circle at 8% 4%, rgba(242, 195, 134, 0.18), transparent 30%),
        radial-gradient(circle at 96% 20%, rgba(164, 107, 60, 0.16), transparent 28%),
        linear-gradient(170deg, #f6eee2 0%, #f2e7d8 38%, #ecddc8 100%);
    border-top: 1px solid rgba(58, 47, 36, 0.14);
}

.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -28deg,
        rgba(255, 255, 255, 0.28) 0 8px,
        transparent 8px 20px
    );
    opacity: 0.28;
    pointer-events: none;
}

.about-section__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.03fr 0.97fr;
    gap: clamp(1.4rem, 3vw, 3rem);
    align-items: center;
}

.about-section__kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 0.44rem 1rem 0.44rem 0.8rem;
    border: 1px solid rgba(164, 107, 60, 0.42);
    border-left: 3px solid var(--clr-teak);
    background: rgba(164, 107, 60, 0.12);
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 50%, calc(100% - var(--cut-lg)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.64rem;
    font-weight: 800;
    color: #6f4527;
}

.about-section__title {
    margin: 1rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 4.2vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2a2018;
}

.about-section__text {
    margin: 1rem 0 0;
    font-size: clamp(0.96rem, 1.1vw, 1.05rem);
    line-height: 1.75;
    color: rgba(42, 33, 24, 0.86);
}

.about-section__stats {
    margin-top: 1.3rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.about-section__stat {
    position: relative;
    overflow: hidden;
    padding: 0.95rem 0.85rem;
    border: 1px solid rgba(58, 47, 36, 0.2);
    background: rgba(255, 255, 255, 0.48);
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
    transform-style: preserve-3d;
    transform:
        perspective(900px)
        rotateX(var(--card-tilt-x, 0deg))
        rotateY(var(--card-tilt-y, 0deg))
        translateY(var(--card-lift, 0));
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        background 0.32s ease;
    will-change: transform;
}

.about-section__stat::before {
    content: "";
    position: absolute;
    inset: -30% auto -30% -35%;
    width: 42%;
    transform: translateX(-150%) rotate(18deg);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0));
    transition: transform 0.8s ease;
    pointer-events: none;
}

.about-section__stat::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, rgba(242, 195, 134, 0.75), rgba(164, 107, 60, 0.08));
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    opacity: 0.78;
    pointer-events: none;
}

.about-section__stat:hover,
.about-section__stat:focus-within {
    --card-lift: -8px;
    border-color: rgba(164, 107, 60, 0.42);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 14px 26px rgba(39, 25, 14, 0.16);
}

.about-section__stat:hover::before,
.about-section__stat:focus-within::before {
    transform: translateX(370%) rotate(18deg);
}

.about-section__stat-value {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.3vw, 2rem);
    line-height: 1;
    color: #5c381f;
}

.about-section__stat-label {
    margin: 0.35rem 0 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.6rem;
    font-weight: 700;
    color: rgba(42, 33, 24, 0.72);
}

.about-section__visual {
    position: relative;
    min-height: clamp(420px, 42vw, 560px);
}

.about-section__frame {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(58, 47, 36, 0.2);
    box-shadow: 0 14px 34px rgba(22, 14, 8, 0.18);
}

.about-section__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform 0.8s ease;
}

.about-section__frame:hover img {
    transform: scale(1);
}

.about-section__frame--main {
    inset: 0 12% 12% 0;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
}

.about-section__frame--accent {
    width: 43%;
    height: 44%;
    right: 0;
    bottom: 0;
    clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.about-section__badge {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 40%);
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.6rem 0.95rem 0.65rem 0.78rem;
    border: 1px solid rgba(242, 195, 134, 0.45);
    border-left: 3px solid var(--clr-amber);
    background: linear-gradient(120deg, rgba(29, 21, 15, 0.94), rgba(49, 33, 22, 0.92));
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 100%, 0 100%);
}

.about-section__badge-label {
    font-size: 0.54rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 700;
    color: rgba(242, 195, 134, 0.84);
}

.about-section__badge-value {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.94);
}

.about-section__highlights {
    position: relative;
    z-index: 1;
    margin-top: clamp(2rem, 3.4vw, 3rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.about-section__highlight {
    position: relative;
    overflow: hidden;
    padding: 1.05rem 0.95rem 1rem;
    border: 1px solid rgba(58, 47, 36, 0.2);
    background: rgba(255, 255, 255, 0.42);
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
    transform-style: preserve-3d;
    transform:
        perspective(1000px)
        rotateX(var(--card-tilt-x, 0deg))
        rotateY(var(--card-tilt-y, 0deg))
        translateY(var(--card-lift, 0));
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        background 0.32s ease;
    will-change: transform;
}

.about-section__highlight::before {
    content: "";
    position: absolute;
    inset: -35% auto -35% -35%;
    width: 40%;
    transform: translateX(-150%) rotate(20deg);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(242, 195, 134, 0.46), rgba(255, 255, 255, 0));
    transition: transform 0.9s ease;
    pointer-events: none;
}

.about-section__highlight::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(164, 107, 60, 0.86), rgba(242, 195, 134, 0.85), rgba(164, 107, 60, 0.1));
    opacity: 0;
    transition: opacity 0.32s ease;
    pointer-events: none;
}

.about-section__highlight:hover,
.about-section__highlight:focus-within {
    --card-lift: -10px;
    border-color: rgba(164, 107, 60, 0.48);
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 18px 32px rgba(39, 25, 14, 0.16);
}

.about-section__highlight:hover::before,
.about-section__highlight:focus-within::before {
    transform: translateX(390%) rotate(20deg);
}

.about-section__highlight:hover::after,
.about-section__highlight:focus-within::after {
    opacity: 1;
}

.about-section__highlight-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.12;
    text-transform: uppercase;
    color: #2c2218;
}

.about-section__highlight-text {
    margin: 0.45rem 0 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(42, 33, 24, 0.78);
}

.services-section {
    position: relative;
    overflow: hidden;
    padding: clamp(4.8rem, 7vw, 6.7rem) 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(242, 195, 134, 0.13), transparent 33%),
        radial-gradient(circle at 96% 22%, rgba(164, 107, 60, 0.14), transparent 30%),
        linear-gradient(160deg, #130e0a 0%, #1d140e 36%, #281b12 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -34deg,
        rgba(255, 255, 255, 0.03) 0 8px,
        transparent 8px 18px
    );
    opacity: 0.62;
    pointer-events: none;
}

.services-section__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(1rem, 2.4vw, 1.7rem);
    align-items: start;
}

.services-section__panel {
    position: sticky;
    top: 1rem;
    overflow: hidden;
    padding: 1.25rem 1.15rem 1.15rem;
    border: 1px solid rgba(242, 195, 134, 0.36);
    background: linear-gradient(145deg, rgba(20, 14, 10, 0.94), rgba(36, 24, 16, 0.9));
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 100%, 0 100%);
    box-shadow: 0 18px 36px rgba(8, 5, 3, 0.45);
}

.services-section__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(242, 195, 134, 0.16), transparent 38%),
        radial-gradient(circle at 92% 8%, rgba(242, 195, 134, 0.16), transparent 36%);
    pointer-events: none;
}

.services-section__panel > * {
    position: relative;
    z-index: 1;
}

.services-section__kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.44rem 1rem 0.44rem 0.82rem;
    border: 1px solid rgba(242, 195, 134, 0.42);
    border-left: 3px solid var(--clr-amber);
    background: rgba(242, 195, 134, 0.1);
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 50%, calc(100% - var(--cut-lg)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--clr-amber);
}

.services-section__title {
    margin: 0.95rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.95rem);
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.97);
}

.services-section__text {
    margin: 0.82rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.74);
}

.services-section__panel-meta {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.58rem;
}

.services-section__meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.58rem 0.62rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.04);
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
}

.services-section__meta-value {
    font-family: var(--font-display);
    font-size: 1.1rem;
    line-height: 1;
    color: var(--clr-amber);
}

.services-section__meta-label {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.services-section__cta-btn {
    margin-top: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0.58rem 1.25rem;
    border: 1px solid rgba(242, 195, 134, 0.72);
    background: linear-gradient(130deg, rgba(242, 195, 134, 0.18), rgba(164, 107, 60, 0.28));
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.63rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.97);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.services-section__cta-btn:hover,
.services-section__cta-btn:focus-visible {
    transform: translateY(-2px) translateX(1px);
    filter: brightness(1.08);
}

.services-section__stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: stretch;
}

.services-section__card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
    transform-style: preserve-3d;
    transform:
        perspective(1000px)
        rotateX(var(--card-tilt-x, 0deg))
        rotateY(var(--card-tilt-y, 0deg))
        translateY(var(--card-offset, 0px));
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        background 0.32s ease;
    will-change: transform;
}

.services-section__card::before {
    content: "";
    position: absolute;
    inset: -35% auto -35% -45%;
    width: 34%;
    transform: translateX(-160%) rotate(22deg);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(242, 195, 134, 0.46), rgba(255, 255, 255, 0));
    transition: transform 0.92s ease;
    pointer-events: none;
}

.services-section__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(242, 195, 134, 0.84), rgba(164, 107, 60, 0.2));
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.services-section__card:hover,
.services-section__card:focus-within {
    --card-offset: calc(var(--card-offset, 0px) - 10px);
    border-color: rgba(242, 195, 134, 0.4);
    background: linear-gradient(150deg, rgba(242, 195, 134, 0.18), rgba(255, 255, 255, 0.045));
    box-shadow: 0 20px 38px rgba(12, 8, 5, 0.46);
}

.services-section__card:hover::before,
.services-section__card:focus-within::before {
    transform: translateX(440%) rotate(22deg);
}

.services-section__card:hover::after,
.services-section__card:focus-within::after {
    opacity: 1;
}

.services-section__card--offset-a {
    --card-offset: 0px;
}

.services-section__card--offset-b {
    --card-offset: 0px;
}

.services-section__card--wide {
    grid-column: span 2;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    grid-template-rows: 1fr;
}

.services-section__media {
    position: relative;
    min-height: 0;
    height: 220px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #2a1f15;
}

.services-section__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9, 7, 5, 0.28) 0%, rgba(9, 7, 5, 0) 42%);
    pointer-events: none;
}

.services-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    font-size: 0;
    transform: scale(1.08);
    transition: transform 0.9s ease;
}

.services-section__card--service-01 .services-section__media img {
    object-position: center 58%;
}

.services-section__card--service-06 .services-section__media img {
    object-position: center 46%;
}

.services-section__card:hover .services-section__media img,
.services-section__card:focus-within .services-section__media img {
    transform: scale(1);
}

.services-section__card--wide .services-section__media {
    min-height: 0;
    height: 250px;
    aspect-ratio: 16 / 8;
}

.services-section__card-body {
    padding: 0.92rem 0.95rem 0.96rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.services-section__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.services-section__icon {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 195, 134, 0.44);
    background: rgba(242, 195, 134, 0.14);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-sm)), calc(100% - var(--cut-sm)) 100%, 0 100%);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.94rem;
}

.services-section__index {
    font-family: var(--font-display);
    font-size: 1.16rem;
    line-height: 1;
    color: rgba(242, 195, 134, 0.86);
    letter-spacing: 0.04em;
}

.services-section__card-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.5vw, 1.26rem);
    line-height: 1.12;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.96);
}

.services-section__card-text {
    margin: 0.45rem 0 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.services-section__tags {
    margin-top: auto;
    padding-top: 0.72rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.services-section__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0.25rem 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.55rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.78);
}

.gallery-section {
    position: relative;
    padding: 5rem 0;
    background:
        radial-gradient(circle at 8% 4%, rgba(242, 195, 134, 0.18), transparent 30%),
        radial-gradient(circle at 96% 20%, rgba(164, 107, 60, 0.16), transparent 28%),
        linear-gradient(170deg, #f6eee2 0%, #f2e7d8 38%, #ecddc8 100%);
    border-top: 1px solid rgba(58, 47, 36, 0.14);
}

.gallery-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -28deg,
        rgba(255, 255, 255, 0.28) 0 8px,
        transparent 8px 20px
    );
    opacity: 0.28;
    pointer-events: none;
}

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

.gallery-section__header {
    max-width: 720px;
    margin-bottom: 1.3rem;
}

.gallery-section__kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.44rem 1rem 0.44rem 0.82rem;
    border: 1px solid rgba(58, 47, 36, 0.24);
    border-left: 3px solid var(--clr-teak);
    background: rgba(255, 255, 255, 0.44);
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 50%, calc(100% - var(--cut-lg)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.62rem;
    font-weight: 800;
    color: #6f4527;
}

.gallery-section__title {
    margin: 1rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 4.2vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2a2018;
}

.gallery-section__text {
    margin: 1rem 0 0;
    max-width: 650px;
    font-size: clamp(0.96rem, 1.1vw, 1.05rem);
    line-height: 1.75;
    color: rgba(42, 33, 24, 0.86);
}

.gallery-section__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.gallery-section__card {
    position: relative;
    border: 1px solid rgba(58, 47, 36, 0.14);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 240, 228, 0.92));
    color: inherit;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
    transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
}

.gallery-section__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 18%, rgba(242, 195, 134, 0.3), transparent 56%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.gallery-section__card:hover,
.gallery-section__card:focus-visible {
    transform: translateY(-8px);
    border-color: rgba(164, 107, 60, 0.45);
    background: linear-gradient(150deg, rgba(242, 195, 134, 0.18), rgba(255, 255, 255, 0.68));
    box-shadow: 0 18px 34px rgba(39, 25, 14, 0.22);
    outline: none;
}

.gallery-section__card:hover::before,
.gallery-section__card:focus-visible::before {
    opacity: 1;
}

.gallery-section__card-media {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #2a1f15;
    z-index: 0;
}

.gallery-section__card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8, 6, 5, 0.42) 0%, rgba(8, 6, 5, 0) 54%);
}

.gallery-section__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    filter: saturate(0.94) contrast(1.02);
    transition: transform 0.75s ease, filter 0.45s ease;
}

.gallery-section__card:hover img,
.gallery-section__card:focus-visible img {
    transform: scale(1.11);
    filter: saturate(1.06) contrast(1.06);
}

.gallery-section__card-name {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0.86rem 0.9rem 0.9rem;
    font-family: var(--font-display);
    font-size: 0.96rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2f2419;
    transition: transform 0.3s ease, color 0.3s ease, letter-spacing 0.3s ease;
}

.gallery-section__card:hover .gallery-section__card-name,
.gallery-section__card:focus-visible .gallery-section__card-name {
    transform: translateX(3px);
    color: rgba(242, 195, 134, 0.98);
    letter-spacing: 0.055em;
}

.offers-section {
    position: relative;
    padding: 5.4rem 0 5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at 8% 0%, rgba(242, 195, 134, 0.13), transparent 33%),
        radial-gradient(circle at 96% 22%, rgba(164, 107, 60, 0.14), transparent 30%),
        linear-gradient(160deg, #130e0a 0%, #1d140e 36%, #281b12 100%);
}

.offers-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
        -34deg,
        rgba(255, 255, 255, 0.03) 0 8px,
        transparent 8px 18px
        );
    opacity: 0.62;
    pointer-events: none;
}

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

.offers-section__header {
    max-width: 720px;
    margin-bottom: 1.1rem;
}

.offers-section__kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.44rem 1rem 0.44rem 0.82rem;
    border: 1px solid rgba(242, 195, 134, 0.42);
    border-left: 3px solid var(--clr-amber);
    background: rgba(242, 195, 134, 0.1);
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 50%, calc(100% - var(--cut-lg)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--clr-amber);
}

.offers-section__title {
    margin: 0.95rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.95rem);
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.97);
}

.offers-section__text {
    margin: 0.82rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.74);
}

.offers-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.offers-section__grid:has(.offers-section__card:only-child) {
    grid-template-columns: minmax(0, 660px);
    justify-content: center;
}

.offers-section__grid > .offers-section__card:only-child {
    max-width: 660px;
    width: 100%;
    justify-self: center;
}

.offers-section__card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    padding: 1.08rem 1.03rem 1.02rem;
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.offers-section__card--accent {
    border-color: rgba(242, 195, 134, 0.42);
    background: linear-gradient(148deg, rgba(242, 195, 134, 0.18), rgba(255, 255, 255, 0.04));
}

.offers-section__card:hover,
.offers-section__card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(242, 195, 134, 0.55);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.offers-section__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.7rem;
}

.offers-section__label {
    margin: 0;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(242, 195, 134, 0.86);
}

.offers-section__price-tag {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
    padding: 0.34rem 0.5rem 0.36rem;
    border: 1px solid rgba(242, 195, 134, 0.56);
    background: linear-gradient(135deg, rgba(242, 195, 134, 0.2), rgba(178, 115, 63, 0.22));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.offers-section__price-old {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.62);
}

.offers-section__price-new {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.98);
}

.offers-section__card-title {
    margin: 0.42rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.45vw, 1.26rem);
    line-height: 1.2;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.offers-section__card-text {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.75);
}

.offers-section__includes-title {
    margin: 0.62rem 0 0;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(242, 195, 134, 0.84);
}

.offers-section__list {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.32rem;
}

.offers-section__list li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.82);
}

.offers-section__list i {
    color: rgba(242, 195, 134, 0.94);
}

.appointment-section {
    padding: 5rem 0;
    background:
        radial-gradient(circle at 8% 4%, rgba(242, 195, 134, 0.18), transparent 30%),
        radial-gradient(circle at 96% 20%, rgba(164, 107, 60, 0.16), transparent 28%),
        linear-gradient(170deg, #f6eee2 0%, #f2e7d8 38%, #ecddc8 100%);
    border-top: 1px solid rgba(58, 47, 36, 0.14);
}

.appointment-section__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1rem;
    align-items: start;
}

.appointment-section__kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.44rem 1rem 0.44rem 0.82rem;
    border: 1px solid rgba(58, 47, 36, 0.24);
    border-left: 3px solid var(--clr-teak);
    background: rgba(255, 255, 255, 0.44);
    clip-path: polygon(0 0, calc(100% - var(--cut-lg)) 0, 100% 50%, calc(100% - var(--cut-lg)) 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.62rem;
    font-weight: 800;
    color: #6f4527;
}

.appointment-section__title {
    margin: 1rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 4.2vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2a2018;
}

.appointment-section__text {
    margin: 1rem 0 0;
    font-size: clamp(0.96rem, 1.1vw, 1.05rem);
    line-height: 1.75;
    color: rgba(42, 33, 24, 0.86);
}

.appointment-section__points {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.42rem;
}

.appointment-section__points li {
    display: flex;
    align-items: center;
    gap: 0.46rem;
    font-size: 0.88rem;
    color: rgba(42, 33, 24, 0.86);
}

.appointment-section__points i {
    color: rgba(242, 195, 134, 0.94);
}

.appointment-section__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
    border: 1px solid rgba(58, 47, 36, 0.14);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 240, 228, 0.92));
    padding: 1rem;
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
}

.appointment-section__field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.appointment-section__field label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9b5f31;
}

.appointment-section__field input,
.appointment-section__field select,
.appointment-section__field textarea {
    width: 100%;
    border: 1px solid rgba(58, 47, 36, 0.2);
    background: rgba(255, 255, 255, 0.86);
    color: #2a241f;
    padding: 0.58rem 0.62rem;
    font-size: 0.9rem;
}

.appointment-section__field input::placeholder,
.appointment-section__field textarea::placeholder {
    color: rgba(42, 33, 24, 0.5);
}

.appointment-section__field input:focus,
.appointment-section__field select:focus,
.appointment-section__field textarea:focus {
    outline: none;
    border-color: rgba(242, 195, 134, 0.56);
    box-shadow: 0 0 0 1px rgba(242, 195, 134, 0.2);
}

.appointment-section__field--full {
    grid-column: 1 / -1;
}

.appointment-section__submit {
    grid-column: 1 / -1;
    justify-self: start;
    border: 1px solid rgba(242, 195, 134, 0.56);
    background: linear-gradient(110deg, #f2c386, #b2733f);
    color: rgba(20, 12, 7, 0.95);
    padding: 0.58rem 0.95rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.28s ease, filter 0.28s ease;
}

.appointment-section__submit:hover,
.appointment-section__submit:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.05);
    outline: none;
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 2.2rem 0 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(112deg, #17120e 0%, #2c2219 55%, #3a2d1f 100%);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -35deg,
        rgba(255, 255, 255, 0.05) 0 8px,
        transparent 8px 18px
    );
    opacity: 0.28;
    pointer-events: none;
}

.site-footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(242, 195, 134, 0.95) 50%, transparent 100%);
}

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

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 1.25rem;
    align-items: start;
}

.site-footer__logo img {
    width: 170px;
    max-width: 100%;
    height: auto;
}

.site-footer__text {
    margin: 0.7rem 0 0;
    max-width: 360px;
    font-size: 0.88rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.66);
}

.site-footer__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(242, 195, 134, 0.95);
}

.site-footer__col {
    position: relative;
    padding-left: 0.55rem;
}

.site-footer__col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    bottom: 0.15rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(242, 195, 134, 0.8), rgba(242, 195, 134, 0.15));
}

.site-footer__links {
    margin-top: 0.72rem;
    display: grid;
    gap: 0.46rem;
}

.site-footer__links li {
    margin: 0;
}

.site-footer__links a,
.site-footer__links span {
    display: inline-flex;
    align-items: center;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
    color: rgba(242, 195, 134, 0.95);
    transform: translateX(3px);
    outline: none;
}

.site-footer__bottom {
    margin-top: 1.25rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
}

.gallery-lightbox.is-open {
    display: block;
}

.gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 2, 1, 0.86);
    backdrop-filter: blur(4px);
}

.gallery-lightbox__dialog {
    position: relative;
    max-width: min(95vw, 1180px);
    margin: 4.6vh auto 0;
    padding: 0.95rem 0.95rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(14, 10, 7, 0.95);
    clip-path: polygon(var(--cut-sm) 0, 100% 0, calc(100% - var(--cut-sm)) 100%, 0 100%);
}

.gallery-lightbox__close {
    position: absolute;
    top: 0.55rem;
    right: 0.58rem;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.92);
}

.gallery-lightbox__title {
    margin: 0 2.4rem 0.7rem 0.1rem;
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.gallery-lightbox__figure {
    margin: 0;
    height: min(72vh, 760px);
    background: #050403;
    overflow: hidden;
}

.gallery-lightbox__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #050403;
}

.gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox__nav--prev {
    left: 1.3rem;
}

.gallery-lightbox__nav--next {
    right: 1.3rem;
}

.gallery-lightbox__counter {
    margin: 0.65rem 0 0.1rem;
    text-align: center;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.7);
}

.showcase-slider__slide--layout-center {
    --content-align: center;
    --content-text: center;
    --content-margin: 0 auto;
    --actions-justify: center;
}

.showcase-slider__slide--layout-left {
    --content-align: flex-start;
    --content-text: left;
    --content-margin: 0 auto 0 0;
    --actions-justify: flex-start;
}

.showcase-slider__slide--layout-right {
    --content-align: flex-end;
    --content-text: right;
    --content-margin: 0 0 0 auto;
    --actions-justify: flex-end;
}

.showcase-slider__slide--layout-panel {
    --content-align: flex-start;
    --content-text: left;
    --content-margin: 0 auto 0 0;
    --actions-justify: flex-start;
    --content-bg: linear-gradient(112deg, rgba(13, 10, 8, 0.62), rgba(13, 10, 8, 0.2));
    --content-border: 1px solid rgba(242, 195, 134, 0.35);
    --content-clip: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
}

.showcase-slider__slide--layout-panel .showcase-slider__content {
    padding: clamp(5.2rem, 9vw, 7.8rem) clamp(0.8rem, 1.8vw, 1.3rem) 12.5rem;
}

.hammer-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2400;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.hammer-cursor i {
    font-size: 1.45rem;
    color: #f2c386;
    text-shadow: 0 1px 0 rgba(9, 7, 5, 0.85), 0 3px 10px rgba(0, 0, 0, 0.4);
    transform: rotate(-42deg);
    transform-origin: 70% 65%;
}

.hammer-cursor.is-hit i {
    animation: hammer-strike 0.22s ease-out;
}

@keyframes hammer-strike {
    0% {
        transform: rotate(-42deg) scale(1);
    }
    45% {
        transform: rotate(10deg) scale(0.92);
    }
    100% {
        transform: rotate(-42deg) scale(1);
    }
}

.nail-impact {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    z-index: 2350;
}

.nail-impact__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.44rem;
    height: 0.44rem;
    border: 1px solid rgba(10, 8, 6, 0.66);
    background: linear-gradient(145deg, #f4cea2, #c38a52);
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 0 0 1px rgba(242, 195, 134, 0.18), 0 2px 6px rgba(0, 0, 0, 0.24);
}

.nail-impact__spark {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.72rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(242, 195, 134, 1), rgba(180, 112, 55, 0.2));
    transform-origin: left center;
    border-radius: 1px;
}

body.has-hammer-cursor,
body.has-hammer-cursor * {
    cursor: none !important;
}

body.has-hammer-cursor .hammer-cursor {
    display: inline-flex;
}

@media (max-width: 991.98px) {
    .site-topbar__inner {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 0.5rem;
    }

    .site-topbar__left {
        gap: 0.55rem;
        flex-wrap: wrap;
    }

    .site-topbar__info {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 0.35rem;
    }

    .site-topbar__social {
        justify-content: flex-end;
    }

    .site-topbar__tag {
        display: none;
    }

    .site-topbar__social-label {
        display: none;
    }

    .site-topbar__info-item a {
        font-size: 0.76rem;
        padding: 0.42rem 0.65rem;
    }

    .site-navbar {
        padding: 0;
    }

    .site-navbar__inner {
        padding: 0.95rem 0;
    }

    .site-navbar__logo {
        order: 1;
    }

    .site-navbar__logo-image {
        height: 2.9rem;
    }

    .site-navbar__menu--left {
        order: 2;
    }

    .site-navbar__menu--right {
        order: 3;
    }

    .showcase-slider__stage,
    .showcase-slider__content {
        min-height: clamp(560px, 92vh, 760px);
    }

    .showcase-slider__content {
        justify-content: flex-start;
        padding: 5.8rem 0 12.8rem;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        background: transparent;
        border: 0;
        clip-path: none;
    }

    .showcase-slider__title {
        font-size: clamp(1.7rem, 9vw, 3.1rem);
        line-height: 1.02;
    }

    .showcase-slider__text {
        font-size: 0.94rem;
        line-height: 1.6;
    }

    .showcase-slider__chrome {
        bottom: 1rem;
    }

    .showcase-slider__control {
        width: 2.8rem;
        height: 2.8rem;
    }

    .showcase-slider__meta {
        padding: 0.6rem 0.8rem;
    }

    .showcase-slider__progress {
        height: 0.62rem;
    }

    .showcase-slider__progress-plane {
        width: 2.1rem;
        height: 0.95rem;
    }

    .showcase-slider__progress-plane::after {
        width: 1.15rem;
        height: 0.42rem;
    }

    .showcase-slider__current {
        font-size: 1.2rem;
    }

    .showcase-slider__dots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.38rem;
    }

    .showcase-slider__dot {
        min-height: 2.35rem;
        font-size: 0.57rem;
    }

    .showcase-slider__actions {
        justify-content: center;
    }

    .about-section {
        padding: 4.2rem 0 4rem;
    }

    .about-section__grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .about-section__title {
        font-size: clamp(1.65rem, 8.2vw, 2.5rem);
    }

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

    .about-section__stat:last-child {
        grid-column: 1 / -1;
    }

    .about-section__visual {
        min-height: 360px;
    }

    .about-section__frame--main {
        inset: 0 10% 14% 0;
    }

    .about-section__frame--accent {
        width: 48%;
        height: 40%;
    }

    .about-section__badge {
        transform: translate(0, 28%);
    }

    .about-section__highlights {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        margin-top: 1.45rem;
    }

    .services-section {
        padding: 4rem 0;
    }

    .services-section__layout {
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }

    .services-section__panel {
        position: relative;
        top: auto;
        padding: 1.12rem 1rem 1rem;
    }

    .services-section__title {
        font-size: clamp(1.65rem, 8.2vw, 2.55rem);
    }

    .services-section__panel-meta {
        gap: 0.45rem;
    }

    .services-section__stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .services-section__card {
        --card-offset: 0px;
    }

    .services-section__card,
    .services-section__card--wide {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .services-section__media {
        min-height: 0;
        height: 190px;
        aspect-ratio: 16 / 10;
    }

    .services-section__card-body {
        padding: 0.88rem 0.84rem 0.9rem;
    }

    .services-section__cta-btn {
        width: 100%;
    }

    .gallery-section {
        padding: 4rem 0;
    }

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

    .offers-section {
        padding: 4rem 0;
    }

    .offers-section__grid {
        grid-template-columns: 1fr;
    }

    .appointment-section {
        padding: 4rem 0;
    }

    .appointment-section__layout {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767.98px) {
    .services-section__stack {
        grid-template-columns: 1fr;
    }

    .services-section__media {
        min-height: 0;
        height: 210px;
        aspect-ratio: 16 / 10;
    }

    .services-section__card--wide .services-section__media {
        height: 210px;
        aspect-ratio: 16 / 10;
    }

    .gallery-section__grid {
        grid-template-columns: 1fr;
    }

    .gallery-section__card-media {
        aspect-ratio: 1 / 1;
    }

    .appointment-section__form {
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .appointment-section__field--full,
    .appointment-section__submit {
        grid-column: auto;
    }

    .site-footer {
        padding: 1.8rem 0 1rem;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .site-footer__col {
        padding-left: 0.46rem;
    }

    .site-footer__title {
        font-size: 0.92rem;
    }

    .gallery-lightbox__dialog {
        margin-top: 2.7vh;
        padding: 0.78rem 0.78rem 0.64rem;
    }

    .gallery-lightbox__figure {
        height: min(68vh, 460px);
    }

    .gallery-lightbox__nav {
        width: 2rem;
        height: 2rem;
    }

    .gallery-lightbox__nav--prev {
        left: 0.82rem;
    }

    .gallery-lightbox__nav--next {
        right: 0.82rem;
    }
}

@media (max-width: 1199.98px) {
    .services-section__card--wide {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .services-section__card--wide .services-section__media {
        min-height: 0;
        height: 220px;
        aspect-ratio: 16 / 10;
    }
}

@media (min-width: 992px) {
    .site-navbar__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        gap: 1.4rem;
        padding: 1rem 0;
    }

    .site-navbar__menu {
        display: flex;
        width: 100%;
        flex-direction: row;
        gap: 1.4rem;
        padding: 0;
        max-height: none;
        opacity: 1;
        overflow: visible;
        transform: none;
        pointer-events: auto;
        transition: none;
    }

    .site-navbar__menu--left {
        justify-content: flex-start;
    }

    .site-navbar__menu--right {
        justify-content: flex-end;
    }

    .site-navbar__logo {
        justify-self: center;
    }
}
