/* Main stylesheet for Prinstagram Theme */

:root {
    --color-black: #040404;
    --color-orange: #FF3D00;
    --color-green: #001D08;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Rubik', sans-serif;
    --font-script: 'Sofia', cursive;
    --font-date: 'Inter', sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    line-height: 1.5;
    color: var(--color-green);
    background: #fff;
}

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

a {
    color: inherit;
}

/* Header styles */
.site-topbar {
    background: var(--color-green);
    color: #fff;
}

.site-topbar__inner {
    width: min(100% - 120px, 1480px);
    min-height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 36px;
}

.site-topbar__link {
    color: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    text-decoration: none;
}

.site-header {
    margin: 0;
    padding: 0;
    background: var(--color-black);
    color: #fff;
}

.site-header--subpage {
    background: #fff;
    color: var(--color-green);
}

.site-header__inner {
    width: min(100% - 120px, 1480px);
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
}

.site-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    gap: 14px;
}

.site-header__panel {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
}

.site-header__panel-logo {
    display: none;
}

.site-branding {
    flex: 0 0 auto;
    max-width: clamp(100px, 16vw, 160px);
    display: flex;
    align-items: center;
}

.custom-logo-link,
.site-logo-text {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.site-branding .custom-logo-link {
    line-height: 0;
}

.site-branding .custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: clamp(20px, 2.4vw, 26px);
    max-width: 100%;
    object-fit: contain;
}

.site-header:not(.site-header--subpage) .site-branding .custom-logo {
    max-height: clamp(22px, 2.8vw, 30px);
}

.site-logo-text {
    font-family: var(--font-heading);
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.site-header--subpage .site-logo-text {
    color: var(--color-green);
}

.menu-toggle {
    display: none;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Navigation */
.main-navigation {
    flex: 1 1 auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.main-navigation li {
    margin: 0;
}

.main-navigation a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    text-decoration: none;
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: color 0.2s ease;
}

.site-header--subpage .main-navigation a {
    color: var(--color-green);
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--color-orange);
}

.header-order-button,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 9px 26px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
}

@media (min-width: 1025px) {
    .site-header__inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 32px;
    }

    .site-header__bar {
        position: relative;
        z-index: 2;
        grid-column: 1;
        grid-row: 1;
        align-self: center;
    }

    .site-header__panel {
        position: static;
        inset: auto;
        grid-column: 1 / -1;
        grid-row: 1;
        display: grid;
        grid-template-columns: subgrid;
        align-items: center;
        gap: 32px;
        padding: 0;
        pointer-events: none;
    }

    .site-header__panel .main-navigation {
        grid-column: 2;
        justify-self: center;
        flex: none;
        pointer-events: auto;
    }

    .site-header__panel .header-order-button {
        position: static;
        grid-column: 3;
        justify-self: end;
        top: auto;
        transform: none;
        pointer-events: auto;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .main-navigation ul {
        gap: 22px;
    }

    .main-navigation a {
        font-size: 15px;
    }
}

.header-order-button,
.button--primary {
    background: var(--color-orange);
    color: #fff;
}

.header-order-button {
    flex: 0 0 auto;
}

.site-main {
    margin: 0;
    padding: 0;
}

/* Page hero */
.page-hero {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: clamp(320px, 40vw, 480px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background-color: #001D08;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-main > .page-hero:first-child {
    margin-top: 0;
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    flex: 1;
    width: min(100% - 120px, 1480px);
    min-height: clamp(320px, 40vw, 480px);
    margin: 0 auto;
    padding: 92px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-hero__title {
    margin: 0 0 22px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 0;
    text-align: center;
}

.page-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.page-hero__breadcrumb a {
    color: var(--color-orange);
    text-decoration: none;
}

.page-hero__breadcrumb span {
    color: #646464;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 29, 8, 0.18) 0%, rgba(0, 29, 8, 0.42) 100%);
    pointer-events: none;
}

.page-hero--light .page-hero__title {
    color: #fff;
}

.page-hero--light .page-hero__breadcrumb,
.page-hero--light .page-hero__breadcrumb a,
.page-hero--light .page-hero__breadcrumb span,
.page-hero--light .page-hero__breadcrumb-separator {
    color: #fff;
}

.page-hero--light .page-hero__breadcrumb a {
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.page-hero--light .page-hero__breadcrumb a:hover,
.page-hero--light .page-hero__breadcrumb a:focus {
    opacity: 0.82;
}

.page-hero__breadcrumb-separator {
    display: inline-block;
    margin: 0 4px;
}

/* Hero */
.home-hero {
    background-color: #e9e9e9;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home-hero__inner {
    width: min(100% - 120px, 1480px);
    min-height: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 68px 0;
}

.home-hero__content {
    max-width: 620px;
}

.home-hero__title {
    margin: 0 0 36px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.235;
    letter-spacing: 0;
}

.home-hero__text {
    margin: 0 0 34px;
    color: rgba(0, 29, 8, 0.72);
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.button--primary {
    box-shadow: 0 8px 16px 0 #FF3D0033;
}

.button--secondary {
    color: var(--color-green);
    background: transparent;
    border: 1px solid #001D081A;
}

/* Service highlights */
.service-highlights {
    background: #FFECE7;
}

.service-highlights__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    display: flex;
    gap: 72px;
    justify-content: space-between;
    padding: 80px 0;
}

.service-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    flex: 1 1 0;
    min-width: 0;
}

.service-card__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}

.service-card__content {
    max-width: 380px;
}

.service-card__title {
    margin: 0 0 12px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
}

.service-card__text {
    margin: 0 0 18px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #646464;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

.service-card__arrow {
    width: 14px;
    height: 14px;
    background-color: currentColor;
    display: inline-block;
    mask: url('../images/arrow-right-hover.svg') center / contain no-repeat;
    -webkit-mask: url('../images/arrow-right-hover.svg') center / contain no-repeat;
}

.service-card__link:hover,
.service-card__link:focus {
    color: var(--color-orange);
}

/* Personalized approach */
.personalized-approach {
    background: #fff;
    overflow: hidden;
}

.personalized-approach__inner {
    width: min(100% - 120px, 1480px);
    min-height: 650px;
    margin: 0 auto;
    padding: 96px 0 100px;
    display: grid;
    grid-template-columns: minmax(0, 610px) minmax(500px, 1fr);
    align-items: center;
    gap: 80px;
}

.personalized-approach__content {
    min-width: 0;
}

.personalized-approach__title {
    max-width: 570px;
    margin: 0 0 28px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
}

.personalized-approach__text {
    max-width: 640px;
    margin: 0 0 34px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.personalized-approach__points {
    max-width: none;
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 78px;
    row-gap: 16px;
}

.personalized-approach__points li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    white-space: nowrap;
}

.personalized-approach__points img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
}

.personalized-approach__button {
    min-width: 90px;
}

.personalized-approach__visual {
    position: relative;
    width: min(100%, 700px);
    min-height: 455px;
    margin-left: auto;
    justify-self: end;
}

.personalized-approach__visual img {
    position: absolute;
    height: auto;
}

.personalized-approach__stain {
    left: -58px;
    bottom: -112px;
    width: 840px;
    z-index: 1;
}

.personalized-approach__image {
    top: 0;
    border-radius: 7px;
    z-index: 2;
}

.personalized-approach__image--left {
    left: 34px;
    width: 244px;
}

.personalized-approach__image--right {
    left: 306px;
    width: 285px;
}

.personalized-approach__experience {
    left: 90px;
    bottom: 22px;
    width: 305px;
    z-index: 4;
}

.personalized-approach__hat {
    left: 0;
    bottom: 28px;
    width: 78px;
    z-index: 3;
}

.personalized-approach__bag {
    right: 0;
    top: 118px;
    width: 82px;
    z-index: 3;
}

/* Service offerings */
.service-offerings {
    background: #FAFAFA;
}

.service-offerings__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 106px 0 108px;
}

.service-offerings__eyebrow {
    margin: 0 0 8px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
}

.service-offerings__title {
    margin: 0 0 58px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
    text-align: center;
}

.service-offerings__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 58px;
    row-gap: 68px;
}

.service-offering {
    min-height: 236px;
    padding: 38px 32px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-offering:hover {
    background: #fff;
    box-shadow: 0 20px 40px 0 #001D081A;
    transform: translateY(-2px);
}

.service-offering__icon {
    width: 70px;
    height: 70px;
    margin: 0 0 24px;
    object-fit: contain;
}

.service-offering__title {
    margin: 0 0 14px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    transition: color 0.2s ease;
}

.service-offering:hover .service-offering__title {
    color: var(--color-orange);
}

.service-offering__text {
    max-width: 355px;
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.service-offerings--page {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.service-offerings--page::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: min(42vw, 420px);
    height: min(42vw, 420px);
    background:
            repeating-linear-gradient(
                    -45deg,
                    transparent,
                    transparent 14px,
                    rgba(0, 29, 8, 0.04) 14px,
                    rgba(0, 29, 8, 0.04) 15px
            );
    pointer-events: none;
}

/* Services sponsors */
.services-sponsors {
    background: #fff;
}

.services-sponsors__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 88px 0 96px;
    text-align: center;
}

.services-sponsors__title {
    margin: 0 0 12px;
    color: #000;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
}

.services-sponsors__text {
    max-width: 760px;
    margin: 0 auto 52px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.services-sponsors__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 36px 28px;
}

.services-sponsors__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 calc(16.666% - 24px);
    min-width: 120px;
    max-width: 180px;
    min-height: 56px;
}

.services-sponsors__logo {
    width: auto;
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.88;
}

/* Services CTA */
.services-cta {
    background: var(--color-green);
}

.services-cta__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 88px 0 92px;
    text-align: center;
}

.services-cta__title {
    max-width: 920px;
    margin: 0 auto 18px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    line-height: 66px;
    letter-spacing: 0;
    text-align: center;
}

.services-cta__text {
    max-width: 640px;
    margin: 0 auto 34px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.services-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.services-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 8px 16px 0 #FF3D0033;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-cta__button:hover,
.services-cta__button:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px 0 #FF3D0040;
}

.services-cta__button--phone {
    color: #000;
    background: #fff;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}

.services-cta__button--quote {
    min-width: 190px;
    padding: 13px 30px;
    color: #fff;
    background: var(--color-orange);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
}

.services-cta__button-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* Portfolio page */
.portfolio-showcase {
    background: #fff;
}

.portfolio-showcase__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 96px 0 104px;
}

.portfolio-showcase__eyebrow {
    margin: 0 0 8px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
}

.portfolio-showcase__title {
    margin: 0 0 58px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
    text-align: center;
}

.portfolio-showcase__empty {
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

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

.portfolio-card {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border-radius: 8px;
    background: #E8E8E8;
}

.portfolio-card--tall {
    grid-row: span 2;
}

.portfolio-card__media,
.portfolio-card__image,
.portfolio-card__placeholder {
    width: 100%;
    height: 100%;
}

.portfolio-card__media {
    position: absolute;
    inset: 0;
}

.portfolio-card__image {
    object-fit: cover;
}

.portfolio-card__placeholder {
    display: block;
    background: #E8E8E8;
}

.portfolio-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    background: var(--color-green);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.portfolio-card:hover .portfolio-card__overlay,
.portfolio-card:focus-within .portfolio-card__overlay {
    opacity: 1;
}

.portfolio-card__title {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
}

.portfolio-card__text {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.portfolio-card__plus {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.portfolio-card__plus span {
    display: block;
    margin-top: -2px;
}

.portfolio-card__plus:hover,
.portfolio-card__plus:focus {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.12);
}

@media (hover: none) {
    .portfolio-card__overlay {
        opacity: 0;
    }

    .portfolio-card:active .portfolio-card__overlay,
    .portfolio-card:focus-within .portfolio-card__overlay {
        opacity: 1;
    }
}

/* Portfolio detail page */
.portfolio-detail-page {
    background: #fff;
}

.portfolio-detail {
    padding: 48px 0 72px;
}

.portfolio-detail__layout {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(32px, 4vw, 56px);
    align-items: start;
}

.portfolio-detail__article {
    min-width: 0;
}

.portfolio-detail__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 28px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 22px;
}

.portfolio-detail__breadcrumb a {
    color: #646464;
    text-decoration: none;
    transition: color 0.2s ease;
}

.portfolio-detail__breadcrumb a:hover,
.portfolio-detail__breadcrumb a:focus {
    color: var(--color-orange);
}

.portfolio-detail__breadcrumb-separator {
    color: #646464;
}

.portfolio-detail__content {
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.portfolio-detail__content > *:first-child {
    margin-top: 0;
}

.portfolio-detail__content h1,
.portfolio-detail__content h2,
.portfolio-detail__content h3,
.portfolio-detail__content h4 {
    color: var(--color-green);
    font-family: var(--font-heading);
    font-weight: 700;
}

.portfolio-detail__content h1 {
    margin: 0 0 20px;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.25;
}

.portfolio-detail__content h2 {
    margin: 34px 0 16px;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.3;
}

.portfolio-detail__content h3 {
    margin: 28px 0 12px;
    font-size: 22px;
    line-height: 1.35;
}

.portfolio-detail__content p,
.portfolio-detail__content ul,
.portfolio-detail__content ol {
    margin: 0 0 18px;
}

.portfolio-detail__content ul,
.portfolio-detail__content ol {
    padding-left: 0;
}

.portfolio-detail__content ul {
    list-style: none;
}

.portfolio-detail__content ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.portfolio-detail__content ul li::before {
    content: '';
    width: 16px;
    height: 12px;
    flex: 0 0 16px;
    margin-top: 8px;
    background: var(--color-orange);
    mask: url('../images/checkmark-without-background.svg') center / contain no-repeat;
    -webkit-mask: url('../images/checkmark-without-background.svg') center / contain no-repeat;
}

.portfolio-detail__content ol {
    padding-left: 22px;
}

.portfolio-detail__content li + li {
    margin-top: 8px;
}

.portfolio-detail__content a {
    color: var(--color-orange);
    text-decoration: underline;
}

.portfolio-detail__content img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.portfolio-detail__content .wp-block-image {
    margin: 0 0 24px;
}

.portfolio-detail__content .wp-block-gallery {
    margin: 0 0 28px;
}

.portfolio-detail__content .wp-block-gallery .blocks-gallery-grid {
    gap: 20px;
}

.portfolio-detail__content .wp-block-gallery .blocks-gallery-item,
.portfolio-detail__content .wp-block-gallery .wp-block-image {
    margin: 0;
}

.portfolio-detail__content .wp-block-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.portfolio-detail__content figure.wp-block-gallery.has-nested-images {
    --wp--style--unstable-gallery-gap: 20px;
    gap: 20px;
}

.portfolio-detail__content figure.wp-block-gallery.has-nested-images figure.wp-block-image {
    margin: 0;
}

.portfolio-detail__content figure.wp-block-gallery.has-nested-images figure.wp-block-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.portfolio-detail__sidebar {
    align-self: stretch;
}

.portfolio-detail__sticky {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.portfolio-detail__meta {
    padding: 28px 24px;
    border: 1px solid #03041D1A;
    border-radius: 10px;
    background: #fff;
}

.portfolio-detail__meta-title {
    margin: 0 0 20px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.portfolio-detail__meta-list {
    margin: 0;
}

.portfolio-detail__meta-item {
    display: grid;
    gap: 6px;
    padding: 16px 0;
    border-top: 1px solid #03041D1A;
}

.portfolio-detail__meta-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.portfolio-detail__meta-item:last-child {
    padding-bottom: 0;
}

.portfolio-detail__meta-item dt {
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.portfolio-detail__meta-item dd {
    margin: 0;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.portfolio-detail__cta {
    padding: 28px 24px;
    border-radius: 10px;
    background: var(--color-orange);
    text-align: center;
}

.portfolio-detail__cta-title {
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.portfolio-detail__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 8px;
    background: #fff;
    color: var(--color-orange);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-detail__cta-button:hover,
.portfolio-detail__cta-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* Blog page */
.blog-intro {
    background: #fff;
}

.blog-intro__inner,
.blog-listing__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
}

.blog-intro__inner {
    padding: 48px 0 36px;
}

.blog-intro__eyebrow {
    margin: 0 0 10px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.blog-intro__title {
    margin: 0;
    max-width: 760px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
}

.blog-listing {
    background: #fff;
    padding-bottom: 96px;
}

.blog-listing__inner {
    padding-bottom: 8px;
}

.blog-listing__empty {
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 56px;
}

.blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #03041D1A;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover,
.blog-card:focus-within {
    border-color: transparent;
    box-shadow: 0 20px 40px 0 #001D081A;
    transform: translateY(-2px);
}

.blog-card__media {
    position: relative;
    z-index: 2;
    display: block;
    flex-shrink: 0;
    overflow: visible;
    aspect-ratio: 16 / 10;
    text-decoration: none;
}

.blog-card__image,
.blog-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__placeholder {
    display: block;
    background: #E8E8E8;
}

.blog-card__date {
    position: absolute;
    left: 18px;
    bottom: -22px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-height: 64px;
    padding: 10px 8px;
    background: var(--color-orange);
    color: #fff;
    text-align: center;
}

.blog-card__date-day {
    font-family: var(--font-date);
    font-size: 24px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0;
}

.blog-card__date-month {
    margin-top: 6px;
    font-family: var(--font-date);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: lowercase;
}

.blog-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 38px 24px 24px;
}

.blog-card__author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.blog-card__author-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.blog-card__author-name {
    color: #646464;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}

.blog-card__title {
    margin: 0 0 12px;
}

.blog-card__title a {
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card__title a:hover,
.blog-card__title a:focus {
    color: var(--color-orange);
}

.blog-card__excerpt {
    margin: 0 0 18px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}

.blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #646464;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card__arrow {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background: var(--blog-arrow-default) center / contain no-repeat;
    transition: background-image 0.2s ease;
}

.blog-card:hover .blog-card__link,
.blog-card:focus-within .blog-card__link {
    color: var(--color-orange);
}

.blog-card:hover .blog-card__arrow,
.blog-card:focus-within .blog-card__arrow {
    background-image: var(--blog-arrow-hover);
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 8px;
    background: #F2F2F2;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.blog-pagination__item:hover,
.blog-pagination__item:focus {
    background: #E8E8E8;
}

.blog-pagination__item.is-current,
.blog-pagination__item--nav.is-active {
    background: var(--color-orange);
    color: #fff;
}

.blog-pagination__item.is-current {
    pointer-events: none;
}

.blog-pagination__item--nav.is-disabled {
    background: #F2F2F2;
    color: #B0B0B0;
    pointer-events: none;
}

.blog-pagination__item--nav span[aria-hidden="true"] {
    font-size: 18px;
    line-height: 1;
}

/* Promo page */
.promo-page {
    background: #fff;
}

.promo-intro__inner,
.promo-catalog__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
}

.promo-intro__inner {
    padding: 48px 0 28px;
}

.promo-intro__eyebrow {
    margin: 0 0 10px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.promo-intro__title {
    margin: 0;
    max-width: 760px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 700;
    line-height: 66px;
}

.promo-catalog {
    background: #F7F7F7;
    padding: 0 0 72px;
}

.promo-catalog__inner {
    padding-top: 8px;
}

.promo-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.promo-toolbar__views {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.promo-toolbar__view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #B0B0B0;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.promo-toolbar__view:hover,
.promo-toolbar__view:focus {
    color: var(--color-green);
    border-color: #E0E0E0;
    background: #fff;
}

.promo-toolbar__view.is-active {
    color: var(--color-green);
    border-color: #E0E0E0;
    background: #fff;
}

.promo-toolbar__view-icon {
    display: block;
    width: 18px;
    height: 18px;
    background: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.promo-toolbar__view-icon--2 {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='7' height='7' rx='1' fill='black'/%3E%3Crect x='10' y='1' width='7' height='7' rx='1' fill='black'/%3E%3Crect x='1' y='10' width='7' height='7' rx='1' fill='black'/%3E%3Crect x='10' y='10' width='7' height='7' rx='1' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='7' height='7' rx='1' fill='black'/%3E%3Crect x='10' y='1' width='7' height='7' rx='1' fill='black'/%3E%3Crect x='1' y='10' width='7' height='7' rx='1' fill='black'/%3E%3Crect x='10' y='10' width='7' height='7' rx='1' fill='black'/%3E%3C/svg%3E");
}

.promo-toolbar__view-icon--3 {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='6.75' y='1' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='12.5' y='1' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='1' y='6.75' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='6.75' y='6.75' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='12.5' y='6.75' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='1' y='12.5' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='6.75' y='12.5' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='12.5' y='12.5' width='4.5' height='4.5' rx='1' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='6.75' y='1' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='12.5' y='1' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='1' y='6.75' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='6.75' y='6.75' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='12.5' y='6.75' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='1' y='12.5' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='6.75' y='12.5' width='4.5' height='4.5' rx='1' fill='black'/%3E%3Crect x='12.5' y='12.5' width='4.5' height='4.5' rx='1' fill='black'/%3E%3C/svg%3E");
}

.promo-toolbar__view-icon--4 {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='1' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='1' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='1' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='1' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='1' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='5.25' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='1' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='9.5' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='1' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='5.25' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='9.5' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3Crect x='13.75' y='13.75' width='3.25' height='3.25' rx='0.75' fill='black'/%3E%3C/svg%3E");
}

.promo-toolbar__view-icon--list {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='2' width='16' height='2.5' rx='1' fill='black'/%3E%3Crect x='1' y='7.75' width='16' height='2.5' rx='1' fill='black'/%3E%3Crect x='1' y='13.5' width='16' height='2.5' rx='1' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='2' width='16' height='2.5' rx='1' fill='black'/%3E%3Crect x='1' y='7.75' width='16' height='2.5' rx='1' fill='black'/%3E%3Crect x='1' y='13.5' width='16' height='2.5' rx='1' fill='black'/%3E%3C/svg%3E");
}

.promo-toolbar__sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.promo-toolbar__sort-label {
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.promo-toolbar__sort-select {
    min-width: 170px;
    height: 42px;
    padding: 0 36px 0 14px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23646464' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") calc(100% - 14px) center / 12px 8px no-repeat;
    color: var(--color-green);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    appearance: none;
    cursor: pointer;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 36px;
}

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

.promo-grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.promo-grid--list {
    grid-template-columns: 1fr;
    gap: 16px;
}

.promo-card {
    display: block;
    padding: 0 0 18px;
    border-radius: 12px;
    background: transparent;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.promo-card:hover,
.promo-card:focus-visible {
    background: #fff;
    box-shadow: 0 16px 36px 0 #001D0814;
    transform: translateY(-2px);
}

.promo-card__media {
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    background: #E8E8E8;
}

.promo-grid--list .promo-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding: 14px 18px;
}

.promo-grid--list .promo-card__media {
    aspect-ratio: 4 / 3;
}

.promo-card__image,
.promo-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-card__placeholder {
    min-height: 100%;
    background: #E8E8E8;
}

.promo-card__title {
    margin: 16px 0 0;
    padding: 0 6px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    transition: color 0.2s ease;
}

.promo-grid--list .promo-card__title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}

.promo-card:hover .promo-card__title,
.promo-card:focus-visible .promo-card__title {
    color: var(--color-orange);
}

.promo-catalog__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.promo-catalog__count {
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.promo-catalog__empty {
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.promo-pagination {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.promo-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #fff;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.promo-pagination__item:hover,
.promo-pagination__item:focus {
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.promo-pagination__item.is-current {
    border-color: var(--color-orange);
    background: var(--color-orange);
    color: #fff;
    pointer-events: none;
}

.promo-pagination__item--nav.is-disabled {
    border-color: #E0E0E0;
    background: #F7F7F7;
    color: #B0B0B0;
    pointer-events: none;
}

/* Single blog post */
.single-blog-page {
    background: #fff;
}

.single-blog {
    padding: 48px 0 72px;
}

.single-blog__layout {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(32px, 4vw, 56px);
    align-items: stretch;
}

.single-blog__article {
    min-width: 0;
}

.single-blog__eyebrow {
    margin: 0 0 10px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.single-blog__title {
    margin: 0 0 28px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.25;
}

.single-blog__media {
    position: relative;
    width: 100%;
    max-height: 480px;
    margin: 0 0 24px;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    overflow: hidden;
}

.single-blog__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin: 0 0 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid #03041D1A;
}

.single-blog__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.single-blog__meta-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
}

.single-blog__meta-icon--svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #646464;
}

.single-blog__content {
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.single-blog__content > *:first-child {
    margin-top: 0;
}

.single-blog__content h2,
.single-blog__content h3,
.single-blog__content h4 {
    color: var(--color-green);
    font-family: var(--font-heading);
    font-weight: 700;
}

.single-blog__content h2 {
    margin: 34px 0 16px;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.3;
}

.single-blog__content h3 {
    margin: 28px 0 12px;
    font-size: 22px;
    line-height: 1.35;
}

.single-blog__content p,
.single-blog__content ul,
.single-blog__content ol {
    margin: 0 0 18px;
}

.single-blog__content ul,
.single-blog__content ol {
    padding-left: 22px;
}

.single-blog__content li + li {
    margin-top: 8px;
}

.single-blog__content a {
    color: var(--color-orange);
    text-decoration: underline;
}

.single-blog__content .wp-block-embed,
.single-blog__content .wp-block-video,
.single-blog__content figure.wp-block-embed {
    width: 100%;
    max-width: 100%;
    margin: 28px 0;
    clear: both;
}

.single-blog__content .wp-block-embed__wrapper {
    width: 100%;
}

.single-blog__content .wp-block-embed iframe,
.single-blog__content .wp-block-video video,
.single-blog__content iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.single-blog__content p > iframe:only-child,
.single-blog__content > iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 240px;
    border: 0;
    border-radius: 10px;
}

.single-blog__video {
    margin-top: 42px;
}

.single-blog__video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 24px;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
}

.single-blog__video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.single-blog__video-title {
    margin: 0 0 12px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.3;
}

.single-blog__video-text {
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 28px;
}

.single-blog__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 48px;
    border: 1px solid #03041D14;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.single-blog__nav-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 120px;
    padding: 24px 28px;
    text-decoration: none;
    background: transparent;
    transition: background-color 0.2s ease;
}

.single-blog__nav-item:hover,
.single-blog__nav-item:focus {
    background: #efefef;
}

.single-blog__nav-item--prev {
    border-right: 1px solid #03041D14;
}

.single-blog__nav-item--next {
    align-items: flex-end;
    text-align: right;
}

.single-blog__nav-item.is-empty,
.single-blog__nav-item.is-current {
    pointer-events: none;
    background: transparent;
}

.single-blog__nav-item.is-current {
    cursor: default;
}

.single-blog__nav-label {
    display: inline-flex;
    align-items: center;
    color: #646464;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.single-blog__nav-label--active {
    padding: 5px 12px;
    border-radius: 4px;
    background: var(--color-orange);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.single-blog__nav-label--next {
    padding: 5px 12px;
    border: 1px solid #03041D1A;
    border-radius: 4px;
    background: #fff;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.single-blog__nav-title {
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.blog-sidebar {
    align-self: stretch;
    height: 100%;
    min-height: 100%;
}

.blog-sidebar__sticky {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    z-index: 5;
}

.blog-sidebar__widget {
    padding: 24px;
    border: 1px solid #03041D1A;
    border-radius: 10px;
    background: #fff;
}

.blog-sidebar__widget--search {
    padding-top: 32px;
}

.blog-sidebar__title {
    margin: 0 0 18px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.blog-sidebar__search {
    position: relative;
}

.blog-sidebar__search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #646464;
    pointer-events: none;
}

.blog-sidebar__search-input {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px 12px 44px;
    border: 1px solid #03041D1A;
    border-radius: 8px;
    color: var(--color-green);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}

.blog-sidebar__search-input:focus {
    outline: none;
    border-color: var(--color-orange);
}

.blog-sidebar__search-results {
    margin-top: 14px;
}

.blog-sidebar__search-results[hidden] {
    display: none !important;
}

.blog-sidebar__search-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar__search-item + .blog-sidebar__search-item {
    margin-top: 10px;
}

.blog-sidebar__search-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 8px;
    color: var(--color-green);
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.blog-sidebar__search-link:hover,
.blog-sidebar__search-link:focus {
    background: #fafafa;
}

.blog-sidebar__search-thumb,
.blog-sidebar__search-placeholder {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 6px;
    object-fit: cover;
}

.blog-sidebar__search-placeholder {
    display: block;
    background: #ececec;
}

.blog-sidebar__search-title {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.blog-sidebar__search-empty {
    margin: 0;
    color: #646464;
    font-size: 14px;
    line-height: 22px;
}

.blog-sidebar__recent-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar__recent-item {
    display: flex;
    gap: 14px;
}

.blog-sidebar__recent-item + .blog-sidebar__recent-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #03041D1A;
}

.blog-sidebar__recent-media {
    flex: 0 0 72px;
    display: block;
    text-decoration: none;
}

.blog-sidebar__recent-image,
.blog-sidebar__recent-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
}

.blog-sidebar__recent-placeholder {
    display: block;
    background: #ececec;
}

.blog-sidebar__recent-body {
    min-width: 0;
}

.blog-sidebar__recent-date {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 6px;
    color: var(--color-orange);
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 18px;
}

.blog-sidebar__recent-date-icon {
    display: inline-flex;
    color: var(--color-orange);
}

.blog-sidebar__recent-title {
    display: block;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.blog-sidebar__recent-title:hover,
.blog-sidebar__recent-title:focus {
    color: var(--color-orange);
}

.blog-sidebar__empty {
    margin: 0;
    color: #646464;
    font-size: 14px;
    line-height: 22px;
}

.single-blog__comments {
    margin-top: 56px;
}

.blog-comments__title {
    margin: 0 0 24px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.blog-comments__list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.blog-comments__list .children {
    margin: 18px 0 0;
    padding: 0 0 0 28px;
    list-style: none;
}

.blog-comment__card {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 10px;
    background: #f7f7f7;
}

.blog-comment__avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-comment__body {
    flex: 1;
    min-width: 0;
}

.blog-comment__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-bottom: 10px;
}

.blog-comment__author {
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.blog-comment__date {
    color: #646464;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 20px;
}

.blog-comment__content {
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 26px;
}

.blog-comment__content > *:last-child {
    margin-bottom: 0;
}

.blog-comment__footer {
    margin-top: 14px;
}

.blog-comment__reply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 32px;
    padding: 6px 14px;
    border: 1px solid #03041D1A;
    border-radius: 4px;
    background: #fff;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-comment__reply:hover,
.blog-comment__reply:focus {
    border-color: var(--color-orange);
    background: var(--color-orange);
    color: #fff;
}

.blog-comment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.blog-comment-form .comment-form-fields {
    display: contents;
}

.blog-comment-form .comment-form-comment {
    order: 3;
}

.blog-comment-form .comment-form-cookies-consent {
    order: 4;
}

.blog-comment-form .form-submit {
    order: 5;
}

.blog-comment-form__notes,
.blog-comment-form__field--comment,
.blog-comment-form__cookies,
.blog-comment-form .form-submit,
.blog-comment-form .comment-reply-title {
    grid-column: 1 / -1;
}

.blog-comment-form .comment-reply-title {
    margin: 0 0 10px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.blog-comment-form__notes {
    margin: 0 0 20px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.blog-comment-form__required {
    color: var(--color-orange);
}

.blog-comment-form__field {
    margin: 0;
}

.blog-comment-form__field label {
    display: block;
    margin: 0 0 8px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.blog-comment-form input:not([type="submit"]):not([type="checkbox"]),
.blog-comment-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #03041D1A;
    border-radius: 8px;
    color: var(--color-green);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}

.blog-comment-form textarea {
    min-height: 160px;
    resize: vertical;
}

.blog-comment-form input:not([type="submit"]):not([type="checkbox"]):focus,
.blog-comment-form textarea:focus {
    outline: none;
    border-color: var(--color-orange);
}

.blog-comment-form__cookies {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.4;
}

.blog-comment-form__cookies input {
    width: auto;
    margin-top: 3px;
}

.blog-comment-form .form-submit {
    margin: 4px 0 0;
    justify-self: start;
}

.blog-comment-form input.blog-comment-form__submit,
.blog-comment-form .form-submit input[type="submit"],
.blog-comment-form .form-submit button[type="submit"],
.blog-comment-form button.blog-comment-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 214px;
    min-height: 44px;
    padding: 10px 28px;
    border: 0;
    border-radius: 4px;
    background: #FF3D00;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.blog-comment-form__submit-text {
    white-space: nowrap;
}

.blog-comment-form input.blog-comment-form__submit:hover,
.blog-comment-form input.blog-comment-form__submit:focus,
.blog-comment-form .form-submit input[type="submit"]:hover,
.blog-comment-form .form-submit input[type="submit"]:focus,
.blog-comment-form .form-submit button[type="submit"]:hover,
.blog-comment-form .form-submit button[type="submit"]:focus,
.blog-comment-form button.blog-comment-form__submit:hover,
.blog-comment-form button.blog-comment-form__submit:focus {
    background: #FF3D00;
    color: #fff;
    border: 0;
    opacity: 0.9;
    transform: translateY(-1px);
}

.blog-comment-form__submit-arrow {
    font-size: 18px;
    line-height: 1;
}

.newsletter-section {
    background: #f7f7f7;
    padding: 72px 0 88px;
}

.newsletter-section__inner {
    width: min(100% - 120px, 760px);
    margin: 0 auto;
    text-align: center;
}

.newsletter-section__title {
    margin: 0 0 14px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    line-height: 1.25;
}

.newsletter-section__text {
    margin: 0 0 28px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 28px;
}

.newsletter-section__notice {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 24px;
}

.newsletter-section__notice--success {
    color: #1f7a3f;
}

.newsletter-section__notice--error {
    color: #c0392b;
}

.newsletter-section__form {
    display: flex;
    align-items: stretch;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px 0 #001D0814;
}

.newsletter-section__honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.newsletter-section__input {
    flex: 1;
    min-width: 0;
    min-height: 54px;
    padding: 14px 18px;
    border: 1px solid #03041D1A;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    color: var(--color-green);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}

.newsletter-section__input:focus {
    outline: none;
    border-color: var(--color-orange);
}

.newsletter-section__button {
    flex: 0 0 auto;
    min-height: 54px;
    padding: 14px 24px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: var(--color-orange);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.newsletter-section__button:hover,
.newsletter-section__button:focus {
    opacity: 0.9;
}

/* 404 page */
.error-404-page {
    background: #fff;
}

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
    padding: 72px 0 96px;
}

.error-page__inner {
    width: min(100% - 120px, 760px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.error-page__image {
    width: min(100%, 420px);
    margin: 0 0 36px;
    object-fit: contain;
}

.error-page__title {
    margin: 0 0 18px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
}

.error-page__text {
    max-width: 620px;
    margin: 0 0 32px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
}

.error-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 215px;
    min-height: 50px;
    padding: 10px 28px;
    border-radius: 4px;
    background: var(--color-green);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: 0 8px 16px 0 #001D0833;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.error-page__button:hover,
.error-page__button:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px 0 #001D0840;
    background: #002812;
}

/* Facts strip */
.facts-strip {
    background: #FFF5F1;
}

.facts-strip__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 72px 0 70px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.facts-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.facts-strip__icon {
    width: 78px;
    height: 78px;
    margin: 0 0 20px;
    object-fit: contain;
}

.facts-strip__number {
    margin: 0 0 14px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
}

.facts-strip__label {
    color: #646464;
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

/* FAQ */
.home-faq {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.home-faq__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 112px 0 92px;
    display: grid;
    grid-template-columns: minmax(0, 640px) minmax(420px, 1fr);
    align-items: center;
    gap: 96px;
}

.home-faq__shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.home-faq__shape--left {
    left: -78px;
    bottom: -205px;
    width: 610px;
}

.home-faq__shape--right {
    right: 0;
    top: 50%;
    width: 190px;
    transform: translateY(-22%);
}

.home-faq__eyebrow {
    margin: 0 0 8px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.home-faq__title {
    margin: 0 0 34px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
}

.home-faq__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-faq__item {
    background: #fff;
}

.home-faq__question {
    margin: 0;
}

.home-faq__trigger {
    width: 100%;
    min-height: 74px;
    padding: 14px 11px 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #001D081A;
    background: #fff;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
}

.home-faq__item.is-active .home-faq__trigger {
    border-color: var(--color-orange);
    background: var(--color-orange);
    color: #fff;
}

.home-faq__toggle {
    position: relative;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-green);
    border-radius: 2px;
}

.home-faq__toggle::before,
.home-faq__toggle::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #fff;
}

.home-faq__toggle::after {
    transform: rotate(90deg);
}

.home-faq__item.is-active .home-faq__toggle {
    background: #fff;
}

.home-faq__item.is-active .home-faq__toggle::before,
.home-faq__item.is-active .home-faq__toggle::after {
    background: var(--color-green);
}

.home-faq__item.is-active .home-faq__toggle::after {
    opacity: 0;
}

.home-faq__panel p {
    max-width: 570px;
    margin: 18px 0 0;
    padding: 0 28px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}

.home-faq__visual {
    display: flex;
    justify-content: center;
}

.home-faq__shirt {
    width: min(100%, 520px);
    border-radius: 7px;
}

/* About page */
.about-intro {
    background: #fff;
    overflow: hidden;
}

.about-intro__inner {
    width: min(100% - 120px, 1480px);
    min-height: 680px;
    margin: 0 auto;
    padding: 96px 0 104px;
    display: grid;
    grid-template-columns: minmax(0, 610px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(48px, 5.6vw, 84px);
}

.about-intro__eyebrow {
    margin: 0 0 10px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.about-intro__title {
    max-width: 520px;
    margin: 0 0 18px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
}

.about-intro__text {
    max-width: 560px;
    margin: 0 0 26px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.about-intro__points {
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.about-intro__points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
}

.about-intro__check {
    width: 16px;
    height: 12px;
    flex: 0 0 16px;
    display: inline-block;
    background: var(--color-orange);
    mask: url('../images/checkmark-without-background.svg') center / contain no-repeat;
    -webkit-mask: url('../images/checkmark-without-background.svg') center / contain no-repeat;
}

.about-intro__button {
    min-width: 88px;
}

.about-intro__visual {
    position: relative;
    width: min(100%, 720px);
    aspect-ratio: 720 / 610;
    margin-left: auto;
    justify-self: end;
}

.about-intro__visual img {
    position: absolute;
    height: auto;
    max-width: none;
}

.about-intro__splash {
    left: -18%;
    top: -11%;
    width: 118%;
    transform: none;
    opacity: 0.9;
    z-index: 1;
}

.about-intro__image {
    border-radius: 7px;
    object-fit: cover;
    box-shadow: 0 18px 36px 0 #001D081A;
    z-index: 3;
}

.about-intro__image--color {
    left: 46.8%;
    top: 0;
    width: 45%;
    z-index: 4;
}

.about-intro__image--printer {
    left: 2.2%;
    top: 28%;
    width: 42%;
    z-index: 5;
}

/* Tisak page */
.page-hero--tisak {
    background-color: #FFD200;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

.page-hero--tisak .page-hero__inner {
    flex: 0 0 auto;
    width: min(100% - 120px, 1480px);
    max-width: 1480px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.page-hero--tisak .page-hero__title {
    margin: 0;
    padding-left: 0;
    color: #001D08;
    font-family: var(--font-heading);
    font-size: 68px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 0;
    text-align: left;
}

.tisak-page .about-intro__title {
    max-width: 700px;
}

@media (min-width: 1025px) {
    .about-intro__inner {
        padding-top: 120px;
        align-items: start;
    }

    .about-intro__content {
        padding-top: 36px;
    }

    .about-intro__visual {
        margin-top: 44px;
        width: min(100%, 760px);
    }

    .about-intro__image--color {
        left: 42%;
        top: 2%;
        width: 51%;
    }

    .about-intro__image--printer {
        left: -1%;
        top: 29%;
        width: 48%;
    }
}

.why-choose-about {
    background: #fff;
    overflow: hidden;
}

.why-choose-about__inner {
    width: min(100% - 120px, 1480px);
    min-height: 680px;
    margin: 0 auto;
    padding: 96px 0 104px;
    display: grid;
    grid-template-columns: minmax(0, 610px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(48px, 5.6vw, 84px);
}

.why-choose-about__eyebrow {
    margin: 0 0 10px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.why-choose-about__title {
    max-width: 520px;
    margin: 0 0 14px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
}

.why-choose-about__text {
    max-width: 610px;
    margin: 0 0 22px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.why-choose-about__points {
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 54px;
    row-gap: 14px;
}

.why-choose-about__points li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    white-space: nowrap;
}

.why-choose-about__points img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
}

.why-choose-about__button {
    min-width: 155px;
}

.why-choose-about__visual {
    position: relative;
    width: min(100%, 720px);
    aspect-ratio: 720 / 610;
    margin-left: auto;
}

.why-choose-about__visual img {
    position: absolute;
    height: auto;
}

.why-choose-about__stain {
    right: 4%;
    bottom: -2%;
    width: 64%;
    opacity: 0.16;
    z-index: 1;
}

.why-choose-about__green-stain {
    left: -18%;
    top: -11%;
    width: 118%;
    max-width: none;
    opacity: 0.9;
    z-index: 1;
}

.why-choose-about__image {
    border-radius: 7px;
    object-fit: cover;
    z-index: 3;
}

.why-choose-about__image--first {
    left: 2.2%;
    top: 12.5%;
    width: 38.2%;
}

.why-choose-about__image--second {
    left: 46.8%;
    top: 12.1%;
    width: 42%;
    z-index: 4;
}

.why-choose-about__image--third {
    right: 3.9%;
    top: 0;
    width: 25%;
    z-index: 5;
}

.why-choose-about__experience {
    left: 12.6%;
    bottom: 5.9%;
    width: 52.1%;
    border-radius: 7px;
    box-shadow: 0 18px 36px 0 #001D081A;
    z-index: 4;
}

@media (max-width: 1280px) {
    .about-intro__inner {
        width: min(100% - 80px, 1480px);
        min-height: auto;
        padding: 100px 0 84px;
        grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
        gap: 48px;
    }

    .about-intro__content {
        max-width: none;
    }

    .about-intro__title,
    .about-intro__text {
        max-width: none;
    }

    .about-intro__visual {
        width: min(100%, 620px);
    }

    .personalized-approach__inner {
        grid-template-columns: 1fr;
        gap: 48px;
        min-height: auto;
    }

    .personalized-approach__content {
        max-width: none;
        width: 100%;
    }

    .personalized-approach__title,
    .personalized-approach__text {
        max-width: none;
    }

    .personalized-approach__visual {
        width: 100%;
        max-width: none;
        min-height: 0;
        aspect-ratio: 700 / 455;
        margin: 0 auto;
        justify-self: stretch;
        overflow: hidden;
    }

    .personalized-approach__stain {
        left: -4%;
        bottom: -8%;
        width: 95%;
    }

    .personalized-approach__image--left {
        left: 5%;
        width: 35%;
    }

    .personalized-approach__image--right {
        left: 44%;
        width: 41%;
    }

    .personalized-approach__experience {
        left: 13%;
        bottom: 5%;
        width: 44%;
    }

    .personalized-approach__hat {
        left: 0;
        bottom: 6%;
        width: 11%;
    }

    .personalized-approach__bag {
        right: auto;
        left: 84%;
        top: 26%;
        width: 13%;
    }

    .personalized-approach__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 12px;
    }

    .personalized-approach__points li {
        white-space: normal;
    }

    .why-choose-about__inner {
        width: min(100% - 80px, 1480px);
        grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
        gap: 48px;
    }

    .why-choose-about__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 12px;
    }

    .why-choose-about__points li {
        white-space: normal;
    }

    .why-choose-about__visual {
        width: min(100%, 620px);
    }

    .site-footer__inner {
        width: min(100% - 80px, 1480px);
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1.05fr);
        gap: 40px;
    }

    .site-footer__links a,
    .site-footer__contact {
        font-size: 16px;
    }
}

.about-services {
    background: #fff;
    overflow: hidden;
}

.about-services__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 72px 0 110px;
}

.about-services__eyebrow,
.creative-solutions__eyebrow {
    margin: 0 0 10px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.about-services__eyebrow {
    text-align: center;
}

.about-services__title {
    margin: 0 0 58px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
    text-align: center;
}

.about-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
}

.about-service-card {
    min-height: 292px;
    padding: 32px 24px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.about-service-card:hover,
.about-service-card:focus-within {
    box-shadow: 0 20px 40px 0 #001D081A;
    transform: translateY(-2px);
}

.about-service-card__icon {
    width: 76px;
    height: 76px;
    margin: 0 0 20px;
    object-fit: contain;
}

.about-service-card__title {
    margin: 0 0 8px;
    color: #000;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    transition: color 0.2s ease;
}

.about-service-card:hover .about-service-card__title,
.about-service-card:focus-within .about-service-card__title {
    color: var(--color-orange);
}

.about-service-card__text {
    max-width: 260px;
    margin: 0 0 18px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.about-service-card__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #646464;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

.about-service-card__arrow {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: currentColor;
    mask: url('../images/arrow-right-hover.svg') center / contain no-repeat;
    -webkit-mask: url('../images/arrow-right-hover.svg') center / contain no-repeat;
}

.about-service-card__link:hover,
.about-service-card__link:focus {
    color: var(--color-orange);
}

.personal-approach-slider {
    --content-gutter: max(60px, calc((100vw - min(100vw - 120px, 1480px)) / 2));
    --section-inset: 64px;
    --slide-start: calc(var(--content-gutter) + var(--section-inset));
    --slide-gap: 24px;
    --slides-in-view: 3.35;
    --slide-width: calc((100vw - var(--slide-start) - (3 * var(--slide-gap))) / var(--slides-in-view));
    --slide-height: clamp(300px, 28vw, 360px);
    --controls-offset: 56px;
    background: var(--color-green);
    overflow: hidden;
    padding: 100px 0 88px;
}

.personal-approach-slider__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 34px;
    padding: 0 calc(var(--content-gutter) + var(--controls-offset)) 0 var(--slide-start);
}

.personal-approach-slider__title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
}

.personal-slider {
    position: relative;
    overflow: hidden;
    padding-left: var(--slide-start);
    touch-action: pan-y;
}

.personal-slider__track {
    --personal-slide-offset: 0px;
    display: flex;
    gap: var(--slide-gap);
    width: max-content;
    transform: translateX(calc(-1 * var(--personal-slide-offset)));
    transition: transform 0.45s ease;
    will-change: transform;
}

.personal-slider__item {
    position: relative;
    width: var(--slide-width);
    height: var(--slide-height);
    flex: 0 0 var(--slide-width);
    overflow: hidden;
    border-radius: 7px;
    background: #C4C4C4;
    isolation: isolate;
    cursor: default;
}

.personal-slider__item::before,
.personal-slider__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.personal-slider__item::before {
    top: auto;
    height: 58%;
    background: linear-gradient(0deg, #001D08 0%, rgba(0, 29, 8, 0) 100%);
}

.personal-slider__item::after {
    opacity: 0;
    z-index: 3;
    background: var(--color-orange);
}

.personal-slider__item:hover::after,
.personal-slider__item:focus-within::after,
.personal-slider__item:focus::after {
    opacity: 1;
}

.personal-slider__image,
.personal-slider__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.personal-slider__image {
    z-index: 1;
    object-fit: cover;
}

.personal-slider__placeholder {
    z-index: 0;
    background: linear-gradient(180deg, #C8CEC9 0%, #001D08 100%);
}

.personal-slider__caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 4;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
}

.personal-slider__share {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.personal-slider__share:empty {
    display: none;
}

.personal-slider__item:hover .personal-slider__share,
.personal-slider__item:focus-within .personal-slider__share {
    opacity: 1;
}

.personal-slider__share-link {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.personal-slider__share-link:hover,
.personal-slider__share-link:focus {
    transform: translateY(-2px);
}

.personal-slider__share-link img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.personal-slider__controls {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    margin-left: auto;
}

.personal-slider__control {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.personal-slider__control:disabled {
    cursor: default;
    opacity: 1;
}

.personal-slider__control::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 13px auto;
    background: var(--color-green);
    mask: url('../images/arrow-right-hover.svg') center / contain no-repeat;
    -webkit-mask: url('../images/arrow-right-hover.svg') center / contain no-repeat;
}

.personal-slider__control--prev::before {
    transform: rotate(180deg);
}

.personal-approach-slider:not(.is-at-last) .personal-slider__control--next,
.personal-approach-slider.is-at-last .personal-slider__control--prev {
    background: var(--color-orange);
}

.personal-approach-slider:not(.is-at-last) .personal-slider__control--next::before,
.personal-approach-slider.is-at-last .personal-slider__control--prev::before {
    background: #fff;
}

.personal-approach-slider.is-at-last .personal-slider__control--next {
    background: #fff;
}

.personal-approach-slider.is-at-last .personal-slider__control--next::before {
    background: var(--color-green);
}

.personal-slider__control:not(:disabled):hover,
.personal-slider__control:not(:disabled):focus {
    transform: translateY(-2px);
}

@media (min-width: 1280px) {
    .personal-approach-slider {
        --section-inset: 200px;
    }
}

@media (max-width: 1024px) {
    .personal-approach-slider {
        --content-gutter: max(36px, calc((100vw - min(100vw - 72px, 1480px)) / 2));
        --section-inset: 48px;
        --slides-in-view: 2.35;
        --slide-gap: 20px;
        --slide-height: 330px;
        --controls-offset: 40px;
        padding: 74px 0 76px;
    }

    .personal-approach-slider__header {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .personal-approach-slider {
        --content-gutter: max(20px, calc((100vw - min(100vw - 40px, 1480px)) / 2));
        --section-inset: 28px;
        --slides-in-view: 1.18;
        --slide-gap: 18px;
        --slide-height: clamp(260px, 72vw, 340px);
        --controls-offset: 24px;
        padding: 58px 0 64px;
    }

    .personal-approach-slider__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 24px;
    }

    .personal-slider__controls {
        margin-left: 0;
    }

    .personal-approach-slider__title {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.22;
    }

    .personal-slider__caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        font-size: 18px;
        line-height: 26px;
    }

    .personal-slider__control {
        width: 36px;
        height: 36px;
    }

    .personal-slider__control::before {
        width: 12px;
        height: 12px;
        margin: 12px auto;
    }
}

@media (max-width: 480px) {
    .personal-approach-slider__header {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .personal-slider__controls {
        margin-left: auto;
    }
}

.creative-solutions {
    background: #fff;
    overflow: hidden;
}

.creative-solutions__inner {
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 72px 0 56px;
}

.creative-solutions__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.creative-solutions__title {
    margin: 0;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
}

.creative-slider {
    position: relative;
    height: 430px;
    margin: 0 auto 42px;
}

.creative-slider__item {
    position: absolute;
    top: 0;
    left: 50%;
    width: 230px;
    height: 400px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 7px;
    background: #C4C4C4;
    color: inherit;
    cursor: pointer;
    font: inherit;
    opacity: 1;
    text-align: inherit;
    text-decoration: none;
    transform: translateX(-50%) scale(0.94);
    transition: left 0.45s ease, width 0.45s ease, opacity 0.3s ease, transform 0.45s ease;
}

.creative-slider__item::before,
.creative-slider__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.creative-slider__item::before {
    background: rgba(0, 0, 0, 0.8);
}

.creative-slider__item::after {
    opacity: 0;
    background: linear-gradient(180deg, rgba(255, 61, 0, 0) 0%, #FF3D00 100%);
}

.creative-slider__item.is-active {
    left: 50%;
    width: 620px;
    z-index: 5;
    cursor: default;
    transform: translateX(-50%) scale(1);
}

.creative-slider__item.is-active::before {
    opacity: 0;
}

.creative-slider__item.is-active:hover::after,
.creative-slider__item.is-active:focus::after {
    opacity: 1;
}

.creative-slider__item.is-active:hover .creative-slider__image,
.creative-slider__item.is-active:focus .creative-slider__image {
    bottom: 80px;
}

.creative-slider__item.is-prev-1 {
    left: calc(50% - 435px);
    z-index: 4;
}

.creative-slider__item.is-next-1 {
    left: calc(50% + 435px);
    z-index: 4;
}

.creative-slider__item.is-prev-2 {
    left: calc(50% - 675px);
    z-index: 3;
}

.creative-slider__item.is-next-2 {
    left: calc(50% + 675px);
    z-index: 3;
}

.creative-slider__item.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.creative-slider__image,
.creative-slider__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.creative-slider__image {
    z-index: 1;
    object-fit: cover;
    transition: bottom 0.25s ease;
}

.creative-slider__placeholder {
    z-index: 0;
    background: #C4C4C4;
}

.creative-slider__caption {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 28px;
    padding-top: 20px;
    z-index: 3;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
    opacity: 0;
    text-align: center;
    transition: opacity 0.25s ease;
}

.creative-slider__item.is-active:hover .creative-slider__caption,
.creative-slider__item.is-active:focus .creative-slider__caption {
    opacity: 1;
}

/* Single showcase pages */
.single-showcase {
    background: #fff;
}

.single-showcase__section {
    overflow: hidden;
}

.single-showcase__inner {
    width: min(100% - 120px, 1480px);
    min-height: 640px;
    margin: 0 auto;
    padding: 104px 0 112px;
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(420px, 1fr);
    gap: 84px;
    align-items: center;
}

.single-showcase__eyebrow {
    margin: 0 0 10px;
    color: var(--color-orange);
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.single-showcase__title {
    margin: 0 0 30px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.12;
}

.single-showcase__visual {
    position: relative;
    min-height: 480px;
    border-radius: 7px;
    overflow: hidden;
    background: #C4C4C4;
    box-shadow: 0 24px 60px 0 #001D0814;
}

.single-showcase__image,
.single-showcase__placeholder {
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.single-showcase__image {
    object-fit: cover;
}

.single-showcase__placeholder {
    display: block;
    background: linear-gradient(180deg, #C8CEC9 0%, #001D08 100%);
}

.single-showcase__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 30px;
}

.single-showcase__social {
    min-height: 46px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: var(--color-green);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.single-showcase__social:hover,
.single-showcase__social:focus {
    background: var(--color-orange);
    transform: translateY(-2px);
}

/* Contact page */
.contact-page {
    background: #fff;
}

.contact-section {
    background: #fff;
}

.contact-section__inner {
    width: min(100% - 120px, 1080px);
    margin: 0 auto;
    padding: 80px 0 120px;
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(520px, 1fr);
    gap: 56px;
    align-items: center;
}

.contact-details__title,
.contact-form-card__title {
    margin: 0 0 18px;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
}

.contact-details__title {
    color: var(--color-green);
}

.contact-form-card__title {
    color: #000;
}

.contact-details__text,
.contact-form-card__text {
    margin: 0;
    color: #646464;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.contact-details__text {
    max-width: 390px;
    margin-bottom: 44px;
}

.contact-details__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 30px;
}

.contact-details__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.contact-details__icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.contact-details__label {
    display: block;
    margin: 0 0 8px;
    color: #646464;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.contact-details__value {
    display: inline-block;
    color: var(--color-green);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
}

.contact-details__value--address {
    line-height: 24px;
}

.contact-form-card {
    padding: 48px 56px 50px;
    background: #FAFAFA;
}

.contact-form-card__text {
    margin-bottom: 42px;
}

.contact-form-card__notice {
    margin: 0 0 22px;
    padding: 12px 16px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 24px;
}

.contact-form-card__notice--success {
    color: var(--color-green);
    background: #001D080D;
}

.contact-form-card__notice--error {
    color: var(--color-orange);
    background: #FF3D000D;
}

.contact-form__honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 30px;
    margin-bottom: 30px;
}

.contact-form__field {
    display: block;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #001D081A;
    border-radius: 0;
    background: #fff;
    color: var(--color-green);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input {
    min-height: 54px;
    padding: 14px 20px;
}

.contact-form textarea {
    min-height: 168px;
    padding: 18px 20px;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #646464;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--color-orange);
    box-shadow: 0 0 0 3px #FF3D001A;
}

.contact-form__field--message {
    margin-bottom: 28px;
}

.contact-form__button {
    min-width: 148px;
    border: 0;
    box-shadow: 0 8px 16px 0 #FF3D0033;
    cursor: pointer;
}

.contact-map {
    width: 100%;
    min-height: 420px;
    background: #B8BCB8;
}

.contact-map__frame {
    display: block;
    width: 100%;
    min-height: 420px;
    border: 0;
}

/* Footer */
.site-footer {
    background: #fff;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 120px, 1480px);
    margin: 0 auto;
    padding: 96px 0 92px;
    display: grid;
    grid-template-columns: minmax(240px, 1.35fr) minmax(160px, 0.8fr) minmax(220px, 1fr) minmax(270px, 1fr);
    gap: clamp(36px, 4vw, 76px);
}

.site-footer__logo {
    margin: 0 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.site-footer__logo .custom-logo {
    max-height: 52px;
    width: auto;
}

.site-footer__logo-mark {
    width: 21px;
    height: 22px;
    display: inline-block;
    border-left: 6px solid var(--color-green);
    border-right: 6px solid var(--color-green);
}

.site-footer__description {
    max-width: 340px;
    margin: 0 0 30px;
    color: #646464;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}

.site-footer__social {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    transition: transform 0.2s ease;
}

.site-footer__social:hover,
.site-footer__social:focus {
    transform: translateY(-4px) rotate(-4deg);
}

.site-footer__social img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.site-footer__heading {
    margin: 0 0 24px;
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
}

.site-footer__column:not(.site-footer__contact) .site-footer__heading {
    padding-left: 21px;
}

.site-footer__contact .site-footer__heading {
    padding-left: 31px;
}

.site-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #646464;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: currentColor;
    mask: url('../images/side-arrow.svg') center / contain no-repeat;
    -webkit-mask: url('../images/side-arrow.svg') center / contain no-repeat;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
    color: var(--color-orange);
    transform: translateX(4px);
}

.site-footer__contact {
    color: #646464;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.site-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 18px;
    min-width: 0;
}

.site-footer__contact-item img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    flex: 0 0 20px;
    object-fit: contain;
}

.site-footer__contact-item a {
    display: block;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}

.site-footer__contact-item a:hover,
.site-footer__contact-item a:focus {
    color: var(--color-orange);
}

.site-footer__bottom {
    background: var(--color-green);
}

.site-footer__bottom-inner {
    width: min(100% - 120px, 1480px);
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}

.site-footer__bottom-inner p {
    margin: 0;
}

.site-footer__bottom-inner a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__bottom-inner a:hover,
.site-footer__bottom-inner a:focus {
    color: var(--color-orange);
}

@media (max-width: 1024px) {
    .site-topbar__inner {
        width: min(100% - 72px, 1480px);
    }

    .site-header__inner {
        width: min(100% - 72px, 1480px);
        gap: 24px;
    }

    .main-navigation ul {
        gap: 24px;
    }

    .home-hero__inner {
        width: min(100% - 72px, 1480px);
        min-height: auto;
        padding: 72px 0;
    }

    .page-hero {
        min-height: clamp(280px, 36vw, 400px);
    }

    .page-hero__inner {
        width: min(100% - 72px, 1480px);
        min-height: clamp(280px, 36vw, 400px);
        padding: 76px 0;
    }

    .page-hero--tisak .page-hero__inner {
        width: min(100% - 72px, 1480px);
    }

    .contact-section__inner {
        width: min(100% - 72px, 1480px);
        padding: 64px 0 88px;
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .contact-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .contact-details__text {
        max-width: none;
    }

    .contact-details__list {
        width: 100%;
        justify-items: center;
    }

    .contact-details__item {
        width: fit-content;
        max-width: 100%;
    }

    .contact-form-card {
        padding: 44px 42px 46px;
    }

    .service-highlights__inner {
        width: min(100% - 72px, 1480px);
        gap: 32px;
        padding: 64px 0;
    }

    .service-card {
        gap: 16px;
    }

    .personalized-approach__inner {
        width: min(100% - 72px, 1480px);
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 56px;
        padding: 72px 0;
    }

    .personalized-approach__content {
        max-width: none;
    }

    .personalized-approach__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
    }

    .personalized-approach__points li {
        white-space: normal;
    }

    .personalized-approach__visual {
        width: min(100%, 690px);
        aspect-ratio: 700 / 455;
        margin: 0 auto;
        justify-self: center;
        overflow: hidden;
    }

    .personalized-approach__stain {
        left: -4%;
        bottom: -8%;
        width: 95%;
    }

    .personalized-approach__image--left {
        left: 5%;
        width: 35%;
    }

    .personalized-approach__image--right {
        left: 44%;
        width: 41%;
    }

    .personalized-approach__experience {
        left: 13%;
        bottom: 5%;
        width: 44%;
    }

    .personalized-approach__hat {
        left: 0;
        bottom: 6%;
        width: 11%;
    }

    .personalized-approach__bag {
        right: auto;
        left: 84%;
        top: 26%;
        width: 13%;
    }

    .service-offerings__inner {
        width: min(100% - 72px, 1480px);
        padding: 80px 0;
    }

    .service-offerings__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }

    .service-offering {
        background: #fff;
        box-shadow: 0 20px 40px 0 #001D0810;
    }

    .services-sponsors__inner,
    .services-cta__inner {
        width: min(100% - 72px, 1480px);
    }

    .services-sponsors__grid {
        gap: 28px 20px;
    }

    .services-sponsors__item {
        flex-basis: calc(25% - 16px);
        min-width: 110px;
    }

    .services-cta__inner {
        padding: 72px 0 76px;
    }

    .services-cta__title {
        line-height: 1.28;
    }

    .portfolio-showcase__inner {
        width: min(100% - 72px, 1480px);
        padding: 80px 0 88px;
    }

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

    .blog-intro__inner,
    .blog-listing__inner {
        width: min(100% - 72px, 1480px);
    }

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

    .single-blog__layout {
        width: min(100% - 72px, 1480px);
        grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
        gap: 32px;
        align-items: stretch;
    }

    .portfolio-detail__layout {
        width: min(100% - 72px, 1480px);
        grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
        gap: 32px;
    }

    .blog-sidebar__sticky {
        position: sticky;
        top: 20px;
    }

    .error-page {
        min-height: auto;
        padding: 64px 0 80px;
    }

    .error-page__inner {
        width: min(100% - 72px, 760px);
    }

    .facts-strip__inner {
        width: min(100% - 72px, 1480px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 52px;
        padding: 64px 0;
    }

    .home-faq__inner {
        width: min(100% - 72px, 1480px);
        grid-template-columns: 1fr;
        gap: 52px;
        padding: 80px 0;
    }

    .home-faq__content {
        max-width: 720px;
    }

    .home-faq__visual {
        justify-content: flex-start;
    }

    .home-faq__shape--left {
        width: 520px;
        bottom: -185px;
    }

    .home-faq__shape--right {
        width: 150px;
        top: auto;
        right: -24px;
        bottom: 110px;
        transform: none;
    }

    .about-intro__inner {
        width: min(100% - 72px, 1480px);
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 58px;
        padding: 76px 0 84px;
    }

    .about-intro__content {
        max-width: 720px;
    }

    .about-intro__visual {
        width: min(100%, 690px);
        margin: 0 auto;
        justify-self: center;
    }

    .why-choose-about__inner {
        width: min(100% - 72px, 1480px);
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 58px;
        padding: 76px 0 84px;
    }

    .why-choose-about__content {
        max-width: 720px;
    }

    .why-choose-about__visual {
        width: min(100%, 690px);
        aspect-ratio: 720 / 610;
        margin: 0 auto;
    }

    .why-choose-about__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
    }

    .why-choose-about__points li {
        white-space: normal;
    }

    .why-choose-about__stain {
        right: 4%;
        bottom: -2%;
        width: 64%;
    }

    .why-choose-about__green-stain {
        left: -16%;
        top: -9%;
        width: 112%;
    }

    .why-choose-about__image--first {
        left: 2.2%;
        top: 12.5%;
        width: 38.2%;
    }

    .why-choose-about__image--second {
        left: 46.8%;
        top: 12.1%;
        width: 42%;
    }

    .why-choose-about__image--third {
        right: 3.9%;
        top: 0;
        width: 25%;
    }

    .why-choose-about__experience {
        left: 12.6%;
        bottom: 5.9%;
        width: 52.1%;
    }

    .about-services__inner {
        width: min(100% - 72px, 1480px);
        padding-bottom: 12px;
    }

    .about-services__inner {
        padding: 64px 0 82px;
    }

    .about-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .about-service-card {
        box-shadow: 0 20px 40px 0 #001D0810;
    }

    .creative-solutions__inner {
        width: min(100% - 72px, 1480px);
        padding-bottom: 12px;
    }

    .creative-slider {
        height: 360px;
        margin-bottom: 34px;
    }

    .creative-slider__item {
        width: 180px;
        height: 330px;
    }

    .creative-slider__item.is-active {
        width: 500px;
    }

    .creative-slider__item.is-prev-1 {
        left: calc(50% - 356px);
    }

    .creative-slider__item.is-next-1 {
        left: calc(50% + 356px);
    }

    .creative-slider__item.is-prev-2 {
        left: calc(50% - 552px);
    }

    .creative-slider__item.is-next-2 {
        left: calc(50% + 552px);
    }

    .single-showcase__inner {
        width: min(100% - 72px, 1480px);
        min-height: auto;
        padding: 76px 0 84px;
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .single-showcase__content {
        max-width: 720px;
    }

    .site-footer__inner {
        width: min(100% - 72px, 1480px);
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 46px 48px;
        padding: 74px 0;
    }

    .site-footer__column:not(.site-footer__contact) .site-footer__heading,
    .site-footer__contact .site-footer__heading {
        padding-left: 0;
    }

    .site-footer__bottom-inner {
        width: min(100% - 72px, 1480px);
    }

    .home-hero__content {
        max-width: 760px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-hero {
        position: relative;
        background-position: center;
    }

    .home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: 1;
    }

    .home-hero__inner {
        position: relative;
        z-index: 2;
        width: 100%;
        padding-left: 36px;
        padding-right: 36px;
    }

    .home-hero__content {
        max-width: none;
    }

    .home-hero__title {
        color: #fff;
    }

    .home-hero__text {
        color: rgba(255, 255, 255, 0.88);
    }

    .home-hero .button--secondary {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.45);
    }

    .personalized-approach__inner {
        width: 100%;
        max-width: none;
        padding: 72px 36px;
    }

    .personalized-approach__content {
        max-width: none;
        width: 100%;
    }

    .personalized-approach__title,
    .personalized-approach__text {
        max-width: none;
    }

    .personalized-approach__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 48px;
    }

    .personalized-approach__points li {
        white-space: normal;
    }

    .personalized-approach__visual {
        width: 100%;
        max-width: none;
        min-height: 0;
        aspect-ratio: 700 / 455;
        margin: 0 auto;
        overflow: hidden;
    }

    .home-faq__inner {
        width: 100%;
        max-width: none;
        padding: 80px 36px;
    }

    .home-faq__content {
        max-width: none;
        width: 100%;
    }

    .home-faq__visual {
        width: 100%;
        justify-content: stretch;
    }

    .home-faq__shirt {
        width: 100%;
        max-width: none;
    }

    .why-choose-about__inner {
        width: 100%;
        padding-left: 36px;
        padding-right: 36px;
    }

    .why-choose-about__content {
        max-width: none;
    }

    .why-choose-about__title,
    .why-choose-about__text {
        max-width: none;
    }

    .why-choose-about__visual {
        width: 100%;
        max-width: none;
    }

    .about-intro__inner {
        width: 100%;
        padding-left: 36px;
        padding-right: 36px;
    }

    .about-intro__content {
        max-width: none;
    }

    .about-intro__visual {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 1024px) {
    body.is-mobile-menu-open {
        overflow: hidden;
    }

    body.is-mobile-menu-open .site-topbar {
        display: none;
    }

    .site-header__inner {
        min-height: auto;
        padding: 16px 0;
        gap: 0;
    }

    .site-header.is-menu-open {
        position: fixed;
        inset: 0;
        z-index: 10001;
        background: var(--color-black);
    }

    .site-header--subpage.is-menu-open {
        background: #fff;
    }

    .site-header.is-menu-open .site-header__inner {
        width: 100%;
        height: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .site-header__bar {
        width: 100%;
    }

    .site-header.is-menu-open .site-header__bar {
        flex: 0 0 auto;
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-header--subpage.is-menu-open .site-header__bar {
        border-bottom-color: rgba(0, 29, 8, 0.12);
    }

    .site-header__panel {
        display: none;
    }

    .site-header.is-menu-open .site-header__panel {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-height: 0;
        padding: 8px 20px 32px;
        overflow-y: auto;
        background: transparent;
    }

    .site-header__panel-logo {
        display: none;
        margin-top: auto;
        padding-top: 32px;
        justify-content: center;
        align-items: center;
    }

    .site-header__panel-logo .custom-logo-link,
    .site-header__panel-logo .site-logo-text {
        justify-content: center;
    }

    .site-header__panel-logo .custom-logo {
        max-height: 44px;
    }

    .site-header__panel-logo .site-logo-text {
        color: #fff;
        font-size: 24px;
    }

    .site-header--subpage .site-header__panel-logo .site-logo-text {
        color: var(--color-green);
    }

    .site-header.is-menu-open .site-header__panel-logo {
        display: flex;
    }

    .site-branding {
        display: flex;
        justify-content: flex-start;
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }

    .site-branding .custom-logo {
        max-height: clamp(20px, 4.5vw, 26px);
        max-width: clamp(80px, 24vw, 120px);
    }

    .menu-toggle {
        width: 48px;
        height: 48px;
        padding: 0;
        display: inline-flex;
        flex: 0 0 48px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: transparent;
        color: #fff;
        cursor: pointer;
    }

    .site-header--subpage .menu-toggle {
        border-color: rgba(0, 29, 8, 0.2);
        color: var(--color-green);
    }

    .menu-toggle__line {
        width: 22px;
        height: 2px;
        display: block;
        background: currentColor;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .site-header.is-menu-open .menu-toggle__line:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .site-header.is-menu-open .menu-toggle__line:nth-child(2) {
        opacity: 0;
    }

    .site-header.is-menu-open .menu-toggle__line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .main-navigation,
    .header-order-button {
        display: none;
        flex-basis: auto;
    }

    .site-header.is-menu-open .main-navigation {
        display: block;
        flex: 0 0 auto;
    }

    .site-header.is-menu-open .header-order-button {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .main-navigation ul {
        padding: 12px 0 4px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
    }

    .main-navigation a {
        display: block;
        padding: 11px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        line-height: 24px;
    }

    .main-navigation li:first-child a {
        border-top: none;
    }

    .site-header--subpage .main-navigation a {
        border-top-color: rgba(0, 29, 8, 0.12);
    }

    .header-order-button {
        width: 100%;
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .site-topbar__inner {
        width: min(100% - 40px, 1480px);
        min-height: auto;
        padding: 12px 0;
        flex-wrap: wrap;
        gap: 10px 22px;
    }

    .site-header__inner {
        width: min(100% - 40px, 1480px);
    }

    .home-hero {
        position: relative;
        background-position: center;
    }

    .home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: 1;
    }

    .home-hero__inner {
        position: relative;
        z-index: 2;
        width: min(100% - 40px, 1480px);
        padding: 56px 0;
    }

    .home-hero__title {
        color: #fff;
    }

    .home-hero__text {
        color: rgba(255, 255, 255, 0.88);
    }

    .home-hero .button--secondary {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.45);
    }

    .page-hero {
        min-height: clamp(240px, 48vw, 320px);
    }

    .page-hero__inner {
        width: min(100% - 40px, 1480px);
        min-height: clamp(240px, 48vw, 320px);
        padding: 40px 0 54px;
    }

    .page-hero__title {
        margin-bottom: 14px;
        font-size: clamp(40px, 13vw, 52px);
        line-height: 1.16;
    }

    .page-hero--tisak .page-hero__title {
        font-size: clamp(40px, 13vw, 52px);
        line-height: 1.16;
    }

    .page-hero--tisak .page-hero__inner {
        width: min(100% - 40px, 1480px);
        padding-bottom: 28px;
    }

    .page-hero__breadcrumb {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-section__inner {
        width: min(100% - 40px, 1480px);
        padding: 44px 0 64px;
        gap: 42px;
        grid-template-columns: 1fr;
    }

    .contact-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .contact-details__text {
        max-width: none;
    }

    .contact-details__list {
        width: 100%;
        justify-items: center;
        gap: 24px;
    }

    .contact-details__item {
        width: fit-content;
        max-width: 100%;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
    }

    .contact-details__icon {
        width: 52px;
        height: 52px;
    }

    .contact-form-card {
        padding: 32px 20px 34px;
        text-align: center;
    }

    .contact-details__title,
    .contact-form-card__title {
        margin-bottom: 14px;
        font-size: clamp(30px, 9vw, 36px);
        line-height: 1.2;
    }

    .contact-details__text,
    .contact-form-card__text {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-details__text {
        margin-bottom: 34px;
    }

    .contact-form-card__text {
        margin-bottom: 28px;
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

    .contact-form input {
        min-height: 50px;
        padding: 12px 16px;
    }

    .contact-form textarea {
        min-height: 150px;
        padding: 14px 16px;
    }

    .contact-map,
    .contact-map__frame {
        min-height: 360px;
    }

    .service-highlights__inner {
        width: min(100% - 40px, 1480px);
        flex-direction: column;
        gap: 36px;
        padding: 48px 0;
    }

    .service-card {
        width: 100%;
    }

    .service-card__content {
        max-width: none;
    }

    .personalized-approach__inner {
        width: 100%;
        max-width: 100%;
        gap: 42px;
        padding: 56px 20px;
    }

    .personalized-approach__content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .personalized-approach__title {
        margin-bottom: 20px;
        max-width: 100%;
        font-size: clamp(28px, 8.5vw, 44px);
        line-height: 1.22;
    }

    .personalized-approach__text {
        margin-bottom: 28px;
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .personalized-approach__points {
        grid-template-columns: 1fr;
        row-gap: 12px;
        margin-bottom: 30px;
    }

    .personalized-approach__points li {
        align-items: flex-start;
        white-space: normal;
    }

    .personalized-approach__points img {
        margin-top: 4px;
    }

    .personalized-approach__visual {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        aspect-ratio: 700 / 455;
        margin: 0 auto;
        overflow: hidden;
    }

    .personalized-approach__visual img {
        max-width: none;
    }

    .personalized-approach__stain {
        left: -6%;
        bottom: -6%;
        width: 88%;
    }

    .personalized-approach__image--left {
        left: 5%;
        width: 35%;
    }

    .personalized-approach__image--right {
        left: 44%;
        width: 41%;
    }

    .personalized-approach__experience {
        left: 12%;
        bottom: 6%;
        width: 46%;
    }

    .personalized-approach__hat {
        left: 0;
        bottom: 7%;
        width: 12%;
    }

    .personalized-approach__bag {
        right: 2%;
        left: auto;
        top: 24%;
        width: 12%;
    }

    .service-offerings__inner {
        width: min(100% - 40px, 1480px);
        padding: 58px 0;
    }

    .service-offerings__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .service-offerings__title {
        margin-bottom: 36px;
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.22;
    }

    .service-offerings__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .service-offering {
        min-height: auto;
        padding: 34px 24px 32px;
    }

    .service-offering__icon {
        margin-bottom: 20px;
    }

    .service-offering__title {
        font-size: 22px;
        line-height: 30px;
    }

    .services-sponsors__inner,
    .services-cta__inner {
        width: min(100% - 40px, 1480px);
    }

    .services-sponsors__inner {
        padding: 58px 0 64px;
    }

    .services-sponsors__text {
        margin-bottom: 36px;
    }

    .services-sponsors__grid {
        gap: 24px 16px;
    }

    .services-sponsors__item {
        flex-basis: calc(50% - 8px);
        min-width: 0;
        max-width: none;
    }

    .services-sponsors__logo {
        max-height: 44px;
    }

    .services-cta__inner {
        padding: 56px 0 60px;
    }

    .services-cta__title {
        margin-bottom: 14px;
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.24;
    }

    .services-cta__text {
        margin-bottom: 28px;
    }

    .services-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .services-cta__button {
        width: 100%;
    }

    .portfolio-showcase__inner {
        width: min(100% - 40px, 1480px);
        padding: 58px 0 64px;
    }

    .portfolio-showcase__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .portfolio-showcase__title {
        margin-bottom: 36px;
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.22;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(240px, auto);
        gap: 18px;
    }

    .portfolio-card {
        min-height: 240px;
    }

    .portfolio-card--tall {
        grid-row: span 1;
        min-height: 320px;
    }

    .portfolio-card__overlay {
        padding: 22px;
    }

    .portfolio-card__title {
        font-size: 22px;
        line-height: 30px;
    }

    .portfolio-card__text {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-intro__inner,
    .blog-listing__inner {
        width: min(100% - 40px, 1480px);
    }

    .blog-intro__inner {
        padding: 36px 0 28px;
    }

    .blog-intro__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .blog-intro__title {
        line-height: 1.22;
    }

    .blog-listing {
        padding-bottom: 64px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 40px;
    }

    .blog-card__body {
        padding: 34px 20px 20px;
    }

    .blog-card__title a {
        font-size: 20px;
        line-height: 30px;
    }

    .blog-pagination__item {
        min-width: 40px;
        min-height: 40px;
    }

    .promo-intro__inner,
    .promo-catalog__inner {
        width: min(100% - 40px, 1480px);
    }

    .promo-intro__inner {
        padding: 36px 0 24px;
    }

    .promo-intro__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .promo-intro__title {
        line-height: 1.22;
    }

    .promo-catalog {
        padding-bottom: 56px;
    }

    .promo-toolbar {
        margin-bottom: 22px;
    }

    .promo-toolbar__sort {
        width: 100%;
    }

    .promo-toolbar__sort-select {
        flex: 1 1 auto;
        min-width: 0;
    }

    .promo-grid,
    .promo-grid--cols-2,
    .promo-grid--cols-3,
    .promo-grid--cols-4 {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 28px;
    }

    .promo-grid--list .promo-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .promo-catalog__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-pagination__item {
        min-width: 40px;
        min-height: 40px;
    }

    .single-blog {
        padding: 36px 0 56px;
    }

    .portfolio-detail {
        padding: 36px 0 56px;
    }

    .single-blog__layout {
        width: min(100% - 40px, 1480px);
        grid-template-columns: 1fr;
    }

    .portfolio-detail__layout {
        width: min(100% - 40px, 1480px);
        grid-template-columns: 1fr;
    }

    .portfolio-detail__sidebar {
        order: 2;
    }

    .portfolio-detail__sticky {
        position: static;
    }

    .blog-sidebar {
        order: 2;
    }

    .blog-sidebar__sticky {
        position: static;
    }

    .single-blog__meta {
        gap: 14px 20px;
        margin-bottom: 28px;
        padding-bottom: 22px;
    }

    .single-blog__nav {
        grid-template-columns: 1fr;
    }

    .single-blog__nav-item--prev {
        border-right: 0;
        border-bottom: 1px solid #03041D1A;
    }

    .single-blog__nav-item--next {
        align-items: flex-start;
        text-align: left;
    }

    .blog-comment-form {
        grid-template-columns: 1fr;
    }

    .newsletter-section {
        padding: 56px 0 72px;
    }

    .newsletter-section__inner {
        width: min(100% - 40px, 760px);
    }

    .newsletter-section__form {
        flex-direction: column;
        max-width: none;
        box-shadow: none;
    }

    .newsletter-section__input {
        border-right: 1px solid #03041D1A;
        border-radius: 8px;
    }

    .newsletter-section__button {
        width: 100%;
        border-radius: 8px;
    }

    .error-page {
        padding: 48px 0 64px;
    }

    .error-page__inner {
        width: min(100% - 40px, 760px);
    }

    .error-page__image {
        width: min(100%, 320px);
        margin-bottom: 28px;
    }

    .error-page__title {
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .error-page__text {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 26px;
    }

    .error-page__button {
        width: 100%;
        max-width: 280px;
    }

    .facts-strip__inner {
        width: min(100% - 40px, 1480px);
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 52px 0;
    }

    .facts-strip__icon {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }

    .facts-strip__number {
        margin-bottom: 10px;
        font-size: clamp(44px, 12vw, 56px);
        line-height: 1;
    }

    .facts-strip__label {
        font-size: 18px;
        line-height: 24px;
    }

    .home-faq__inner {
        width: min(100% - 40px, 1480px);
        gap: 38px;
        padding: 58px 0;
    }

    .home-faq__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .home-faq__title {
        margin-bottom: 26px;
        font-size: clamp(36px, 11vw, 44px);
        line-height: 1.2;
    }

    .home-faq__list {
        gap: 14px;
    }

    .home-faq__trigger {
        min-height: 64px;
        padding: 12px 10px 12px 18px;
        font-size: 17px;
        line-height: 25px;
    }

    .home-faq__toggle {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .home-faq__panel p {
        margin-top: 14px;
        padding: 0 18px;
        font-size: 15px;
        line-height: 24px;
    }

    .home-faq__visual {
        justify-content: center;
    }

    .home-faq__shape--left {
        left: -130px;
        bottom: -125px;
        width: 380px;
    }

    .home-faq__shape--right {
        display: none;
    }

    .about-intro__inner {
        width: 100%;
        max-width: none;
        gap: 42px;
        padding: 58px 20px 64px;
    }

    .about-intro__content {
        max-width: none;
        width: 100%;
    }

    .about-intro__title,
    .about-intro__text {
        max-width: none;
    }

    .about-intro__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .about-intro__title {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.22;
    }

    .about-intro__text {
        font-size: 16px;
        line-height: 26px;
    }

    .about-intro__points {
        margin-bottom: 30px;
    }

    .about-intro__points li {
        align-items: flex-start;
        line-height: 28px;
    }

    .about-intro__check {
        margin-top: 8px;
    }

    .about-intro__button {
        width: auto;
    }

    .about-intro__visual {
        width: min(100%, 520px);
        min-height: 0;
        aspect-ratio: 1 / 0.92;
        margin: 0 auto;
    }

    .about-intro__splash {
        left: -24%;
        top: -11%;
        width: 130%;
    }

    .about-intro__image--color {
        left: 49%;
        top: 0;
        width: 47%;
    }

    .about-intro__image--printer {
        left: 0;
        top: 15%;
        width: 43%;
    }

    .why-choose-about__inner {
        width: min(100% - 40px, 1480px);
        gap: 34px;
        padding: 58px 0 64px;
    }

    .why-choose-about__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .why-choose-about__title {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.22;
    }

    .why-choose-about__text {
        font-size: 16px;
        line-height: 26px;
    }

    .why-choose-about__points {
        margin-bottom: 30px;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .why-choose-about__points li {
        align-items: flex-start;
        line-height: 28px;
        white-space: normal;
    }

    .why-choose-about__points img {
        margin-top: 4px;
    }

    .why-choose-about__visual {
        width: min(100%, 520px);
        min-height: 0;
        aspect-ratio: 1 / 0.92;
        margin: 0 auto;
    }

    .why-choose-about__stain {
        right: -4%;
        bottom: -1%;
        width: 76%;
    }

    .why-choose-about__green-stain {
        left: -24%;
        top: -11%;
        width: 130%;
    }

    .why-choose-about__image--first {
        left: 0;
        top: 15%;
        width: 43%;
    }

    .why-choose-about__image--second {
        left: 49%;
        top: 15%;
        width: 47%;
    }

    .why-choose-about__image--third {
        right: 2%;
        top: 0;
        width: 28%;
    }

    .why-choose-about__experience {
        left: 10%;
        bottom: 5%;
        width: 62%;
    }

    .why-choose-about__visual img {
        max-width: none;
    }

    .about-services__inner,
    .creative-solutions__inner {
        width: min(100% - 40px, 1480px);
    }

    .about-services__inner {
        padding: 48px 0 62px;
    }

    .about-services__eyebrow,
    .creative-solutions__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .about-services__title,
    .creative-solutions__title {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.22;
    }

    .about-services__title {
        margin-bottom: 34px;
    }

    .about-services__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .about-service-card {
        min-height: auto;
        padding: 30px 22px;
    }

    .creative-solutions__inner {
        padding-bottom: 10px;
    }

    .creative-solutions__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .creative-slider {
        height: clamp(280px, 72vw, 360px);
        margin-bottom: 26px;
    }

    .creative-slider__item {
        width: 44%;
        height: clamp(250px, 68vw, 330px);
    }

    .creative-slider__item.is-active {
        width: 82%;
    }

    .creative-slider__item.is-prev-1 {
        left: 0;
    }

    .creative-slider__item.is-next-1 {
        left: 100%;
    }

    .creative-slider__item.is-prev-2,
    .creative-slider__item.is-next-2 {
        opacity: 0;
        pointer-events: none;
    }

    .creative-slider__caption {
        left: 22px;
        right: 22px;
        bottom: 24px;
        font-size: clamp(24px, 8vw, 32px);
        line-height: 1.24;
    }

    .single-showcase__inner {
        width: min(100% - 40px, 1480px);
        padding: 58px 0 64px;
        gap: 34px;
    }

    .single-showcase__eyebrow {
        font-size: 22px;
        line-height: 28px;
    }

    .single-showcase__title {
        margin-bottom: 24px;
        font-size: clamp(36px, 11vw, 48px);
    }

    .single-showcase__visual,
    .single-showcase__image,
    .single-showcase__placeholder {
        min-height: clamp(300px, 78vw, 430px);
    }

    .site-footer__inner {
        width: min(100% - 40px, 1480px);
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 48px 0;
    }

    .site-footer__description {
        max-width: none;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 28px;
    }

    .site-footer__heading {
        margin-bottom: 12px;
        font-size: 21px;
        line-height: 30px;
    }

    .site-footer__column:not(.site-footer__contact) .site-footer__heading,
    .site-footer__contact .site-footer__heading {
        padding-left: 0;
    }

    .site-footer__links a {
        font-size: 16px;
        line-height: 34px;
    }

    .site-footer__contact {
        font-size: 16px;
        line-height: 28px;
    }

    .site-footer__contact-item {
        gap: 10px;
        margin-bottom: 14px;
    }

    .site-footer__bottom-inner {
        width: min(100% - 40px, 1480px);
        min-height: auto;
        padding: 18px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .home-hero__title {
        margin-bottom: 24px;
        font-size: clamp(38px, 12vw, 52px);
        line-height: 1.14;
    }

    .home-hero__text {
        font-size: 18px;
        line-height: 28px;
    }

    .home-hero__actions,
    .button {
        width: 100%;
    }

    .why-choose-about__button {
        width: auto;
        max-width: 100%;
        padding-left: 26px;
        padding-right: 26px;
        align-self: flex-start;
    }

    .contact-form__button {
        width: auto;
        margin: 0 auto;
    }
}