
:root {
  --forest: #21372f;
  --deep: #14241f;
  --gold: #b7913e;
  --cream: #f2f0ea;
  --paper: #ffffff;
  --ink: #171a18;
  --muted: #666b67;
  --line: #dfded9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(100% - 48px, 1320px); margin-inline: auto; }
.eyebrow { margin: 0 0 17px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #d8bc75; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6.7vw, 6.6rem); line-height: .96; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 4.2rem); line-height: 1.04; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid #e6e6e3; backdrop-filter: blur(12px); }
.nav-row { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { width: 185px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 1.45vw, 25px); }
.desktop-nav a { position: relative; padding: 33px 0 30px; font-size: .79rem; font-weight: 650; white-space: nowrap; }
.desktop-nav a::after { position: absolute; content: ""; right: 0; bottom: 25px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.desktop-nav .nav-accent { color: var(--forest); font-weight: 850; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { width: 46px; height: 46px; padding: 10px; display: grid; align-content: center; gap: 5px; list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 2px; background: var(--forest); }
.mobile-menu nav { position: absolute; top: 50px; right: 0; width: min(330px, calc(100vw - 28px)); padding: 12px; display: grid; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 55px #1118; }
.mobile-menu nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 700; }
.mobile-menu nav a[aria-current="page"] { color: var(--forest); background: var(--cream); }

.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gold); background: var(--gold); color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .02em; transition: .2s; }
.button:hover { background: #99762b; border-color: #99762b; transform: translateY(-1px); }
.button-small { min-height: 44px; }
.button-dark { background: var(--forest); border-color: var(--forest); }
.button-ghost { background: transparent; border-color: #ffffff9a; }
.button-muted { background: #7b847f; border-color: #7b847f; }
.text-button { padding-bottom: 7px; display: inline-flex; gap: 18px; border-bottom: 1px solid var(--gold); color: var(--forest); font-size: .8rem; font-weight: 800; }
.text-button span { color: var(--gold); }
.light-link { color: #fff; font-weight: 800; }
.text-link { color: var(--forest); font-size: .78rem; font-weight: 800; }

.legacy-hero, .bench-hero { min-height: 650px; position: relative; overflow: hidden; background: #121b17; color: #fff; }
.legacy-hero > img, .bench-hero > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.legacy-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #0c1713dd 0%, #0c17139c 42%, #0c171335 78%), linear-gradient(0deg, #0c171380, transparent 55%); }
.legacy-hero-copy { min-height: 650px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.legacy-hero-copy h1 { max-width: 850px; }
.legacy-hero-copy > p:not(.eyebrow) { max-width: 710px; margin-bottom: 32px; color: #e3e8e5; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.regional-proof { background: var(--deep); color: #fff; }
.regional-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.regional-proof article { min-height: 168px; padding: 36px 38px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #ffffff24; }
.regional-proof article:first-child { padding-left: 0; }
.regional-proof article:last-child { padding-right: 0; border-right: 0; }
.regional-proof strong { margin-bottom: 10px; color: #d8bc75; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.regional-proof span { max-width: 350px; color: #c8d2cd; font-size: .86rem; line-height: 1.7; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.2fr .65fr; gap: 90px; align-items: end; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.legacy-heading h2 { max-width: 800px; }
.service-overview { background: linear-gradient(180deg, #fff 0%, #f7f5ef 100%); }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-list article { min-height: 340px; padding: 30px 32px 32px; position: relative; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; background: #fff; border: 1px solid #e3e0d8; box-shadow: 0 14px 35px #18271f0b; transition: transform .22s, border-color .22s, box-shadow .22s; }
.service-list article::before { width: 5px; position: absolute; content: ""; inset: 0 auto 0 0; background: var(--gold); transform: scaleY(.22); transform-origin: top; transition: transform .22s; }
.service-list article:hover { transform: translateY(-5px); border-color: #cfc7b5; box-shadow: 0 22px 48px #18271f18; }
.service-list article:hover::before { transform: scaleY(1); }
.service-card-topline { width: 100%; margin-bottom: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.service-card-topline > span { color: #c6bfae; font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.service-list h3 { max-width: 100%; margin: 0 0 14px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.65rem, 2vw, 2.15rem); font-weight: 500; line-height: 1.08; }
.service-category { margin-bottom: 12px; color: var(--gold); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-description { margin: 0 0 27px; color: var(--muted); font-size: .86rem; line-height: 1.72; }
.service-label { padding: 6px 8px; color: #fff; background: var(--gold); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-link { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; border-top: 1px solid #e8e4da; color: var(--forest); font-size: .76rem; font-weight: 800; }
.service-link span { color: var(--gold); font-size: 1rem; transition: transform .2s; }
.service-list article:hover .service-link span { transform: translateX(4px); }
.section-action { margin-top: 40px; text-align: center; }

.image-story { min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; }
.image-story-media { min-height: 720px; }
.image-story-media img { width: 100%; height: 100%; object-fit: cover; }
.image-story-copy { padding: clamp(55px, 8vw, 120px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.image-story-copy h2 { margin-bottom: 28px; }
.image-story-copy p:not(.eyebrow) { max-width: 620px; color: #c8d2cd; line-height: 1.8; }
.image-story-copy .button { margin-top: 15px; }
.image-story-dark { background: var(--forest); color: #fff; }

.feature-pair-section { background: var(--cream); }
.feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; }
.feature-pair article { background: #fff; }
.feature-pair article > img { width: 100%; height: 480px; object-fit: cover; }
.feature-pair article > div { padding: 40px 42px 44px; }
.feature-pair h2 { margin-bottom: 29px; font-size: clamp(2.2rem, 3.25vw, 3.45rem); }
.feature-pair-offset { margin-top: 86px; }

.woodshop-home { padding: 105px 0 115px; background: var(--forest); color: #fff; }
.shop-intro { margin-bottom: 52px; display: grid; grid-template-columns: 1.25fr .65fr; gap: 90px; align-items: end; }
.shop-intro h2 { max-width: 760px; }
.shop-intro > div:last-child p { color: #c4d0ca; line-height: 1.75; }
.home-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.home-products .product-card { background: #fff; color: var(--ink); }
.home-products .product-image { height: 430px; }
.home-shop-empty { margin: 0; padding: 32px; border: 1px solid #ffffff2e; color: #c4d0ca; line-height: 1.7; }
.etsy-teaser { background: #fff; }
.etsy-teaser-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.etsy-teaser-inner > div { max-width: 830px; }
.etsy-teaser h2 { margin-bottom: 22px; }
.etsy-teaser p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: var(--muted); line-height: 1.75; }

.subpage-hero { min-height: 430px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background-color: var(--forest); background-position: center; background-size: cover; color: #fff; }
.subpage-hero::before { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, #12221ddb 0%, #12221d91 53%, #12221d44); }
.subpage-hero > .shell { position: relative; z-index: 1; padding-bottom: 65px; }
.subpage-hero h1 { margin: 0; font-size: clamp(3.8rem, 7vw, 7.2rem); }
.about-hero { background-image: url('/assets/site/about-family.webp'); background-position: center 35%; }
.services-hero { background-image: url('/assets/site/service-sawmill.webp'); }
.technique-hero { background-image: url('/assets/site/home-sawmill.webp'); }
.contact-hero { background-image: url('/assets/site/home-hero.webp'); }
.lohnschnitt-hero { background-image: url('/assets/site/service-sawmill.webp'); background-position: center 52%; }

.service-detail-list { padding-top: 40px; }
.service-detail { padding: 70px 0; scroll-margin-top: 105px; display: grid; grid-template-columns: 1fr .88fr; gap: 85px; align-items: center; border-bottom: 1px solid var(--line); }
.service-detail-reverse { grid-template-columns: .88fr 1fr; }
.service-detail-reverse .service-detail-image { order: 2; }
.service-detail-image { height: 600px; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-copy h2 { margin-bottom: 26px; }
.service-detail-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.service-detail-copy .text-button { margin-top: 15px; }

.lohnschnitt-intro-grid { display: grid; grid-template-columns: 1.12fr .7fr; gap: 90px; align-items: end; }
.lohnschnitt-intro-grid h2 { max-width: 800px; }
.lohnschnitt-intro-grid > div:last-child p { color: var(--muted); line-height: 1.8; }
.lohnschnitt-process { width: min(100% - 48px, 1320px); margin: 0 auto; padding: clamp(42px, 5.5vw, 78px); position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.lohnschnitt-process::after { width: 310px; height: 310px; position: absolute; content: ""; right: -165px; bottom: -190px; border: 1px solid #b7913e59; border-radius: 50%; box-shadow: 0 0 0 55px #b7913e10, 0 0 0 110px #b7913e08; }
.lohnschnitt-process-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1.15fr .72fr; gap: 70px; align-items: end; }
.lohnschnitt-process-heading h2 { max-width: 780px; font-size: clamp(2.6rem, 4.6vw, 4.8rem); }
.lohnschnitt-process-heading > p { margin: 0; color: #c7d1cc; line-height: 1.75; }
.lohnschnitt-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #ffffff26; border: 1px solid #ffffff26; }
.lohnschnitt-steps article { min-height: 280px; padding: 35px 38px 38px; background: #1d332b; }
.lohnschnitt-steps article:nth-child(2), .lohnschnitt-steps article:nth-child(3) { background: #243d34; }
.lohnschnitt-steps span { color: #d8bc75; font-family: Georgia, serif; font-size: 2rem; }
.lohnschnitt-steps h3 { margin: 42px 0 14px; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.3vw, 2.15rem); font-weight: 500; }
.lohnschnitt-steps p { max-width: 520px; margin: 0; color: #c7d1cc; font-size: .9rem; line-height: 1.75; }

.lohnschnitt-faq-section { padding-bottom: 35px; }
.lohnschnitt-faq { padding: clamp(45px, 6vw, 82px) clamp(34px, 5vw, 68px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 115px); background: var(--cream); }
.lohnschnitt-faq-intro { align-self: start; position: sticky; top: 130px; }
.lohnschnitt-faq-intro h2 { margin-bottom: 25px; color: var(--forest); font-size: clamp(2.4rem, 3.7vw, 3.7rem); }
.lohnschnitt-faq-intro > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); line-height: 1.75; }
.lohnschnitt-faq-list { border-top: 1px solid #cfcabf; }
.lohnschnitt-faq-list details { border-bottom: 1px solid #cfcabf; }
.lohnschnitt-faq-list summary { min-height: 92px; display: grid; grid-template-columns: 42px 1fr 25px; gap: 15px; align-items: center; cursor: pointer; list-style: none; }
.lohnschnitt-faq-list summary::-webkit-details-marker { display: none; }
.lohnschnitt-faq-list summary > span { color: var(--gold); font-family: Georgia, serif; font-size: 1rem; }
.lohnschnitt-faq-list summary > strong { color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.1rem, 1.65vw, 1.38rem); font-weight: 500; line-height: 1.3; }
.lohnschnitt-faq-list summary > i { width: 20px; height: 20px; position: relative; display: block; }
.lohnschnitt-faq-list summary > i::before, .lohnschnitt-faq-list summary > i::after { width: 14px; height: 1px; position: absolute; content: ""; top: 10px; left: 3px; background: var(--gold); transition: transform .2s; }
.lohnschnitt-faq-list summary > i::after { transform: rotate(90deg); }
.lohnschnitt-faq-list details[open] summary > i::after { transform: rotate(0); }
.lohnschnitt-faq-list details > p { margin: -6px 40px 28px 57px; color: var(--muted); font-size: .9rem; line-height: 1.8; }

.technique-sections { padding-top: 65px; }
.technique-story { margin-bottom: 120px; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.technique-story > div:first-child { height: 650px; }
.technique-story img, .technique-story video { width: 100%; height: 100%; object-fit: cover; }
.technique-video-wrap { background: #111; }
.technique-video { display: block; object-fit: contain !important; }
.technique-kiln-image { overflow: hidden; background: #252824; }
.technique-kiln-image img { object-position: center 42%; filter: brightness(1.08) contrast(1.02); }
.technique-story h2 { margin-bottom: 28px; }
.technique-cnc-dimensions { white-space: nowrap; }
.technique-story p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.technique-sawmill-story { align-items: center; }
.technique-machine-details { grid-column: 1 / -1; display: grid; gap: 24px; }
.technique-machine-details > section { padding: 38px 40px; background: var(--cream); border-top: 3px solid var(--gold); }
.technique-machine-details h3 { margin: 0 0 24px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.65rem, 2.15vw, 2.2rem); font-weight: 500; line-height: 1.15; }
.technique-machine-specs { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; list-style: none; }
.technique-machine-specs li { min-height: 52px; padding: 12px 0; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #d8d3c7; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.technique-machine-specs li::before { content: "✓"; flex: 0 0 auto; color: var(--gold); font-weight: 800; }
.technique-machine-specs strong { color: var(--forest); font-size: .8rem; font-weight: 850; }
.technique-machine-specs strong + span { margin-left: auto; text-align: right; }
.technique-machine-closing { padding: 40px 44px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; background: var(--forest); color: #fff; }
.technique-machine-closing strong { color: #d8bc75; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.4vw, 2.35rem); font-weight: 500; line-height: 1.2; }
.technique-machine-closing p { margin: 0; color: #d2ddd7 !important; }
.technique-story-reverse { grid-template-columns: .9fr 1fr; }
.technique-story-reverse > div:first-child { order: 2; height: 720px; }
.technique-story-reverse img { object-position: center; }
.technique-cnc-story > .technique-video-wrap { order: 0; grid-column: 2; grid-row: 1; }
.technique-cnc-intro { grid-column: 1; grid-row: 1; }
.technique-cnc-story > .technique-machine-details { grid-row: 2; }
.technique-kiln-story { scroll-margin-top: 110px; grid-template-columns: .82fr 1.18fr; align-items: center; }
.technique-story.technique-kiln-story { margin-bottom: 0; }
.technique-kiln-intro h2 { max-width: 780px; }
.technique-kiln-details { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.technique-kiln-details > section { padding: 38px 40px; background: var(--cream); border-top: 3px solid var(--gold); }
.technique-kiln-details h3 { margin: 0 0 19px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.65rem, 2.15vw, 2.2rem); font-weight: 500; line-height: 1.15; }
.technique-kiln-details p { margin-bottom: 18px; color: var(--muted); line-height: 1.8; }
.technique-kiln-details p:last-child { margin-bottom: 0; }
.technique-kiln-details ul { margin: 0 0 22px; padding: 0; display: grid; gap: 10px; list-style: none; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.technique-kiln-details li::before { content: "✓"; margin-right: 10px; color: var(--gold); font-weight: 800; }
.technique-kiln-data dl { margin: 0; }
.technique-kiln-data dl > div { padding: 12px 0; display: grid; grid-template-columns: 145px 1fr; gap: 24px; border-bottom: 1px solid #d8d3c7; }
.technique-kiln-data dl > div:first-child { padding-top: 0; }
.technique-kiln-data dl > div:last-child { padding-bottom: 0; border-bottom: 0; }
.technique-kiln-data dt { color: var(--forest); font-size: .77rem; font-weight: 850; }
.technique-kiln-data dd { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.technique-kiln-closing { grid-column: 1 / -1; padding: 40px 44px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; background: var(--forest); color: #fff; }
.technique-kiln-closing strong { color: #d8bc75; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.4vw, 2.35rem); font-weight: 500; line-height: 1.2; }
.technique-kiln-closing p { margin: 0 !important; color: #d2ddd7 !important; }
.technique-kiln-closing > div { display: flex; flex-direction: column; align-items: flex-start; }
.technique-kiln-closing .button { margin-top: 22px; }

.legacy-about-grid { grid-template-columns: 1.05fr .85fr; }
.about-grid { display: grid; gap: 90px; align-items: center; }
.about-image { height: auto; aspect-ratio: 3 / 2; overflow: hidden; }
.about-image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.about-person-names { margin: 14px 0 0; color: var(--forest); font-family: Georgia, serif; font-size: 1.4rem; }
.about-copy h2 { margin-bottom: 29px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.about-copy .signature { margin-top: 34px; color: var(--forest) !important; font-family: Georgia, serif; font-size: 1.4rem; }


.bench-hero { min-height: 620px; }
.bench-hero .legacy-hero-copy { min-height: 620px; }
.bench-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.bench-values article { padding-top: 24px; border-top: 1px solid var(--gold); }
.bench-values span { color: var(--gold); font-family: Georgia, serif; }
.bench-values h3 { margin: 28px 0 12px; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.bench-values p { color: var(--muted); font-size: .87rem; line-height: 1.75; }
.bench-offer { margin-top: 85px; padding: 55px 60px; display: flex; justify-content: space-between; gap: 50px; background: var(--cream); }
.bench-offer > div:last-child { display: flex; align-items: center; gap: 35px; }
.bench-offer strong { font-family: Georgia, serif; font-size: 2rem; white-space: nowrap; }
.bench-price, .product-price { display: grid; }
.bench-price small, .product-price small, .detail-price-row small { margin-top: 3px; color: var(--muted); font-size: .64rem; font-weight: 500; white-space: nowrap; }

.contact-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 105px; }
.contact-layout h2 { margin-bottom: 32px; }
.contact-details { padding-right: 65px; border-right: 1px solid var(--line); }
.contact-details address { margin-bottom: 27px; color: var(--muted); font-style: normal; line-height: 1.8; }
.contact-details > a { margin-bottom: 10px; display: block; color: var(--gold); font-weight: 800; }
.instagram-link { display: inline-flex !important; align-items: center; gap: 8px; }
.instagram-link svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
.contact-note { margin-top: 38px; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.location-section { padding: 0 0 105px; background: #fff; }
.location-card { min-height: 510px; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; background: var(--cream); }
.location-copy { padding: clamp(42px, 5vw, 72px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location-copy h2 { margin-bottom: 25px; font-size: clamp(2.3rem, 3.7vw, 3.8rem); }
.location-copy > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); line-height: 1.75; }
.location-coordinates { margin-top: 18px; color: var(--muted); font-size: .73rem; letter-spacing: .04em; }
.location-map { min-height: 510px; background: #d8ddd8; }
.location-map iframe { width: 100%; height: 100%; min-height: 510px; display: block; border: 0; }
.location-map-placeholder { min-height: 510px; padding: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--forest); background: radial-gradient(circle at center, #eef1ec 0, #d8ddd8 68%); }
.location-map-placeholder strong { margin-top: 18px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; }
.location-map-placeholder p { max-width: 430px; margin: 14px 0 25px; color: var(--muted); line-height: 1.65; }
.location-pin { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--gold); color: #fff; font-size: 1rem; box-shadow: 0 12px 28px #192a2140; }

.page-hero { padding: 80px 0 86px; background: var(--forest); color: #fff; }
.page-hero-inner { max-width: 1050px; }
.page-hero h1 { max-width: 980px; font-size: clamp(3.3rem, 6.4vw, 6.7rem); }
.page-hero p:last-child { max-width: 760px; margin: 0; color: #cbd6d0; font-size: 1.05rem; line-height: 1.75; }

.holzangebot-intro { background: #fff; }
.holzangebot-intro-grid { display: grid; grid-template-columns: 1.05fr .82fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.holzangebot-intro-grid h2 { max-width: 760px; color: var(--forest); }
.holzangebot-intro-copy > p { color: var(--muted); line-height: 1.82; }
.holzangebot-intro-copy > p:last-of-type { margin-bottom: 30px; }
.holzangebot-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.holzangebot-benefits { margin-top: 65px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.holzangebot-benefits article { min-height: 190px; padding: 30px 34px 32px; border-right: 1px solid var(--line); }
.holzangebot-benefits article:first-child { padding-left: 0; }
.holzangebot-benefits article:last-child { padding-right: 0; border-right: 0; }
.holzangebot-benefits span { display: block; margin-bottom: 24px; color: var(--gold); font-family: Georgia, serif; }
.holzangebot-benefits strong { display: block; margin-bottom: 10px; color: var(--forest); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.holzangebot-benefits p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }

.product-grid { display: grid; gap: 27px; }
.product-card { overflow: hidden; background: #fff; box-shadow: 0 15px 45px #1c292315; transition: transform .22s, box-shadow .22s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px #1c292326; }
.product-image { height: 430px; position: relative; display: block; overflow: hidden; background: #101512; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-image-placeholder, .detail-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #d7d2c7; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card:hover .product-image img { transform: scale(1.025); }
.status { position: absolute; top: 16px; left: 16px; padding: 8px 10px; background: #fff; color: var(--forest); font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.status::before { content: ""; width: 7px; height: 7px; margin-right: 7px; display: inline-block; border-radius: 50%; background: #78a300; }
.status-reserved::before { background: var(--gold); }
.status-sold_out::before { background: #9a332a; }
.status-on-request::before { background: #89928d; }
.product-content { padding: 24px 25px 26px; }
.product-meta { margin-bottom: 10px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-content h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.product-size { margin-bottom: 22px; color: var(--muted); font-size: .82rem; }
.product-footer { padding-top: 17px; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid #ebe7df; }
.product-price strong { line-height: 1.15; }

.catalog-section { background: var(--cream); }
.catalog-section { scroll-margin-top: 92px; }
.catalog-heading { max-width: 860px; margin-bottom: 45px; }
.catalog-heading h2 { margin-bottom: 20px; color: var(--forest); }
.catalog-heading > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); line-height: 1.75; }
.catalog-toolbar { padding: 0 0 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; border-bottom: 1px solid #d3d1ca; }
.catalog-filter-main { min-width: 0; flex: 1; display: grid; gap: 22px; }
.catalog-filter-block { display: grid; gap: 9px; }
.filter-label, .catalog-select-filter > span { color: var(--forest); font-size: .72rem; font-weight: 850; letter-spacing: .05em; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 10px 15px; border: 1px solid #cbc9c1; background: transparent; color: var(--muted); cursor: pointer; font-weight: 700; }
.filter-button.active, .filter-button:hover { background: var(--forest); border-color: var(--forest); color: #fff; }
.catalog-select-filters { display: flex; flex-wrap: wrap; gap: 14px; }
.catalog-select-filter { min-width: min(100%, 230px); display: grid; gap: 8px; }
.catalog-select-filter select { min-height: 45px; padding: 10px 38px 10px 13px; border: 1px solid #cbc9c1; border-radius: 0; background: #fff; color: var(--forest); font: inherit; font-size: .82rem; font-weight: 700; }
.catalog-select-filter select:focus { outline: 2px solid #b7913e66; border-color: var(--gold); }
.availability-toggle { display: flex; align-items: center; gap: 8px; color: var(--forest); font-size: .82rem; font-weight: 750; }
.availability-toggle input { width: 18px; height: 18px; accent-color: var(--forest); }
.result-count { margin: 25px 0 20px; color: var(--muted); font-size: .8rem; }
.catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; align-items: stretch; }
.catalog-grid .product-card { min-width: 0; display: flex; flex-direction: column; }
.catalog-grid .product-image { height: 420px; }
.catalog-grid .product-image img { object-fit: contain; object-position: center; }
.catalog-grid .product-card:hover .product-image img { transform: none; }
.catalog-grid .product-content { flex: 1; display: flex; flex-direction: column; }
.catalog-grid .product-footer { margin-top: auto; }
.empty-state { padding: 70px; text-align: center; }

.holzangebot-request { padding: 82px 0; background: var(--forest); color: #fff; }
.holzangebot-request-inner { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(55px, 8vw, 120px); align-items: end; }
.holzangebot-request h2 { max-width: 780px; }
.holzangebot-request-inner > div:last-child > p { margin-bottom: 28px; color: #c7d1cc; line-height: 1.78; }
.holzangebot-request-inner > div:last-child { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.holzangebot-request-inner > div:last-child > p { width: 100%; }

.breadcrumb { padding: 25px 0; display: flex; gap: 10px; color: var(--muted); font-size: .76rem; }
.breadcrumb a { color: var(--forest); font-weight: 800; }
.product-detail { padding: 20px 0 105px; display: grid; grid-template-columns: .95fr .72fr; gap: 75px; }
.detail-image { width: 100%; height: 760px; background: #101512; }
.detail-image img { width: 100%; height: 100%; object-fit: contain; }
.detail-image-button { padding: 0; position: relative; display: block; overflow: hidden; border: 0; color: #fff; cursor: zoom-in; }
.detail-image-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.detail-image-zoom { position: absolute; right: 15px; bottom: 15px; padding: 9px 12px; background: #111c; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .04em; pointer-events: none; }
.product-gallery { min-width: 0; }
.gallery-thumbnails { margin-top: 14px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.gallery-thumbnail { height: 105px; padding: 0; overflow: hidden; border: 2px solid transparent; background: #101512; cursor: pointer; }
.gallery-thumbnail.active { border-color: var(--gold); }
.gallery-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.image-lightbox { padding: 28px 76px; position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; background: #07100dec; backdrop-filter: blur(8px); }
.image-lightbox > img { width: 100%; height: 100%; max-width: min(1500px, 92vw); max-height: calc(100vh - 56px); object-fit: contain; }
.image-lightbox-close, .image-lightbox-nav { position: fixed; z-index: 1; display: grid; place-items: center; border: 1px solid #ffffff55; border-radius: 50%; background: #14241fe8; color: #fff; cursor: pointer; }
.image-lightbox-close:hover, .image-lightbox-nav:hover { background: var(--gold); }
.image-lightbox-close:focus-visible, .image-lightbox-nav:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.image-lightbox-close { width: 48px; height: 48px; top: 20px; right: 20px; font-size: 2rem; line-height: 1; }
.image-lightbox-nav { width: 54px; height: 54px; top: 50%; transform: translateY(-50%); font-size: 2.7rem; line-height: 1; }
.image-lightbox-previous { left: 18px; }
.image-lightbox-next { right: 18px; }
.image-lightbox-count { position: fixed; bottom: 18px; left: 50%; padding: 7px 12px; transform: translateX(-50%); border-radius: 999px; background: #14241fe8; color: #fff; font-size: .75rem; font-weight: 800; }
.detail-copy { padding-top: 30px; }
.detail-copy h1 { color: var(--forest); font-size: clamp(3rem, 5vw, 5.3rem); }
.detail-status { color: var(--forest); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.detail-status::before { content: ""; width: 8px; height: 8px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #78a300; }
.detail-status.status-reserved::before { background: var(--gold); }
.detail-status.status-sold_out::before { background: #9a332a; }
.detail-description { color: var(--muted); line-height: 1.75; }
.detail-specs { margin: 28px 0; border-top: 1px solid var(--line); }
.detail-specs div { min-height: 52px; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; border-bottom: 1px solid var(--line); }
.detail-specs dt { color: var(--muted); font-size: .77rem; }
.detail-specs dd { margin: 0; color: var(--forest); font-weight: 750; }
.feature-list { padding: 0; display: grid; gap: 10px; list-style: none; color: var(--muted); font-size: .86rem; }
.feature-list li::before { content: "✓"; margin-right: 9px; color: var(--gold); }
.detail-price-row { margin-top: 28px; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 2px solid var(--forest); }
.detail-price-row > div { display: grid; }
.detail-price-row span { color: var(--muted); font-size: .7rem; }
.detail-price-row strong { font-family: Georgia, serif; font-size: 1.55rem; }
.detail-note { margin-top: 14px; color: var(--muted); font-size: .7rem; }
.detail-help { padding: 58px 0; background: var(--forest); color: #fff; }
.detail-help-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 38px; align-items: center; }
.detail-help h2 { font-size: 2.4rem; }
.detail-help p { margin: 0; color: #bfcbc5; }
.related-grid { margin-top: 40px; grid-template-columns: repeat(3, 1fr); }

.form-section { background: var(--cream); }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; }
.form-aside { margin-top: 40px; display: grid; gap: 14px; color: var(--muted); }
.form-aside p { margin: 0; }
.form-aside strong { width: 30px; display: inline-block; color: var(--gold); }
.reservation-form, .contact-form, .form-success { padding: 38px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 50px #1c2d2514; }
.contact-form { padding: 0; border: 0; box-shadow: none; }
.form-intro { margin: 0 0 24px; padding: 14px 16px; color: var(--forest); background: var(--sage); border-left: 3px solid var(--forest); font-size: .86rem; line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field span { color: var(--forest); font-size: .76rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbc6bb; border-radius: 0; background: #fff; font: inherit; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid #b7913e66; border-color: var(--gold); }
.honeypot { position: absolute; left: -10000px; }
.hcaptcha-field { margin-top: 23px; }
.hcaptcha-field > p { margin: 8px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.consent { margin: 23px 0; display: flex; gap: 10px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.consent input { width: 18px; height: 18px; }
.consent a { text-decoration: underline; }
.form-error { padding: 12px; background: #f8e7e3; color: #8b3328; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .7rem; }
.form-success > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; font-size: 1.4rem; }
.form-success h2 { margin: 25px 0 18px; }
.form-success > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }

.long-process { max-width: 1040px; }
.long-process article { padding: 44px 0; display: grid; grid-template-columns: 100px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.long-process article > span { color: var(--gold); font-family: Georgia, serif; font-size: 2rem; }
.long-process h2 { margin-bottom: 13px; color: var(--forest); font-size: 2.5rem; }
.long-process p { color: var(--muted); line-height: 1.75; }
.cta-section { padding: 76px 0; }
.cta-card { padding: 52px 60px; display: flex; align-items: center; justify-content: space-between; gap: 45px; background: var(--cream); border-left: 5px solid var(--gold); }
.cta-card h2 { max-width: 800px; font-size: clamp(2.1rem, 3.5vw, 3.7rem); }

.legal-page { padding-block: 90px 110px; }
.legal-page > h1 { color: var(--forest); }
.legal-copy { max-width: 860px; }
.legal-copy h2 { margin: 42px 0 13px; color: var(--forest); font-size: 1.65rem; }
.legal-copy p, .legal-copy li { color: var(--muted); line-height: 1.8; }
.legal-copy a { text-decoration: underline; }

.site-footer { background: #fff; border-top: 1px solid var(--line); }
.deko-hero { overflow: hidden; background: #17362b; }
.deko-hero-grid { min-height: 660px; display: grid; grid-template-columns: minmax(0, .93fr) minmax(380px, .77fr); gap: 58px; align-items: center; }
.deko-hero-copy { padding: 90px 0; color: #fff; }
.deko-hero h1 { max-width: 740px; color: #fff; margin: 12px 0 26px; font-size: clamp(3.4rem, 6.1vw, 6.2rem); line-height: .98; letter-spacing: -.065em; }
.deko-hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 0 0 34px; color: #eff4ed; font-size: 1.08rem; line-height: 1.7; }
.deko-feature { position: relative; align-self: stretch; min-height: 520px; color: #fff; text-decoration: none; overflow: hidden; background: #d8c3a4; }
.deko-feature img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.deko-feature:hover img { transform: scale(1.025); }
.deko-feature::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, #10281fde); }
.deko-feature-note { position: absolute; z-index: 1; right: 30px; bottom: 27px; left: 30px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.deko-feature-note span { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.deko-feature-note strong { max-width: 210px; font-size: 1.15rem; line-height: 1.2; text-align: right; }
.deko-feature-note b { margin-left: 4px; }
.deko-intro { padding-bottom: 108px; }
.deko-intro-grid, .deko-service-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.deko-intro-grid h2, .deko-service-card h2 { margin: 11px 0 0; color: var(--forest); }
.deko-intro-grid > p, .deko-service-card > div:last-child > p { margin: 0; max-width: 490px; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.deko-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.deko-product-card { display: block; background: #f5f4f0; color: inherit; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.deko-product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px #162a2117; }
.deko-product-image { position: relative; aspect-ratio: .86; overflow: hidden; background: #e6e6df; }
.deko-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.deko-product-card:hover img { transform: scale(1.035); }
.deko-product-image-contain { background: #e5e5dc; }
.deko-product-image-contain img { object-fit: cover; }
.deko-product-card-landscape .deko-product-image { background: #f2efe8; }
.deko-product-card-landscape .deko-product-image img { object-fit: contain; }
.deko-product-card-portrait .deko-product-image { background: #f2efe8; }
.deko-product-card-portrait .deko-product-image img { object-fit: contain; }
.deko-product-image > span { position: absolute; top: 14px; left: 14px; padding: 7px 9px; background: #fff; color: #17362b; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.deko-product-copy { padding: 21px 20px 23px; }
.deko-product-copy h3 { min-height: 54px; margin: 0 0 20px; color: #1d332b; font-size: 1.14rem; line-height: 1.25; }
.deko-product-copy > p { min-height: 34px; margin: -7px 0 15px; color: #708078; font-size: .72rem; font-weight: 700; line-height: 1.4; }
.deko-product-price { display: block; color: #385d4c; font-size: .9rem; }
.deko-product-link { color: #385d4c; font-size: .76rem; font-weight: 800; letter-spacing: .03em; }
.deko-product-link b { margin-left: 4px; font-size: 1rem; }
.deko-values { background: #1b332a; color: #fff; }
.deko-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.deko-values article { min-height: 365px; padding: 65px 50px 55px; border-right: 1px solid #ffffff21; }
.deko-values article:first-child { border-left: 1px solid #ffffff21; }
.deko-values span { color: #adc3ac; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.deko-values h2 { margin: 68px 0 18px; color: #fff; font-size: clamp(1.6rem, 2.1vw, 2.25rem); line-height: 1.1; }
.deko-values p { max-width: 315px; margin: 0; color: #d3ddd4; line-height: 1.65; }
.deko-service { background: #f5f4f0; }
.deko-service-card { padding: 62px 70px; background: #e5e1d6; }
.deko-service-card .text-button { display: inline-block; margin-top: 29px; }
.deko-shop-head { background: #eef0e9; border-bottom: 1px solid #d9dfd5; }
.deko-shop-head-grid { min-height: 430px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 72px; align-items: center; }
.deko-shop-head h1 { margin: 12px 0 22px; color: var(--forest); font-size: clamp(3rem, 5vw, 5.35rem); line-height: .98; letter-spacing: -.06em; }
.deko-shop-head p:not(.eyebrow) { max-width: 545px; margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.72; }
.deko-season-card { position: relative; min-height: 350px; display: block; overflow: hidden; color: #fff; text-decoration: none; background: #d6c3a6; }
.deko-season-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.deko-season-card:hover img { transform: scale(1.025); }
.deko-season-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, #132b22df); }
.deko-season-card span, .deko-season-card strong { position: absolute; z-index: 1; left: 24px; right: 24px; }
.deko-season-card span { bottom: 58px; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.deko-season-card strong { bottom: 24px; font-size: 1.08rem; }
.deko-season-card b { margin-left: 4px; }
.deko-catalog { padding-top: 88px; }
.deko-catalog-bar { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 38px; }
.deko-catalog-bar h2 { margin: 10px 0 0; color: var(--forest); }
.deko-catalog-bar > p { max-width: 325px; margin: 0; color: var(--muted); font-size: .97rem; line-height: 1.6; }
.deko-shop-note { padding: 44px 0; background: #18362b; color: #e7eee6; }
.deko-shop-note p { max-width: 780px; margin: 0; font-size: 1.04rem; line-height: 1.7; }
.deko-shop-note strong { color: #fff; }
.deko-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr); gap: 82px; padding-bottom: 100px; align-items: start; }
.deko-detail-image { overflow: hidden; background: #e7e5dd; }
.deko-detail-image img { width: 100%; aspect-ratio: .95; display: block; object-fit: cover; }
.deko-detail-copy { padding-top: 16px; }
.deko-detail-copy h1 { margin: 10px 0 25px; color: var(--forest); font-size: clamp(2.5rem, 4.3vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.deko-detail-intro { margin: 0 0 28px; color: var(--muted); font-size: 1.1rem; line-height: 1.72; }
.deko-detail-copy ul { display: grid; gap: 10px; margin: 0 0 36px; padding: 0; list-style: none; }
.deko-detail-copy li { position: relative; padding-left: 19px; color: #31473d; line-height: 1.5; }
.deko-detail-copy li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #5d7c63; }
.deko-detail-note { max-width: 455px; margin: 20px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.deko-detail-back { padding: 35px 0; background: #eef0e9; }
.deko-detail-back a { color: var(--forest); font-weight: 800; text-decoration: none; }
.deko-craft { background: #f5f4f0; }
.deko-craft-grid, .deko-shipping-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 92px; align-items: end; }
.deko-craft h2, .deko-shipping h2 { margin: 11px 0 0; color: var(--forest); }
.deko-craft-grid > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.deko-shipping { padding: 76px 0; background: #1b332a; color: #dce7dc; }
.deko-shipping h2 { color: #fff; }
.deko-shipping-grid > div:last-child { max-width: 480px; }
.deko-shipping-grid > div:last-child p { margin: 0 0 15px; line-height: 1.7; }
.deko-etsy-note { padding: 24px 0; background: #e6e8e1; color: #4e5e56; }
.deko-etsy-note p { margin: 0; font-size: .87rem; text-align: center; }
.deko-product-page { background: #fff; }
.deko-product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .77fr); gap: clamp(48px, 7vw, 112px); padding-top: 70px; padding-bottom: 105px; align-items: start; }
.deko-product-gallery { display: grid; gap: 15px; }
.deko-product-gallery figure { margin: 0; overflow: hidden; background: #e7e5dd; }
.deko-product-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.deko-product-gallery-main { aspect-ratio: .78; }
.deko-product-gallery-landscape .deko-product-gallery-main { aspect-ratio: 1.42; background: #f2efe8; }
.deko-product-gallery-landscape .deko-product-gallery-main img { object-fit: contain; }
.deko-product-gallery-landscape .deko-product-gallery-secondary figure { background: #f2efe8; }
.deko-product-gallery-landscape .deko-product-gallery-secondary img { object-fit: contain; }
.deko-product-gallery-portrait .deko-product-gallery-main { aspect-ratio: .62; background: #f2efe8; }
.deko-product-gallery-portrait img { object-fit: contain; }
.deko-product-gallery-secondary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.deko-product-gallery-secondary figure { aspect-ratio: .82; }
.deko-product-info { padding-top: 15px; }
.deko-product-info h1 { margin: 10px 0 25px; color: var(--forest); font-size: clamp(2.7rem, 4.35vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.deko-product-price-large { margin: 0 0 32px; color: #385d4c; font-family: Georgia, serif; font-size: 1.6rem; }
.deko-product-prices { margin: 0 0 32px; border-top: 1px solid #dce1d9; }
.deko-product-prices p { margin: 0; padding: 15px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid #dce1d9; color: var(--muted); font-size: .92rem; }
.deko-product-prices strong { color: #385d4c; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; white-space: nowrap; }
.deko-buy-box { margin: 0 0 32px; display: grid; gap: 10px; }
.deko-buy-box label { color: var(--forest); font-size: .75rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.deko-buy-box select { min-height: 47px; padding: 0 14px; border: 1px solid #cdd3ca; border-radius: 0; background: #fff; color: var(--forest); font: inherit; }
.deko-buy-box .deko-personalization-label { display: grid; gap: 7px; margin-top: 8px; color: var(--forest); font-size: .75rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.deko-buy-box textarea { box-sizing: border-box; width: 100%; padding: 11px 14px; border: 1px solid #cdd3ca; border-radius: 0; background: #fff; color: var(--forest); font: inherit; font-size: .92rem; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; resize: vertical; }
.deko-buy-box .button { width: 100%; margin-top: 4px; }
.deko-buy-box > a { margin-top: 4px; color: var(--forest); font-size: .82rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.deko-buy-box > p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.desktop-nav .deko-cart-button { margin-left: 4px; padding: 0 0 1px; display: inline-flex; align-items: flex-start; gap: 0; color: var(--forest); line-height: 1; }
.desktop-nav .deko-cart-button::after { display: none; }
.deko-cart-button svg { width: 21px; height: 21px; }
.deko-cart-button b { min-width: 16px; height: 16px; display: grid; place-items: center; margin: -5px 0 0 -4px; border-radius: 50%; background: var(--forest); color: #fff; font-size: .6rem; line-height: 1; }
.deko-cart-button:hover { color: var(--gold); }
.deko-cart-page { min-height: 65vh; padding: 75px 0 110px; background: #f5f4f0; }
.deko-cart-empty { max-width: 660px; margin: 0 auto; padding: 70px; background: #fff; text-align: center; }
.deko-cart-empty h1 { color: var(--forest); font-size: clamp(2.7rem, 5vw, 4.3rem); }
.deko-cart-empty p:not(.eyebrow) { margin: 0 0 30px; color: var(--muted); line-height: 1.7; }
.deko-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 35px; align-items: start; }
.deko-cart-items { display: grid; gap: 15px; }
.deko-cart-items article { padding: 16px; display: grid; grid-template-columns: 106px 1fr 108px; gap: 20px; align-items: center; background: #fff; }
.deko-cart-items img { width: 106px; height: 118px; object-fit: cover; }
.deko-cart-items h2 { margin: 0 0 8px; color: var(--forest); font-size: 1.35rem; }
.deko-cart-items p { margin: 0 0 16px; color: var(--muted); font-size: .85rem; }
.deko-cart-items strong { color: #385d4c; font-size: 1rem; }
.deko-cart-quantity { display: grid; gap: 7px; }
.deko-cart-quantity label { color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.deko-cart-quantity select { min-height: 36px; border: 1px solid #cdd3ca; background: #fff; }
.deko-cart-quantity button { padding: 0; border: 0; background: none; color: #7d4035; font: inherit; font-size: .78rem; text-align: left; text-decoration: underline; cursor: pointer; }
.deko-cart-summary { padding: 30px; background: #1b332a; color: #fff; }
.deko-cart-summary > p:first-child { margin: 0 0 9px; color: #c8d4cb; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.deko-cart-summary > strong { display: block; margin-bottom: 9px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.deko-cart-summary small { display: block; color: #c8d4cb; line-height: 1.5; }
.deko-cart-summary .button { width: 100%; margin-top: 27px; }
.deko-cart-note { margin: 20px 0 0; color: #c8d4cb; font-size: .76rem; line-height: 1.55; }
.deko-checkout-head { max-width: 680px; margin: 0 0 42px; }
.deko-checkout-head h1 { margin: 9px 0 14px; color: var(--forest); font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
.deko-checkout-head > p:last-child { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.65; }
.deko-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 36px; align-items: start; }
.deko-checkout-form { display: grid; gap: 20px; }
.deko-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.deko-delivery-choice, .deko-checkout-section, .deko-pickup-note { margin: 0; padding: 28px; border: 0; background: #fff; }
.deko-delivery-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.deko-delivery-choice > p { grid-column: 1 / -1; margin: 0 0 7px; color: var(--forest); font-family: Georgia, serif; font-size: 1.34rem; line-height: 1.25; }
.deko-delivery-choice label { min-height: 90px; padding: 16px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid #d6dcd4; cursor: pointer; }
.deko-delivery-choice label.is-selected { border-color: #385d4c; box-shadow: inset 0 0 0 1px #385d4c; }
.deko-delivery-choice input { margin: 4px 0 0; accent-color: #385d4c; }
.deko-delivery-choice span { display: grid; gap: 5px; }
.deko-delivery-choice strong { color: var(--forest); font-size: .94rem; }
.deko-delivery-choice small { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.deko-checkout-section { display: grid; gap: 16px; }
.deko-checkout-section h2 { margin: 0 0 2px; color: var(--forest); font-family: Georgia, serif; font-size: 1.34rem; font-weight: 500; }
.deko-checkout-section > label, .deko-form-grid label { display: grid; gap: 7px; color: var(--forest); font-size: .76rem; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.deko-checkout-section label span { color: #809087; font-size: .68rem; font-weight: 700; letter-spacing: 0; text-transform: none; }
.deko-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.deko-checkout-form input, .deko-checkout-form textarea { box-sizing: border-box; width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid #cdd3ca; border-radius: 0; background: #fff; color: var(--forest); font: inherit; font-size: .94rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.deko-checkout-form textarea { min-height: 108px; resize: vertical; }
.deko-checkout-consent > label { display: flex; align-items: flex-start; gap: 12px; text-transform: none; }
.deko-checkout-consent input { flex: 0 0 auto; width: 19px; min-height: 19px; margin: 1px 0 0; accent-color: #385d4c; }
.deko-checkout-consent a { color: var(--forest); text-decoration: underline; }
.deko-pickup-note { border-left: 3px solid var(--gold); background: #eef0e9; }
.deko-pickup-note strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.deko-pickup-note p { margin: 8px 0 0; color: #53645b; font-size: .91rem; line-height: 1.6; }
.deko-checkout-summary { padding: 30px; background: #1b332a; color: #fff; }
.deko-checkout-summary h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.deko-checkout-products { display: grid; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid #ffffff2b; }
.deko-checkout-products > div { display: grid; grid-template-columns: 47px 1fr auto; gap: 11px; align-items: start; }
.deko-checkout-products img { width: 47px; height: 55px; object-fit: cover; }
.deko-checkout-products p { display: grid; gap: 4px; margin: 0; }
.deko-checkout-products p strong { color: #fff; font-size: .83rem; line-height: 1.3; }
.deko-checkout-products p span { color: #c8d4cb; font-size: .7rem; line-height: 1.4; }
.deko-checkout-products b { color: #fff; font-size: .79rem; white-space: nowrap; }
.deko-checkout-summary dl { margin: 19px 0 0; }
.deko-checkout-summary dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; color: #dce7dc; font-size: .84rem; }
.deko-checkout-summary dt, .deko-checkout-summary dd { margin: 0; }
.deko-checkout-summary .deko-total { margin-top: 7px; padding-top: 17px; border-top: 1px solid #ffffff2b; color: #fff; font-family: Georgia, serif; font-size: 1.35rem; }
.deko-checkout-summary .button { width: 100%; margin-top: 24px; }
.deko-checkout-summary > p { margin: 18px 0 0; color: #c8d4cb; font-size: .75rem; line-height: 1.55; }
.deko-checkout-summary .deko-checkout-error, .deko-checkout-error { padding: 12px 14px; background: #fff1ee; color: #8d2f20; font-size: .82rem; font-weight: 750; line-height: 1.5; }
.deko-order-status-page { min-height: 68vh; padding: 90px 20px 120px; display: grid; place-items: center; background: #f5f4f0; }
.deko-order-status-card { width: min(680px, 100%); padding: 55px; background: #fff; box-shadow: 0 20px 60px #1c2d2512; }
.deko-order-status-card h1 { margin: 10px 0 22px; color: var(--forest); font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.deko-order-status-card > p:not(.eyebrow):not(.deko-payment-state):not(.deko-checkout-error) { color: var(--muted); line-height: 1.7; }
.deko-payment-state { margin: 22px 0; padding: 14px 16px; background: #eee9de; color: #6f5520; font-weight: 800; }
.deko-payment-state.is-paid { background: #e4efe7; color: #315f45; }
.deko-order-status-card dl { margin: 25px 0; border-top: 1px solid var(--line); }
.deko-order-status-card dl > div { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.deko-order-status-card dt { color: var(--muted); }
.deko-order-status-card dd { margin: 0; color: var(--forest); font-weight: 800; }
.deko-order-status-card .button { margin-top: 18px; }
.deko-product-facts { margin: 0 0 34px; padding: 0; border-top: 1px solid #dce1d9; }
.deko-product-facts > div { padding: 15px 0; display: grid; grid-template-columns: 130px 1fr; gap: 18px; border-bottom: 1px solid #dce1d9; }
.deko-product-facts dt { color: var(--forest); font-size: .72rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.deko-product-facts dd { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.45; }
.deko-product-callout { padding: 25px 27px; background: #eef0e9; border-left: 3px solid var(--gold); }
.deko-product-callout strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.deko-product-callout p { margin: 10px 0 0; color: #53645b; font-size: .9rem; line-height: 1.65; }
.deko-product-story { padding: 105px 0; background: #1b332a; color: #fff; }
.deko-product-story-grid, .deko-product-shipping-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 92px; align-items: end; }
.deko-product-story h2 { margin: 10px 0 0; color: #fff; }
.deko-product-story-grid > p { max-width: 530px; margin: 0; color: #d5e0d7; font-size: 1.04rem; line-height: 1.75; }
.deko-product-shipping { padding: 86px 0; background: #f5f4f0; }
.deko-product-shipping h2 { margin: 10px 0 0; color: var(--forest); }
.deko-product-shipping-grid > div:last-child { max-width: 500px; color: var(--muted); line-height: 1.7; }
.deko-product-shipping-grid > div:last-child p { margin: 0 0 15px; }
.footer-main { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.footer-brand { width: 190px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid var(--line); color: #7d827e; font-size: .72rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 24px; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-grid .product-image { height: 440px; }
  .bench-values { grid-template-columns: repeat(2, 1fr); }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deko-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deko-shop-head-grid, .deko-detail, .deko-product-detail { grid-template-columns: 1fr; gap: 42px; }
  .deko-shop-head-grid { padding-block: 68px; }
  .deko-shop-head h1 { font-size: clamp(3rem, 10vw, 5rem); }
  .deko-season-card { min-height: 410px; }
  .deko-detail { padding-bottom: 72px; }
  .deko-craft-grid, .deko-shipping-grid, .deko-product-story-grid, .deko-product-shipping-grid { grid-template-columns: 1fr; gap: 30px; }
  .deko-cart-layout { grid-template-columns: 1fr; }
  .deko-checkout-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 30px, 1320px); }
  .nav-row { min-height: 72px; }
  .brand { width: min(58vw, 205px); }
  .legacy-hero, .legacy-hero-copy, .bench-hero, .bench-hero .legacy-hero-copy { min-height: 610px; }
  .legacy-hero-copy { padding-block: 65px; }
  .section { padding: 75px 0; }
  .section-heading, .shop-intro, .image-story, .feature-pair, .home-products, .service-detail, .service-detail-reverse, .technique-story, .technique-story-reverse, .technique-kiln-story, .about-grid, .contact-layout, .product-detail, .detail-help-grid, .form-layout, .related-grid { grid-template-columns: 1fr; }
  .section-heading, .shop-intro { gap: 25px; }
  .service-list { grid-template-columns: 1fr; }
  .image-story-media { min-height: 520px; }
  .image-story-copy { padding: 60px 28px; }
  .feature-pair { gap: 30px; }
  .feature-pair-offset { margin-top: 0; }
  .feature-pair article > img { height: 390px; }
  .feature-pair-offset > img { height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
  .feature-pair article > div { padding: 30px 26px 35px; }
  .etsy-teaser-inner { align-items: flex-start; flex-direction: column; gap: 35px; }
  .subpage-hero { min-height: 340px; }
  .subpage-hero > .shell { padding-bottom: 45px; }
  .service-detail, .technique-story { gap: 35px; }
  .technique-machine-specs { grid-template-columns: 1fr; }
  .technique-machine-closing { grid-template-columns: 1fr; gap: 18px; }
  .technique-cnc-story > .technique-video-wrap, .technique-cnc-intro, .technique-cnc-story > .technique-machine-details { grid-column: 1; grid-row: auto; }
  .technique-kiln-details { grid-template-columns: 1fr; }
  .technique-kiln-closing { grid-template-columns: 1fr; gap: 18px; }
  .service-detail-reverse .service-detail-image, .technique-story-reverse > div:first-child { order: 0; }
  .service-detail-image, .technique-story > div:first-child, .technique-story-reverse > div:first-child { height: 500px; }
  .lohnschnitt-intro-grid, .lohnschnitt-process-heading, .lohnschnitt-faq, .holzangebot-intro-grid, .holzangebot-request-inner { grid-template-columns: 1fr; }
  .lohnschnitt-process-heading { gap: 24px; }
  .lohnschnitt-faq { gap: 40px; }
  .lohnschnitt-faq-intro { position: static; }
  .about-image { height: auto; }
  .technique-story { margin-bottom: 75px; }
  .technique-machine-details > section, .technique-machine-closing, .technique-kiln-details > section, .technique-kiln-closing { padding: 30px 26px; }
  .technique-kiln-data dl > div { grid-template-columns: 1fr; gap: 5px; }
  .bench-offer { padding: 38px 28px; align-items: flex-start; flex-direction: column; }
  .bench-offer > div:last-child { align-items: flex-start; flex-direction: column; }
  .contact-details { padding-right: 0; padding-bottom: 45px; border-right: 0; border-bottom: 1px solid var(--line); }
  .location-card { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 430px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-filter-main { width: 100%; }
  .regional-proof-grid { grid-template-columns: 1fr; }
  .regional-proof article, .regional-proof article:first-child, .regional-proof article:last-child { min-height: 0; padding: 27px 0; border-right: 0; border-bottom: 1px solid #ffffff24; }
  .regional-proof article:last-child { border-bottom: 0; }
  .holzangebot-benefits { grid-template-columns: 1fr; }
  .holzangebot-benefits article, .holzangebot-benefits article:first-child, .holzangebot-benefits article:last-child { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .holzangebot-benefits article:last-child { border-bottom: 0; }
  .holzangebot-benefits span { margin-bottom: 15px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-grid .product-image { height: 460px; }
  .detail-image { height: 600px; }
  .detail-copy { padding-top: 0; }
  .detail-price-row { align-items: flex-start; flex-direction: column; }
  .detail-price-row .button { width: 100%; }
  .reservation-form, .form-success { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .deko-delivery-choice, .deko-form-grid { grid-template-columns: 1fr; }
  .deko-delivery-choice, .deko-checkout-section, .deko-pickup-note, .deko-checkout-summary { padding: 23px 20px; }
  .field-wide { grid-column: 1; }
  .long-process article { grid-template-columns: 55px 1fr; }
  .cta-card { padding: 36px 26px; align-items: flex-start; flex-direction: column; }
  .footer-main, .footer-bottom { padding-block: 28px; align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .deko-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .deko-hero-copy { padding: 90px 0 64px; }
  .deko-feature { min-height: 470px; margin-inline: -24px; }
  .deko-intro { padding-bottom: 75px; }
  .deko-intro-grid, .deko-service-card { grid-template-columns: 1fr; gap: 27px; }
  .deko-product-grid { gap: 15px; }
  .deko-values-grid { grid-template-columns: 1fr; }
  .deko-values article, .deko-values article:first-child { min-height: 0; padding: 42px 0; border: 0; border-bottom: 1px solid #ffffff21; }
  .deko-values article:last-child { border-bottom: 0; }
  .deko-values h2 { margin: 30px 0 15px; }
  .deko-service-card { padding: 42px 28px; }
  .deko-shop-head-grid { gap: 32px; padding-block: 48px; }
  .deko-season-card { min-height: 330px; }
  .deko-catalog { padding-top: 64px; }
  .deko-catalog-bar { display: grid; gap: 18px; margin-bottom: 30px; }
  .deko-catalog-bar > p { max-width: 430px; }
  .deko-detail { gap: 35px; padding-bottom: 54px; }
  .deko-product-detail { gap: 35px; padding-top: 48px; padding-bottom: 64px; }
  .deko-product-gallery-secondary { gap: 9px; }
  .deko-product-facts > div { grid-template-columns: 110px 1fr; gap: 15px; }
  .deko-product-story { padding: 65px 0; }
  .deko-product-shipping { padding: 60px 0; }
  .deko-cart-page { padding: 45px 0 70px; }
  .deko-cart-empty { padding: 46px 25px; }
  .deko-order-status-card { padding: 38px 24px; }
  .deko-cart-items article { grid-template-columns: 78px 1fr; gap: 15px; }
  .deko-cart-items img { width: 78px; height: 90px; }
  .deko-cart-quantity { grid-column: 2; grid-template-columns: 90px 1fr auto; align-items: center; }
  .deko-shipping { padding: 54px 0; }
  .deko-etsy-note { padding: 20px 0; }
}

@media (max-width: 520px) {
  .catalog-select-filters { display: grid; grid-template-columns: 1fr; }
  .catalog-select-filter { width: 100%; min-width: 0; }
  .lohnschnitt-process { width: 100%; padding: 42px 24px; }
  .lohnschnitt-process-heading { margin-bottom: 38px; }
  .lohnschnitt-steps { grid-template-columns: 1fr; }
  .lohnschnitt-steps article { min-height: 0; padding: 28px 25px 30px; }
  .lohnschnitt-steps article:nth-child(odd) { background: #1d332b; }
  .lohnschnitt-steps article:nth-child(even) { background: #243d34; }
  .lohnschnitt-steps h3 { margin-top: 25px; }
  .lohnschnitt-faq { width: calc(100% + 32px); margin-left: -16px; padding: 45px 24px; }
  .lohnschnitt-faq-list summary { min-height: 84px; grid-template-columns: 30px 1fr 22px; gap: 10px; }
  .lohnschnitt-faq-list details > p { margin: -2px 0 25px 40px; }
  .location-map, .location-map iframe { min-height: 340px; }
  h1 { font-size: clamp(2.85rem, 16vw, 4rem); }
  h2 { font-size: clamp(2rem, 11vw, 3rem); }
  .deko-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .deko-feature-note { right: 22px; bottom: 22px; left: 22px; }
  .deko-product-copy { padding: 16px 15px 18px; }
  .deko-product-copy h3 { min-height: 66px; font-size: 1rem; }
  .deko-product-image > span { top: 9px; left: 9px; padding: 6px 7px; font-size: .54rem; }
  .service-list article { min-height: 315px; padding: 28px 25px; }
  .bench-values { grid-template-columns: 1fr; }
  .product-image, .catalog-grid .product-image { height: 390px; }
  .detail-image { height: 490px; }
  .detail-image-zoom { right: 10px; bottom: 10px; }
  .image-lightbox { padding: 70px 12px 78px; }
  .image-lightbox > img { max-width: 100%; max-height: calc(100vh - 148px); }
  .image-lightbox-close { width: 44px; height: 44px; top: 13px; right: 13px; }
  .image-lightbox-nav { width: 48px; height: 48px; top: auto; bottom: 17px; transform: none; }
  .image-lightbox-previous { left: 14px; }
  .image-lightbox-next { right: 14px; }
  .image-lightbox-count { bottom: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ALL-INKL conversion: keep the combined footer logo at its natural aspect ratio. */
.footer-brand img { width: 100%; height: auto !important; object-fit: contain; }
