/* Meble Artisan storefront — premium natural furniture system. */
:root {
    --artisan-ink: #1d2822;
    --artisan-green: #25483a;
    --artisan-green-dark: #173328;
    --artisan-sand: #f4efe7;
    --artisan-cream: #fbf9f5;
    --artisan-caramel: #a87443;
    --artisan-line: #ded8cf;
    --artisan-muted: #69736d;
    --artisan-radius: 18px;
    --artisan-shadow: 0 18px 50px rgba(32, 42, 36, .09);
}

body {
    color: var(--artisan-ink);
    background: var(--artisan-cream);
    font-family: DMSans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .wp-block-site-title {
    color: var(--artisan-ink);
    font-family: DMSerifDisplay, Georgia, serif;
    font-weight: 400;
    letter-spacing: -.025em;
}

.artisan-eyebrow {
    margin-bottom: 16px;
    color: var(--artisan-caramel);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.artisan-home-hero .wp-block-cover__inner-container > .wp-block-group { max-width: 1280px; }
.artisan-home-hero p.has-large-font-size { max-width: 610px; line-height: 1.65; }
.artisan-home-hero .wp-block-button__link { padding: 17px 30px; border-radius: 12px; font-weight: 700; }
.artisan-values h3 { margin: 0 0 8px; font-size: 25px; }
.artisan-values p { margin: 0; color: #4d5a52; }
.artisan-story .wp-block-columns { gap: clamp(40px, 7vw, 96px); }
.artisan-story figure { overflow: hidden; margin: 0; border-radius: 22px; }
.artisan-story img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.artisan-story h2 { color: #fff; }
.artisan-footer a { color: #fff !important; text-decoration-color: rgba(255,255,255,.35); }
.artisan-footer .wp-block-separator { margin-top: 42px; opacity: .22; }

/* Homepage v2 — editorial storefront */
.home main,
.home .wp-block-post-content,
.home .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .wp-block-post-title { display: none; }

.artisan-home {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--artisan-cream);
}

.ah-container {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
}

.ah-kicker {
    margin: 0 0 20px;
    color: var(--artisan-caramel);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ah-ribbon {
    background: var(--artisan-green-dark);
    color: rgba(255,255,255,.9);
}

.ah-ribbon .ah-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 6vw, 90px);
    min-height: 42px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ah-ribbon span + span::before {
    content: "•";
    position: relative;
    left: clamp(-45px, -3vw, -14px);
    color: var(--artisan-caramel);
}

.ah-hero {
    position: relative;
    min-height: 780px;
    background:
        radial-gradient(circle at 82% 30%, rgba(168,116,67,.18), transparent 30%),
        linear-gradient(118deg, #f8f3eb 0%, #f1e8da 100%);
}

.ah-hero::after {
    content: "ARTISAN";
    position: absolute;
    right: -30px;
    bottom: -45px;
    color: rgba(37,72,58,.035);
    font-family: DMSerifDisplay, Georgia, serif;
    font-size: clamp(130px, 20vw, 330px);
    line-height: .8;
    pointer-events: none;
}

.ah-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
    gap: clamp(38px, 6vw, 92px);
    align-items: center;
    min-height: 780px;
}

.ah-hero-copy { padding: 80px 0; }

.ah-hero h1 {
    max-width: 760px;
    margin: 0 0 28px;
    font-size: clamp(52px, 6.1vw, 92px);
    line-height: .96;
    letter-spacing: -.045em;
}

.ah-lead {
    max-width: 650px;
    margin: 0;
    color: #4d5952;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.7;
}

.ah-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 36px;
}

.ah-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 58px;
    padding: 16px 26px;
    border-radius: 12px;
    background: var(--artisan-green);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(37,72,58,.18);
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.ah-button:hover {
    background: var(--artisan-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(37,72,58,.24);
}

.ah-link {
    color: var(--artisan-ink) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(29,40,34,.35);
    transition: color .2s ease, border-color .2s ease;
}

.ah-link:hover { color: var(--artisan-caramel) !important; border-color: var(--artisan-caramel); }

.ah-hero-note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 58px;
}

.ah-hero-note > span {
    color: var(--artisan-green);
    font-family: DMSerifDisplay, Georgia, serif;
    font-size: 37px;
}

.ah-hero-note p { margin: 0; color: var(--artisan-muted); font-size: 12px; line-height: 1.5; }
.ah-hero-note strong { color: var(--artisan-ink); font-size: 13px; }

.ah-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 680px;
}

.ah-hero-visual::before {
    content: "";
    position: absolute;
    inset: 10% 6% 6%;
    border-radius: 48% 48% 28px 28px;
    background: rgba(255,255,255,.62);
    box-shadow: 0 34px 90px rgba(74,52,32,.12);
}

.ah-hero-visual img {
    position: relative;
    z-index: 2;
    width: min(88%, 650px);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 30px 24px rgba(48,35,23,.16));
}

.ah-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(37,72,58,.16);
    border-radius: 50%;
}

.ah-orbit-one { width: 480px; height: 480px; }
.ah-orbit-two { width: 610px; height: 610px; border-color: rgba(168,116,67,.14); }

.ah-product-label {
    position: absolute;
    z-index: 4;
    top: 16%;
    right: 0;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: var(--artisan-caramel);
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    transform: rotate(7deg);
}

.ah-floating-card {
    position: absolute;
    z-index: 5;
    right: 4%;
    bottom: 9%;
    padding: 18px 22px;
    border: 1px solid rgba(37,72,58,.12);
    border-radius: 14px;
    background: rgba(255,255,255,.92);
    box-shadow: var(--artisan-shadow);
    backdrop-filter: blur(12px);
}

.ah-floating-card small { color: var(--artisan-caramel); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.ah-floating-card strong { display: block; margin-top: 6px; font-family: DMSerifDisplay, Georgia, serif; font-size: 21px; line-height: 1.13; }

.ah-intro { padding: 126px 0 96px; }

.ah-intro-grid {
    display: grid;
    grid-template-columns: .55fr 1.35fr .9fr;
    gap: clamp(30px, 5vw, 82px);
    align-items: start;
}

.ah-intro h2,
.ah-section-head h2,
.ah-feature-copy h2,
.ah-material-copy h2,
.ah-final h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.02;
}

.ah-intro-text { margin: 8px 0 0; color: var(--artisan-muted); font-size: 17px; line-height: 1.75; }

.ah-collections { padding: 36px 0 124px; }

.ah-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.ah-section-head h2 { font-size: clamp(40px, 4.5vw, 64px); }

.ah-bento {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    grid-template-rows: 330px 330px;
    gap: 18px;
}

.ah-tile {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 34px;
    border-radius: 22px;
    background-image: linear-gradient(180deg, rgba(14,25,19,.02) 25%, rgba(14,25,19,.76) 100%), var(--tile-image);
    background-position: center;
    background-size: cover;
    color: #fff !important;
    text-decoration: none;
    isolation: isolate;
}

.ah-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--tile-image) center / cover;
    transition: transform .65s cubic-bezier(.2,.7,.2,1);
}

.ah-tile:hover::before { transform: scale(1.045); }
.ah-tile-large { grid-row: 1 / 3; }
.ah-tile-wide, .ah-tile-small { min-height: 0; }
.ah-tile-index { position: absolute; top: 26px; right: 28px; font-size: 12px; letter-spacing: .16em; }
.ah-tile small { font-size: 10px; font-weight: 700; letter-spacing: .18em; opacity: .82; }
.ah-tile h3 { margin: 6px 0 15px; color: #fff; font-size: clamp(34px, 4vw, 56px); }
.ah-tile > div > span { font-size: 13px; font-weight: 700; }

.ah-feature { padding: 124px 0; background: #eee7dc; }

.ah-feature-grid {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: clamp(52px, 8vw, 118px);
    align-items: center;
}

.ah-feature-visual {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--artisan-shadow);
}

.ah-feature-visual::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(168,116,67,.18);
    border-radius: 50%;
}

.ah-feature-visual img {
    position: relative;
    z-index: 2;
    width: 90%;
    height: 90%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.ah-feature-number {
    position: absolute;
    top: 24px;
    left: 28px;
    z-index: 4;
    color: var(--artisan-caramel);
    font-size: 12px;
    letter-spacing: .16em;
}

.ah-dimension {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 4;
    padding: 10px 13px;
    border-radius: 9px;
    background: var(--artisan-green);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.ah-feature-copy > p:not(.ah-kicker) { color: #4d5952; font-size: 18px; line-height: 1.75; }

.ah-feature-copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(37,72,58,.15); }
.ah-feature-copy li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(37,72,58,.15); font-size: 13px; }
.ah-feature-copy li span { color: var(--artisan-muted); }
.ah-feature-copy li strong { text-align: right; }

.ah-feature-bottom { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.ah-feature-bottom strong { color: var(--artisan-green); font-size: 30px; }
.ah-feature-bottom span { padding: 8px 12px; border-radius: 30px; background: rgba(168,116,67,.13); color: #835a34; font-size: 11px; font-weight: 700; text-transform: uppercase; }

.ah-material {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 760px;
    background: var(--artisan-green-dark);
}

.ah-material-image { min-height: 680px; overflow: hidden; }
.ah-material-image img { width: 100%; height: 100%; object-fit: cover; }

.ah-material-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 8vw, 130px);
    color: rgba(255,255,255,.78);
}

.ah-material-copy h2 { color: #fff; }
.ah-material-copy > p:not(.ah-kicker) { max-width: 640px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }

.ah-material-points { margin: 28px 0 34px; }
.ah-material-points > div { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.ah-material-points span { color: var(--artisan-caramel); font-size: 11px; }
.ah-material-points p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.ah-material-points strong { color: #fff; font-size: 15px; }
.ah-link-light { align-self: flex-start; color: #fff !important; border-color: rgba(255,255,255,.4); }

.ah-process { padding: 130px 0; }
.ah-process .ah-section-head > p { max-width: 420px; margin: 0; color: var(--artisan-muted); line-height: 1.7; }

.ah-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ah-process-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--artisan-line); border-radius: 18px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.ah-process-grid article:hover { transform: translateY(-4px); box-shadow: var(--artisan-shadow); }
.ah-process-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--artisan-sand); color: var(--artisan-caramel); font-size: 11px; font-weight: 700; }
.ah-process-grid h3 { margin: 40px 0 12px; font-size: 28px; }
.ah-process-grid p { margin: 0; color: var(--artisan-muted); line-height: 1.65; }

.ah-final { padding: 140px 0; background: #e7d8c5; text-align: center; }
.ah-final-inner { max-width: 940px; }
.ah-final p:not(.ah-kicker) { max-width: 620px; margin: 26px auto 0; color: #58645c; font-size: 18px; line-height: 1.65; }
.ah-actions-center { justify-content: center; }

@media (max-width: 1050px) {
    .ah-hero-grid { grid-template-columns: 1fr 1fr; }
    .ah-intro-grid { grid-template-columns: 1fr 2fr; }
    .ah-intro-text { grid-column: 2; }
    .ah-feature-grid { gap: 52px; }
    .ah-feature-visual { min-height: 540px; }
    .ah-material-copy { padding: 70px 50px; }
}

@media (max-width: 820px) {
    .ah-container { width: min(100% - 34px, 680px); }
    .ah-ribbon span:nth-child(n+3) { display: none; }
    .ah-ribbon span + span::before { display: none; }
    .ah-hero-grid { grid-template-columns: 1fr; padding-top: 34px; }
    .ah-hero-copy { padding: 56px 0 0; }
    .ah-hero-visual { min-height: 560px; }
    .ah-product-label { right: 4%; }
    .ah-intro { padding: 90px 0 70px; }
    .ah-intro-grid { grid-template-columns: 1fr; }
    .ah-intro-text { grid-column: auto; }
    .ah-section-head { align-items: flex-start; flex-direction: column; }
    .ah-bento { grid-template-columns: 1fr; grid-template-rows: repeat(3, 440px); }
    .ah-tile-large { grid-row: auto; }
    .ah-feature { padding: 86px 0; }
    .ah-feature-grid { grid-template-columns: 1fr; }
    .ah-material { grid-template-columns: 1fr; }
    .ah-material-image { min-height: 520px; }
    .ah-process-grid { grid-template-columns: 1fr; }
    .ah-process-grid article { min-height: 220px; }
}

@media (max-width: 560px) {
    .ah-ribbon .ah-container { justify-content: space-between; gap: 14px; font-size: 9px; }
    .ah-hero { min-height: auto; }
    .ah-hero-grid { min-height: auto; }
    .ah-hero h1 { font-size: 49px; }
    .ah-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .ah-hero-note { margin-top: 38px; }
    .ah-hero-visual { min-height: 430px; }
    .ah-orbit-one { width: 310px; height: 310px; }
    .ah-orbit-two { width: 390px; height: 390px; }
    .ah-product-label { top: 10%; width: 86px; height: 86px; font-size: 10px; }
    .ah-floating-card { right: 0; bottom: 3%; }
    .ah-intro h2, .ah-section-head h2, .ah-feature-copy h2, .ah-material-copy h2, .ah-final h2 { font-size: 42px; }
    .ah-collections { padding-bottom: 80px; }
    .ah-bento { grid-template-rows: repeat(3, 360px); }
    .ah-tile { padding: 24px; }
    .ah-feature-visual { min-height: 420px; }
    .ah-feature-copy li { align-items: flex-start; flex-direction: column; gap: 5px; }
    .ah-feature-copy li strong { text-align: left; }
    .ah-material-image { min-height: 400px; }
    .ah-material-copy { padding: 62px 24px; }
    .ah-process, .ah-final { padding: 88px 0; }
}

/* Homepage v3 — visual-first premium furniture storefront. */
.home main,
.home .wp-block-post-content,
.home .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .wp-block-post-title { display: none !important; }
.khome { width: 100%; overflow: hidden; background: #f5f3ee; color: #171916; }
.khome *, .khome *::before, .khome *::after { box-sizing: border-box; }
.kh-wrap { width: min(1440px, calc(100% - 80px)); margin: 0 auto; }
.kh-overline { margin: 0 0 22px; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.kh-title { margin: 0; font-family: DMSans, sans-serif; font-size: clamp(46px, 6vw, 94px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.kh-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 190px; padding: 17px 22px; border: 1px solid currentColor; color: inherit !important; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: .25s ease; }
.kh-button:hover { background: #fff; color: #161916 !important; }
.kh-button.is-dark { border-color: #1b1e1a; background: #1b1e1a; color: #fff !important; }
.kh-button.is-dark:hover { background: #94714d; border-color: #94714d; }

.kh-hero { position: relative; min-height: min(880px, calc(100vh - 76px)); display: flex; align-items: flex-end; color: #fff; background: #292e29; }
.kh-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.kh-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,16,13,.65) 0%, rgba(12,16,13,.22) 52%, rgba(12,16,13,.08) 100%), linear-gradient(0deg, rgba(8,10,9,.55), transparent 55%); }
.kh-hero-content { position: relative; z-index: 2; padding: 92px 0 88px; }
.kh-hero .kh-title { max-width: 880px; color: #fff; }
.kh-hero-lead { max-width: 570px; margin: 30px 0 36px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; }
.kh-scroll { position: absolute; z-index: 3; right: 40px; bottom: 46px; display: flex; gap: 12px; align-items: center; color: #fff; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.kh-scroll::after { content: ""; width: 1px; height: 70px; background: rgba(255,255,255,.65); }

.kh-manifesto { padding: 130px 0 120px; background: #f5f3ee; }
.kh-manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12vw; align-items: end; }
.kh-manifesto h2 { max-width: 850px; margin: 0; font-family: DMSans, sans-serif; font-size: clamp(42px, 5.3vw, 78px); font-weight: 500; line-height: 1.03; letter-spacing: -.05em; }
.kh-manifesto-copy { max-width: 480px; padding-bottom: 6px; }
.kh-manifesto-copy p { margin: 0 0 30px; color: #50564f; font-size: 17px; line-height: 1.75; }
.kh-text-link { color: #191c18 !important; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid; padding-bottom: 7px; }

.kh-collections { padding: 0 0 140px; background: #f5f3ee; }
.kh-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.kh-section-head h2 { margin: 0; font-family: DMSans, sans-serif; font-size: clamp(38px, 4vw, 58px); font-weight: 500; letter-spacing: -.045em; }
.kh-collection-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 390px 390px; gap: 18px; }
.kh-card { position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 34px; color: #fff !important; text-decoration: none; background: #30332f; }
.kh-card:first-child { grid-row: 1 / 3; }
.kh-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.kh-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,6,.7), rgba(5,7,6,0) 58%); }
.kh-card:hover img { transform: scale(1.035); }
.kh-card-copy { position: relative; z-index: 2; display: flex; width: 100%; align-items: end; justify-content: space-between; gap: 24px; }
.kh-card small { display: block; margin-bottom: 10px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.kh-card h3 { margin: 0; color: #fff; font-family: DMSans, sans-serif; font-size: clamp(31px, 3vw, 48px); font-weight: 500; letter-spacing: -.04em; }
.kh-arrow { font-size: 30px; font-weight: 300; }

.kh-feature { background: #e9e4da; }
.kh-feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 770px; }
.kh-feature-photo { min-height: 680px; background: #ded7ca; }
.kh-feature-photo img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.kh-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(50px, 7vw, 120px); }
.kh-feature-copy h2 { margin: 0 0 28px; font-family: DMSans, sans-serif; font-size: clamp(42px, 4.5vw, 68px); font-weight: 500; line-height: 1.03; letter-spacing: -.05em; }
.kh-feature-copy > p { max-width: 560px; margin: 0 0 34px; color: #4f554f; font-size: 17px; line-height: 1.7; }
.kh-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 4px 0 38px; border-top: 1px solid rgba(20,25,21,.2); }
.kh-spec { padding: 18px 0; border-bottom: 1px solid rgba(20,25,21,.2); }
.kh-spec:nth-child(odd) { padding-right: 22px; }
.kh-spec:nth-child(even) { padding-left: 22px; border-left: 1px solid rgba(20,25,21,.2); }
.kh-spec small { display: block; color: #747970; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.kh-spec strong { display: block; margin-top: 7px; font-size: 14px; }
.kh-price { margin-bottom: 28px; font-size: 25px; font-weight: 600; }

.kh-story { position: relative; min-height: 760px; display: flex; align-items: center; color: #fff; background: #1c211e; }
.kh-story-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .64; }
.kh-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,15,12,.86), rgba(11,15,12,.12) 72%); }
.kh-story-copy { position: relative; z-index: 2; max-width: 700px; padding: 120px 0; }
.kh-story h2 { margin: 0 0 28px; color: #fff; font-family: DMSans, sans-serif; font-size: clamp(46px, 5.5vw, 82px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.kh-story p:not(.kh-overline) { max-width: 590px; margin: 0 0 36px; font-size: 18px; line-height: 1.7; }

.kh-service { padding: 105px 0; background: #fff; }
.kh-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.kh-service article { min-height: 205px; padding: 0 48px; border-right: 1px solid #d7d5cf; }
.kh-service article:first-child { padding-left: 0; }
.kh-service article:last-child { padding-right: 0; border-right: 0; }
.kh-service span { display: block; margin-bottom: 36px; color: #8e6d4a; font-size: 11px; letter-spacing: .16em; }
.kh-service h3 { margin: 0 0 14px; font-family: DMSans, sans-serif; font-size: 25px; font-weight: 500; }
.kh-service p { margin: 0; color: #62675f; line-height: 1.65; }

header .wp-block-group.alignwide { width: min(1440px, calc(100% - 80px)) !important; max-width: 1440px !important; }
header .wp-block-navigation__container { flex-wrap: nowrap !important; gap: clamp(18px, 2.3vw, 34px) !important; }
header nav, header .wp-block-navigation-item { white-space: nowrap; }

@media (max-width: 980px) {
    .kh-wrap { width: min(100% - 40px, 800px); }
    .kh-hero { min-height: 760px; }
    .kh-manifesto-grid, .kh-feature-grid { grid-template-columns: 1fr; }
    .kh-manifesto-grid { gap: 42px; }
    .kh-collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 550px 350px; }
    .kh-card:first-child { grid-column: 1 / 3; grid-row: auto; }
    .kh-feature-photo { min-height: 580px; }
    .kh-feature-copy { padding: 80px 40px; }
    .kh-service article { padding: 0 25px; }
    header .wp-block-group.alignwide { width: min(100% - 36px, 900px) !important; }
}

@media (max-width: 700px) {
    .kh-wrap { width: calc(100% - 30px); }
    .kh-hero { min-height: 690px; }
    .kh-hero-content { padding: 72px 0 54px; }
    .kh-scroll { display: none; }
    .kh-manifesto { padding: 84px 0 76px; }
    .kh-collections { padding-bottom: 84px; }
    .kh-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
    .kh-collection-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
    .kh-card, .kh-card:first-child { grid-column: auto; grid-row: auto; min-height: 460px; padding: 24px; }
    .kh-card:not(:first-child) { min-height: 360px; }
    .kh-feature-photo { min-height: 430px; }
    .kh-feature-copy { padding: 65px 20px 72px; }
    .kh-story { min-height: 650px; }
    .kh-story-copy { padding: 90px 0; }
    .kh-service { padding: 75px 0; }
    .kh-service-grid { grid-template-columns: 1fr; }
    .kh-service article { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid #d7d5cf; }
    .kh-service article:first-child { padding-top: 0; }
    .kh-service article:last-child { padding-bottom: 0; border-bottom: 0; }
    .kh-service span { margin-bottom: 18px; }
    header .wp-block-group.alignwide { width: calc(100% - 30px) !important; }
}

body.page .wp-block-post-content > .wp-block-group.alignwide:not(.artisan-home-products),
body.privacy-policy .wp-block-post-content {
    width: min(960px, calc(100% - 48px));
    max-width: 960px;
}

body.page .wp-block-post-content > h1,
body.page .wp-block-post-content > h2,
body.page .wp-block-post-content > p,
body.page .wp-block-post-content > ul,
body.page .wp-block-post-content > ol {
    width: min(860px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

body.page .wp-block-post-content > h1 { margin-top: 72px; font-size: clamp(40px, 5vw, 64px); }
body.page .wp-block-post-content > h2 { margin-top: 50px; font-size: clamp(28px, 3vw, 38px); }
body.page .wp-block-post-content > p,
body.page .wp-block-post-content > li { font-size: 17px; line-height: 1.75; }
body.page .wp-block-post-content > *:last-child { margin-bottom: 80px; }

.wp-site-blocks > header,
header.wp-block-template-part {
    position: relative;
    z-index: 20;
    background: rgba(251, 249, 245, .94);
    border-bottom: 1px solid rgba(37, 72, 58, .12);
    backdrop-filter: blur(16px);
}

header .wp-block-group.alignwide,
footer .wp-block-group.alignwide,
.wp-site-blocks .alignwide {
    width: min(1280px, calc(100% - 48px));
    max-width: 1280px;
}

header .wp-block-group.alignwide {
    min-height: 76px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.wp-block-site-logo img { max-height: 52px; width: auto; }
.wp-block-site-title { font-size: 22px !important; }
.wp-block-navigation a { font-weight: 500; text-decoration: none; }
.wp-block-navigation a:hover { color: var(--artisan-caramel) !important; }

footer.wp-block-template-part > .wp-block-group,
.wp-site-blocks > footer > .wp-block-group {
    background: var(--artisan-green-dark) !important;
}

/* WooCommerce product page */
.single-product main,
.single-product .wp-block-post-content,
.single-product .woocommerce,
.woocommerce-page main {
    max-width: none !important;
}

.single-product .woocommerce {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 88px;
}

.single-product .woocommerce-breadcrumb {
    margin: 0 0 30px;
    color: var(--artisan-muted);
    font-size: 13px;
}

.single-product .woocommerce-breadcrumb a { color: var(--artisan-muted); }

.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
    column-gap: clamp(42px, 6vw, 86px);
    align-items: start;
}

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

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.single-product div.product .summary {
    position: sticky;
    top: 110px;
    padding: 18px 0 0;
}

.single-product .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    border-radius: 24px;
    background: #eee8df;
}

.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #eee8df;
}

.single-product .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px !important;
}

.single-product .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
}

.single-product .flex-control-thumbs img {
    aspect-ratio: 1;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #eee8df;
    opacity: .68;
}

.single-product .flex-control-thumbs img.flex-active {
    border-color: var(--artisan-green);
    opacity: 1;
}

.single-product .product_title {
    max-width: 720px;
    margin: 0 0 18px;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.03;
}

.single-product .summary .price {
    margin: 0 0 22px;
    color: var(--artisan-green) !important;
    font-size: clamp(27px, 3vw, 36px) !important;
    font-weight: 700;
}

.single-product .woocommerce-product-details__short-description {
    max-width: 620px;
    color: #465149;
    font-size: 17px;
    line-height: 1.72;
}

.single-product form.cart {
    display: flex;
    gap: 12px;
    margin: 28px 0 12px !important;
}

.single-product form.cart .quantity .qty {
    min-width: 72px;
    height: 56px;
    border: 1px solid var(--artisan-line);
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
}

.single-product .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.wc-block-components-button {
    min-height: 56px;
    padding: 15px 28px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--artisan-green) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .01em;
    box-shadow: 0 10px 24px rgba(37, 72, 58, .18);
    transition: transform .2s ease, background .2s ease;
}

.single-product .single_add_to_cart_button { flex: 1; }
.single-product .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: var(--artisan-green-dark) !important; transform: translateY(-1px); }

.single-product .product_meta { display: none !important; }

.artisan-assurance {
    display: grid;
    gap: 0;
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid var(--artisan-line);
    border-radius: 16px;
    background: #fff;
}

.artisan-assurance > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    padding: 14px 16px;
    border-bottom: 1px solid var(--artisan-line);
}

.artisan-assurance > div:last-child { border-bottom: 0; }
.artisan-assurance span { grid-row: 1 / 3; color: var(--artisan-caramel); font-size: 20px; }
.artisan-assurance strong { font-size: 14px; }
.artisan-assurance small { color: var(--artisan-muted); font-size: 12px; }

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
    grid-column: 1 / -1;
    width: 100% !important;
    margin-top: 80px;
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 30px;
    margin: 0 0 34px !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--artisan-line);
}

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

.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--artisan-green) !important; }
.single-product .woocommerce-tabs ul.tabs li a { padding: 0 !important; color: var(--artisan-muted) !important; font-size: 15px; }
.single-product .woocommerce-tabs ul.tabs li.active a { color: var(--artisan-green) !important; }

.single-product .woocommerce-Tabs-panel {
    max-width: 960px;
    margin: 0 auto !important;
    color: #37433c;
    font-size: 17px;
    line-height: 1.78;
}

.single-product .woocommerce-Tabs-panel > h2:first-child { display: none; }
.single-product .woocommerce-Tabs-panel h2 { margin: 58px 0 18px; font-size: clamp(30px, 3vw, 42px); }
.single-product .woocommerce-Tabs-panel h3 { margin: 32px 0 12px; font-size: 24px; }
.single-product .woocommerce-Tabs-panel p { margin: 0 0 20px; }
.single-product .woocommerce-Tabs-panel ul { padding-left: 22px; }
.single-product .woocommerce-Tabs-panel li { margin-bottom: 9px; }

.single-product .woocommerce-Tabs-panel table,
.single-product table.shop_attributes {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--artisan-line) !important;
    border-radius: 14px;
    border-collapse: separate !important;
    border-spacing: 0;
    background: #fff;
}

.single-product .woocommerce-Tabs-panel th,
.single-product .woocommerce-Tabs-panel td,
.single-product table.shop_attributes th,
.single-product table.shop_attributes td {
    padding: 14px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--artisan-line) !important;
    background: transparent !important;
    font-style: normal !important;
}

.single-product .woocommerce-Tabs-panel tr:last-child th,
.single-product .woocommerce-Tabs-panel tr:last-child td { border-bottom: 0 !important; }

.single-product .stock.in-stock { color: var(--artisan-green); font-weight: 700; }

/* Catalog cards */
.woocommerce ul.products li.product,
.wc-block-product {
    overflow: hidden;
    border: 1px solid rgba(37, 72, 58, .1);
    border-radius: var(--artisan-radius);
    background: #fff;
    box-shadow: 0 10px 35px rgba(29, 40, 34, .055);
}

.woocommerce ul.products li.product img,
.wc-block-components-product-image img { background: #eee8df; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 16px 18px 4px; font-family: DMSans, sans-serif; font-size: 17px; }
.woocommerce ul.products li.product .price { padding: 0 18px 16px; color: var(--artisan-green); font-weight: 700; }

@media (max-width: 900px) {
    header .wp-block-group.alignwide,
    footer .wp-block-group.alignwide,
    .wp-site-blocks .alignwide,
    .single-product .woocommerce { width: min(100% - 30px, 720px); }
    .single-product div.product { grid-template-columns: 1fr; }
    .single-product div.product .summary { position: static; padding-top: 34px; }
    .single-product .woocommerce-tabs { margin-top: 58px; }
}

@media (max-width: 560px) {
    .single-product .woocommerce { padding-top: 22px; }
    .single-product .product_title { font-size: 34px; }
    .single-product form.cart { flex-wrap: wrap; }
    .single-product form.cart .quantity { width: 82px; }
    .single-product .single_add_to_cart_button { min-width: calc(100% - 94px); }
    .single-product .flex-control-thumbs { grid-template-columns: repeat(4, 1fr); }
    .single-product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; }
    .single-product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
    .artisan-home-hero { min-height: 650px !important; }
    .artisan-values .wp-block-column { padding-bottom: 18px; }
}

/* Header layout guard — keep the premium desktop navigation on one line. */
body header .wp-block-group.alignwide {
    width: min(1440px, calc(100% - 80px)) !important;
    max-width: 1440px !important;
}
body header .wp-block-navigation__container {
    flex-wrap: nowrap !important;
    gap: clamp(18px, 2.3vw, 34px) !important;
}
body header nav,
body header .wp-block-navigation-item { white-space: nowrap; }

@media (max-width: 900px) {
    body header .wp-block-group.alignwide { width: min(100% - 30px, 820px) !important; }
}

/* Homepage v4 — Kler-style campaign rhythm, original Artisan identity. */
.mk-home { width: 100%; overflow: hidden; background: #fff; color: #171717; font-family: DMSans, Arial, sans-serif; }
.mk-home *, .mk-home *::before, .mk-home *::after { box-sizing: border-box; }
.mk-shell { width: min(1500px, calc(100% - 96px)); margin: 0 auto; }
.mk-eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.mk-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: inherit !important; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.mk-link:hover { opacity: .6; }

.mk-promo { display: flex; justify-content: center; align-items: center; min-height: 34px; padding: 7px 24px; background: #181818; color: #fff; font-size: 10px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.mk-hero { position: relative; height: min(880px, calc(100vh - 110px)); min-height: 650px; color: #fff; background: #242522; }
.mk-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mk-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.56), rgba(0,0,0,.04) 70%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 55%); }
.mk-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding-bottom: 86px; }
.mk-hero h1 { max-width: 780px; margin: 0 0 16px; color: #fff; font-family: DMSans, Arial, sans-serif; font-size: clamp(40px, 5vw, 76px); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
.mk-hero-lead { max-width: 520px; margin: 0 0 32px; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.6; }
.mk-hero .mk-link { color: #fff !important; }
.mk-slider-dots { position: absolute; z-index: 3; right: 48px; bottom: 44px; display: flex; gap: 9px; }
.mk-slider-dots i { display: block; width: 34px; height: 2px; background: rgba(255,255,255,.4); }
.mk-slider-dots i:first-child { background: #fff; }

.mk-section { padding: 118px 0; }
.mk-heading { margin: 0 0 18px; font-family: DMSans, Arial, sans-serif; font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.mk-subtitle { max-width: 750px; margin: 0 auto; color: #5a5a57; font-size: 15px; line-height: 1.7; }
.mk-collections-head { text-align: center; }
.mk-tabs { display: flex; justify-content: center; gap: clamp(26px, 4vw, 68px); margin: 42px 0 50px; padding: 0; list-style: none; }
.mk-tabs li { padding-bottom: 9px; color: #777; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.mk-tabs li:first-child { color: #111; border-bottom: 1px solid #111; }
.mk-collection-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mk-collection { color: #171717 !important; text-decoration: none; }
.mk-collection-image { position: relative; overflow: hidden; aspect-ratio: 1 / 1.16; background: #eee; }
.mk-collection-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.mk-collection:hover img { transform: scale(1.035); }
.mk-collection-index { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 34px; height: 34px; background: rgba(255,255,255,.88); font-size: 10px; }
.mk-collection h3 { margin: 24px 0 10px; font-family: DMSans, Arial, sans-serif; font-size: 24px; font-weight: 400; }
.mk-collection p { min-height: 48px; margin: 0 0 18px; color: #666; font-size: 13px; line-height: 1.6; }

.mk-campaigns { display: grid; grid-template-columns: 1fr 1fr; }
.mk-campaign { position: relative; min-height: 720px; display: flex; align-items: flex-end; overflow: hidden; padding: 62px; color: #fff; background: #252525; }
.mk-campaign > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s ease; }
.mk-campaign:hover > img { transform: scale(1.025); }
.mk-campaign::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 62%); }
.mk-campaign-copy { position: relative; z-index: 2; max-width: 470px; }
.mk-campaign h2 { margin: 0 0 12px; color: #fff; font-family: DMSans, Arial, sans-serif; font-size: clamp(34px, 3.2vw, 52px); font-weight: 400; letter-spacing: -.04em; }
.mk-campaign p { margin: 0 0 27px; font-size: 15px; line-height: 1.6; }
.mk-campaign .mk-link { color: #fff !important; }

.mk-products { background: #f6f5f2; }
.mk-products-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 44px; }
.mk-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mk-product { color: #171717 !important; text-decoration: none; }
.mk-product-image { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1.05; overflow: hidden; background: #ece9e3; }
.mk-product-image img { width: 94%; height: 94%; object-fit: contain; mix-blend-mode: multiply; transition: transform .5s ease; }
.mk-product:hover img { transform: scale(1.025); }
.mk-badge { position: absolute; top: 16px; left: 16px; padding: 8px 10px; background: #fff; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.mk-product h3 { margin: 20px 0 7px; font-family: DMSans, Arial, sans-serif; font-size: 17px; font-weight: 500; }
.mk-product p { margin: 0; color: #6c6c68; font-size: 13px; }
.mk-product strong { display: block; margin-top: 12px; font-size: 15px; }
.mk-product.is-preview .mk-product-image { background-position: center; background-size: cover; }
.mk-product.is-preview .mk-product-image::after { content: "WKRÓTCE"; display: grid; place-items: center; position: absolute; inset: 0; color: #fff; background: rgba(0,0,0,.32); font-size: 11px; letter-spacing: .2em; }
.mk-product.is-preview img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; }

.mk-quality { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; background: #222420; color: #fff; }
.mk-quality-image { min-height: 660px; }
.mk-quality-image img { width: 100%; height: 100%; object-fit: cover; }
.mk-quality-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 120px); }
.mk-quality h2 { margin: 0 0 28px; color: #fff; font-family: DMSans, Arial, sans-serif; font-size: clamp(40px, 4.5vw, 66px); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.mk-quality p:not(.mk-eyebrow) { max-width: 540px; margin: 0 0 34px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.75; }
.mk-quality .mk-link { color: #fff !important; align-self: flex-start; }

.mk-services { padding: 75px 0; background: #fff; }
.mk-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mk-services article { padding: 0 46px; border-right: 1px solid #d9d9d5; }
.mk-services article:first-child { padding-left: 0; }
.mk-services article:last-child { padding-right: 0; border-right: 0; }
.mk-services h3 { margin: 0 0 10px; font-family: DMSans, Arial, sans-serif; font-size: 19px; font-weight: 500; }
.mk-services p { margin: 0; color: #696964; font-size: 13px; line-height: 1.65; }

@media (max-width: 980px) {
    .mk-shell { width: min(100% - 40px, 850px); }
    .mk-collection-row, .mk-products-grid { gap: 14px; }
    .mk-campaign { min-height: 580px; padding: 38px; }
    .mk-quality { grid-template-columns: 1fr; }
    .mk-quality-image { min-height: 600px; }
}

@media (max-width: 700px) {
    .mk-shell { width: calc(100% - 30px); }
    .mk-promo { font-size: 8px; }
    .mk-hero { height: 74vh; min-height: 610px; }
    .mk-hero-copy { padding-bottom: 52px; }
    .mk-slider-dots { right: 18px; bottom: 20px; }
    .mk-section { padding: 78px 0; }
    .mk-tabs { justify-content: flex-start; gap: 28px; overflow-x: auto; }
    .mk-tabs li { flex: 0 0 auto; }
    .mk-collection-row, .mk-products-grid, .mk-campaigns { grid-template-columns: 1fr; }
    .mk-collection-row { gap: 46px; }
    .mk-campaign { min-height: 540px; padding: 28px; }
    .mk-products-head { align-items: flex-start; flex-direction: column; }
    .mk-quality-image { min-height: 430px; }
    .mk-quality-copy { padding: 70px 22px; }
    .mk-services-grid { grid-template-columns: 1fr; }
    .mk-services article { padding: 28px 0; border-right: 0; border-bottom: 1px solid #d9d9d5; }
    .mk-services article:first-child { padding-top: 0; }
    .mk-services article:last-child { padding-bottom: 0; border-bottom: 0; }
}

/* Homepage v5 — bright, intuitive retail layout. */
.home .entry-content.wp-block-post-content,
.home main.wp-block-group,
.home .wp-site-blocks main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .entry-content.wp-block-post-content > .af-home {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
}

.af-home { overflow: hidden; background: #fff; color: #222a2d; font-family: DMSans, Arial, sans-serif; }
.af-home *, .af-home *::before, .af-home *::after { box-sizing: border-box; }
.af-shell { width: min(1500px, calc(100% - 88px)); margin: 0 auto; }
.af-kicker { margin: 0 0 16px; color: #9b8256; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.af-heading { margin: 0; color: #5f7888; font-family: DMSerifDisplay, Georgia, serif; font-size: clamp(42px, 4.8vw, 72px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.af-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 26px; border: 0; border-radius: 3px; background: #617b8c; color: #fff !important; font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.af-button:hover { background: #435e70; transform: translateY(-1px); }
.af-text-link { color: #5f7888 !important; font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid #5f7888; padding-bottom: 4px; }

.af-category-nav { background: #c8bda0; }
.af-category-nav .af-shell { display: flex; justify-content: center; gap: clamp(24px, 3.5vw, 62px); min-height: 50px; align-items: center; }
.af-category-nav a { color: #fff !important; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.af-category-nav a:hover { color: #5f7888 !important; }

.af-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: #f7f5f0; }
.af-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 8vw, 135px); }
.af-hero h1 { max-width: 780px; margin: 0 0 26px; color: #5f7888; font-family: DMSerifDisplay, Georgia, serif; font-size: clamp(48px, 5.2vw, 82px); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.af-hero-lead { max-width: 650px; margin: 0 0 30px; color: #3f4648; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.af-hero-actions { display: flex; gap: 18px; align-items: center; }
.af-hero-media { min-height: 620px; overflow: hidden; background: #eeeae0; }
.af-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.af-benefits { background: #c8bda0; }
.af-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.af-benefit { min-height: 150px; display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-content: center; padding: 28px 48px; border-right: 1px solid rgba(44,52,54,.25); }
.af-benefit:last-child { border-right: 0; }
.af-benefit-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(44,52,54,.4); border-radius: 50%; color: #2d373a; font-size: 21px; }
.af-benefit h3 { margin: 0 0 5px; color: #253034; font-family: DMSerifDisplay, Georgia, serif; font-size: 23px; font-weight: 400; }
.af-benefit p { margin: 0; color: #3f4644; font-size: 13px; line-height: 1.5; }

.af-section { padding: 112px 0; }
.af-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.af-section-head > div > p:last-child { max-width: 650px; margin: 18px 0 0; color: #697073; line-height: 1.65; }
.af-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.af-category-card { color: #273034 !important; text-decoration: none; }
.af-category-card figure { position: relative; overflow: hidden; margin: 0; aspect-ratio: .9 / 1; border: 1px solid #d4c9b0; border-radius: 14px; background: #faf9f6; }
.af-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.af-category-card:hover img { transform: scale(1.025); }
.af-category-card h3 { margin: 20px 0 6px; color: #5f7888; font-family: DMSerifDisplay, Georgia, serif; font-size: 25px; font-weight: 400; }
.af-category-card p { margin: 0; color: #737875; font-size: 13px; }

.af-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; background: #6a8190; color: #fff; }
.af-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 7.5vw, 125px); }
.af-feature .af-kicker { color: #e5d5b0; }
.af-feature h2 { margin: 0 0 24px; color: #fff; font-family: DMSerifDisplay, Georgia, serif; font-size: clamp(46px, 4.8vw, 72px); font-weight: 400; line-height: 1.04; }
.af-feature p:not(.af-kicker) { max-width: 600px; margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.7; }
.af-feature .af-button { align-self: flex-start; background: #c8b07d; color: #263034 !important; }
.af-feature-media { min-height: 600px; background: #f3efe7; }
.af-feature-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

.af-products { background: #f7f5f0; }
.af-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.af-product-card { color: #242b2e !important; text-decoration: none; }
.af-product-image { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 1; border: 1px solid #d7cbb0; border-radius: 14px; background: #fff; }
.af-product-image img { width: 94%; height: 94%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.af-product-card:hover .af-product-image img { transform: scale(1.025); }
.af-product-tag { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 30px; background: #617b8c; color: #fff; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.af-product-card h3 { margin: 18px 0 7px; color: #5f7888; font-family: DMSerifDisplay, Georgia, serif; font-size: 23px; font-weight: 400; }
.af-product-card p { margin: 0; color: #777; font-size: 13px; }
.af-product-card strong { display: block; margin-top: 11px; font-size: 16px; }
.af-product-card.is-coming .af-product-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; opacity: .82; }
.af-product-card.is-coming .af-product-image::after { content: "WKRÓTCE"; position: absolute; inset: 0; display: grid; place-items: center; background: rgba(95,120,136,.22); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .2em; }

.af-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: #fff; }
.af-story-media { min-height: 560px; }
.af-story-media img { width: 100%; height: 100%; object-fit: cover; }
.af-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 115px); }
.af-story-copy p:not(.af-kicker) { max-width: 580px; margin: 25px 0 32px; color: #5d6466; font-size: 16px; line-height: 1.75; }

/* Product page v5 — wide, bright and purchase-first. */
body.single-product { background: #fff; }
body.single-product main,
body.single-product main > .wp-block-group,
body.single-product .entry-content,
body.single-product .wp-block-post-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .woocommerce {
    width: min(1500px, calc(100% - 88px)) !important;
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 38px 0 100px !important;
}

body.single-product div.product {
    display: grid !important;
    grid-template-columns: minmax(0, 1.24fr) minmax(420px, .76fr) !important;
    gap: clamp(48px, 6vw, 104px) !important;
    align-items: start !important;
}

body.single-product .woocommerce-product-gallery { padding: 20px; border: 1px solid #ded4bf; border-radius: 16px; background: #faf9f6; }
body.single-product .woocommerce-product-gallery__wrapper { border-radius: 10px; background: #fff; }
body.single-product .woocommerce-product-gallery__image img { aspect-ratio: 1.12 / 1; object-fit: contain; background: #fff; }
body.single-product .summary { position: sticky !important; top: 100px; padding-top: 24px !important; }
body.single-product .product_title { color: #5f7888; font-family: DMSerifDisplay, Georgia, serif; font-size: clamp(42px, 4vw, 62px); line-height: 1.05; }
body.single-product .summary .price { color: #252d30 !important; font-size: 27px !important; }
body.single-product .woocommerce-product-details__short-description { color: #51595b; font-size: 16px; line-height: 1.72; }
body.single-product .single_add_to_cart_button,
body.single-product button.button { border-radius: 3px !important; background: #617b8c !important; box-shadow: none !important; }
body.single-product .single_add_to_cart_button:hover,
body.single-product button.button:hover { background: #435e70 !important; }
body.single-product .artisan-assurance { border-color: #d8ccb2; border-radius: 10px; background: #faf9f6; }
body.single-product .woocommerce-tabs { padding-top: 35px; border-top: 1px solid #ded4bf; }
body.single-product .woocommerce-tabs ul.tabs { justify-content: center; }
body.single-product .woocommerce-Tabs-panel { max-width: 1100px; }

@media (max-width: 1050px) {
    .af-shell { width: min(100% - 40px, 900px); }
    .af-hero, .af-feature, .af-story { grid-template-columns: 1fr; }
    .af-hero-media { min-height: 550px; }
    .af-benefit { padding: 25px; }
    .af-category-grid { grid-template-columns: repeat(2, 1fr); }
    body.single-product .woocommerce { width: min(100% - 40px, 900px) !important; }
    body.single-product div.product { grid-template-columns: 1fr !important; }
    body.single-product .summary { position: static !important; }
}

@media (max-width: 700px) {
    .af-shell { width: calc(100% - 30px); }
    .af-category-nav { overflow-x: auto; }
    .af-category-nav .af-shell { width: max-content; min-width: 100%; padding: 0 20px; justify-content: flex-start; gap: 28px; }
    .af-hero-copy { padding: 70px 22px; }
    .af-hero-media { min-height: 430px; }
    .af-hero-actions { align-items: flex-start; flex-direction: column; }
    .af-benefit-grid, .af-product-grid { grid-template-columns: 1fr; }
    .af-benefit { border-right: 0; border-bottom: 1px solid rgba(44,52,54,.25); }
    .af-benefit:last-child { border-bottom: 0; }
    .af-section { padding: 75px 0; }
    .af-section-head { align-items: flex-start; flex-direction: column; }
    .af-category-grid { grid-template-columns: 1fr; gap: 40px; }
    .af-feature-copy, .af-story-copy { padding: 70px 22px; }
    .af-feature-media, .af-story-media { min-height: 430px; }
    body.single-product .woocommerce { width: calc(100% - 30px) !important; padding-top: 22px !important; }
    body.single-product div.product { gap: 28px !important; }
}

/* Luxury navigation and homepage v6. */
:root {
    --am-gold: #b58a4b;
    --am-gold-soft: #d4bc8e;
    --am-ink: #171717;
    --am-ivory: #faf9f6;
    --am-line: #e7e2d9;
}

.am-topbar { position: relative; z-index: 80; min-height: 40px; background: #181716; color: #fff; }
.am-nav-shell { width: min(1760px, calc(100% - 80px)); margin: 0 auto; }
.am-topbar .am-nav-shell { display: grid; grid-template-columns: auto auto 1fr; gap: 24px; align-items: center; min-height: 40px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.am-topbar a { padding: 6px 15px; border: 1px solid var(--am-gold); color: var(--am-gold-soft) !important; text-decoration: none; }
.am-topbar-right { justify-self: end; color: var(--am-gold-soft); }

body header .wp-block-site-title a,
body header .wp-block-site-title { color: var(--am-gold) !important; font-family: DMSerifDisplay, Georgia, serif !important; font-size: 27px !important; text-decoration: none !important; }
body header.wp-block-template-part,
body .wp-site-blocks > header { z-index: 75; background: rgba(255,255,255,.98) !important; border-bottom: 0; }
body header .wp-block-group.alignwide { min-height: 88px; }

.am-mega-nav { position: relative; z-index: 70; border-top: 1px solid var(--am-line); border-bottom: 1px solid var(--am-line); background: #fff; }
.am-nav-row { display: flex; justify-content: center; align-items: stretch; gap: clamp(26px, 4vw, 74px); min-height: 52px; }
.am-nav-row > a,
.am-drop > button { display: flex; align-items: center; min-height: 52px; padding: 0; border: 0; background: transparent; color: var(--am-ink) !important; font-family: DMSans, Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.am-drop > button span { margin-left: 8px; color: var(--am-gold); font-size: 15px; }
.am-nav-row > a:hover,
.am-drop:hover > button,
.am-drop:focus-within > button,
.am-nav-row .am-gold-link { color: var(--am-gold) !important; }
.am-drop { position: static; }
.am-mega-panel { position: absolute; top: 100%; left: 0; width: 100%; padding: 0; border-top: 1px solid var(--am-line); background: #fff; box-shadow: 0 24px 40px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; pointer-events: none; }
.am-drop:hover .am-mega-panel,
.am-drop:focus-within .am-mega-panel { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.am-mega-shell { width: min(1760px, calc(100% - 120px)); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(35px, 5vw, 90px); padding: 42px 0 48px; }
.am-mega-shell h3 { margin: 0 0 14px; color: #151515; font-family: DMSans, Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.am-mega-shell > div > a { display: block; padding: 5px 0; color: #414141 !important; font-size: 13px; line-height: 1.35; text-decoration: none; }
.am-mega-shell > div > a:hover { color: var(--am-gold) !important; }
.am-mega-highlight a { color: var(--am-gold) !important; }
.am-rooms-grid { grid-template-columns: repeat(4, 1fr); }
.am-room { min-height: 120px; padding: 24px !important; border: 1px solid var(--am-line); color: var(--am-ink) !important; text-decoration: none; }
.am-room strong { display: block; margin-bottom: 9px; color: var(--am-gold); font-family: DMSerifDisplay, Georgia, serif; font-size: 25px; font-weight: 400; }
.am-room small { color: #666; font-size: 12px; }

.home .entry-content.wp-block-post-content > .lux-home { width: 100vw !important; max-width: none !important; margin: 0 calc(50% - 50vw) !important; }
.lux-home { overflow: hidden; background: #fff; color: var(--am-ink); font-family: DMSans, Arial, sans-serif; }
.lux-home *, .lux-home *::before, .lux-home *::after { box-sizing: border-box; }
.lux-shell { width: min(1600px, calc(100% - 96px)); margin: 0 auto; }
.lux-kicker { margin: 0 0 17px; color: var(--am-gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.lux-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: inherit !important; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.lux-button { display: inline-flex; justify-content: center; min-width: 190px; padding: 17px 25px; border: 1px solid var(--am-gold); background: var(--am-gold); color: #fff !important; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.lux-button:hover { background: #9e753d; border-color: #9e753d; }
.lux-title { margin: 0; font-family: DMSerifDisplay, Georgia, serif; font-size: clamp(46px, 5.4vw, 86px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }

.lux-hero { position: relative; min-height: min(860px, calc(100vh - 180px)); display: flex; align-items: center; background: #eee9df; }
.lux-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lux-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,237,.97) 0%, rgba(247,244,237,.82) 30%, rgba(247,244,237,.15) 63%, transparent 100%); }
.lux-hero-copy { position: relative; z-index: 2; max-width: 710px; padding: 100px 0; }
.lux-hero .lux-title { color: #171717; }
.lux-hero-copy > p:not(.lux-kicker) { max-width: 570px; margin: 28px 0 34px; color: #4d4c48; font-size: 18px; line-height: 1.65; }
.lux-hero-actions { display: flex; gap: 24px; align-items: center; }
.lux-hero-dots { position: absolute; z-index: 3; left: 48px; bottom: 34px; display: flex; gap: 10px; }
.lux-hero-dots i { width: 34px; height: 2px; background: rgba(20,20,20,.25); }
.lux-hero-dots i:first-child { background: var(--am-gold); }

.lux-section { padding: 120px 0; }
.lux-center-head { max-width: 830px; margin: 0 auto 52px; text-align: center; }
.lux-center-head h2,
.lux-split-copy h2 { margin: 0; color: #171717; font-family: DMSerifDisplay, Georgia, serif; font-size: clamp(42px, 4.2vw, 65px); font-weight: 400; line-height: 1.05; }
.lux-center-head p:not(.lux-kicker) { max-width: 680px; margin: 20px auto 0; color: #6b6861; font-size: 15px; line-height: 1.7; }
.lux-tabs { display: flex; justify-content: center; gap: clamp(28px, 4vw, 68px); margin-bottom: 42px; }
.lux-tabs span { padding-bottom: 9px; color: #77736c; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.lux-tabs span:first-child { color: var(--am-gold); border-bottom: 1px solid var(--am-gold); }
.lux-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.lux-category { color: #171717 !important; text-decoration: none; }
.lux-category figure { overflow: hidden; margin: 0; aspect-ratio: .9 / 1; background: #f3f1ec; }
.lux-category img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.lux-category:hover img { transform: scale(1.03); }
.lux-category h3 { margin: 23px 0 8px; color: #171717; font-family: DMSerifDisplay, Georgia, serif; font-size: 29px; font-weight: 400; }
.lux-category p { min-height: 42px; margin: 0 0 15px; color: #6e6b66; font-size: 13px; line-height: 1.55; }
.lux-category .lux-link { color: var(--am-gold) !important; }

.lux-split { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; background: var(--am-ivory); }
.lux-split-media { min-height: 620px; }
.lux-split-media img { width: 100%; height: 100%; object-fit: cover; }
.lux-split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.lux-split-copy > p:not(.lux-kicker) { max-width: 560px; margin: 25px 0 32px; color: #625f58; font-size: 16px; line-height: 1.75; }

.lux-product-section { background: #fff; }
.lux-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lux-product { color: #171717 !important; text-decoration: none; }
.lux-product figure { position: relative; display: grid; place-items: center; overflow: hidden; margin: 0; aspect-ratio: 1; background: #f7f5f0; }
.lux-product figure img { width: 94%; height: 94%; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s ease; }
.lux-product:hover figure img { transform: scale(1.025); }
.lux-product h3 { margin: 20px 0 7px; font-family: DMSerifDisplay, Georgia, serif; font-size: 23px; font-weight: 400; }
.lux-product p { margin: 0; color: #76736d; font-size: 13px; }
.lux-product strong { display: block; margin-top: 11px; color: var(--am-gold); font-size: 16px; }
.lux-product.is-coming figure img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; opacity: .86; }
.lux-product.is-coming figure::after { content: "WKRÓTCE"; position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.18); color: #fff; font-size: 10px; letter-spacing: .2em; }

.lux-service { border-top: 1px solid var(--am-line); border-bottom: 1px solid var(--am-line); background: var(--am-ivory); }
.lux-service-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.lux-service article { min-height: 160px; padding: 45px 50px; border-right: 1px solid var(--am-line); }
.lux-service article:last-child { border-right: 0; }
.lux-service span { color: var(--am-gold); font-size: 10px; letter-spacing: .14em; }
.lux-service h3 { margin: 13px 0 7px; font-family: DMSerifDisplay, Georgia, serif; font-size: 23px; font-weight: 400; }
.lux-service p { margin: 0; color: #6d6962; font-size: 13px; line-height: 1.6; }

/* Product page gold refinement. */
body.single-product .product_title { color: #171717 !important; }
body.single-product .summary .price { color: var(--am-gold) !important; }
body.single-product .single_add_to_cart_button,
body.single-product button.button { background: var(--am-gold) !important; }
body.single-product .single_add_to_cart_button:hover,
body.single-product button.button:hover { background: #9e753d !important; }
body.single-product .woocommerce-product-gallery,
body.single-product .artisan-assurance { border-color: var(--am-line); }
body.single-product .woocommerce-tabs ul.tabs li.active { border-bottom-color: var(--am-gold) !important; }

@media (max-width: 1000px) {
    .am-nav-shell { width: min(100% - 36px, 900px); }
    .am-topbar-right { display: none; }
    .am-topbar .am-nav-shell { grid-template-columns: auto auto; }
    .am-nav-row { justify-content: flex-start; overflow-x: auto; gap: 30px; }
    .am-mega-panel { display: none; }
    .lux-shell { width: min(100% - 40px, 900px); }
    .lux-split { grid-template-columns: 1fr; }
    .lux-split-media { min-height: 520px; }
}

@media (max-width: 700px) {
    .am-topbar .am-nav-shell { font-size: 8px; }
    .am-nav-shell { width: calc(100% - 30px); }
    .am-nav-row { min-height: 46px; }
    .am-nav-row > a, .am-drop > button { min-height: 46px; font-size: 10px; }
    .lux-shell { width: calc(100% - 30px); }
    .lux-hero { min-height: 650px; align-items: flex-end; }
    .lux-hero::after { background: linear-gradient(0deg, rgba(250,249,246,.98), rgba(250,249,246,.25) 78%); }
    .lux-hero-copy { padding: 80px 0 70px; }
    .lux-hero-copy > p:not(.lux-kicker) { font-size: 16px; }
    .lux-hero-actions { align-items: flex-start; flex-direction: column; }
    .lux-hero-dots { left: 15px; bottom: 20px; }
    .lux-section { padding: 78px 0; }
    .lux-tabs { justify-content: flex-start; overflow-x: auto; }
    .lux-tabs span { flex: 0 0 auto; }
    .lux-category-grid, .lux-product-grid, .lux-service-grid { grid-template-columns: 1fr; }
    .lux-category-grid { gap: 48px; }
    .lux-split-media { min-height: 420px; }
    .lux-split-copy { padding: 70px 22px; }
    .lux-service article { min-height: 0; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--am-line); }
    .lux-service article:last-child { border-bottom: 0; }
}

/* Brand system and WooCommerce block product template v7. */
.am-brand { display: inline-flex; align-items: center; color: var(--am-ink) !important; text-decoration: none !important; }
.am-brand img { display: block; width: auto; height: 58px; max-width: min(290px, 32vw); }
body header .wp-block-site-title { display: none !important; }
body header .logo-wrapper { min-width: 290px; }

body.single-product {
    color: #171717;
    background: #fff !important;
}

body.single-product .wp-block-group.woocommerce.product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.single-product main.wp-block-group.has-global-padding {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 38px 0 100px !important;
    background: #fff;
}

body.single-product main > .wp-block-breadcrumbs.alignwide,
body.single-product main > .wp-block-woocommerce-store-notices.alignwide {
    width: min(1540px, calc(100% - 96px)) !important;
    max-width: 1540px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.single-product .woocommerce-breadcrumb {
    margin: 0 !important;
    color: #8b877f;
    font-size: 12px;
}
body.single-product .woocommerce-breadcrumb a { color: #6a665f; text-decoration: none; }
body.single-product .woocommerce-breadcrumb a:hover { color: var(--am-gold); }

body.single-product main > .wp-block-columns.alignwide {
    width: min(1540px, calc(100% - 96px)) !important;
    max-width: 1540px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr) !important;
    gap: clamp(54px, 6vw, 112px) !important;
    align-items: start !important;
    margin: 34px auto 0 !important;
    padding: 0 !important;
}

body.single-product main > .wp-block-columns > .wp-block-column {
    min-width: 0 !important;
    flex-basis: auto !important;
    margin: 0 !important;
}

body.single-product main > .wp-block-columns > .wp-block-column:last-child {
    position: sticky;
    top: 26px;
    padding: 24px 0 0;
}

body.single-product main > .wp-block-columns > .wp-block-column:last-child::before {
    content: "MEBLE ARTISAN · LITE DREWNO MANGO";
    display: block;
    margin-bottom: 17px;
    color: var(--am-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

body.single-product .wp-block-woocommerce-product-image-gallery,
body.single-product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.single-product .woocommerce-product-gallery {
    padding: 18px !important;
    border: 1px solid #e4dfd5 !important;
    border-radius: 0 !important;
    background: #f8f7f3 !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    border-radius: 0 !important;
    background: #fff !important;
}

body.single-product .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.12 / 1 !important;
    object-fit: contain !important;
    background: #fff !important;
}

body.single-product .flex-control-thumbs {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 10px !important;
    margin: 12px 0 0 !important;
}

body.single-product .flex-control-thumbs img {
    border: 1px solid #e1ddd4 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

body.single-product .flex-control-thumbs img.flex-active { border-color: var(--am-gold) !important; }

body.single-product .wp-block-post-title {
    max-width: 620px;
    margin: 0 0 18px !important;
    color: #171717 !important;
    font-family: DMSerifDisplay, Georgia, serif !important;
    font-size: clamp(42px, 3.8vw, 60px) !important;
    font-weight: 400 !important;
    line-height: 1.04 !important;
    letter-spacing: -.03em;
}

body.single-product .wp-block-woocommerce-product-price {
    margin: 0 0 24px !important;
    color: var(--am-gold) !important;
    font-size: 27px !important;
    font-weight: 600;
}

body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount { color: var(--am-gold) !important; }
body.single-product .wp-block-post-excerpt { margin: 25px 0 0 !important; }
body.single-product .wp-block-post-excerpt__excerpt { margin: 0; color: #5c5953; font-size: 16px; line-height: 1.7; }

body.single-product .artisan-assurance {
    margin: 24px 0 0 !important;
    border: 1px solid #e3ded3 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

body.single-product .artisan-assurance > div { padding: 15px 17px; border-bottom-color: #e9e5dd; }
body.single-product .artisan-assurance span { color: var(--am-gold); }
body.single-product .artisan-assurance strong { color: #24211d; font-size: 13px; }
body.single-product .artisan-assurance small { color: #77716a; }

body.single-product .wp-block-add-to-cart-form { margin: 26px 0 0 !important; }
body.single-product .stock.in-stock { margin: 0 0 12px; color: #58705d; font-size: 12px; font-weight: 700; }
body.single-product .wp-block-add-to-cart-form form.cart { display: grid !important; grid-template-columns: 86px 1fr; gap: 12px; margin: 0 !important; }
body.single-product .wp-block-add-to-cart-form .quantity .qty { width: 86px; height: 58px; border: 1px solid #d8d2c7; border-radius: 0; background: #fff; font-size: 16px; }
body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button {
    min-height: 58px;
    border-radius: 0 !important;
    background: var(--am-gold) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: none !important;
}
body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button:hover { background: #9b7137 !important; }
body.single-product .wp-block-woocommerce-product-meta { display: none !important; }

body.single-product main > .wp-block-group.alignwide,
body.single-product main > .wp-block-woocommerce-product-details.alignwide {
    width: min(1320px, calc(100% - 96px)) !important;
    max-width: 1320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 1050px) {
    .am-brand img { height: 50px; max-width: 240px; }
    body header .logo-wrapper { min-width: 240px; }
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide { width: min(100% - 40px, 900px) !important; }
    body.single-product main > .wp-block-columns.alignwide { grid-template-columns: 1fr !important; gap: 42px !important; }
    body.single-product main > .wp-block-columns > .wp-block-column:last-child { position: static; padding-top: 0; }
}

@media (max-width: 700px) {
    .am-brand img { height: 44px; max-width: 205px; }
    body header .logo-wrapper { min-width: 0; }
    body.single-product main.wp-block-group.has-global-padding { padding: 24px 0 70px !important; }
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide { width: calc(100% - 30px) !important; }
    body.single-product main > .wp-block-columns.alignwide { margin-top: 24px !important; gap: 30px !important; }
    body.single-product .woocommerce-product-gallery { padding: 9px !important; }
    body.single-product .flex-control-thumbs { grid-template-columns: repeat(4, 1fr) !important; }
    body.single-product .wp-block-post-title { font-size: 38px !important; }
}

/* Contrast, service accents and compact product opening v8. */
:root {
    --am-gold: #a8732d;
    --am-gold-dark: #7f531d;
    --am-gold-soft: #d3b476;
    --am-ink: #11110f;
    --am-line: #ddd7cc;
}

body {
    color: var(--am-ink);
    background: #fff;
}

.am-brand img { height: 62px; max-width: min(320px, 34vw); }
.am-topbar { background: #11110f; }
.am-topbar .am-nav-shell > span,
.am-topbar-right { color: var(--am-gold-soft); }
.am-nav-row > a,
.am-drop > button { color: #151412 !important; }
.am-nav-row > a[href*="kontakt"],
.am-nav-row .am-gold-link { color: var(--am-gold) !important; }

.lux-service { background: #fff; border-color: #d8d1c5; }
.lux-service article { position: relative; border-color: #d8d1c5; }
.lux-service article::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 2px;
    height: 70px;
    background: var(--am-gold);
}
.lux-service span { color: var(--am-gold-dark); font-weight: 700; }
.lux-service h3 { color: #11110f; }
.lux-service p { color: #403d38; }

.artisan-footer { background: #151411 !important; }
.artisan-footer h3 { color: var(--am-gold-soft) !important; }
.artisan-footer a { color: #f4f0e8 !important; }
.artisan-footer a:hover { color: var(--am-gold-soft) !important; }

body.single-product .wp-site-blocks > .wp-block-group.woocommerce.product,
body.single-product .wp-block-group.woocommerce.product {
    margin: 0 !important;
    margin-block-start: 0 !important;
    padding: 0 !important;
}

body.single-product main.wp-block-group.has-global-padding {
    gap: 0 !important;
    padding: 22px 0 90px !important;
}

body.single-product main > .wp-block-breadcrumbs.alignwide {
    margin: 0 auto 18px !important;
    margin-block-start: 0 !important;
    color: #5d5850;
}

body.single-product main > .wp-block-woocommerce-store-notices.alignwide {
    min-height: 0 !important;
    margin: 0 !important;
    margin-block-start: 0 !important;
    padding: 0 !important;
}

body.single-product main > .wp-block-woocommerce-store-notices:has(> .woocommerce-notices-wrapper:empty) {
    display: none !important;
}

body.single-product main > .wp-block-columns.alignwide {
    margin: 0 auto !important;
    margin-block-start: 0 !important;
}

body.single-product main > .wp-block-columns > .wp-block-column:last-child { padding-top: 12px; }
body.single-product main > .wp-block-columns > .wp-block-column:last-child::before {
    color: var(--am-gold-dark);
    font-size: 11px;
}

body.single-product .woocommerce-product-gallery {
    border: 1px solid #d8d2c8 !important;
    border-top: 3px solid var(--am-gold) !important;
    background: #fff !important;
}

body.single-product .wp-block-post-title { color: #11110f !important; }
body.single-product .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount {
    color: var(--am-gold-dark) !important;
}

body.single-product .artisan-assurance {
    border-color: #d8d2c8 !important;
    border-left: 3px solid var(--am-gold) !important;
}
body.single-product .artisan-assurance > div { border-bottom-color: #ddd7cc; }
body.single-product .artisan-assurance span { color: var(--am-gold); }
body.single-product .artisan-assurance strong { color: var(--am-gold-dark); font-weight: 700; }
body.single-product .artisan-assurance small { color: #4f4a43; }

@media (max-width: 1050px) {
    .am-brand img { height: 52px; max-width: 255px; }
    body.single-product main > .wp-block-columns > .wp-block-column:last-child { padding-top: 0; }
}

@media (max-width: 700px) {
    .am-brand img { height: 45px; max-width: 215px; }
    .lux-service article::before { top: 31px; height: 52px; }
    body.single-product main.wp-block-group.has-global-padding { padding: 16px 0 65px !important; }
    body.single-product main > .wp-block-breadcrumbs.alignwide { margin-bottom: 14px !important; }
}

/* Centered product composition v9. */
body.single-product main > .wp-block-breadcrumbs.alignwide,
body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
body.single-product main > .wp-block-columns.alignwide {
    width: min(1380px, calc(100% - 96px)) !important;
    max-width: 1380px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.single-product main > .wp-block-columns.alignwide {
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr) !important;
    gap: clamp(62px, 5vw, 92px) !important;
}

@media (max-width: 1050px) {
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide {
        width: min(100% - 40px, 900px) !important;
    }
}

/* Viewport-centered product card v11. */
body.single-product main > .wp-block-breadcrumbs.alignwide,
body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
body.single-product main > .wp-block-columns.alignwide {
    left: 50vw !important;
    width: min(1280px, calc(100vw - 64px)) !important;
    max-width: 1280px !important;
    transform: translateX(-50%) !important;
}

body.single-product main > .wp-block-columns.alignwide {
    margin-bottom: -46px !important;
    transform: translate(-50%, -46px) !important;
}

@media (max-width: 1050px) {
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide {
        left: 50vw !important;
        width: min(900px, calc(100vw - 40px)) !important;
    }
    body.single-product main > .wp-block-columns.alignwide {
        margin-bottom: 0 !important;
        transform: translateX(-50%) !important;
    }
}

@media (max-width: 700px) {
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide {
        width: calc(100vw - 30px) !important;
    }
}

/* True centered product card and stronger gold v10. */
:root {
    --am-gold: #b7832f;
    --am-gold-dark: #8c5918;
    --am-gold-soft: #d8b66f;
}

.am-topbar a {
    border-color: var(--am-gold) !important;
    background: var(--am-gold) !important;
    color: #11110f !important;
    font-weight: 700;
}
.am-mega-nav { border-bottom: 2px solid rgba(183, 131, 47, .5); }
.am-nav-row > a[href*="kontakt"],
.am-nav-row .am-gold-link { color: var(--am-gold-dark) !important; }

body.single-product main > .wp-block-breadcrumbs.alignwide,
body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
body.single-product main > .wp-block-columns.alignwide {
    position: relative !important;
    left: 50vw !important;
    width: min(1280px, calc(100vw - 64px)) !important;
    max-width: 1280px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box;
}

body.single-product main > .wp-block-columns.alignwide {
    grid-template-columns: minmax(0, 600px) minmax(420px, 520px) !important;
    justify-content: center !important;
    gap: clamp(64px, 5vw, 80px) !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(183, 131, 47, .75);
    margin-bottom: -46px !important;
    transform: translate(-50%, -46px) !important;
}

body.single-product main > .wp-block-columns > .wp-block-column:last-child {
    padding: 12px 0 0 38px !important;
    border-left: 2px solid var(--am-gold);
}

body.single-product main > .wp-block-columns > .wp-block-column:last-child::before {
    color: var(--am-gold-dark);
    font-weight: 800;
}

body.single-product .woocommerce-product-gallery {
    border-color: #c9b184 !important;
    border-top: 4px solid var(--am-gold) !important;
}

body.single-product .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount {
    color: var(--am-gold-dark) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}

body.single-product .artisan-assurance {
    border-left: 4px solid var(--am-gold) !important;
    background: #fffcf6 !important;
}

body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button {
    background: var(--am-gold) !important;
}

.artisan-footer h3,
.lux-service span,
.lux-service h3:first-letter { color: var(--am-gold-soft) !important; }

@media (max-width: 1050px) {
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide {
        left: 50vw !important;
        width: min(900px, calc(100vw - 40px)) !important;
    }
    body.single-product main > .wp-block-columns.alignwide {
        grid-template-columns: 1fr !important;
        border-top: 1px solid rgba(183, 131, 47, .65);
        margin-bottom: 0 !important;
        transform: translateX(-50%) !important;
    }
    body.single-product main > .wp-block-columns > .wp-block-column:last-child {
        padding: 26px 0 0 !important;
        border-top: 2px solid var(--am-gold);
        border-left: 0;
    }
}

@media (max-width: 700px) {
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide {
        width: calc(100vw - 30px) !important;
    }
}

@media (max-width: 700px) {
    body.single-product main > .wp-block-breadcrumbs.alignwide,
    body.single-product main > .wp-block-woocommerce-store-notices.alignwide,
    body.single-product main > .wp-block-columns.alignwide {
        width: calc(100% - 30px) !important;
    }
}

/* Centered product description and specifications v12. */
body.single-product main > .wp-block-woocommerce-product-details.alignwide {
    position: relative !important;
    left: 50vw !important;
    width: min(1180px, calc(100vw - 64px)) !important;
    max-width: 1180px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box;
}

body.single-product .wp-block-woocommerce-product-details .woocommerce-tabs,
body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel,
body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel h2,
body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel h3,
body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel h4,
body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel ul,
body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel ol,
body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel table {
    text-align: left !important;
}

body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel p {
    max-width: none !important;
    text-align: justify !important;
    text-align-last: left !important;
    hyphens: auto;
}

body.single-product .wp-block-woocommerce-product-details table.shop_attributes {
    width: 100% !important;
}

@media (max-width: 1050px) {
    body.single-product main > .wp-block-woocommerce-product-details.alignwide {
        left: 50vw !important;
        width: min(900px, calc(100vw - 40px)) !important;
    }
}

@media (max-width: 700px) {
    body.single-product main > .wp-block-woocommerce-product-details.alignwide {
        width: calc(100vw - 30px) !important;
    }
    body.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel p {
        text-align: left !important;
    }
}

/* Higher product composition, stronger contrast and restrained gold v13. */
:root {
    --am-gold: #c08a2f;
    --am-gold-dark: #75430b;
    --am-gold-soft: #e1c37f;
    --am-ink: #0d0d0c;
    --am-cream: #fffaf0;
}

.am-topbar {
    border-bottom: 1px solid rgba(225, 195, 127, .42);
    background: #0c0c0b !important;
}
.am-topbar span { color: #f0d18d !important; }
.am-mega-nav {
    border-top: 1px solid rgba(192, 138, 47, .24);
    border-bottom: 2px solid var(--am-gold) !important;
}
.am-nav-row > a:hover,
.am-nav-row button:hover,
.am-nav-row .am-gold-link,
.am-nav-row > a[href*="kontakt"] { color: var(--am-gold-dark) !important; }
.am-mega-panel { border-top: 2px solid var(--am-gold) !important; }
.am-mega-panel h3,
.am-mega-highlight a { color: var(--am-gold-dark) !important; }

body.single-product main.wp-block-group.has-global-padding {
    padding-top: 12px !important;
}

body.single-product main > .wp-block-breadcrumbs.alignwide {
    margin-bottom: 0 !important;
    color: #403a32 !important;
}

body.single-product main > .wp-block-breadcrumbs a {
    color: var(--am-gold-dark) !important;
    text-decoration-color: rgba(117, 67, 11, .45) !important;
}

body.single-product main > .wp-block-columns.alignwide {
    padding-top: 22px !important;
    border-top: 2px solid var(--am-gold) !important;
    margin-bottom: -104px !important;
    transform: translate(-50%, -104px) !important;
}

body.single-product main > .wp-block-columns > .wp-block-column:last-child {
    border-left: 3px solid var(--am-gold) !important;
    background: linear-gradient(90deg, rgba(255, 250, 240, .94) 0, rgba(255, 255, 255, 0) 70%) !important;
}

body.single-product .woocommerce-product-gallery {
    border: 2px solid #c8a968 !important;
    border-top: 5px solid var(--am-gold) !important;
    box-shadow: 0 18px 48px rgba(35, 24, 7, .08);
}

body.single-product .wp-block-post-title {
    color: var(--am-ink) !important;
    text-wrap: balance;
}

body.single-product .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount {
    color: #86520f !important;
}

body.single-product .artisan-assurance {
    border-color: #c9ad78 !important;
    border-left: 5px solid var(--am-gold) !important;
    background: var(--am-cream) !important;
    box-shadow: 0 10px 28px rgba(83, 51, 10, .06);
}

body.single-product .wp-block-add-to-cart-form input.qty {
    border: 1px solid #c9ad78 !important;
}

body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button {
    border: 1px solid #9d681a !important;
    background: linear-gradient(135deg, #c99436, #ad741e) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(117, 67, 11, .16);
}

body.single-product .woocommerce-tabs ul.tabs {
    border-top: 1px solid #d8be8b !important;
}
body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--am-gold-dark) !important;
    border-bottom-color: var(--am-gold) !important;
}
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3 {
    color: #15120e !important;
}
body.single-product .woocommerce-Tabs-panel h2::after,
body.single-product .woocommerce-Tabs-panel h3::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 14px;
    background: var(--am-gold);
}

.am-category-intro {
    width: min(1180px, calc(100vw - 64px));
    margin: 30px auto 58px;
    padding: clamp(28px, 4vw, 52px);
    border-top: 3px solid var(--am-gold);
    border-bottom: 1px solid #d8be8b;
    background: linear-gradient(135deg, #fffaf0 0, #fff 62%);
    color: #25211c;
}
.am-category-intro h2 {
    max-width: 850px;
    margin: 0 0 22px;
    color: #12110f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
}
.am-category-intro p {
    max-width: 960px;
    margin: 0;
    color: #38332c;
    font-size: 17px;
    line-height: 1.75;
    text-align: justify;
    text-align-last: left;
}

@media (max-width: 1050px) {
    body.single-product main > .wp-block-columns.alignwide {
        margin-bottom: 0 !important;
        transform: translateX(-50%) !important;
    }
    body.single-product main > .wp-block-columns > .wp-block-column:last-child {
        border-top: 3px solid var(--am-gold) !important;
        border-left: 0 !important;
    }
}

@media (max-width: 700px) {
    .am-category-intro {
        width: calc(100vw - 30px);
        margin: 20px auto 38px;
        padding: 24px 20px;
    }
    .am-category-intro p { text-align: left; }
}

/* Clear lead-time notice for products supplied on backorder. */
body.single-product .artisan-on-demand {
    display: grid;
    gap: 5px;
    margin: 22px 0;
    padding: 16px 18px;
    border-left: 4px solid var(--am-gold);
    background: #fbf5e9;
    color: #2b1b0d;
}
body.single-product .artisan-on-demand strong { color: var(--am-gold-dark); font-size: 14px; }
body.single-product .artisan-on-demand span { font-size: 13px; line-height: 1.55; }

/* Live product-category hierarchy: links always point to real WooCommerce archives. */
body.single-product .artisan-category-path {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 16px;
    color: #62594f;
    font-size: 12px;
    line-height: 1.5;
}
body.single-product .artisan-category-path span { color: #6f6357; font-weight: 700; }
body.single-product .artisan-category-path a { color: var(--am-gold-dark); text-decoration: none; }
body.single-product .artisan-category-path a:hover { text-decoration: underline; }
body.single-product .artisan-category-path b { color: var(--am-gold); font-weight: 500; }

.artisan-category-tree { border-bottom: 1px solid #ded6ca; background: #fffdf9; }
.artisan-category-tree > div { display: flex; align-items: stretch; gap: 0; width: min(1440px, calc(100% - 80px)); margin: 0 auto; overflow-x: auto; }
.artisan-category-tree strong,
.artisan-category-tree summary { flex: 0 0 auto; padding: 12px 16px; color: #2b2118; font-size: 12px; font-weight: 700; white-space: nowrap; }
.artisan-category-tree strong { color: var(--am-gold-dark); letter-spacing: .06em; text-transform: uppercase; }
.artisan-category-tree details { position: relative; }
.artisan-category-tree summary { cursor: pointer; list-style: none; }
.artisan-category-tree summary::-webkit-details-marker { display: none; }
.artisan-category-tree details > div { position: absolute; z-index: 40; top: 100%; left: 0; display: grid; min-width: 235px; padding: 12px; border: 1px solid #ded6ca; background: #fffdf9; box-shadow: 0 14px 30px rgba(38, 27, 14, .12); }
.artisan-category-tree details > div a { padding: 8px 10px; color: #3b3026; font-size: 13px; text-decoration: none; }
.artisan-category-tree details > div a:first-child { color: var(--am-gold-dark); font-weight: 700; }
.artisan-category-tree details > div a:hover { background: #f8f0e2; }
@media (max-width: 700px) {
    .artisan-category-tree > div { width: 100%; }
    .artisan-category-tree strong,
    .artisan-category-tree summary { padding: 11px 13px; }
}
