/*
Theme Name: ViciaBloom Child
Theme URI: https://viciabloom.com/
Description: Child theme for ViciaBloom custom styling and template overrides.
Author: ViciaBloom
Template: hostinger-ai-theme
Version: 0.3.5
Text Domain: viciabloom-child
Domain Path: /languages
*/

/* ==========================================================================
   Global brand tokens — consumed site-wide via CSS custom properties from
   theme.json. Homepage-specific layout rules are in assets/css/front-page.css.
   ========================================================================== */

:root {
    --wp--preset--color--bone: #fffcf6;
    --wp--preset--color--warm-sand: #e8d8c3;
    --wp--preset--color--oat: #eee5d5;
    --wp--preset--color--linen: #d9c7ae;
    --wp--preset--color--moss: #697357;
    --wp--preset--color--olive: #7b7653;
    --wp--preset--color--fern: #8c9a78;
    --wp--preset--color--dusty-violet: #a18a9f;
    --wp--preset--color--lavender: #c8bbc7;
    --wp--preset--color--ash-brown: #6b5549;
    --wp--preset--color--charcoal: #262522;
    --wp--preset--color--cream: #f4efe6;
    --wp--preset--color--sage: #9fa98a;
    --wp--preset--color--sage-deep: #6e7a5e;
    --wp--preset--color--clay: #b98a6b;
    --wp--preset--color--earth: #6b4f3a;
    --wp--preset--color--ink: #2c2a26;
    --wp--preset--color--white: #ffffff;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}

/* --------------------------------------------------------------------------
   Site header / nav
   -------------------------------------------------------------------------- */
.vb-site-header {
    position: relative;
    z-index: 100;
    background: rgba(255, 252, 246, 0.96);
    border-bottom: 1px solid rgba(38, 37, 34, 0.1);
}

.vb-site-header__inner {
    width: min(100% - 2rem, 1280px);
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.vb-site-brand {
    font-family: var(--wp--preset--font-family--serif-display);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: var(--wp--preset--color--charcoal);
    white-space: nowrap;
}

.vb-primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: clamp(1rem, 3vw, 2.25rem);
}

.vb-primary-nav__link {
    position: relative;
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--wp--preset--color--charcoal);
    line-height: 1.2;
    padding: 0.3rem 0;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.vb-primary-nav__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0.22em;
    bottom: -0.15rem;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.4);
    transform-origin: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.vb-primary-nav__link:hover,
.vb-primary-nav__link:focus-visible,
.vb-primary-nav__link.is-current {
    color: var(--wp--preset--color--olive);
}

.vb-primary-nav__link:hover::after,
.vb-primary-nav__link:focus-visible::after,
.vb-primary-nav__link.is-current::after {
    opacity: 1;
    transform: scaleX(1);
}

.vb-language-switcher {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.vb-language-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.2rem 0.35rem;
    color: var(--wp--preset--color--charcoal);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgba(38, 37, 34, 0.18);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.vb-language-switcher__link:hover,
.vb-language-switcher__link:focus-visible,
.vb-language-switcher__link.is-current {
    color: var(--wp--preset--color--olive);
    border-color: currentColor;
}

body.home .vb-site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(12, 11, 10, 0.82) 0%, rgba(12, 11, 10, 0.58) 68%, rgba(12, 11, 10, 0.18) 100%);
    border-bottom-color: rgba(255, 252, 246, 0.32);
}

body.home .vb-site-brand,
body.home .vb-primary-nav__link,
body.home .vb-language-switcher__link {
    color: var(--wp--preset--color--bone) !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

body.home .vb-primary-nav__link:hover,
body.home .vb-primary-nav__link:focus-visible,
body.home .vb-primary-nav__link.is-current,
body.home .vb-language-switcher__link:hover,
body.home .vb-language-switcher__link:focus-visible,
body.home .vb-language-switcher__link.is-current {
    color: rgba(255, 252, 246, 0.84) !important;
}

/* --------------------------------------------------------------------------
   Buttons — outlined brand style
   -------------------------------------------------------------------------- */
.wp-block-button__link,
.wp-block-button .wp-block-button__link {
    display: inline-block;
    padding: 0.9rem 1.75rem;
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.8125rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    border: 1px solid var(--wp--preset--color--charcoal);
    background: transparent;
    color: var(--wp--preset--color--charcoal);
    border-radius: 0;
    transition: background 0.25s ease, color 0.25s ease;
}

.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover {
    background: var(--wp--preset--color--charcoal);
    color: var(--wp--preset--color--bone);
}

/* --------------------------------------------------------------------------
   Focus ring — accessible, brand-coloured
   -------------------------------------------------------------------------- */
:where(a, button, input, textarea, select, [tabindex]):focus-visible {
    outline: 2px solid var(--wp--preset--color--olive);
    outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */
.vb-contact-page {
    background: var(--wp--preset--color--bone);
}

.vb-contact-hero {
    width: min(100% - 2rem, 980px);
    margin: 0 auto;
    padding: 6rem 0 3.5rem;
    text-align: center;
}

.vb-contact-kicker {
    margin: 0 0 1rem;
    color: var(--wp--preset--color--olive);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.vb-contact-hero h1 {
    max-width: 760px;
    margin: 0 auto 1.25rem;
    color: var(--wp--preset--color--charcoal);
    font-family: var(--wp--preset--font-family--serif-display);
    font-size: 4.25rem;
    font-weight: 400;
    line-height: 1.04;
}

.vb-contact-hero p {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(38, 37, 34, 0.78);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 1rem;
    line-height: 1.8;
}

.vb-contact-grid {
    width: min(100% - 2rem, 1120px);
    margin: 0 auto;
    padding: 0 0 6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(38, 37, 34, 0.16);
    border: 1px solid rgba(38, 37, 34, 0.16);
}

.vb-contact-panel {
    min-width: 0;
    padding: 3rem;
    background: var(--wp--preset--color--cream);
}

.vb-contact-panel--wide {
    grid-column: 1 / -1;
}

.vb-contact-panel h2 {
    margin: 0 0 0.8rem;
    color: var(--wp--preset--color--charcoal);
    font-family: var(--wp--preset--font-family--serif-display);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.12;
}

.vb-contact-panel p {
    max-width: 560px;
    margin: 0 0 1.35rem;
    color: rgba(38, 37, 34, 0.78);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.95rem;
    line-height: 1.75;
}

.vb-contact-panel a,
.vb-contact-links a {
    color: var(--wp--preset--color--ash-brown);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}

.vb-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
}

/* --------------------------------------------------------------------------
   Pottery workshop landing pages
   -------------------------------------------------------------------------- */
.vb-workshop-page {
    background: var(--wp--preset--color--bone);
    color: var(--wp--preset--color--charcoal);
}

.vb-workshop-hero {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4.5rem);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 1.08fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.vb-workshop-hero__content {
    min-width: 0;
}

.vb-workshop-kicker {
    margin: 0 0 1rem;
    color: var(--wp--preset--color--olive);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.vb-workshop-hero h1 {
    margin: 0;
    font-family: var(--wp--preset--font-family--serif-display);
    font-size: clamp(3rem, 6vw, 5.85rem);
    font-weight: 400;
    line-height: 0.98;
}

.vb-workshop-hero p {
    max-width: 41rem;
    margin: 1.35rem 0 0;
    color: rgba(38, 37, 34, 0.78);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 1rem;
    line-height: 1.85;
}

.vb-workshop-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.3rem;
    margin-top: 2rem;
}

.vb-workshop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.95rem 1.45rem;
    border: 1px solid var(--wp--preset--color--charcoal);
    color: var(--wp--preset--color--bone);
    background: var(--wp--preset--color--charcoal);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.vb-workshop-button:hover,
.vb-workshop-button:focus-visible {
    color: var(--wp--preset--color--charcoal);
    background: transparent;
}

.vb-workshop-actions span {
    color: rgba(38, 37, 34, 0.66);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.82rem;
}

.vb-workshop-hero__media {
    margin: 0;
    background: var(--wp--preset--color--oat);
}

.vb-workshop-hero__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
}

.vb-workshop-sections,
.vb-workshop-details,
.vb-workshop-faq,
.vb-workshop-related {
    width: min(100% - 2rem, 1120px);
    margin: 0 auto;
}

.vb-workshop-sections {
    padding: clamp(2rem, 5vw, 4rem) 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(38, 37, 34, 0.14);
    border: 1px solid rgba(38, 37, 34, 0.14);
}

.vb-workshop-section {
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: var(--wp--preset--color--cream);
}

.vb-workshop-section h2,
.vb-workshop-faq h2,
.vb-workshop-related h2 {
    margin: 0;
    font-family: var(--wp--preset--font-family--serif-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.08;
}

.vb-workshop-section p,
.vb-workshop-faq p {
    margin: 1rem 0 0;
    color: rgba(38, 37, 34, 0.76);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.95rem;
    line-height: 1.75;
}

.vb-workshop-details {
    padding: clamp(2rem, 5vw, 4rem) 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.vb-workshop-details div {
    padding: 1.35rem;
    border: 1px solid rgba(38, 37, 34, 0.14);
    background: rgba(255, 255, 255, 0.34);
}

.vb-workshop-details dt {
    margin: 0 0 0.55rem;
    color: var(--wp--preset--color--olive);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vb-workshop-details dd {
    margin: 0;
    color: rgba(38, 37, 34, 0.78);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.92rem;
    line-height: 1.65;
}

.vb-workshop-faq {
    padding: clamp(3rem, 6vw, 5rem) 0 0;
}

.vb-workshop-faq article {
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(38, 37, 34, 0.14);
}

.vb-workshop-faq h3 {
    margin: 0;
    font-family: var(--wp--preset--font-family--serif-body);
    font-size: 1.35rem;
    font-weight: 400;
}

.vb-workshop-related {
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
}

.vb-workshop-related div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
    margin-top: 1.3rem;
}

.vb-workshop-related a {
    color: var(--wp--preset--color--ash-brown);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.vb-site-footer {
    background: var(--wp--preset--color--charcoal);
    color: rgba(255, 252, 246, 0.76);
}

.vb-site-footer__inner {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
    padding: 4rem 0;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(10rem, 0.8fr) minmax(16rem, 1fr);
    gap: 3rem;
}

.vb-site-footer__logo {
    display: inline-block;
    margin-bottom: 1.1rem;
    color: var(--wp--preset--color--bone);
    font-family: var(--wp--preset--font-family--serif-display);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
}

.vb-site-footer__brand p {
    max-width: 28rem;
    margin: 0;
    font-family: var(--wp--preset--font-family--serif-body);
    font-size: 1.2rem;
    line-height: 1.55;
}

.vb-site-footer__nav,
.vb-site-footer__contact,
.vb-site-footer__social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}

.vb-site-footer__contact {
    margin: 0;
    font-style: normal;
}

.vb-site-footer a,
.site-footer a,
.wp-block-template-part[class*="footer"] a,
.wp-block-site-footer a {
    color: var(--wp--preset--color--bone);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.vb-site-footer__nav a,
.vb-site-footer__contact a,
.vb-site-footer__social a,
.vb-site-footer .vb-language-switcher__link {
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vb-site-footer .vb-language-switcher {
    margin-top: 0.4rem;
}

.vb-site-footer .vb-language-switcher__link {
    min-width: 2.1rem;
    min-height: 2.1rem;
    color: var(--wp--preset--color--bone);
    border-color: rgba(255, 252, 246, 0.24);
}

.vb-site-footer__contact span {
    max-width: 26rem;
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.86rem;
    line-height: 1.7;
}

.vb-site-footer a:hover,
.site-footer a:hover,
.wp-block-template-part[class*="footer"] a:hover,
.wp-block-site-footer a:hover {
    border-bottom-color: currentColor;
}

/* --------------------------------------------------------------------------
   WooCommerce shop archive
   -------------------------------------------------------------------------- */
body.post-type-archive-product,
body.woocommerce-shop,
body.woocommerce-page {
    background: var(--wp--preset--color--bone);
}

body.post-type-archive-product .wp-site-blocks,
body.woocommerce-shop .wp-site-blocks,
body.woocommerce-page .wp-site-blocks {
    padding-top: 0;
}

body.post-type-archive-product main,
body.woocommerce-shop main {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
    padding: clamp(2.75rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 6rem);
}

body.post-type-archive-product .wp-block-query-title,
body.woocommerce-shop .wp-block-query-title {
    max-width: 760px;
    margin: 0 auto 1rem;
    text-align: center;
    font-family: var(--wp--preset--font-family--serif-display);
    font-size: 4.25rem;
    font-weight: 400;
    line-height: 1.02;
    color: var(--wp--preset--color--charcoal);
}

body.post-type-archive-product .wp-block-woocommerce-product-results-count,
body.woocommerce-shop .wp-block-woocommerce-product-results-count,
body.post-type-archive-product .wp-block-woocommerce-catalog-sorting,
body.woocommerce-shop .wp-block-woocommerce-catalog-sorting {
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(38, 37, 34, 0.68);
}

body.post-type-archive-product .wp-block-woocommerce-catalog-sorting select,
body.woocommerce-shop .wp-block-woocommerce-catalog-sorting select,
.woocommerce-ordering select {
    min-height: 2.75rem;
    padding: 0 2.5rem 0 0.85rem;
    border: 1px solid rgba(38, 37, 34, 0.22);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.45);
    color: var(--wp--preset--color--charcoal);
    font-family: var(--wp--preset--font-family--sans-meta);
}

body.post-type-archive-product .wp-block-woocommerce-product-collection,
body.woocommerce-shop .wp-block-woocommerce-product-collection {
    margin-top: clamp(2rem, 4vw, 3rem);
}

body.post-type-archive-product .wc-block-product-template,
body.woocommerce-shop .wc-block-product-template {
    gap: clamp(1.75rem, 3vw, 2.75rem) !important;
}

body.post-type-archive-product .wc-block-product,
body.woocommerce-shop .wc-block-product {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.post-type-archive-product .wc-block-components-product-image,
body.woocommerce-shop .wc-block-components-product-image {
    margin-bottom: 1.1rem;
    overflow: hidden;
    background: var(--wp--preset--color--oat);
}

body.post-type-archive-product .wc-block-components-product-image a,
body.woocommerce-shop .wc-block-components-product-image a {
    display: block;
    aspect-ratio: 4 / 5;
}

body.post-type-archive-product .wc-block-components-product-image img,
body.woocommerce-shop .wc-block-components-product-image img,
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

body.post-type-archive-product .wc-block-product:hover .wc-block-components-product-image img,
body.woocommerce-shop .wc-block-product:hover .wc-block-components-product-image img {
    transform: scale(1.025);
}

body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.woocommerce-shop .wc-block-product .wp-block-post-title {
    margin: 0.25rem 0 0.45rem;
    font-family: var(--wp--preset--font-family--serif-display);
    font-size: 1.45rem !important;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

body.post-type-archive-product .wc-block-product .wp-block-post-title a,
body.woocommerce-shop .wc-block-product .wp-block-post-title a {
    color: var(--wp--preset--color--charcoal);
    text-decoration: none;
}

body.post-type-archive-product .wc-block-components-product-price,
body.woocommerce-shop .wc-block-components-product-price {
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    color: var(--wp--preset--color--ash-brown);
}

body.post-type-archive-product .wc-block-components-product-button,
body.woocommerce-shop .wc-block-components-product-button {
    margin-top: auto;
}

body.post-type-archive-product .wc-block-components-product-button .wp-block-button__link,
body.woocommerce-shop .wc-block-components-product-button .wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button {
    min-height: 2.75rem;
    padding: 0.85rem 1.3rem !important;
    border: 1px solid var(--wp--preset--color--charcoal) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--wp--preset--color--charcoal) !important;
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.72rem !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.1 !important;
}

body.post-type-archive-product .wc-block-components-product-button .wp-block-button__link:hover,
body.woocommerce-shop .wc-block-components-product-button .wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: var(--wp--preset--color--charcoal) !important;
    color: var(--wp--preset--color--bone) !important;
}

body.post-type-archive-product .wp-block-query-pagination,
body.woocommerce-shop .wp-block-query-pagination {
    gap: 1rem;
    margin-top: clamp(2.5rem, 5vw, 4rem);
    font-family: var(--wp--preset--font-family--sans-meta);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.post-type-archive-product .page-numbers,
body.woocommerce-shop .page-numbers,
body.post-type-archive-product .wp-block-query-pagination-next,
body.woocommerce-shop .wp-block-query-pagination-next {
    color: var(--wp--preset--color--ash-brown);
    text-decoration: none;
}

body.post-type-archive-product .page-numbers.current,
body.woocommerce-shop .page-numbers.current {
    color: var(--wp--preset--color--charcoal);
    border-bottom: 1px solid currentColor;
}

@media (max-width: 720px) {
    .vb-site-header__inner {
        min-height: 88px;
        flex-direction: column;
        justify-content: center;
        gap: 0.65rem;
    }

    .vb-primary-nav {
        justify-content: center;
        gap: 0.85rem 1.25rem;
    }

    .vb-primary-nav__link {
        font-size: 0.68rem;
        letter-spacing: 0.18em;
    }

    .vb-language-switcher__link {
        min-width: 1.85rem;
        min-height: 1.85rem;
        font-size: 0.62rem;
    }

    .vb-contact-hero {
        padding: 4rem 0 2.5rem;
    }

    .vb-contact-hero h1 {
        font-size: 2.85rem;
    }

    .vb-contact-grid {
        grid-template-columns: 1fr;
        padding-bottom: 4rem;
    }

    .vb-contact-panel,
    .vb-contact-panel--wide {
        grid-column: auto;
        padding: 2rem 1.5rem;
    }

    .vb-workshop-hero,
    .vb-workshop-sections,
    .vb-workshop-details {
        grid-template-columns: 1fr;
    }

    .vb-workshop-hero {
        padding-top: 3rem;
    }

    .vb-workshop-hero h1 {
        font-size: 2.75rem;
    }

    .vb-workshop-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .vb-site-footer__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 0;
    }

    body.post-type-archive-product main,
    body.woocommerce-shop main {
        width: min(100% - 1.25rem, 1280px);
        padding-top: 2.25rem;
    }

    body.post-type-archive-product .wp-block-query-title,
    body.woocommerce-shop .wp-block-query-title {
        font-size: 2.75rem;
    }

    body.post-type-archive-product .wc-block-product .wp-block-post-title,
    body.woocommerce-shop .wc-block-product .wp-block-post-title {
        font-size: 1.18rem !important;
    }

    body.post-type-archive-product .wc-block-product-template,
    body.woocommerce-shop .wc-block-product-template {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 1.4rem 0.8rem !important;
    }

    body.post-type-archive-product .wc-block-components-product-button .wp-block-button__link,
    body.woocommerce-shop .wc-block-components-product-button .wp-block-button__link {
        width: 100%;
        min-height: 2.5rem;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        font-size: 0.65rem !important;
        letter-spacing: 0.12em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vb-primary-nav__link,
    .vb-primary-nav__link::after,
    .vb-language-switcher__link,
    body.post-type-archive-product .wc-block-components-product-image img,
    body.woocommerce-shop .wc-block-components-product-image img {
        transition: none;
    }
}
