:root {
    --bg: #f4efe6;
    --surface: #fffaf2;
    --surface-strong: #fff;
    --text: #1f2430;
    --muted: #5f6777;
    --line: #d8cfbf;
    --brand: #7a4b22;
    --brand-dark: #4e2f14;
    --accent: #d9a441;
    --success: #285943;
    --shadow: 0 18px 40px rgba(52, 37, 18, 0.08);
}

[data-theme="rustig-premium"] {
    --bg: #ece8e1;
    --surface: #fbfaf7;
    --surface-strong: #ffffff;
    --text: #22262d;
    --muted: #69707c;
    --line: #d7d1c6;
    --brand: #96624a;
    --brand-dark: #58372a;
    --accent: #c79c62;
    --success: #3f6654;
    --shadow: 0 20px 44px rgba(34, 30, 25, 0.10);
}

[data-theme="fris-technisch"] {
    --bg: #e8efef;
    --surface: #f8fbfb;
    --surface-strong: #ffffff;
    --text: #1f2933;
    --muted: #607282;
    --line: #c8d6db;
    --brand: #1f6f78;
    --brand-dark: #174d54;
    --accent: #de8f3f;
    --success: #2b6b4c;
    --shadow: 0 20px 44px rgba(23, 49, 54, 0.10);
}

[data-theme="zacht-salie"] {
    --bg: #edf1ea;
    --surface: #fafcf8;
    --surface-strong: #ffffff;
    --text: #223029;
    --muted: #67756d;
    --line: #d2dbd1;
    --brand: #6d8468;
    --brand-dark: #445742;
    --accent: #c8a36a;
    --success: #3f6b52;
    --shadow: 0 20px 44px rgba(45, 61, 48, 0.10);
}

[data-theme="diep-petrol"] {
    --bg: #e6edef;
    --surface: #f7fafb;
    --surface-strong: #ffffff;
    --text: #1f2b31;
    --muted: #5e6f79;
    --line: #ccd8dd;
    --brand: #245f69;
    --brand-dark: #173f47;
    --accent: #d39a4c;
    --success: #2f6b56;
    --shadow: 0 20px 44px rgba(24, 48, 54, 0.10);
}

[data-theme="licht-terra"] {
    --bg: #f1e7df;
    --surface: #fdf9f6;
    --surface-strong: #ffffff;
    --text: #2b2623;
    --muted: #746660;
    --line: #dfd0c6;
    --brand: #b56d4c;
    --brand-dark: #70412e;
    --accent: #d79d56;
    --success: #4b6b52;
    --shadow: 0 20px 44px rgba(70, 45, 33, 0.10);
}

[data-theme="zacht-geel"] {
    --bg: #f5efdc;
    --surface: #fffdf5;
    --surface-strong: #ffffff;
    --text: #2b2920;
    --muted: #78705f;
    --line: #e4dcc2;
    --brand: #b99036;
    --brand-dark: #7b5d1f;
    --accent: #e0b95b;
    --success: #56704d;
    --shadow: 0 20px 44px rgba(88, 73, 32, 0.10);
}

[data-theme="licht-groen"] {
    --bg: #edf3e7;
    --surface: #fbfdf8;
    --surface-strong: #ffffff;
    --text: #243027;
    --muted: #687567;
    --line: #d8e1d2;
    --brand: #6f9561;
    --brand-dark: #46623d;
    --accent: #c6a765;
    --success: #456a4f;
    --shadow: 0 20px 44px rgba(49, 68, 47, 0.10);
}

[data-theme="helder-wit"] {
    --bg: #f3f4f4;
    --surface: #ffffff;
    --surface-strong: #ffffff;
    --text: #20252b;
    --muted: #66707b;
    --line: #dce1e5;
    --brand: #5b7c96;
    --brand-dark: #32495d;
    --accent: #d0a45f;
    --success: #45665a;
    --shadow: 0 18px 40px rgba(38, 48, 58, 0.08);
}

[data-theme="zacht-paars"] {
    --bg: #eee9f3;
    --surface: #fcf9ff;
    --surface-strong: #ffffff;
    --text: #272233;
    --muted: #6f677d;
    --line: #ddd3e7;
    --brand: #8d6aa8;
    --brand-dark: #5b436e;
    --accent: #c9a35e;
    --success: #4c6858;
    --shadow: 0 20px 44px rgba(58, 46, 72, 0.10);
}

[data-theme="helder-oranje"] {
    --bg: #f6ece3;
    --surface: #fffaf6;
    --surface-strong: #ffffff;
    --text: #2d2621;
    --muted: #78685d;
    --line: #e7d7ca;
    --brand: #cf7b3d;
    --brand-dark: #86481f;
    --accent: #e0aa58;
    --success: #526a50;
    --shadow: 0 20px 44px rgba(83, 52, 29, 0.10);
}

[data-theme="warm-rood"] {
    --bg: #ead7d2;
    --surface: #fff6f4;
    --surface-strong: #ffffff;
    --text: #301f1d;
    --muted: #7c5f5b;
    --line: #ddc2bd;
    --brand: #a24f45;
    --brand-dark: #6a2f2a;
    --accent: #cf8c4d;
    --success: #4e674d;
    --shadow: 0 22px 46px rgba(78, 39, 34, 0.12);
}

[data-theme="oceaan-blauw"] {
    --bg: #e8eef5;
    --surface: #f9fbfe;
    --surface-strong: #ffffff;
    --text: #202a36;
    --muted: #647487;
    --line: #d3dde9;
    --brand: #4c78a8;
    --brand-dark: #2f4d6d;
    --accent: #d3a55f;
    --success: #46695b;
    --shadow: 0 20px 44px rgba(43, 62, 86, 0.10);
}

[data-theme="grafiet-grijs"] {
    --bg: #eceeef;
    --surface: #fafbfb;
    --surface-strong: #ffffff;
    --text: #252a2e;
    --muted: #697278;
    --line: #d8dde0;
    --brand: #58656f;
    --brand-dark: #36414a;
    --accent: #c49b5f;
    --success: #4d655a;
    --shadow: 0 18px 40px rgba(49, 58, 64, 0.10);
}

[data-theme="nachtblauw"] {
    --bg: #e5e9f1;
    --surface: #f8faff;
    --surface-strong: #ffffff;
    --text: #202734;
    --muted: #667184;
    --line: #d0d8e6;
    --brand: #3d5a80;
    --brand-dark: #253853;
    --accent: #d3a35c;
    --success: #456358;
    --shadow: 0 20px 44px rgba(35, 51, 73, 0.10);
}

[data-theme="rose-zand"] {
    --bg: #f6efef;
    --surface: #fffdfd;
    --surface-strong: #ffffff;
    --text: #2a2528;
    --muted: #83747a;
    --line: #eadde2;
    --brand: #c49aa5;
    --brand-dark: #7d5963;
    --accent: #d6b07a;
    --success: #56695d;
    --shadow: 0 18px 40px rgba(90, 70, 78, 0.08);
}

[data-theme="luchtblauw"] {
    --bg: #edf4fb;
    --surface: #fbfdff;
    --surface-strong: #ffffff;
    --text: #1f2b38;
    --muted: #6a7d90;
    --line: #d8e4f0;
    --brand: #6aa3d8;
    --brand-dark: #3d6f9c;
    --accent: #d7a85f;
    --success: #4c6b60;
    --shadow: 0 18px 40px rgba(61, 97, 133, 0.10);
}

[data-theme="kobaltblauw"] {
    --bg: #dde7f7;
    --surface: #f7faff;
    --surface-strong: #ffffff;
    --text: #1c2534;
    --muted: #5d6f8a;
    --line: #c8d6ed;
    --brand: #2f5fbf;
    --brand-dark: #1c3c78;
    --accent: #d2a25a;
    --success: #466459;
    --shadow: 0 22px 48px rgba(36, 66, 124, 0.14);
}

[data-theme="ijsblauw"] {
    --bg: #eef5f8;
    --surface: #fcfeff;
    --surface-strong: #ffffff;
    --text: #22303a;
    --muted: #6a808b;
    --line: #d9e7eb;
    --brand: #7aaebb;
    --brand-dark: #4e7882;
    --accent: #d4ab67;
    --success: #4e695f;
    --shadow: 0 18px 40px rgba(76, 112, 121, 0.10);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.05rem;
    background:
        radial-gradient(circle at top left, rgba(217, 164, 65, 0.18), transparent 28%),
        linear-gradient(180deg, #f8f3ea 0%, var(--bg) 100%);
    color: var(--text);
    line-height: 1.6;
}

a {
    color: var(--brand-dark);
}

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

.site-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto;
    background: rgba(255, 250, 242, 0.92);
    border: 1px solid rgba(122, 75, 34, 0.08);
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow);
}

[data-theme="rustig-premium"] body {
    background:
        radial-gradient(circle at top left, rgba(199, 156, 98, 0.16), transparent 28%),
        linear-gradient(180deg, #f7f4ee 0%, #ece8e1 100%);
}

[data-theme="fris-technisch"] body {
    background:
        radial-gradient(circle at top left, rgba(31, 111, 120, 0.12), transparent 28%),
        linear-gradient(180deg, #f4f9f9 0%, #e8efef 100%);
}

[data-theme="zacht-salie"] body {
    background:
        radial-gradient(circle at top left, rgba(109, 132, 104, 0.14), transparent 28%),
        linear-gradient(180deg, #f6f9f3 0%, #edf1ea 100%);
}

[data-theme="diep-petrol"] body {
    background:
        radial-gradient(circle at top left, rgba(36, 95, 105, 0.14), transparent 28%),
        linear-gradient(180deg, #f3f8f9 0%, #e6edef 100%);
}

[data-theme="licht-terra"] body {
    background:
        radial-gradient(circle at top left, rgba(181, 109, 76, 0.14), transparent 28%),
        linear-gradient(180deg, #faf4ef 0%, #f1e7df 100%);
}

[data-theme="zacht-geel"] body {
    background:
        radial-gradient(circle at top left, rgba(185, 144, 54, 0.14), transparent 28%),
        linear-gradient(180deg, #fbf7ea 0%, #f5efdc 100%);
}

[data-theme="licht-groen"] body {
    background:
        radial-gradient(circle at top left, rgba(111, 149, 97, 0.14), transparent 28%),
        linear-gradient(180deg, #f6faf2 0%, #edf3e7 100%);
}

[data-theme="helder-wit"] body {
    background:
        radial-gradient(circle at top left, rgba(91, 124, 150, 0.10), transparent 28%),
        linear-gradient(180deg, #fafbfc 0%, #f3f4f4 100%);
}

[data-theme="zacht-paars"] body {
    background:
        radial-gradient(circle at top left, rgba(141, 106, 168, 0.13), transparent 28%),
        linear-gradient(180deg, #f8f4fb 0%, #eee9f3 100%);
}

[data-theme="helder-oranje"] body {
    background:
        radial-gradient(circle at top left, rgba(207, 123, 61, 0.13), transparent 28%),
        linear-gradient(180deg, #fbf5ef 0%, #f6ece3 100%);
}

[data-theme="warm-rood"] body {
    background:
        radial-gradient(circle at top left, rgba(162, 79, 69, 0.16), transparent 28%),
        linear-gradient(180deg, #f8eeeb 0%, #ead7d2 100%);
}

[data-theme="oceaan-blauw"] body {
    background:
        radial-gradient(circle at top left, rgba(76, 120, 168, 0.13), transparent 28%),
        linear-gradient(180deg, #f4f8fc 0%, #e8eef5 100%);
}

[data-theme="grafiet-grijs"] body {
    background:
        radial-gradient(circle at top left, rgba(88, 101, 111, 0.10), transparent 28%),
        linear-gradient(180deg, #f6f7f8 0%, #eceeef 100%);
}

[data-theme="nachtblauw"] body {
    background:
        radial-gradient(circle at top left, rgba(61, 90, 128, 0.13), transparent 28%),
        linear-gradient(180deg, #f3f6fb 0%, #e5e9f1 100%);
}

[data-theme="rose-zand"] body {
    background:
        radial-gradient(circle at top left, rgba(196, 154, 165, 0.12), transparent 28%),
        linear-gradient(180deg, #fcf8f9 0%, #f6efef 100%);
}

[data-theme="luchtblauw"] body {
    background:
        radial-gradient(circle at top left, rgba(106, 163, 216, 0.14), transparent 28%),
        linear-gradient(180deg, #f7fbfe 0%, #edf4fb 100%);
}

[data-theme="kobaltblauw"] body {
    background:
        radial-gradient(circle at top left, rgba(47, 95, 191, 0.15), transparent 28%),
        linear-gradient(180deg, #f2f6fe 0%, #dde7f7 100%);
}

[data-theme="ijsblauw"] body {
    background:
        radial-gradient(circle at top left, rgba(122, 174, 187, 0.14), transparent 28%),
        linear-gradient(180deg, #f8fcfd 0%, #eef5f8 100%);
}

[data-theme="rustig-premium"] .site-shell {
    background: rgba(251, 250, 247, 0.94);
    border-color: rgba(88, 55, 42, 0.08);
}

[data-theme="fris-technisch"] .site-shell {
    background: rgba(248, 251, 251, 0.94);
    border-color: rgba(23, 77, 84, 0.10);
}

[data-theme="zacht-salie"] .site-shell {
    background: rgba(250, 252, 248, 0.94);
    border-color: rgba(68, 87, 66, 0.09);
}

[data-theme="diep-petrol"] .site-shell {
    background: rgba(247, 250, 251, 0.94);
    border-color: rgba(23, 63, 71, 0.10);
}

[data-theme="licht-terra"] .site-shell {
    background: rgba(253, 249, 246, 0.94);
    border-color: rgba(112, 65, 46, 0.09);
}

[data-theme="zacht-geel"] .site-shell {
    background: rgba(255, 253, 245, 0.95);
    border-color: rgba(123, 93, 31, 0.10);
}

[data-theme="licht-groen"] .site-shell {
    background: rgba(251, 253, 248, 0.95);
    border-color: rgba(70, 98, 61, 0.10);
}

[data-theme="helder-wit"] .site-shell {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(50, 73, 93, 0.08);
}

[data-theme="zacht-paars"] .site-shell {
    background: rgba(252, 249, 255, 0.95);
    border-color: rgba(91, 67, 110, 0.09);
}

[data-theme="helder-oranje"] .site-shell {
    background: rgba(255, 250, 246, 0.95);
    border-color: rgba(134, 72, 31, 0.09);
}

[data-theme="warm-rood"] .site-shell {
    background: rgba(255, 246, 244, 0.95);
    border-color: rgba(106, 47, 42, 0.10);
}

[data-theme="oceaan-blauw"] .site-shell {
    background: rgba(249, 251, 254, 0.95);
    border-color: rgba(47, 77, 109, 0.09);
}

[data-theme="grafiet-grijs"] .site-shell {
    background: rgba(250, 251, 251, 0.95);
    border-color: rgba(54, 65, 74, 0.08);
}

[data-theme="nachtblauw"] .site-shell {
    background: rgba(248, 250, 255, 0.95);
    border-color: rgba(37, 56, 83, 0.09);
}

[data-theme="rose-zand"] .site-shell {
    background: rgba(255, 253, 253, 0.96);
    border-color: rgba(125, 89, 99, 0.08);
}

[data-theme="luchtblauw"] .site-shell {
    background: rgba(251, 253, 255, 0.96);
    border-color: rgba(61, 111, 156, 0.08);
}

[data-theme="kobaltblauw"] .site-shell {
    background: rgba(247, 250, 255, 0.96);
    border-color: rgba(28, 60, 120, 0.10);
}

[data-theme="ijsblauw"] .site-shell {
    background: rgba(252, 254, 255, 0.96);
    border-color: rgba(78, 120, 130, 0.08);
}

.site-header {
    border-bottom: 1px solid var(--line);
}

.topbar,
.main-nav,
.page-content,
.site-footer {
    padding-left: 24px;
    padding-right: 24px;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.brand img {
    width: 79px;
    height: 70px;
    object-fit: contain;
    border-radius: 14px;
}

.brand span {
    display: flex;
    flex-direction: column;
}

.brand strong {
    font-size: 1.35rem;
}

.brand small,
.topbar-contact a,
.product-category,
.price-note,
.eyebrow {
    color: var(--muted);
}

.product-category {
    font-size: 0.7rem;
    font-style: italic;
    text-transform: lowercase;
}

.stock {
    font-size: 0.8rem;
    color: var(--success);
    text-transform: lowercase;
}

.hours-note {
    color: red;
}

.topbar-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 18px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding-top: 18px;
}

.main-nav a {
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(122, 75, 34, 0.07);
}

.main-nav a.active,
.main-nav a:hover,
.button {
    background: var(--brand);
    color: #fff;
}

.page-content h1,
.card h2,
.product-card h2,
.product-card h3 {
    line-height: 1.15;
    color: var(--brand-dark);
}

.media-card img,
.service-card img,
.product-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    object-fit: cover;
}

.page-content {
    padding: 0;
}

.page-content > * {
    margin: 0;
    border-top: 1px solid var(--line);
}

.page-content > :first-child {
    border-top: 0;
}

.grid {
    display: grid;
    gap: 0;
}

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

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

.card {
    padding: 24px;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 10px;
}

.product-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 18px;
}

.product-filters__button {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    background: rgba(122, 75, 34, 0.07);
    color: var(--brand-dark);
}

.product-filters__button:hover,
.product-filters__button.active {
    background: var(--brand);
    color: #fff;
}

.product-filters__count {
    opacity: 0.8;
}

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

.product-card {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    padding: 16px;
}

.product-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.product-card-link:hover {
    transform: translateY(-3px);
    border-color: rgba(122, 75, 34, 0.28);
    box-shadow: 0 16px 30px rgba(52, 37, 18, 0.12);
}

.product-card__title-link,
.product-back-link {
    color: inherit;
}

.product-card__title-link {
    text-decoration: none;
}

.product-card__title-link:hover,
.product-card__title-link:focus-visible,
.product-back-link:hover,
.product-back-link:focus-visible {
    color: var(--brand);
}

.product-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}

.product-card__meta .product-category,
.product-card__meta .stock {
    margin: 0;
}

.product-card__meta .stock {
    text-align: right;
}

.product-card__image-wrap {
    position: relative;
    margin-bottom: 14px;
}

.product-card__image-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.product-card img {
    width: 100%;
    height: 180px;
    margin-bottom: 0;
    background: #fff;
}

.product-card__image-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f2b300;
    color: #2f1b00;
    border: 1px solid rgba(79, 47, 20, 0.24);
    box-shadow: 0 8px 18px rgba(242, 179, 0, 0.32);
    font-size: 0.82rem;
    font-weight: 700;
}

.product-card__summary {
    margin-bottom: 1em;
}

.product-card__summary-rest {
    white-space: normal;
}

.product-card__summary-toggle {
    padding: 0;
    border: 0;
    margin-left: 6px;
    background: transparent;
    color: var(--brand-dark);
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.product-detail {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
}

.product-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.product-detail__media .product-card__image-wrap {
    margin-bottom: 0;
}

.product-detail__figure {
    margin: 0 0 14px;
}

.product-detail__main-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    object-fit: contain;
    background: #fff;
}

.product-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 110px));
    gap: 10px;
}

.product-detail__thumb {
    padding: 0;
    border: 2px solid rgba(122, 75, 34, 0.18);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.product-detail__thumb.is-active {
    border-color: #7a4b22;
    box-shadow: 0 0 0 2px rgba(122, 75, 34, 0.12);
}

.product-detail__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: contain;
    background: #fffdf8;
}

.product-detail__body > :first-child {
    margin-top: 0;
}

.product-detail__summary {
    font-size: 1.02rem;
}

.product-detail__description p:last-child,
.product-detail__body .price,
.product-detail__body .price-note:last-child {
    margin-bottom: 0;
}

.product-gallery-dialog {
    width: min(820px, calc(100vw - 40px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    margin: auto;
    padding: 18px;
    border: 1px solid rgba(122, 75, 34, 0.16);
    border-radius: 20px;
    background: #fffdf8;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.product-gallery-dialog::backdrop {
    background: rgba(32, 27, 22, 0.58);
}

.product-gallery-dialog__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.product-gallery-dialog__header h2 {
    margin: 0;
}

.product-gallery-dialog__body {
    display: grid;
    gap: 14px;
}

.product-gallery-dialog__stage {
    margin: 0;
    display: grid;
    gap: 10px;
}

.product-gallery-dialog__stage img {
    width: 100%;
    min-height: 220px;
    max-height: min(56vh, 520px);
    border-radius: 14px;
    object-fit: contain;
    background: #fffdf8;
}

.product-gallery-dialog__stage figcaption {
    color: var(--muted);
    font-size: 0.95rem;
}

.product-gallery-dialog__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 110px));
    gap: 10px;
}

.product-gallery-dialog__thumb {
    padding: 0;
    border: 2px solid rgba(122, 75, 34, 0.18);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.product-gallery-dialog__thumb.is-active {
    border-color: #7a4b22;
    box-shadow: 0 0 0 2px rgba(122, 75, 34, 0.12);
}

.product-gallery-dialog__thumb.is-broken {
    opacity: 0.45;
}

.product-gallery-dialog__thumb img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: contain;
    display: block;
    background: #fffdf8;
}

.price {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--success);
}

.price-prefix {
    margin-right: 6px;
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 400;
    color: var(--muted);
}

.button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
}

.button.secondary {
    background: #ddd2bf;
    color: var(--brand-dark);
}

.home-products-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(122, 75, 34, 0.18);
}

.home-products-link:hover {
    background: var(--brand-dark);
}

.clean-list {
    margin: 0;
    padding-left: 18px;
}

.faq-section {
    display: grid;
    gap: 20px;
}

.faq-section__header {
    display: grid;
    gap: 8px;
    max-width: 780px;
}

.faq-section__header h2,
.faq-section__header p {
    margin: 0;
}

.faq-section__eyebrow {
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.faq-accordion {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 244, 234, 0.92));
    box-shadow: 0 14px 28px rgba(52, 37, 18, 0.06);
}

.faq-item__summary {
    position: relative;
    display: block;
    padding: 20px 60px 20px 22px;
    list-style: none;
    cursor: pointer;
    color: var(--text);
    font-size: 1.05rem;
    font-weight: 700;
}

.faq-item__summary::-webkit-details-marker {
    display: none;
}

.faq-item__summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(122, 75, 34, 0.08);
    color: var(--brand-dark);
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.faq-item__summary:hover::after,
.faq-item__summary:focus-visible::after {
    background: rgba(122, 75, 34, 0.16);
}

.faq-item[open] .faq-item__summary::after {
    content: "−";
    background: rgba(122, 75, 34, 0.14);
}

.faq-item__answer {
    padding: 0 22px 22px;
    color: var(--muted);
}

.faq-item__answer p {
    margin: 0;
}

.faq-section {
    gap: 12px;
}

.faq-section > h2 {
    margin: 0 0 8px;
}

.faq-item h3 {
    margin: 0;
}

.faq-item__trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 60px 20px 22px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    color: var(--text);
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 700;
}

.faq-item__trigger::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(122, 75, 34, 0.08);
    color: var(--brand-dark);
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition: background-color 0.18s ease;
}

.faq-item__trigger:hover::after,
.faq-item__trigger:focus-visible::after {
    background: rgba(122, 75, 34, 0.16);
}

.faq-item__trigger:focus-visible {
    outline: none;
}

.faq-item__trigger:focus-visible::after {
    box-shadow: 0 0 0 3px rgba(122, 75, 34, 0.14);
}

.faq-item__trigger[aria-expanded="true"]::after {
    content: "-";
    background: rgba(122, 75, 34, 0.14);
}

.faq-answer {
    padding: 0 22px 22px;
    color: var(--muted);
}

.faq-answer p {
    margin: 0;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
}

.hours-table th,
.hours-table td {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

.contact-map {
    margin-bottom: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    background: #efe6d7;
}

.contact-map iframe {
    display: block;
    width: 100%;
    min-height: 320px;
    border: 0;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.45fr);
    gap: 24px;
    align-items: center;
}

.home-hero__copy > :first-child {
    margin-top: 0;
}

.home-hero__image {
    position: relative;
    aspect-ratio: 4 / 3;
}

.home-hero__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
}

.home-hero__image img.is-active {
    opacity: 1;
}

.site-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid var(--line);
    line-height: 1.35;
}

.site-footer p {
    margin: 4px 0;
}

.site-footer strong {
    display: inline-block;
    margin-bottom: 4px;
}

.theme-picker {
    display: grid;
    gap: 10px;
}

.theme-picker__inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--brand-dark);
    font-weight: 700;
}

.theme-picker__select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.theme-picker__select-wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--brand-dark);
    border-bottom: 2px solid var(--brand-dark);
    transform: translateY(-2px) rotate(45deg);
    pointer-events: none;
}

.theme-picker__select {
    width: 240px;
    padding: 10px 48px 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--brand-dark);
    font: inherit;
    font-weight: 400;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (max-width: 860px) {
    .grid.two,
    .grid.three,
    .site-footer,
    .home-hero {
        grid-template-columns: 1fr;
    }

    .topbar,
    .section-head,
    .product-gallery-dialog__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-contact {
        align-items: flex-start;
    }

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

    .product-detail__layout {
        grid-template-columns: 1fr;
    }

    .product-gallery-dialog {
        width: calc(100vw - 24px);
        padding: 18px;
    }

    .product-gallery-dialog__thumbs {
        grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    }
}

@media (max-width: 620px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-gallery-dialog__stage img {
        min-height: 220px;
    }
}

@media (min-width: 861px) {
    .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid.two > * + *,
    .grid.three > * + * {
        border-left: 1px solid var(--line);
    }
}
