:root {
    --gk-hero-gold: #b87918;
    --gk-hero-gold-dark: #7a490d;
    --gk-hero-ink: #151515;
    --gk-hero-paper: #f8f2e9;
    --gk-hero-max: 1440px;
}

.gk-hero,
.gk-hero * {
    box-sizing: border-box;
}

.gk-hero {
    position: relative;
    isolation: isolate;
    width: 100vw;
    min-height: 704px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: var(--gk-hero-paper);
    color: var(--gk-hero-ink);
}

.gk-hero__media,
.gk-hero__shade {
    position: absolute;
    inset: 0;
}

.gk-hero__media {
    z-index: -2;
}

.gk-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

.gk-hero__shade {
    z-index: -1;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(235 229 221) 23%, rgb(232 222 212) 38%, rgb(255 237 220) 53%, rgb(241 115 115 / 0%) 72%, rgb(255 255 255 / 0%) 100%);
}

.gk-hero__inner {
    width: min(100%, var(--gk-hero-max));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(54px, 6vw, 92px) clamp(22px, 4vw, 64px);
    display: flex;
    align-items: center;
}

.gk-hero__content {
    width: min(100%, 620px);
}

.gk-hero__eyebrow {
    margin: 0 0 14px;
    font-size: clamp(14px, 1.15vw, 18px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.035em;
    color: #5e4a34;
}

.gk-hero__title {
    margin: 0;
    max-width: 20ch;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(37px, 4vw, 84px);
    font-weight: 700;
    line-height: 0.9;
    /* letter-spacing: -0.035em; */
    text-transform: uppercase;
    text-wrap: balance;
    color: #111;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.gk-hero__subtitle {
    margin: 22px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.4vw, 40px);
    line-height: 1.15;
    color: #1d1d1d;
}

.gk-hero__divider {
    position: relative;
    width: min(100%, 448px);
    height: 18px;
    margin: 22px 0 20px;
}

.gk-hero__divider::before,
.gk-hero__divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 12px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gk-hero-gold));
}

.gk-hero__divider::before {
    left: 0;
}

.gk-hero__divider::after {
    right: 0;
    transform: rotate(180deg);
}

.gk-hero__divider span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid var(--gk-hero-gold);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff8ef;
}

.gk-hero__price {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: end;
    justify-content: center;
    column-gap: 12px;
    max-width: min(100%, 448px);
    padding: 13px 32px 21px;
    /* border: 2px solid #d8a74f; */
    clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, #181818 0%, #070707 58%, #020202 100%);
    box-shadow: inset 0 0 0 2px #2a1a06, inset 0 0 0 4px rgba(216, 167, 79, .38), 0 10px 24px rgba(71, 41, 5, .22);
    color: #fff;
}

.gk-hero__price::before,
.gk-hero__price::after {
    content: "";
    position: absolute;
    inset: 5px;
    pointer-events: none;
    clip-path: inherit;
    border: 1px solid rgba(255,216,139,.62);
}

.gk-hero__price-prefix,
.gk-hero__price-suffix {
    align-self: end;
    padding-bottom: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 1.55vw, 25px);
    line-height: 1;
    color: #f2cf86;
    text-shadow: 0 1px 0 #3f2600;
}

.gk-hero__price-value {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 3.8vw, 62px);
    font-weight: 700;
    line-height: .9;
    letter-spacing: .01em;
    color: #f7d17d;
    text-shadow: 0 1px 0 #5c3600, 0 0 14px rgba(245,201,111,.12);
}

.gk-hero__factory {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.gk-hero__factory-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 2px solid var(--gk-hero-gold);
    border-radius: 50%;
    background: rgba(255,255,255,.68);
    color: var(--gk-hero-gold-dark);
}

.gk-hero__factory-icon svg,
.gk-hero__cta-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gk-hero__factory-icon svg {
    width: 30px;
    height: 30px;
}

.gk-hero__factory-text {
    display: grid;
    gap: 2px;
    font-size: 18px;
    line-height: 1.25;
}

.gk-hero__factory-text strong {
    font-size: 20px;
    font-weight: 800;
}

.gk-hero__factory-text span {
    color: #4e4e4e;
}

.gk-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: min(100%, 390px);
    min-height: 64px;
    margin-top: 28px;
    padding: 16px 28px;
    border: 2px solid #c58a2b;
    border-radius: 12px;
    background: linear-gradient(180deg, #bd7f1b 0%, #87510f 100%);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.09), 0 12px 28px rgba(80,44,3,.24);
    color: #fff7e6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 1.6vw, 25px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .045em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.gk-hero__cta:hover,
.gk-hero__cta:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.07);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.12), 0 16px 34px rgba(80,44,3,.28);
    color: #fff;
}

.gk-hero__cta:focus-visible {
    outline: 3px solid rgba(184,121,24,.34);
    outline-offset: 4px;
}

.gk-hero__cta-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

@media (max-width: 1180px) {
    .gk-hero {
        min-height: 704px;
    }

    .gk-hero__inner {
        padding-left: 28px;
        padding-right: 28px;
    }

    .gk-hero__content {
        width: min(100%, 520px);
    }

    .gk-hero__image {
        object-position: right center;
    }

    .gk-hero__shade {
        background: linear-gradient(
            90deg,
            rgba(250,247,241,.99) 0%,
            rgba(250,247,241,.95) 33%,
            rgba(250,247,241,.72) 49%,
            rgba(250,247,241,.18) 68%,
            rgba(250,247,241,0) 100%
        );
    }
}

@media (max-width: 820px) {
    .gk-hero {
        min-height: auto;
        padding-top: min(78vw, 560px);
        background: #f8f2e9;
    }

    .gk-hero__media {
        bottom: auto;
        height: min(78vw, 560px);
    }

    .gk-hero__image {
        object-position: 69% center;
    }

    .gk-hero__shade {
        background: linear-gradient(
            180deg,
            rgba(248,242,233,0) 0%,
            rgba(248,242,233,.05) 56%,
            rgba(248,242,233,.78) 82%,
            rgba(248,242,233,1) 100%
        );
    }

    .gk-hero__inner {
        min-height: 0;
        padding: 0 18px 36px;
        align-items: flex-start;
    }

    .gk-hero__content {
        width: 100%;
        margin-top: -18px;
        padding: 26px 22px 28px;
        border: 1px solid rgba(126,77,15,.16);
        border-radius: 22px;
        background: rgba(255,252,247,.96);
        box-shadow: 0 18px 40px rgba(73,45,12,.12);
    }

    .gk-hero__title {
        max-width: 9ch;
        font-size: clamp(44px, 10vw, 70px);
        line-height: .92;
    }

    .gk-hero__subtitle {
        font-size: clamp(24px, 5vw, 34px);
    }
}

@media (max-width: 560px) {
    .gk-hero {
        padding-top: min(56.25vw, 320px);
    }

    .gk-hero__media {
        height: min(56.25vw, 320px);
    }

    .gk-hero__image {
        object-position: 72% center;
    }

    .gk-hero__inner {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 84px;
    }

    .gk-hero__content {
        padding: 22px 16px 38px;
        border-radius: 18px;
    }

    .gk-hero__eyebrow {
        margin-bottom: 19px;
        font-size: 17px;
    }

    .gk-hero__title {
        max-width: none;
        font-size: clamp(33px, 9vw, 58px);
        line-height: 1.10;
    }

    .gk-hero__subtitle {
        margin-top: 14px;
        font-size: 23px;
    }

    .gk-hero__divider {
        margin: 34px 0;
    }

    .gk-hero__price {
        width: 100%;
        min-width: 0;
        justify-content: center;
        gap: 8px;
        padding: 13px 14px;
    }

    .gk-hero__price-prefix,
    .gk-hero__price-suffix {
        font-size: 16px;
    }

    .gk-hero__price-value {
        font-size: clamp(32px, 11vw, 48px);
    }

    .gk-hero__factory {
        width: 100%;
        gap: 13px;
        margin-top: 49px;
    }

    .gk-hero__factory-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .gk-hero__factory-text {
        font-size: 15px;
    }

    .gk-hero__factory-text strong {
        font-size: 17px;
    }

    .gk-hero__cta {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        margin-top: 22px;
        padding: 15px 18px;
        font-size: 18px;
        letter-spacing: .025em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gk-hero__cta {
        transition: none;
    }
}


/* Granitka steps section */
.gk-steps {
    --gk-steps-gold: #c9963f;
    --gk-steps-gold-dark: #a87420;
    --gk-steps-ink: #17130f;
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 7vw, 112px) 20px;
    background-color: #f6f1e8;
    background-image: linear-gradient(rgba(255,255,255,.24), rgba(255,255,255,.24)), url('https://granitka.uno/wp-content/uploads/2026/07/bg2.png');
    background-position: center, top left;
    background-size: auto, 360px auto;
    background-repeat: no-repeat, repeat;
    color: var(--gk-steps-ink);
}

.gk-steps::before,
.gk-steps::after {
    content: '';
    position: absolute;
    left: 50%;
    width: min(90vw, 760px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(201,150,63,.55), transparent);
}

.gk-steps::before { top: 28px; }
.gk-steps::after { bottom: 28px; }

.gk-steps__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.gk-steps__title {
    margin: 0;
    text-align: center;
    font-family: Georgia, 'Times New Roman', san-serif;
    font-size: clamp(32px, 5.3vw, 40px);
    font-weight: 600;
    line-height: 1.3;
    /* letter-spacing: -.025em; */
}

.gk-steps__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(240px, 48vw);
    margin: 22px auto 34px;
}

.gk-steps__divider::before,
.gk-steps__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gk-steps-gold));
}

.gk-steps__divider::after {
    background: linear-gradient(90deg, var(--gk-steps-gold), transparent);
}

.gk-steps__divider span {
    width: 11px;
    height: 11px;
    margin: 0 12px;
    border: 1px solid var(--gk-steps-gold);
    transform: rotate(45deg);
    background: rgba(255,255,255,.55);
}

.gk-steps__grid {
    display: grid;
    grid-template-columns: minmax(280px, .86fr) minmax(440px, 1.25fr);
    gap: clamp(42px, 6vw, 84px);
    align-items: center;
}

.gk-steps__visual {
    position: relative;
    min-height: clamp(380px, 44vw, 560px);
    border: 1px solid rgba(201,150,63,.72);
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(244,237,225,.85));
    box-shadow: 0 18px 45px rgba(82,60,29,.13), inset 0 0 0 8px rgba(255,255,255,.28);
}

.gk-steps__visual::before,
.gk-steps__visual::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid var(--gk-steps-gold);
    background: #f8f3ea;
    transform: translateY(-50%) rotate(45deg);
}

.gk-steps__visual::before { left: -8px; }
.gk-steps__visual::after { right: -8px; }

.gk-steps__image {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
}

.gk-steps__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(201,150,63,.15), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,.2), rgba(225,214,194,.35));
}

.gk-steps__placeholder span {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(201,150,63,.6);
    border-radius: 50%;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    color: var(--gk-steps-gold-dark);
    background: rgba(255,255,255,.56);
    box-shadow: 0 14px 38px rgba(95,67,29,.12);
}

.gk-steps__list {
    position: relative;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0 0 0 28px;
    list-style: none;
}

.gk-steps__list::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--gk-steps-gold) 8%, var(--gk-steps-gold) 92%, transparent);
}

.gk-steps__item {
    position: relative;
    display: grid;
    grid-template-columns: 46px 48px minmax(0, 1fr);
    align-items: center;
    min-height: 68px;
    padding: 10px 22px 10px 14px;
    border: 1px solid rgba(181,154,112,.23);
    border-radius: 13px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 8px 20px rgba(94,72,40,.09), inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter: blur(5px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gk-steps__item:hover {
    transform: translateX(5px);
    border-color: rgba(201,150,63,.55);
    box-shadow: 0 12px 28px rgba(94,72,40,.14);
}

.gk-steps__dot {
    position: absolute;
    left: -25px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid var(--gk-steps-gold);
    border-radius: 50%;
    background: #f8f3ea;
    transform: translateY(-50%);
}

.gk-steps__number {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(145deg, #d5aa5d, #a87420);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 4px 12px rgba(153,105,29,.2);
}

.gk-steps__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    font-size: 27px;
    line-height: 1;
    color: var(--gk-steps-gold-dark);
}

.gk-steps__text {
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.35;
}

.gk-steps__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(360px, 100%);
    min-height: 58px;
    margin: 34px auto 0;
    padding: 14px 28px;
    border: 1px solid #d7aa59;
    border-radius: 8px;
    color: #d8a84e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(180deg, #1b1b1a, #080808);
    box-shadow: inset 0 0 0 3px rgba(201,150,63,.15), 0 8px 18px rgba(0,0,0,.24);
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.gk-steps__cta::before {
    content: '❧';
    margin-right: 11px;
    font-size: 24px;
    line-height: 1;
}

.gk-steps__cta:hover,
.gk-steps__cta:focus-visible {
    color: #f2c976;
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 3px rgba(201,150,63,.2), 0 12px 24px rgba(0,0,0,.28);
}

@media (max-width: 960px) {
    .gk-steps {
        padding-inline: 24px;
    }

    .gk-steps__grid {
        grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr);
        gap: 34px;
    }

    .gk-steps__visual {
        min-height: 430px;
    }

    .gk-steps__item {
        grid-template-columns: 42px 42px minmax(0, 1fr);
        padding-right: 16px;
    }
}

@media (max-width: 760px) {
    .gk-steps {
        padding: 58px 16px 64px;
        background-position: center top;
    }

    .gk-steps__title {
        font-size: clamp(17px, 4vw, 42px);
    }

    .gk-steps__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gk-steps__visual {
        width: min(520px, 100%);
        min-height: clamp(300px, 78vw, 430px);
        margin: 0 auto;
        border-radius: 22px;
    }

    .gk-steps__list {
        width: min(620px, 100%);
        margin: 0 auto;
        padding-left: 22px;
    }

    .gk-steps__list::before {
        left: 5px;
    }

    .gk-steps__dot {
        left: -20px;
    }
}

@media (max-width: 520px) {
    .gk-steps {
        padding-inline: 12px;
    }

    .gk-steps__divider {
        margin-bottom: 26px;
    }

    .gk-steps__visual {
        min-height: 290px;
        border-radius: 18px;
    }

    .gk-steps__placeholder span {
        width: 120px;
        height: 120px;
        font-size: 23px;
    }

    .gk-steps__list {
        gap: 10px;
        padding-left: 18px;
    }

    .gk-steps__item {
        grid-template-columns: 38px 34px minmax(0, 1fr);
        min-height: 64px;
        padding: 9px 12px 9px 10px;
        border-radius: 11px;
    }

    .gk-steps__number {
        width: 32px;
        height: 32px;
        font-size: 19px;
    }

    .gk-steps__icon {
        width: 30px;
        height: 30px;
        font-size: 22px;
    }

    .gk-steps__text {
        font-size: 14px;
    }

    .gk-steps__dot {
        left: -16px;
    }

    .gk-steps__cta {
        min-height: 54px;
        margin-top: 28px;
        padding-inline: 18px;
        font-size: 14px;
        letter-spacing: .08em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gk-steps__item,
    .gk-steps__cta {
        transition: none;
    }
}


/* Steps height sync with hero — v1.4.1 */
@media (min-width: 821px) {
    .gk-steps {
        min-height: 704px;
        display: flex;
        align-items: center;
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .gk-steps__title {
        font-size: clamp(22px, 2.4vw, 41px);
    }

    .gk-steps__divider {
        margin-top: 14px;
        margin-bottom: 22px;
    }

    .gk-steps__grid {
        gap: clamp(32px, 4vw, 58px);
    }

    .gk-steps__visual {
        min-height: 430px;
    }

    .gk-steps__image {
        object-fit: contain;
    }

    .gk-steps__list {
        gap: 8px;
    }

    .gk-steps__item {
        min-height: 56px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .gk-steps__number {
        width: 32px;
        height: 32px;
        font-size: 19px;
    }

    .gk-steps__icon {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    .gk-steps__text {
        font-size: clamp(15px, 1vw, 17px);
    }

    .gk-steps__cta {
        min-height: 52px;
        margin-top: 20px;
    }
}

@media (max-width: 820px) {
    .gk-steps {
        min-height: auto;
    }

    .gk-steps__image {
        object-fit: contain;
    }
}


/* Steps CTA — black and gold reference style */
.gk-steps .gk-steps__cta {
    position: relative;
    /* isolation: isolate; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(283px, 100%);
    min-height: 40px;
    margin: 28px auto 0;
    padding: 14px 33px 14px 72px;
    /* border: 2px solid #b98732; */
    border-radius: 12px;
    color: #d8a84e;
    font-size: clamp(16px, 1.35vw, 21px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), transparent 38%), linear-gradient(180deg, #1d1e1e 0%, #111212 58%, #080909 100%);
    /* box-shadow: inset 0 0 0 3px #070808, inset 0 0 0 4px rgba(214, 167, 78, .62), inset 0 1px 0 rgba(255, 255, 255, .09), 0 3px 0 rgba(64, 39, 6, .62), 0 8px 15px rgba(0, 0, 0, .32), 0 0 10px rgba(201, 150, 63, .28); */
    text-shadow: 0 1px 2px rgba(0, 0, 0, .85), 0 0 7px rgba(215, 169, 78, .18);
    transition: transform .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gk-steps .gk-steps__cta::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 50%;
    width: 63px;
    height: 51px;
    margin: 0;
    transform: translateY(-50%);
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 44'%3E%3Cg fill='none' stroke='%23d7a64b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 35c14-2 25-12 33-27'/%3E%3Cpath d='M17 31c-4-6-3-11 2-15 2 6 1 11-2 15Z' fill='%23d7a64b' stroke='none'/%3E%3Cpath d='M27 23c-3-7-1-12 5-15 1 6-1 11-5 15Z' fill='%23d7a64b' stroke='none'/%3E%3Cpath d='M38 13c1-6 5-10 11-10-2 6-5 9-11 10Z' fill='%23d7a64b' stroke='none'/%3E%3Cpath d='M13 35c-5 2-9 1-12-2 5-2 9-1 12 2Z' fill='%23d7a64b' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
    opacity: .96;
}

.gk-steps .gk-steps__cta::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 5px;
    border: 1px solid rgba(225,179,91,.42);
    border-radius: 7px;
    pointer-events: none;
}

.gk-steps .gk-steps__cta:hover,
.gk-steps .gk-steps__cta:focus-visible {
    color: #f0c46c;
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0,0,0,.32);
}

.gk-steps .gk-steps__cta:focus-visible {
    outline: 2px solid rgba(216,168,78,.9);
    outline-offset: 4px;
}

@media (max-width: 520px) {
    .gk-steps .gk-steps__cta {
        width: 100%;
        min-height: 58px;
        padding: 12px 18px 12px 62px;
        border-radius: 10px;
        font-size: 14px;
        letter-spacing: .1em;
    }

    .gk-steps .gk-steps__cta::before {
        left: 20px;
        width: 34px;
        height: 24px;
    }
}


/* Steps SVG icons — v1.4.2 */
.gk-steps__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 520px) {
    .gk-steps__icon img {
        width: 28px;
        height: 28px;
    }
}


/* Steps mobile layout fix — v1.4.3 */
@media (max-width: 520px) {
    .gk-steps,
    .gk-steps__inner,
    .gk-steps__grid,
    .gk-steps__visual,
    .gk-steps__list,
    .gk-steps__item,
    .gk-steps .gk-steps__cta {
        box-sizing: border-box;
        max-width: 100%;
    }

    .gk-steps {
        overflow-x: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gk-steps__grid {
        width: 100%;
        min-width: 0;
    }

    .gk-steps__visual {
        width: 100%;
        min-width: 0;
    }

    .gk-steps__list {
        width: 100%;
        min-width: 0;
        padding-left: 16px;
        padding-right: 0;
    }

    .gk-steps__list::before {
        left: 4px;
    }

    .gk-steps__dot {
        left: -15px;
    }

    .gk-steps__item {
        width: 100%;
        min-width: 0;
        grid-template-columns: 36px 30px minmax(0, 1fr);
        column-gap: 6px;
        min-height: 60px;
        padding: 8px 10px;
        transform: none;
    }

    .gk-steps__item:hover {
        transform: none;
    }

    .gk-steps__number {
        width: 31px;
        height: 31px;
        font-size: 18px;
    }

    .gk-steps__icon,
    .gk-steps__icon img {
        width: 26px;
        height: 26px;
    }

    .gk-steps__text {
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: normal;
        font-size: 14px;
        line-height: 1.28;
    }

    .gk-steps .gk-steps__cta {
        width: min(320px, 100%);
        min-width: 0;
        min-height: 54px;
        margin: 24px auto 0;
        padding: 12px 16px 12px 58px;
        font-size: 13px;
        letter-spacing: .09em;
        transform: none;
    }

    .gk-steps .gk-steps__cta:hover,
    .gk-steps .gk-steps__cta:focus-visible {
        transform: none;
    }

    .gk-steps .gk-steps__cta::before {
        left: 14px;
        width: 40px;
        height: 32px;
    }
}


/* Steps tablet/mobile overflow fix — v1.4.3 */
@media (max-width: 760px) {
    .gk-steps,
    .gk-steps__inner,
    .gk-steps__grid,
    .gk-steps__visual,
    .gk-steps__list,
    .gk-steps__item,
    .gk-steps .gk-steps__cta {
        box-sizing: border-box;
        max-width: 100%;
    }

    .gk-steps {
        overflow-x: hidden;
        padding-left: 14px;
        padding-right: 14px;
    }

    .gk-steps__inner,
    .gk-steps__grid,
    .gk-steps__visual,
    .gk-steps__list,
    .gk-steps__item {
        width: 100%;
        min-width: 0;
    }

    .gk-steps__list {
        padding-left: 18px;
        padding-right: 0;
        width: 92%;
    }

    .gk-steps__list::before {
        left: 5px;
    }

    .gk-steps__dot {
        left: -17px;
    }

    .gk-steps__item {
        grid-template-columns: 40px 34px minmax(0, 1fr);
        column-gap: 8px;
        min-height: 64px;
        padding: 9px 12px;
    }

    .gk-steps__number {
        width: 33px;
        height: 33px;
        font-size: 19px;
    }

    .gk-steps__icon,
    .gk-steps__icon img {
        width: 28px;
        height: 28px;
    }

    .gk-steps__text {
        min-width: 0;
        overflow-wrap: anywhere;
        font-size: 14px;
        line-height: 1.3;
    }

    .gk-steps .gk-steps__cta {
        width: min(320px, 100%);
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .gk-steps__item:hover,
    .gk-steps .gk-steps__cta:hover,
    .gk-steps .gk-steps__cta:focus-visible {
        transform: none;
    }
}

@media (max-width: 520px) {
    .gk-steps {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gk-steps__list {
        padding-left: 16px;
    }

    .gk-steps__item {
        grid-template-columns: 36px 30px minmax(0, 1fr);
        column-gap: 6px;
        min-height: 60px;
        padding: 8px 10px;
    }

    .gk-steps__number {
        width: 31px;
        height: 31px;
        font-size: 18px;
    }

    .gk-steps__icon,
    .gk-steps__icon img {
        width: 26px;
        height: 26px;
    }
}


/* Steps mobile image size — v1.4.4 */
@media (max-width: 520px) {
    .gk-steps__visual {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gk-steps__image {
        width: min(72%, 260px);
        height: auto;
        min-height: 0;
        margin: 0 auto;
        object-fit: contain;
    }
}


/* Steps mobile visual card and CTA fix — v1.4.6 */
@media (max-width: 520px) {
    .gk-steps__visual {
        width: min(280px, 82vw);
        min-height: 260px;
        margin-left: auto;
        margin-right: auto;
        background: transparent;
        box-shadow: none;
        border-radius: 16px;
    }

    .gk-steps__image {
        width: min(72%, 220px);
        height: auto;
        min-height: 0;
        margin: 0 auto;
        object-fit: contain;
    }

    .gk-steps .gk-steps__cta {
        width: min(260px, calc(100% - 28px));
        min-height: 44px;
        margin-top: 20px;
        padding: 10px 16px 10px 52px;
        border-radius: 9px;
        font-size: 11.5px;
        letter-spacing: .09em;
        line-height: 1.15;
    }

    .gk-steps .gk-steps__cta::before {
        left: 14px;
        width: 28px;
        height: 22px;
    }

    .gk-steps .gk-steps__cta::after {
        inset: 4px;
        border-radius: 6px;
    }
}


/* Granitka About section — v1.5.0 */
.gk-about {
    --gk-about-gold: #c9963f;
    --gk-about-ink: #17130f;
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 6vw, 92px) 20px;
    color: var(--gk-about-ink);
    background-color: #f6f1e8;
    background-image: linear-gradient(rgb(232 232 232 / 41%), rgba(255, 255, 255, .22)), url(https://granitka.uno/wp-content/uploads/2026/07/bg2.png);
    background-position: center, top left;
    background-size: auto, 360px auto;
    background-repeat: no-repeat, repeat;
}

.gk-about__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.gk-about__title {
    margin: 0;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: clamp(25px, 4.2vw, 42px);
}

.gk-about__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(320px, 58vw);
    margin: 15px auto 32px;
}

.gk-about__divider::before,
.gk-about__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gk-about-gold));
}

.gk-about__divider::after {
    background: linear-gradient(90deg, var(--gk-about-gold), transparent);
}

.gk-about__divider span {
    width: 10px;
    height: 10px;
    margin: 0 12px;
    border: 1px solid var(--gk-about-gold);
    transform: rotate(45deg);
}

.gk-about__layout {
    display: grid;
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.7fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: stretch;
}

.gk-about__brand {
    position: relative;
    padding-right: clamp(24px, 3vw, 42px);
    border-right: 1px solid rgba(201,150,63,.65);
}

.gk-about__logo-wrap {
    display: grid;
    place-items: center;
    min-height: 190px;
    margin-bottom: 20px;
}

.gk-about__logo {
    display: block;
    width: min(280px, 100%);
    max-height: 180px;
    object-fit: contain;
}

.gk-about__logo-placeholder {
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1;
}

.gk-about__logo-placeholder span {
    color: #b58a3a;
}

.gk-about__benefits {
    display: grid;
    gap: 10px;
}

.gk-about__benefit {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid rgba(201,150,63,.28);
    border-radius: 10px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 6px 16px rgba(78,55,24,.08);
}

.gk-about__benefit-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #b98025;
    font-size: 25px;
}

.gk-about__benefit-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gk-about__benefit h3,
.gk-about__benefit p {
    margin: 0;
}

.gk-about__benefit h3 {
    font-size: 15px;
    line-height: 1.2;
}

.gk-about__benefit p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.25;
    color: #4d453c;
}

.gk-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.gk-about__copy {
    max-width: 780px;
    margin: 0 auto 74px;
    font-size: clamp(19px, 1.5vw, 19px);
    line-height: 1.38;
}

.gk-about__copy p {
    margin: 0 0 8px;
}

.gk-about__copy mark {
    padding: 0;
    color: #a97622;
    background: transparent;
    font-weight: 700;
}

.gk-about__gallery-box {
    position: relative;
    padding: 26px 12px 14px;
    border: 1px solid rgba(201,150,63,.65);
    border-radius: 16px;
    background: rgba(255,255,255,.28);
}

.gk-about__gallery-title {
    position: absolute;
    top: -15px;
    left: 18px;
    margin: 0;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 1.2;
    background: #f7f2e9;
}

.gk-about__gallery-title::before {
    content: '▣';
    margin-right: 9px;
    color: #c28b32;
}

.gk-about__gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.gk-about__gallery img,
.gk-about__photo-placeholder {
    width: 100%;
    aspect-ratio: .72;
    border-radius: 7px;
    object-fit: cover;
}

.gk-about__photo-placeholder {
    display: grid;
    place-items: center;
    border: 1px dashed rgba(201,150,63,.55);
    color: #a8782a;
    background: linear-gradient(145deg, rgba(255,255,255,.75), rgba(231,220,200,.8));
}

@media (max-width: 900px) {
    .gk-about__layout {
        grid-template-columns: 1fr;
    }

    .gk-about__brand {
        display: grid;
        grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
        gap: 24px;
        padding-right: 0;
        padding-bottom: 54px;
        border-right: 0;
        border-bottom: 1px solid rgba(201,150,63,.55);
    }

    .gk-about__logo-wrap {
        margin-bottom: 0;
    }
}

@media (max-width: 680px) {
    .gk-about {
        padding: 52px 14px 58px;
    }

    .gk-about__title {
        font-size: clamp(17px, 4vw, 42px);
    }

    .gk-about__brand {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gk-about__logo-wrap {
        min-height: 140px;
    }

    .gk-about__logo {
        /* max-height: 140px; */
    }

    .gk-about__copy {
        font-size: 16px;
    }

    .gk-about__gallery-box {
        padding-top: 30px;
    }

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

    .gk-about__gallery img:last-child,
    .gk-about__photo-placeholder:last-child {
        grid-column: 1 / -1;
        aspect-ratio: 1.8;
    }
}

@media (max-width: 420px) {
    .gk-about__benefit {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 11px 12px;
    }

    .gk-about__benefit-icon {
        width: 36px;
        height: 36px;
    }

    .gk-about__gallery-title {
        left: 10px;
        font-size: 14px;
    }
}


/* Steps CTA mobile sizing — v1.5.5 */
@media (max-width: 520px) {
    .gk-steps .gk-steps__cta {
        width: min(371px, calc(100% - 28px));
        min-height: 66px;
        margin-top: 67px;
        padding: 10px 16px 10px 52px;
        border-radius: 9px;
        font-size: 21.5px;
        letter-spacing: .09em;
        line-height: 1.15;
    }

    .gk-steps .gk-steps__cta::before {
        left: 20px;
        width: 49px;
        height: 32px;
    }
}


/* Hero mobile logo — v1.5.6 */
.gk-hero__mobile-logo {
    display: none;
}

@media (max-width: 560px) {
    .gk-hero__mobile-logo {
        position: absolute;
        z-index: 0;
        top: clamp(19px, 6vw, 109px);
        left: clamp(18px, 7vw, 12px);
        display: block;
        width: min(52vw, 244px);
        height: auto;
        max-height: 150px;
        object-fit: contain;
        pointer-events: none;
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .12));
    }
}


/* Hero large-mobile spacing fix — v1.5.9 */
@media (min-width: 561px) and (max-width: 680px) {
    .gk-hero {
        padding-top: min(56.25vw, 360px);
    }

    .gk-hero__media {
        height: min(56.25vw, 360px);
    }

    .gk-hero__mobile-logo {
        position: absolute;
        z-index: 0;
        top: clamp(78px, 18vw, 112px);
        left: clamp(22px, 6vw, 38px);
        display: block;
        width: min(46vw, 230px);
        height: auto;
        max-height: 150px;
        object-fit: contain;
        pointer-events: none;
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .12));
    }
}
