/*
Theme Name: Zamkova Clean
Author: Zamkova Svitlana
Description: Native, multilingual WooCommerce theme for Svitlana Zamkova. No page-builder runtime.
Version: 2.1.3
Text Domain: zamkova-clean
*/

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("assets/fonts/lato-300.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/lato-400.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/lato-700.woff2") format("woff2");
}

@font-face {
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/zen-old-mincho-latin.woff2") format("woff2");
    unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122;
}

@font-face {
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/zen-old-mincho-cyrillic.woff2") format("woff2");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

:root {
    --zs-ink: #222;
    --zs-ink-soft: #3a3a3a;
    --zs-paper: #fff;
    --zs-surface: #f2f2f2;
    --zs-line: #d7d7d7;
    --zs-muted: #707070;
    --zs-accent: #dda26e;
    --zs-success: #2d6a4f;
    --zs-error: #a23b3b;
    --zs-serif: "Zen Old Mincho", Georgia, "Times New Roman", serif;
    --zs-sans: "Lato", "Segoe UI", Arial, sans-serif;
    --zs-shell: 1240px;
    --zs-section: 96px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--zs-ink);
    background: var(--zs-paper);
    font-family: var(--zs-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
input,
select,
textarea {
    font: inherit;
    letter-spacing: 0;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote {
    margin-top: 0;
}

h1,
h2 {
    font-family: var(--zs-serif);
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: 0;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 42px;
}

h3 {
    line-height: 1.3;
}

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

.screen-reader-text:focus {
    position: fixed !important;
    top: 12px;
    left: 12px;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 12px 16px;
    clip: auto;
    color: var(--zs-paper);
    background: var(--zs-ink);
}

.site-shell {
    width: min(calc(100% - 48px), var(--zs-shell));
    margin-inline: auto;
}

.content-shell {
    width: min(calc(100% - 48px), 920px);
    margin-inline: auto;
}

.section {
    padding-block: var(--zs-section);
}

.eyebrow {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.eyebrow::after {
    width: 24px;
    height: 1px;
    background: var(--zs-accent);
    content: "";
}

.eyebrow--light {
    color: rgba(255, 255, 255, 0.84);
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button--dark,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: var(--zs-paper);
    background: var(--zs-ink);
}

.button--dark:hover,
.button--dark:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: var(--zs-paper);
    background: #000;
}

.button--light {
    color: var(--zs-ink);
    background: var(--zs-paper);
}

.button--light:hover,
.button--light:focus-visible {
    color: var(--zs-paper);
    background: var(--zs-ink);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 52px;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading--center .eyebrow {
    align-items: center;
}

.section-heading h2 {
    margin-bottom: 18px;
    text-transform: uppercase;
}

.section-heading p {
    color: var(--zs-muted);
}

.section-heading--light {
    color: var(--zs-paper);
}

.section-heading--light p {
    color: rgba(255, 255, 255, 0.64);
}

.section-action {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.site-header {
    z-index: 100;
    width: 100%;
    color: var(--zs-paper);
}

.site-header--overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.site-header--solid {
    position: relative;
    background: var(--zs-ink);
}

.site-header__bar {
    display: grid;
    min-height: 108px;
    gap: 30px;
    align-items: center;
    grid-template-columns: 136px minmax(0, 1fr) auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.site-logo {
    position: relative;
    z-index: 2;
    width: 124px;
    justify-self: start;
}

.site-logo img {
    width: 100%;
    height: auto;
}

.social-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-links a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.social-links a:hover,
.social-links a:focus-visible {
    color: var(--zs-ink);
    background: var(--zs-paper);
}

.site-header__actions {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-self: end;
}

.site-cart {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    font-size: 13px;
}

.site-cart svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.site-cart__count {
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--zs-ink);
    background: var(--zs-paper);
    font-size: 10px;
    font-weight: 700;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 11px 9px;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    margin-block: 6px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.site-header__nav {
    display: flex;
    min-width: 0;
    gap: 26px;
    align-items: center;
    justify-content: flex-end;
}

.site-header__utility {
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    align-items: center;
}

.site-header__utility .social-links {
    display: none;
}

.site-menu,
.site-menu ul,
.language-switcher ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-menu {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
}

.site-menu > li {
    position: relative;
}

.site-menu a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-menu a:hover,
.site-menu a:focus-visible,
.site-menu .current-menu-item > a,
.site-menu .current-menu-ancestor > a {
    color: var(--zs-accent);
}

.site-menu .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: -20px;
    visibility: hidden;
    min-width: 210px;
    padding: 12px 20px;
    opacity: 0;
    background: var(--zs-ink);
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.site-menu .sub-menu a {
    width: 100%;
    min-height: 38px;
    font-size: 11px;
}

.language-switcher ul {
    display: flex;
    gap: 9px;
    align-items: center;
}

.language-switcher li {
    display: flex;
}

.language-switcher a {
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
}

.language-switcher .current-lang a {
    border-color: rgba(255, 255, 255, 0.7);
}

.language-switcher img {
    width: 16px;
    height: 11px;
}

.home-hero {
    position: relative;
    display: flex;
    min-height: 840px;
    align-items: center;
    color: var(--zs-paper);
    background-image: url("assets/images/hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-hero__overlay,
.page-hero__overlay {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.25));
}

.home-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 108px;
}

.home-hero__inner > * {
    max-width: 660px;
}

.home-hero h1 {
    margin-bottom: 22px;
    color: var(--zs-paper);
    font-size: 84px;
    text-transform: uppercase;
}

.home-hero p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.75;
}

.benefits {
    padding-block: 44px;
    color: var(--zs-ink);
    background: var(--zs-surface);
}

.benefits--dark {
    color: var(--zs-paper);
    background: var(--zs-ink);
}

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

.benefit {
    display: grid;
    gap: 16px;
    align-items: start;
    grid-template-columns: 46px minmax(0, 1fr);
}

.benefit h3 {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.benefit p {
    margin: 0;
    color: var(--zs-muted);
    font-size: 14px;
    line-height: 1.45;
}

.benefits--dark .benefit p {
    color: rgba(255, 255, 255, 0.62);
}

.benefit__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
    border-radius: 50%;
}

.benefit__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.collection-mosaic {
    background: var(--zs-surface);
}

.collection-mosaic__grid {
    display: grid;
    gap: 26px;
    grid-template-columns: 1.45fr 1fr;
}

.collection-mosaic__stack {
    display: grid;
    gap: 26px;
}

.collection-card {
    position: relative;
    display: flex;
    min-height: 360px;
    align-items: flex-end;
    overflow: hidden;
    color: var(--zs-paper);
    background-image: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.54)), var(--collection-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.collection-card--tall {
    min-height: 746px;
}

.collection-card__content {
    position: relative;
    z-index: 1;
    padding: 42px;
}

.collection-card h2 {
    margin-bottom: 18px;
    font-family: var(--zs-sans);
    font-size: 27px;
    text-transform: uppercase;
}

.product-showcase {
    background: var(--zs-paper);
}

ul.products.zamkova-products,
.woocommerce ul.products {
    display: grid !important;
    clear: both;
    padding: 0;
    margin: 0 !important;
    gap: 40px 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

ul.products li.product.product-card,
.woocommerce ul.products li.product.product-card {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--zs-surface);
}

.product-card__image img,
.woocommerce ul.products li.product.product-card .product-card__image img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: cover;
    transition: transform 350ms ease;
}

.product-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.product-card__placeholder img,
.woocommerce ul.products li.product.product-card .product-card__placeholder img {
    width: min(42%, 150px);
    height: auto;
    opacity: 0.2;
    object-fit: contain;
}

.product-card:hover .product-card__image img {
    transform: scale(1.025);
}

.product-card__body {
    padding-top: 18px;
}

.product-card h2,
.woocommerce ul.products li.product.product-card h2 {
    min-height: 48px;
    margin: 0 0 7px;
    padding: 0 !important;
    font-family: var(--zs-sans);
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.45;
}

.product-card__price,
.woocommerce ul.products li.product.product-card .price {
    min-height: 26px;
    margin-bottom: 15px;
    color: var(--zs-ink) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.product-card__button {
    width: 100%;
}

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

.campaign-card {
    position: relative;
    display: flex;
    min-height: 580px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 58px;
    overflow: hidden;
    color: var(--zs-paper);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.56)), var(--campaign-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.campaign-card h2 {
    margin-bottom: 22px;
    color: var(--zs-paper);
    font-size: 46px;
    text-transform: uppercase;
}

.campaign-card__link {
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-section {
    background-color: var(--zs-surface);
    background-image: url("assets/images/pattern.jpg");
}

.about-section__grid {
    display: grid;
    align-items: center;
    gap: 64px;
    grid-template-columns: 1.1fr 1fr;
}

.about-section__image {
    margin: 0;
}

.about-section__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.about-section__content h2 {
    margin-bottom: 24px;
    text-transform: uppercase;
}

.about-section__content p {
    color: var(--zs-muted);
}

.about-section__content .button {
    margin-top: 12px;
}

.testimonials-section {
    color: var(--zs-paper);
    background: var(--zs-ink);
}

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

.testimonial {
    min-width: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: #292929;
}

.testimonial img {
    width: 100%;
    aspect-ratio: 1 / 0.72;
    object-fit: cover;
}

.testimonial__content {
    padding: 32px;
}

.testimonial__stars {
    margin-bottom: 14px;
    color: var(--zs-accent);
    font-size: 14px;
}

.testimonial blockquote {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--zs-serif);
    font-size: 21px;
    line-height: 1.55;
}

.testimonial cite {
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    font-style: normal;
}

.contact-section {
    background: var(--zs-surface);
}

.contact-section__grid {
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1fr;
}

.contact-section__content h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contact-section__content p,
.contact-section__content li {
    color: var(--zs-muted);
}

.contact-section__content ul {
    padding-left: 20px;
    margin-block: 28px;
}

.contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-top: 24px;
    border-top: 1px solid var(--zs-line);
    color: var(--zs-muted);
    font-size: 14px;
}

.contact-links a:hover,
.contact-links a:focus-visible {
    color: var(--zs-ink);
}

.contact-links--stack {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 6px;
}

.contact-form label > span {
    font-size: 14px;
}

.contact-form input,
.contact-form textarea,
.callback-form input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select,
.select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    outline: 0;
    color: var(--zs-ink);
    background: var(--zs-paper);
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.callback-form input:focus {
    border-color: var(--zs-ink);
    box-shadow: 0 0 0 1px var(--zs-ink);
}

.contact-form .button {
    justify-self: start;
}

.form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.form-notice {
    padding: 12px 16px;
    margin-bottom: 18px;
    color: var(--zs-paper);
}

.form-notice--success {
    background: var(--zs-success);
}

.form-notice--error {
    background: var(--zs-error);
}

.callback-band {
    padding-block: 42px;
    color: var(--zs-paper);
    background: var(--zs-accent);
}

.callback-band__grid {
    display: grid;
    gap: 64px;
    align-items: end;
    grid-template-columns: 0.9fr 1.4fr;
}

.callback-band h2 {
    margin: 0;
    color: var(--zs-paper);
    font-size: 38px;
    text-transform: uppercase;
}

.callback-form {
    display: grid;
    gap: 10px;
}

.callback-form label {
    font-size: 14px;
}

.callback-form__row {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 220px;
}

.site-footer {
    color: rgba(255, 255, 255, 0.66);
    background: var(--zs-ink);
}

.site-footer__main {
    display: grid;
    min-height: 270px;
    align-items: center;
    grid-template-columns: 1fr auto;
}

.site-footer__contact {
    display: grid;
    gap: 14px;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
    color: var(--zs-paper);
}

.site-footer__logo {
    width: 175px;
}

.site-footer__bottom {
    display: flex;
    min-height: 86px;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__bottom nav {
    display: flex;
    gap: 24px;
}

.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
    color: var(--zs-paper);
}

.page-hero {
    position: relative;
    display: flex;
    min-height: 440px;
    align-items: flex-end;
    color: var(--zs-paper);
    background-image: url("assets/images/page-hero.jpg");
    background-position: center 42%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    padding-block: 160px 64px;
}

.page-hero h1 {
    max-width: 950px;
    margin-bottom: 18px;
    color: var(--zs-paper);
    font-size: 58px;
    text-transform: uppercase;
}

.page-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
    color: var(--zs-accent);
}

.service-page__grid {
    display: grid;
    gap: 70px;
    align-items: start;
    grid-template-columns: 0.95fr 1.05fr;
}

.service-page__image {
    position: sticky;
    top: 28px;
    margin: 0;
}

.service-page__image img {
    width: 100%;
    min-height: 720px;
    object-fit: cover;
}

.service-page__content h2 {
    margin-bottom: 24px;
    text-transform: uppercase;
}

.service-page__content > p {
    color: var(--zs-muted);
}

.service-page__prompt {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid var(--zs-line);
    font-weight: 700;
}

.service-page__content .contact-form {
    margin-top: 24px;
}

.service-products {
    background: var(--zs-surface);
}

.design-intro__grid {
    display: grid;
    gap: 64px;
    align-items: start;
    grid-template-columns: 0.85fr 1.35fr;
}

.design-intro figure {
    margin: 0;
}

.design-intro figure img {
    width: 100%;
    min-height: 760px;
    object-fit: cover;
}

.design-intro h2 {
    margin-bottom: 24px;
    text-transform: uppercase;
}

.design-intro__grid > div > p {
    color: var(--zs-muted);
    font-size: 18px;
}

.design-points {
    display: grid;
    gap: 0 32px;
    margin-block: 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.design-points article {
    padding-block: 24px;
    border-top: 1px solid var(--zs-line);
}

.design-points h3 {
    margin-bottom: 8px;
    font-size: 17px;
}

.design-points p {
    margin: 0;
    color: var(--zs-muted);
}

.design-gallery {
    background: var(--zs-surface);
}

.design-gallery__grid {
    display: grid;
    gap: 20px;
    grid-auto-rows: 340px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.design-gallery figure {
    margin: 0;
    overflow: hidden;
}

.design-gallery__featured {
    grid-row: span 2;
}

.design-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.standard-page__header {
    padding-bottom: 28px;
    margin-bottom: 38px;
    border-bottom: 1px solid var(--zs-line);
}

.standard-page__header h1 {
    margin: 0;
    text-transform: uppercase;
}

.entry-content {
    color: var(--zs-muted);
}

.entry-content h2,
.entry-content h3 {
    margin-top: 44px;
    color: var(--zs-ink);
}

.entry-content a {
    color: var(--zs-ink);
    text-decoration: underline;
}

.entry-content img {
    margin-block: 28px;
}

.entry-card + .entry-card {
    padding-top: 48px;
    margin-top: 48px;
    border-top: 1px solid var(--zs-line);
}

.not-found {
    text-align: center;
}

.shop-catalog {
    min-height: 720px;
}

.category-chips {
    display: flex;
    gap: 8px;
    padding-bottom: 20px;
    margin-bottom: 28px;
    overflow-x: auto;
    border-bottom: 1px solid var(--zs-line);
    scrollbar-width: thin;
}

.category-chips a {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 12px 20px;
    border: 1px solid var(--zs-line);
    border-radius: 24px;
    font-size: 14px;
}

.category-chips a:hover,
.category-chips a:focus-visible,
.category-chips a.is-active {
    color: var(--zs-paper);
    border-color: var(--zs-ink);
    background: var(--zs-ink);
}

.shop-toolbar {
    min-height: 58px;
    margin-bottom: 26px;
}

.woocommerce .woocommerce-result-count {
    color: var(--zs-muted);
}

.woocommerce .woocommerce-ordering select {
    min-width: 210px;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 52px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 42px;
    min-height: 42px;
    padding: 10px;
    margin: 2px;
    background: var(--zs-surface);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: var(--zs-paper);
    background: var(--zs-ink);
}

.single-product-page {
    padding: 48px 0 0;
    overflow: clip;
}

.single-product-page .woocommerce-breadcrumb {
    margin-bottom: 32px;
    color: var(--zs-muted);
    font-size: 12px;
}

.single-product-page div.product {
    display: grid;
    gap: 0 clamp(40px, 5vw, 80px);
    align-items: start;
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.75fr);
}

.single-product-page div.product::before,
.single-product-page div.product::after {
    display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: 100%;
    margin: 0;
}

.single-product-page div.product div.images.woocommerce-product-gallery,
.single-product-page div.product div.summary {
    width: 100% !important;
}

.woocommerce div.product div.images {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 16px;
    right: 16px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    overflow: hidden;
    background: var(--zs-surface);
    aspect-ratio: 4 / 5;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    gap: 10px;
    margin-top: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    width: auto;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid transparent;
    object-fit: cover;
    opacity: 0.68;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
    border-color: var(--zs-ink);
    opacity: 1;
}

.woocommerce div.product div.summary {
    position: static;
    padding: 20px 0 0;
    border-top: 1px solid var(--zs-ink);
}

.product-kicker {
    margin-bottom: 14px;
    color: var(--zs-accent-strong);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce div.product .product_title {
    max-width: 580px;
    margin-bottom: 14px;
    font-family: var(--zs-serif);
    font-size: 52px;
    font-weight: 400;
    line-height: 1.08;
    text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 24px;
    color: var(--zs-ink);
    font-size: 22px;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    padding-bottom: 26px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--zs-line);
    color: var(--zs-muted);
    line-height: 1.75;
}

.woocommerce div.product form.cart {
    padding-bottom: 28px;
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations tr {
    display: block;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
}

.woocommerce div.product form.cart .variations th {
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations label {
    color: var(--zs-ink);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    min-width: 240px;
    min-height: 46px;
    padding: 8px 36px 8px 12px;
    border: 1px solid var(--zs-line);
    border-radius: 0;
    background: var(--zs-paper);
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product .summary .button {
    min-height: 46px;
    padding: 13px 20px;
    border: 1px solid var(--zs-ink);
    border-radius: 0;
    color: var(--zs-paper);
    background: var(--zs-ink);
    font-family: var(--zs-sans);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product .summary .button:hover {
    color: var(--zs-ink);
    background: transparent;
}

.woocommerce div.product form.cart .single_add_to_cart_button.disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled[disabled] {
    color: var(--zs-paper);
    background: var(--zs-muted);
    opacity: 0.55;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 8px;
}

.woocommerce div.product form.cart div.quantity .qty {
    min-height: 46px;
    border: 1px solid var(--zs-line);
    border-radius: 0;
}

.woocommerce div.product form.cart .reset_variations {
    color: var(--zs-muted);
    font-size: 12px;
}

.woocommerce div.product .woocommerce-variation-price {
    margin-bottom: 14px;
}

.woocommerce div.product .woo-variation-items-wrapper {
    padding-top: 2px;
}

.woocommerce div.product .summary ul.variable-items-wrapper {
    gap: 10px;
}

.woocommerce div.product .summary ul.variable-items-wrapper .variable-item {
    margin: 0;
    border: 1px solid var(--zs-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.woocommerce div.product .summary ul.variable-items-wrapper .variable-item:hover,
.woocommerce div.product .summary ul.variable-items-wrapper .variable-item.selected {
    border-color: var(--zs-ink) !important;
    box-shadow: 0 0 0 1px var(--zs-ink) !important;
}

.woocommerce div.product .summary ul.variable-items-wrapper .button-variable-item {
    width: auto !important;
    min-width: 48px !important;
    height: 42px !important;
    padding-inline: 12px !important;
}

.woocommerce div.product .summary ul.variable-items-wrapper .image-variable-item {
    position: relative;
    width: 92px !important;
    height: 118px !important;
    padding: 0 0 26px !important;
    background: var(--zs-paper);
}

.woocommerce div.product .summary ul.variable-items-wrapper .image-variable-item .variable-item-contents {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.woocommerce div.product .summary ul.variable-items-wrapper .image-variable-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.woocommerce div.product .summary ul.variable-items-wrapper .image-variable-item::after {
    position: absolute;
    right: 4px;
    bottom: 5px;
    left: 4px;
    overflow: hidden;
    color: var(--zs-ink);
    content: attr(data-title);
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-assurances {
    display: grid;
    padding: 22px 0;
    gap: 14px;
    border-block: 1px solid var(--zs-line);
}

.product-assurance {
    display: grid;
    gap: 12px;
    align-items: start;
    grid-template-columns: 18px minmax(0, 1fr);
}

.product-assurance > span {
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid var(--zs-ink);
    border-radius: 50%;
}

.product-assurance > span::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 7px;
    height: 4px;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    content: "";
    transform: rotate(-45deg);
}

.product-assurance strong,
.product-assurance small {
    display: block;
}

.product-assurance strong {
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.product-assurance small {
    color: var(--zs-muted);
    font-size: 12px;
    line-height: 1.45;
}

.woocommerce div.product .product_meta {
    display: grid;
    padding-top: 20px;
    gap: 6px;
    color: var(--zs-muted);
    font-size: 12px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .upsells,
.woocommerce div.product .related {
    width: 100%;
    margin-top: 88px;
    grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    padding: 0;
    gap: 32px;
    border-bottom: 1px solid var(--zs-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 16px 0;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom-color: var(--zs-ink);
}

.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 900px;
    padding-top: 28px;
    color: var(--zs-muted);
    line-height: 1.75;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
    color: var(--zs-ink);
    font-family: var(--zs-serif);
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--zs-ink);
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--zs-ink);
}

.woocommerce-cart .wc-block-cart,
.woocommerce-checkout .wc-block-checkout,
.woocommerce-account .woocommerce {
    width: min(calc(100% - 48px), var(--zs-shell));
    padding-block: var(--zs-section);
    margin-inline: auto;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    color: var(--zs-ink);
}

@media (max-width: 1100px) {
    :root {
        --zs-section: 78px;
    }

    .site-menu {
        gap: 4px 24px;
    }

    .home-hero h1 {
        font-size: 68px;
    }

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

    .collection-card {
        min-height: 320px;
    }

    .collection-card--tall {
        min-height: 666px;
    }

    ul.products.zamkova-products,
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-section__grid,
    .contact-section__grid,
    .service-page__grid,
    .design-intro__grid {
        gap: 44px;
    }

    .campaign-card {
        min-height: 500px;
        padding: 42px;
    }
}

@media (max-width: 900px) {
    :root {
        --zs-section: 64px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
    }

    .site-header__bar {
        min-height: 88px;
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .site-logo {
        width: 100px;
    }

    .site-header__actions {
        gap: 10px;
    }

    .site-cart__amount {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .site-header__nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        visibility: hidden;
        width: min(86vw, 420px);
        min-height: 100vh;
        padding: 104px 30px 40px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        opacity: 0;
        background: var(--zs-ink);
        box-shadow: -20px 0 60px rgba(0, 0, 0, 0.28);
        transform: translateX(100%);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
        overflow-y: auto;
    }

    .menu-open .site-header__nav {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .primary-navigation {
        width: 100%;
    }

    .site-menu {
        display: block;
    }

    .site-menu a {
        width: 100%;
        min-height: 52px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 14px;
    }

    .site-menu .sub-menu {
        position: static;
        visibility: visible;
        min-width: 0;
        padding: 0 0 8px 18px;
        opacity: 1;
        background: transparent;
        transform: none;
    }

    .site-menu .sub-menu a {
        min-height: 42px;
        color: rgba(255, 255, 255, 0.7);
    }

    .language-switcher {
        margin: 0;
    }

    .site-header__utility {
        padding-top: 24px;
        margin-top: 22px;
        flex-direction: column;
        align-items: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-header__utility .social-links {
        display: flex;
        visibility: visible;
    }

    .home-hero {
        min-height: 740px;
        background-position: 44% center;
    }

    .home-hero__inner {
        padding-top: 100px;
    }

    .home-hero__inner > * {
        max-width: 560px;
    }

    .home-hero h1 {
        font-size: 60px;
    }

    .single-product-page div.product {
        display: block;
    }

    .woocommerce div.product div.images {
        margin-bottom: 46px;
    }

    .woocommerce div.product div.summary {
        position: static;
    }

    .woocommerce div.product .woocommerce-tabs,
    .woocommerce div.product .upsells,
    .woocommerce div.product .related {
        margin-top: 64px;
    }

    .collection-mosaic__grid {
        grid-template-columns: 1fr;
    }

    .collection-card--tall {
        min-height: 520px;
    }

    ul.products.zamkova-products,
    .woocommerce ul.products {
        gap: 34px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .campaign-grid {
        grid-template-columns: 1fr;
    }

    .campaign-card {
        min-height: 480px;
    }

    .about-section__grid,
    .contact-section__grid,
    .service-page__grid,
    .design-intro__grid {
        grid-template-columns: 1fr;
    }

    .about-section__image {
        max-width: 620px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial {
        display: grid;
        grid-template-columns: 0.75fr 1fr;
    }

    .testimonial--text-only {
        display: block;
    }

    .testimonial img {
        height: 100%;
        aspect-ratio: auto;
    }

    .callback-band__grid {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .page-hero__inner {
        padding-block: 170px 52px;
    }

    .page-hero h1 {
        font-size: 48px;
    }

    .service-page__image {
        position: static;
    }

    .service-page__image img,
    .design-intro figure img {
        min-height: 0;
        max-height: 720px;
    }

    .design-gallery__grid {
        grid-auto-rows: 300px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    :root {
        --zs-section: 54px;
    }

    body {
        font-size: 15px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 31px;
    }

    .site-shell,
    .content-shell {
        width: min(calc(100% - 32px), var(--zs-shell));
    }

    .site-header__bar {
        min-height: 84px;
    }

    .site-logo {
        width: 92px;
    }

    .site-header__actions {
        position: relative;
        z-index: 2;
    }

    .site-cart__count {
        min-width: 16px;
        height: 16px;
    }

    .home-hero {
        min-height: 690px;
        align-items: flex-end;
        background-position: 39% center;
    }

    .home-hero__overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.62));
    }

    .home-hero__inner {
        width: 100%;
        padding: 140px 16px 70px;
    }

    .home-hero h1 {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 44px;
        overflow-wrap: anywhere;
    }

    .home-hero p {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }

    .benefits {
        padding-block: 34px;
    }

    .benefits__grid {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .benefit {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .collection-mosaic__grid,
    .collection-mosaic__stack {
        gap: 16px;
    }

    .collection-card,
    .collection-card--tall {
        min-height: 390px;
    }

    .collection-card__content {
        padding: 28px 22px;
    }

    .collection-card h2 {
        font-size: 22px;
    }

    ul.products.zamkova-products,
    .woocommerce ul.products {
        gap: 30px 12px;
    }

    .product-card__body {
        padding-top: 12px;
    }

    .product-card h2,
    .woocommerce ul.products li.product.product-card h2 {
        min-height: 42px;
        font-size: 14px !important;
    }

    .product-card__price {
        font-size: 13px !important;
    }

    .product-card__button {
        min-height: 44px;
        padding-inline: 10px;
        font-size: 10px;
    }

    .campaign-card {
        min-height: 440px;
        padding: 34px 22px;
    }

    .campaign-card h2 {
        font-size: 34px;
    }

    .about-section__grid,
    .contact-section__grid,
    .service-page__grid,
    .design-intro__grid {
        gap: 34px;
    }

    .testimonials-grid {
        display: flex;
        padding-bottom: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .testimonial,
    .testimonial--text-only {
        display: block;
        flex: 0 0 86%;
        scroll-snap-align: start;
    }

    .testimonial img {
        height: auto;
        aspect-ratio: 1 / 0.72;
    }

    .testimonial__content {
        padding: 26px 22px;
    }

    .testimonial blockquote {
        font-size: 18px;
    }

    .callback-band h2 {
        font-size: 30px;
    }

    .callback-form__row {
        grid-template-columns: 1fr;
    }

    .site-footer__main {
        min-height: 0;
        padding-block: 56px;
        gap: 48px;
        grid-template-columns: 1fr;
    }

    .site-footer__logo {
        width: 145px;
        justify-self: start;
    }

    .site-footer__bottom {
        padding-block: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__bottom nav {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .page-hero {
        min-height: 390px;
    }

    .page-hero__inner {
        padding-block: 150px 44px;
    }

    .page-hero h1 {
        max-width: 100%;
        font-size: 38px;
        overflow-wrap: anywhere;
    }

    .service-page__image img {
        aspect-ratio: 4 / 5;
    }

    .design-points {
        grid-template-columns: 1fr;
    }

    .design-gallery__grid {
        grid-auto-rows: 240px;
        grid-template-columns: 1fr 1fr;
    }

    .design-gallery__featured {
        grid-column: span 2;
        grid-row: span 2;
    }

    .category-chips {
        width: calc(100% + 16px);
        padding-right: 16px;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce .woocommerce-ordering {
        margin-bottom: 24px;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce div.product .product_title {
        font-size: 36px;
    }

    .woocommerce div.product .summary ul.variable-items-wrapper .image-variable-item {
        width: 78px !important;
        height: 104px !important;
    }

    .woocommerce div.product .summary ul.variable-items-wrapper .image-variable-item .variable-item-contents {
        height: 76px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        width: calc(100% + 16px);
        padding-right: 16px;
        gap: 24px;
        overflow-x: auto;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        flex: 0 0 auto;
    }

    .woocommerce div.product .woocommerce-tabs .panel h2,
    .woocommerce div.product .related > h2,
    .woocommerce div.product .upsells > h2 {
        font-size: 30px;
    }

    .woocommerce-cart .wc-block-cart,
    .woocommerce-checkout .wc-block-checkout,
    .woocommerce-account .woocommerce {
        width: min(calc(100% - 32px), var(--zs-shell));
    }
}

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