:root {
  --navy: #073d80;
  --navy-deep: #061d3c;
  --blue: #087ac9;
  --cyan: #08b7e5;
  --red: #e51b2b;
  --white: #fff;
  --mist: #f2f7fb;
  --silver: #dbe5ee;
  --ink: #132033;
  --muted: #5d6a7b;
  --green: #128c5b;
  --shadow: 0 22px 60px rgba(8,43,86,.13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 70px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; height: 112px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(9,43,86,.1); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 18px; }
.brand { width: 240px; height: 108px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 100%; height: 108px; object-fit: contain; }
.site-nav { min-width: 0; display: flex; flex: 1 1 auto; align-items: center; justify-content: center; gap: clamp(12px, 1.25vw, 22px); margin-left: 0; }
.site-nav a { position: relative; white-space: nowrap; font-size: 13px; font-weight: 700; color: var(--navy); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-route { padding: 8px 11px; border-radius: 9px; color: #fff; background: var(--navy); }
.site-nav .nav-route::after { display: none; }
.language-control { position: relative; isolation: isolate; min-width: 176px; display: flex; align-items: center; gap: 7px; padding: 0; overflow: hidden; border: 0; border-radius: 11px; background: var(--blue); box-shadow: 0 7px 18px rgba(8,122,201,.22); }
.language-flag { position: absolute; z-index: 5; left: 8px; width: 36px; height: 30px; display: grid !important; place-items: center; overflow: hidden; pointer-events: none; visibility: visible !important; opacity: 1 !important; border: 2px solid rgba(255,255,255,.92); border-radius: 7px; background: #fff; box-shadow: 0 3px 8px rgba(4,25,53,.2); color: var(--navy); font: 900 10px/1 "Manrope", sans-serif; }
.language-flag img { width: 100%; height: 100%; object-fit: cover; }
.language-load { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: flex-start; gap: 9px; padding: 5px 11px 5px 53px; color: #fff; border: 0; background: var(--blue); cursor: pointer; }
.language-label { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; line-height: 1.05; }
.language-label strong { font: 800 12px/1 "Manrope", sans-serif; letter-spacing: .08em; }
.language-label small { margin-top: 4px; color: rgba(255,255,255,.78); font-size: 8px; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.language-load:hover, .language-load:focus-visible { background: #115f9b; }
.language-load:focus-visible { outline: 3px solid rgba(229,27,43,.35); outline-offset: -3px; }
.language-load[hidden] { display: none; }
.gtranslate_wrapper { position: relative; z-index: 1; min-width: 0; flex: 1; }
.gtranslate_wrapper .gt_selector { width: 100%; min-height: 46px; padding: 0 9px 0 53px; color: #fff; border: 0; outline: 0; background: var(--blue); cursor: pointer; font: 800 12px/1.2 Inter, "Segoe UI", Arial, sans-serif; }
.gtranslate_wrapper .gt_selector:focus-visible { box-shadow: 0 0 0 3px rgba(8,122,201,.2); border-radius: 6px; }
.header-actions { display: none; gap: 8px; }
.header-social-links { display: flex; align-items: center; gap: 6px; }
.header-social-links a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 50%; box-shadow: 0 6px 16px rgba(9,43,86,.16); transition: transform .2s ease, box-shadow .2s ease; }
.header-social-links a:first-child { background: #1877f2; }
.header-social-links a:last-child { background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045); }
.header-social-links a:hover, .header-social-links a:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 9px 22px rgba(9,43,86,.24); }
.header-social-links svg { width: 20px; height: 20px; fill: currentColor; }
.header-social-links .instagram-icon { fill: none; stroke: currentColor; stroke-width: 2; }
.mini-action { min-width: 86px; padding: 9px 11px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 10px; color: var(--navy); background: var(--mist); font-size: 12px; font-weight: 800; }
.mini-action svg { width: 16px; fill: currentColor; }
.mini-action.whatsapp { color: #fff; background: var(--green); }
.mini-action.route { color: #fff; background: var(--navy); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; background: var(--navy); border: 0; border-radius: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.hero { position: relative; min-height: clamp(650px, calc(100svh - 112px), 760px); display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy-deep); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url("assets/regio-hero-service-v2.webp") center 48% / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(4,25,53,.96) 0%, rgba(5,31,65,.82) 47%, rgba(5,31,65,.15) 78%), linear-gradient(0deg, rgba(3,22,46,.45), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-block: 54px 68px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font: 800 12px/1.2 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #82d9f0; }
h1, h2, h3 { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; letter-spacing: -.045em; line-height: 1.06; }
.hero-brand-logo, .service-hero-brand { width: min(330px, 78vw); display: block; margin: 0 0 16px; padding: 8px 10px; border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.24); }
.hero-brand-logo img, .service-hero-brand img { width: 100%; height: auto; }
.hero-local-title { width: fit-content; max-width: 100%; margin: 0 0 18px; padding-left: 12px; color: #fff; border-left: 4px solid var(--red); font: 800 clamp(24px, 2.7vw, 36px)/1.25 "Manrope", sans-serif; letter-spacing: -.015em; text-transform: none; text-shadow: 0 2px 5px rgba(0,0,0,.65), 0 0 18px rgba(0,0,0,.25); }
.hero-local-title small { display: block; margin-top: 6px; color: #fff; font-size: clamp(14px, 1.3vw, 18px); font-weight: 700; letter-spacing: .025em; }
.express-hero-badge { width: fit-content; max-width: 100%; display: flex; align-items: center; gap: 12px; margin: 0 0 22px; padding: 11px 18px 11px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; color: #fff; background: var(--red); box-shadow: 0 16px 34px rgba(229,27,43,.34); }
.express-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--red); border-radius: 10px; background: #fff; }
.express-icon svg { fill: currentColor; }
.express-hero-badge > span:last-child { display: flex; flex-direction: column; }
.express-hero-badge strong { font: 800 15px/1.15 "Manrope", sans-serif; letter-spacing: .045em; }
.express-hero-badge small { margin-top: 5px; color: rgba(255,255,255,.86); font-size: 11px; font-weight: 700; }
.hero-display { max-width: 770px; margin: 0; font: 800 clamp(48px, 6.2vw, 88px)/1.06 Inter, "Segoe UI", Arial, sans-serif; letter-spacing: -.045em; }
.hero-display span { color: #71cce9; }
.hero-lead { max-width: 590px; margin: 21px 0 27px; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 11px; font-weight: 800; font-size: 15px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--red); box-shadow: 0 13px 28px rgba(229,27,43,.25); }
.button.ghost { color: #fff; border: 1px solid rgba(255,255,255,.48); background: rgba(255,255,255,.07); }
.button.white { color: var(--navy); background: #fff; }
.hero-facts { display: flex; gap: 0; margin-top: 40px; }
.hero-facts > div { min-width: 160px; padding-right: 32px; margin-right: 32px; border-right: 1px solid rgba(255,255,255,.22); }
.hero-facts > div:last-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font: 800 21px/1.2 "Manrope", sans-serif; }
.hero-facts span { margin-top: 4px; color: rgba(255,255,255,.67); font-size: 12px; }
.hero-note { position: absolute; z-index: 2; right: 32px; bottom: 24px; margin: 0; color: rgba(255,255,255,.64); font-size: 11px; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--silver); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 13px; padding: 18px 20px; border-right: 1px solid var(--silver); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); border: 1px solid #9cc9e5; border-radius: 50%; font-size: 11px; font-weight: 800; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 14px; }
.trust-item small { color: var(--muted); font-size: 12px; }

.cross-border { padding: 46px 0; color: #fff; background: linear-gradient(125deg, var(--navy-deep), var(--navy) 62%, #0d4f82); }
.cross-border-shell { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(38px,6vw,86px); }
.cross-border-copy h2 { max-width: 720px; color: #fff; font-size: clamp(34px,4.2vw,56px); }
.cross-border-copy > p:not(.eyebrow) { max-width: 710px; margin: 15px 0 22px; color: rgba(255,255,255,.78); font-size: 16px; }
.cross-border-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cross-border-actions .button { min-height: 48px; padding-inline: 19px; }
.cross-border-benefits { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.cross-border-benefits li { padding: 16px 19px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); }
.cross-border-benefits strong, .cross-border-benefits span { display: block; }
.cross-border-benefits strong { color: #fff; font: 800 16px/1.3 "Manrope",sans-serif; }
.cross-border-benefits span { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 14px; }

.regional-language-links { display: flex; align-items: center; gap: 6px; }
.regional-language-links a { min-width: 40px; padding: 8px 9px; text-align: center; color: var(--navy); border: 1px solid var(--silver); border-radius: 8px; background: #fff; font-size: 12px; font-weight: 800; }
.regional-language-links a[aria-current="page"] { color: #fff; border-color: var(--blue); background: var(--blue); }
.regional-note { margin: 18px 0 0; padding: 14px 16px; color: var(--navy); border-left: 4px solid var(--red); border-radius: 0 10px 10px 0; background: #fff; font-size: 14px; font-weight: 700; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 52px; margin-bottom: 30px; }
.section-heading.compact { margin-bottom: 26px; }
.section-heading h2, .process-content h2, .atelier-copy h2, .price-intro h2, .reviews h2, .visit-card h2 { color: var(--navy); font-size: clamp(37px, 4.4vw, 61px); font-weight: 800; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.service-card { position: relative; min-height: 410px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.service-grid > a.service-card { display: block; color: inherit; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,25,53,.94)); }
.service-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 30px; color: #fff; }
.service-copy > span { color: #7ed8ef; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.service-copy h3 { margin: 8px 0 10px; font-size: 27px; letter-spacing: -.03em; }
.service-copy p { max-width: 360px; margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.55; }
.specialty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.specialty-card { position: relative; min-height: 270px; padding: 29px; overflow: hidden; color: #fff; border-radius: var(--radius); background: linear-gradient(145deg, rgba(6,37,75,.93), rgba(11,55,95,.78)), url("assets/regio-teppiche.webp") center / cover no-repeat; box-shadow: var(--shadow); }
.specialty-card.bridal { background: linear-gradient(145deg, rgba(14,61,101,.92), rgba(6,31,64,.76)), url("assets/regio-brautkleid.webp") center 37% / cover no-repeat; }
.specialty-card.leather { background: linear-gradient(145deg, rgba(6,30,61,.94), rgba(3,18,38,.78)), url("assets/regio-lederjacke.webp") center 38% / cover no-repeat; }
.specialty-card.bedcare { background: linear-gradient(145deg, rgba(9,52,91,.92), rgba(6,37,75,.72)), url("assets/bettdecken-kissen.webp") center 42% / cover no-repeat; }
.specialty-number { position: absolute; top: 22px; right: 26px; color: rgba(255,255,255,.24); font: 800 46px/1 "Manrope", sans-serif; }
.specialty-label { margin: 0 0 28px; color: #82d9f0; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.specialty-card h3 { max-width: 300px; margin: 0 0 14px; font-size: 25px; letter-spacing: -.03em; }
.specialty-card > p:not(.specialty-label) { margin: 0 0 26px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.6; }
.specialty-card a { position: absolute; right: 34px; bottom: 30px; left: 34px; display: flex; justify-content: space-between; gap: 14px; padding-top: 15px; color: #fff; border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 800; }

.business-teaser { padding: 0 0 112px; background: #fff; }
.business-teaser-shell { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: 46px 50px; border: 1px solid var(--silver); border-radius: var(--radius); background: var(--mist); box-shadow: 0 20px 55px rgba(9,43,86,.08); }
.business-teaser .eyebrow { margin-bottom: 10px; }
.business-teaser h2 { color: var(--navy); font-size: clamp(29px,3.5vw,45px); }
.business-teaser p:not(.eyebrow) { max-width: 760px; margin: 14px 0 0; color: var(--muted); }
.business-teaser .button { white-space: nowrap; }

.business-sectors { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 34px; }
.business-sectors article { padding: 26px; border: 1px solid var(--silver); border-radius: 17px; background: var(--mist); }
.business-sectors h3 { margin-bottom: 10px; font-size: 20px; }
.business-sectors p { margin: 0; font-size: 14px; }
.business-advantages { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 72px; }
.business-advantages div { padding: 26px; color: #fff; border-radius: 17px; background: var(--navy); }
.business-advantages strong { display: block; margin-bottom: 8px; color: #8bdcf0; font-size: 17px; }
.business-advantages p { margin: 0; color: rgba(255,255,255,.74); font-size: 14px; }

.process { background: #fff; }
.process-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 0; overflow: hidden; border: 1px solid var(--silver); border-radius: var(--radius); background: var(--mist); box-shadow: 0 24px 65px rgba(11,45,92,.09); }
.process-visual { position: relative; min-height: 690px; margin: 0; overflow: hidden; background: var(--navy); }
.process-visual::after { position: absolute; inset: 48% 0 0; content: ""; background: linear-gradient(transparent, rgba(4,25,53,.88)); }
.process-visual img { width: 100%; height: 100%; object-fit: cover; }
.process-visual figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; color: #fff; font: 800 18px/1.35 "Manrope", sans-serif; }
.process-content { padding: clamp(42px,5.5vw,78px); }
.process-content h2 { max-width: 720px; margin: 0 0 22px; font-size: clamp(36px,4.2vw,56px); }
.process-lead { max-width: 670px; margin: 0 0 34px; color: var(--muted); font-size: 17px; }
.process-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; }
.process-steps li { min-height: 178px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 22px; border: 1px solid #dbe6ee; border-radius: 15px; background: #fff; }
.process-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--blue); font-size: 11px; font-weight: 800; }
.process-steps li:nth-child(4) > span { background: var(--red); }
.process-steps h3 { margin: 4px 0 8px; color: var(--navy); font-size: 17px; }
.process-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.atelier { background: var(--mist); overflow: hidden; }
.atelier-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; }
.atelier-collage { position: relative; min-height: 440px; }
.collage-main { position: absolute; top: 0; left: 0; width: 70%; height: 83%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.collage-accent { position: absolute; right: 0; bottom: 0; width: 55%; height: 46%; object-fit: cover; border: 8px solid var(--mist); border-radius: 20px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; top: 42px; right: 4%; width: 145px; height: 145px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--red); border-radius: 50%; box-shadow: 0 15px 40px rgba(229,27,43,.3); }
.experience-badge strong { font: 800 38px/1 "Manrope", sans-serif; }
.experience-badge span { font-size: 11px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.atelier-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.atelier-copy h2 { margin-bottom: 20px; }
.text-link { display: inline-flex; gap: 14px; margin-top: 13px; color: var(--navy); border-bottom: 2px solid var(--red); font-weight: 800; }
.text-link span { color: var(--red); }

.showcase { background: #fff; }
.gallery-heading { display: block; margin-bottom: 24px; }
.gallery-heading h2 { max-width: 920px; }
.atelier-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-template-rows: repeat(2,210px); gap: 12px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; color: inherit; border: 0; border-radius: 18px; background: var(--mist); cursor: zoom-in; box-shadow: 0 13px 34px rgba(11,45,92,.12); }
.gallery-item.gallery-featured { grid-column: span 2; grid-row: span 2; }
.gallery-item.gallery-extra { display: none; }
.gallery-item figure { position: relative; width: 100%; height: 100%; margin: 0; overflow: hidden; }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); }
.gallery-item:focus-visible { outline: 4px solid var(--blue); outline-offset: 3px; }
.gallery-item figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 9px 11px; color: #fff; border-radius: 9px; background: rgba(5,32,66,.84); backdrop-filter: blur(8px); font-size: 12px; font-weight: 750; text-align: left; }
.gallery-count { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 7px 10px; color: #fff; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(229,27,43,.94); box-shadow: 0 6px 18px rgba(0,0,0,.2); font-size: 11px; font-weight: 850; }
.gallery-dialog { width: min(1100px,calc(100% - 28px)); max-width: none; height: min(86svh,820px); max-height: none; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: #061d3b; box-shadow: 0 34px 100px rgba(0,0,0,.5); }
.gallery-dialog::backdrop { background: rgba(2,13,28,.88); backdrop-filter: blur(7px); }
.gallery-dialog-inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 24px 74px 48px; }
.gallery-dialog figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0,1fr) auto; gap: 13px; margin: 0; }
.gallery-dialog figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-dialog figcaption { color: #fff; font-size: 15px; font-weight: 700; text-align: center; }
.gallery-close, .gallery-nav { position: absolute; z-index: 2; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(5,32,66,.86); cursor: pointer; }
.gallery-close { top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 50%; font-size: 28px; }
.gallery-nav { top: 50%; width: 48px; height: 62px; transform: translateY(-50%); border-radius: 14px; font-size: 38px; }
.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }
.gallery-close:focus-visible, .gallery-nav:focus-visible { outline: 3px solid #82d9f0; outline-offset: 3px; }
.gallery-counter { position: absolute; right: 0; bottom: 16px; left: 0; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; text-align: center; }

.prices { color: #fff; background: var(--navy-deep); }
.price-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.price-intro { position: sticky; top: 120px; }
.price-intro h2 { color: #fff; }
.price-intro > p:not(.eyebrow) { margin-top: 24px; color: rgba(255,255,255,.7); }
.price-callout { display: flex; gap: 15px; margin-top: 32px; padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.06); }
.price-callout strong { color: #81daf0; }
.price-callout span { color: rgba(255,255,255,.75); font-size: 13px; }
.accordion-help { margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: 14px; }
.price-note { margin: 0 0 24px; padding: 14px 16px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.06); border-radius: 10px; font-size: 12px; }
.accordions details { border-top: 1px solid rgba(255,255,255,.2); }
.accordions summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 700 18px/1.3 "Manrope", sans-serif; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.accordions summary i::before, .accordions summary i::after { content: ""; position: absolute; top: 13px; left: 7px; width: 12px; height: 1px; background: #fff; }
.accordions summary i::after { transform: rotate(90deg); transition: transform .2s; }
.accordions details[open] > summary i::after { transform: rotate(0); }
.price-main-group { margin-bottom: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.2) !important; border-radius: 14px; background: rgba(255,255,255,.045); }
.price-main-summary { min-height: 82px !important; padding: 0 18px; font-size: 20px !important; }
.price-main-summary > span { display: grid; gap: 4px; }
.price-main-summary small { color: #82d9f0; font: 700 11px/1.2 Inter,"Segoe UI",Arial,sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.price-main-group[open] { background: rgba(255,255,255,.07); }
.price-subgroups { padding: 0 18px 12px; border-top: 1px solid rgba(255,255,255,.12); }
.price-subgroups > details:last-child { border-bottom: 0; }
.price-subgroups > details > summary { min-height: 58px; font-size: 16px; }
.price-subgroups > details > summary i { transform: scale(.82); }
.price-table { padding: 2px 0 24px; }
.price-table > div { display: flex; justify-content: space-between; gap: 24px; padding: 10px 0; color: rgba(255,255,255,.72); border-bottom: 1px dashed rgba(255,255,255,.12); font-size: 14px; }
.price-table strong { color: #fff; white-space: nowrap; }
.price-disclaimer { margin-top: 22px; color: rgba(255,255,255,.52); font-size: 12px; }

.quick-request { padding: 46px 0; color: var(--ink); border-top: 9px solid #fff; background: var(--mist); }
.request-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(28px,4vw,54px); align-items: center; padding: clamp(26px,3.5vw,42px); border: 1px solid var(--silver); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 42px rgba(8,43,86,.08); }
.request-copy { padding: 4px 0; }
.request-copy .eyebrow.light { margin-bottom: 12px; color: var(--blue); }
.request-copy h2 { max-width: 520px; margin: 0 0 13px; color: var(--navy); font-size: clamp(32px,3.6vw,46px); }
.request-copy > p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--muted); font-size: 15px; }
.request-benefits { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.request-benefits span { padding: 6px 10px; border: 1px solid var(--silver); border-radius: 999px; color: var(--navy); background: var(--mist); font-size: 11px; font-weight: 700; }
.request-form { display: grid; gap: 7px; padding: clamp(20px,2.5vw,28px); color: var(--ink); border: 1px solid #d7e3ec; border-radius: 16px; background: #f8fbfd; box-shadow: none; }
.request-form label { margin-top: 5px; color: var(--navy); font-size: 14px; font-weight: 800; }
.request-form select, .request-form textarea { width: 100%; padding: 11px 13px; color: var(--ink); border: 1px solid #cbd9e4; border-radius: 10px; outline: none; background: #fff; font: 16px/1.4 Inter,"Segoe UI",Arial,sans-serif; }
.request-form textarea { min-height: 82px; resize: vertical; }
.request-form select:focus, .request-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,122,201,.15); }
.request-submit { margin-top: 5px; color: #fff; border: 0; background: var(--green); cursor: pointer; }
.request-privacy { margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.reviews { padding: 48px 0; background: var(--mist); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.reviews h2 { max-width: 720px; font-size: clamp(32px, 3.5vw, 46px); }
.google-mark { display: flex; align-items: center; gap: 10px; white-space: nowrap; color: #4285f4; font-size: 25px; font-weight: 800; }
.google-mark strong { color: var(--ink); font-size: 13px; }
.google-reviews-live { display: grid; grid-template-columns: minmax(285px,.72fr) minmax(0,1.28fr); min-height: 290px; margin-top: 20px; overflow: hidden; border: 1px solid #d8e4ed; border-radius: var(--radius); background: #fff; box-shadow: 0 20px 48px rgba(11,45,92,.09); }
.google-review-intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(24px,3vw,34px); color: #fff; background: var(--navy); }
.google-review-intro .live-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: #82d9f0; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.google-review-intro .live-label::before { width: 9px; height: 9px; content: ""; border-radius: 50%; background: #34a853; box-shadow: 0 0 0 5px rgba(52,168,83,.16); }
.google-review-intro h3 { margin: 0 0 12px; color: #fff; font: 800 clamp(23px,2.5vw,30px)/1.15 "Manrope", sans-serif; }
.google-review-intro p { margin: 0 0 18px; color: rgba(255,255,255,.76); }
.google-review-intro small { margin-top: 10px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; }
.google-review-intro .button[disabled] { cursor: wait; opacity: .7; }
.google-review-intro button.button { border: 0; cursor: pointer; }
.google-review-results { min-width: 0; padding: clamp(20px,2.5vw,28px); }
.google-review-placeholder { min-height: 245px; display: grid; place-content: center; justify-items: center; gap: 10px; color: var(--muted); text-align: center; }
.google-review-placeholder p { max-width: 410px; margin: 0; }
.google-review-placeholder a { color: var(--blue); font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.google-g { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #dce6ef; border-radius: 50%; color: #4285f4; background: #fff; font-size: 28px; font-weight: 850; box-shadow: 0 8px 24px rgba(11,45,92,.08); }
.google-rating-card > strong { color: var(--navy); font-size: clamp(25px,3vw,34px); }
.google-rating-card p small { color: var(--muted); }
.google-review-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 20px; margin-top: 8px; }
.google-review-actions .button { color: #fff; text-decoration: none; }
.google-rating-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid #e1e9f0; }
.google-rating-summary strong { display: block; color: var(--navy); font: 800 25px/1.1 "Manrope", sans-serif; }
.google-rating-summary span { color: var(--muted); font-size: 13px; }
.google-stars { color: #fbbc04; letter-spacing: 2px; font-size: 19px; white-space: nowrap; }
.google-review-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.google-review-card { min-width: 0; padding: 19px; border: 1px solid #e0e8ef; border-radius: 16px; background: #f9fbfd; }
.google-review-author { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.google-review-author img { width: 38px; height: 38px; flex: 0 0 38px; object-fit: cover; border-radius: 50%; background: #e9eff5; }
.google-review-author strong { display: block; overflow: hidden; color: var(--navy); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.google-review-author small { color: var(--muted); font-size: 12px; }
.google-review-card .google-stars { font-size: 14px; }
.google-review-text { display: -webkit-box; overflow: hidden; margin: 10px 0 0; color: #405267; font-size: 14px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.google-review-error { color: #7b2930; }
.google-review-error-inline { margin: 18px 0 0; padding: 13px 15px; color: #7b2930; border-left: 3px solid var(--red); border-radius: 7px; background: #fff3f3; font-size: 13px; }

.visit { padding-top: 50px; padding-bottom: 0; background: #fff; }
.visit-grid { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 440px; }
.visit-photo { position: relative; overflow: hidden; border-radius: var(--radius) 0 0 var(--radius); }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; }
.visit-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(5,31,64,.78)); }
.visit-photo > span { position: absolute; z-index: 2; right: 24px; bottom: 20px; left: 24px; color: #fff; font-size: 14px; font-weight: 700; }
.visit-card { display: flex; flex-direction: column; justify-content: center; padding: 27px 36px; color: #fff; background: var(--navy); border-radius: 0 var(--radius) var(--radius) 0; }
.visit-card .eyebrow { margin-bottom: 10px; }
.visit-card h2 { color: #fff; font-size: clamp(34px,3.5vw,47px); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0 16px; }
.contact-details small { display: block; margin-bottom: 5px; color: #82d9f0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.contact-details a { display: block; color: rgba(255,255,255,.88); font-size: 14px; }
.hours { border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.hours > div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; color: rgba(255,255,255,.75); font-size: 13px; }
.hours strong { color: #fff; }
.parking { display: flex; align-items: center; gap: 10px; margin: 13px 0 10px; font-size: 13px; }
.parking span { width: 29px; height: 29px; display: grid; place-items: center; border: 2px solid #82d9f0; border-radius: 6px; color: #82d9f0; font-weight: 800; }
.map-wrap { width: min(1168px, calc(100% - 36px)); height: clamp(300px, 45vw, 440px); margin: 20px auto 0; overflow: hidden; border: 1px solid #d8e4ed; border-radius: 20px; background: var(--mist); box-shadow: 0 18px 42px rgba(11,45,92,.12); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8); }
.map-consent { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; padding: 23px; color: #fff; text-align: center; background: linear-gradient(135deg, #073d80, #087ac9); }
.map-consent strong { font: 800 26px/1.15 Inter, "Segoe UI", Arial, sans-serif; }
.map-consent span { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.45; }
.map-consent small { color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.4; }
.map-consent .button { min-height: 46px; padding-inline: 19px; font-size: 14px; }

.footer { padding: 34px 0 18px; color: rgba(255,255,255,.68); background: var(--navy-deep); }
.footer-top { display: grid; grid-template-columns: 330px 1fr auto; align-items: center; gap: 40px; padding-bottom: 28px; }
.footer-brand { display: block; width: 360px; max-width: 100%; padding: 10px; background: #fff; border-radius: 8px; }
.footer-top img { width: 100%; height: auto; }
.footer-top p strong { color: #fff; font-size: 19px; letter-spacing: .06em; }
.footer-top p { max-width: 520px; margin: 0; }
.footer-top > a { color: #fff; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 4px; }
.footer-link { padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; font-size: inherit; text-decoration: underline; text-underline-offset: 4px; }
.footer-link:hover, .footer-link:focus-visible { color: #fff; }
.legal-dialog { width: min(820px, calc(100% - 28px)); max-height: min(86vh, 900px); padding: 0; color: var(--ink); border: 0; border-radius: 22px; background: #fff; box-shadow: 0 35px 90px rgba(3,18,38,.38); }
.legal-dialog::backdrop { background: rgba(3,18,38,.76); backdrop-filter: blur(5px); }
.legal-dialog-inner { position: relative; padding: 48px 54px 54px; }
.legal-dialog h2 { margin: 0 52px 24px 0; color: var(--navy); font-size: clamp(34px, 5vw, 50px); }
.legal-dialog .eyebrow { margin-bottom: 10px; }
.legal-intro { margin: -8px 0 32px; color: var(--muted); font-size: 16px; }
.legal-close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--navy); border: 0; border-radius: 50%; cursor: pointer; font-size: 28px; line-height: 1; }
.legal-content { display: grid; gap: 25px; }
.legal-content section { padding-top: 20px; border-top: 1px solid var(--silver); }
.legal-content h3 { margin: 0 0 8px; color: var(--navy); font-size: 17px; letter-spacing: -.01em; }
.legal-content p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-date { padding-top: 8px; font-weight: 700; }
.consent-banner { position: fixed; z-index: 1000; right: 14px; bottom: 14px; left: 14px; width: min(720px, calc(100% - 28px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 12px 14px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(6,29,60,.98); box-shadow: 0 16px 44px rgba(3,18,38,.32); }
.consent-banner[hidden] { display: none; }
.consent-banner .eyebrow { display: none; }
.consent-banner h2 { margin: 0 0 3px; color: #fff; font-size: 17px; letter-spacing: -.02em; }
.consent-banner p:not(.eyebrow) { max-width: 500px; margin: 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.35; }
.consent-banner a { display: inline-block; margin-top: 3px; color: #a8e8f7; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.consent-actions .button { border: 0; cursor: pointer; white-space: nowrap; }
.consent-essential { color: #fff; background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.spoken-languages { display: grid; gap: 2px; margin: 8px 0 11px; padding: 9px 12px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.08); }
.spoken-languages strong { color: #82d9f0; font-size: 14px; }
.spoken-languages span { color: rgba(255,255,255,.82); font-size: 13px; }
.dreilaendereck-note { margin: 0 0 13px; color: rgba(255,255,255,.72); font-size: 12px; }
.mobile-contact { display: none; }
.floating-contact { position: fixed; z-index: 150; right: 22px; bottom: 22px; display: grid; justify-items: end; gap: 12px; }
.floating-contact-panel { width: min(330px, calc(100vw - 32px)); padding: 22px; color: var(--ink); border: 1px solid #dce6ef; border-radius: 18px; background: #fff; box-shadow: 0 24px 65px rgba(3,18,38,.24); }
.floating-contact-panel[hidden] { display: none; }
.floating-contact-panel > strong { display: block; color: var(--navy); font: 800 20px/1.2 Inter,"Segoe UI",Arial,sans-serif; }
.floating-contact-panel > span { display: block; margin: 6px 0 15px; color: var(--muted); font-size: 12px; }
.floating-contact-panel a { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--silver); }
.floating-contact-panel b { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 10px; background: var(--blue); }
.floating-contact-panel a span { display: grid; gap: 2px; }
.floating-contact-panel a strong { color: var(--navy); font-size: 13px; }
.floating-contact-panel a small { color: var(--muted); font-size: 11px; }
.floating-chat-toggle, .floating-whatsapp { width: 58px; height: 58px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; cursor: pointer; box-shadow: 0 12px 30px rgba(3,18,38,.28); transition: transform .2s, box-shadow .2s; }
.floating-chat-toggle { background: var(--navy); }
.floating-whatsapp { background: var(--green); }
.floating-chat-toggle:hover, .floating-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(3,18,38,.32); }
.floating-chat-toggle:focus-visible, .floating-whatsapp:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.floating-chat-toggle svg, .floating-whatsapp svg { width: 28px; height: 28px; fill: currentColor; }
.floating-chat-toggle svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* Dedicated local service pages */
.service-page { background: var(--white); }
.service-page .site-nav { margin-left: auto; }
.service-page-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy-deep); }
.service-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,25,53,.97), rgba(5,31,65,.76) 58%, rgba(5,31,65,.22)); }
.service-page-hero .wrap { position: relative; z-index: 2; min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding-block: 72px; }
.service-page-copy { max-width: 690px; }
.service-hero-brand { width: min(300px, 74vw); margin-bottom: 22px; }
.breadcrumbs { margin: 0 0 22px; color: #9adcf0; font-size: 13px; font-weight: 700; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.service-page h1 { max-width: 760px; font-size: clamp(42px,5.8vw,76px); }
.service-page-lead { max-width: 650px; margin: 25px 0 32px; color: rgba(255,255,255,.84); font-size: clamp(18px,2vw,22px); line-height: 1.55; }
.service-page-photo { height: 470px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.service-page-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-main { padding: 94px 0; }
.service-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: start; }
.service-main h2 { color: var(--navy); font-size: clamp(34px,4vw,52px); }
.service-main h3 { color: var(--navy); font-size: 23px; letter-spacing: -.025em; }
.service-main p { color: var(--muted); font-size: 17px; }
.service-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding: 14px 18px 14px 48px; color: var(--ink); border: 1px solid var(--silver); border-radius: 12px; background: #fff; }
.service-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--green); font-weight: 900; }
.service-price-card { position: sticky; top: 106px; padding: 32px; color: #fff; border-radius: 20px; background: linear-gradient(145deg,var(--navy),var(--navy-deep)); box-shadow: var(--shadow); }
.service-price-card h2, .service-price-card h3 { color: #fff; }
.service-price-card p { color: rgba(255,255,255,.75); font-size: 15px; }
.service-price-card .price-big { display: block; margin: 18px 0 6px; color: #8ddcf0; font: 800 34px/1.15 Inter,"Segoe UI",Arial,sans-serif; }
.service-price-lines { margin: 22px 0; border-top: 1px solid rgba(255,255,255,.18); }
.service-price-lines div { display: flex; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 14px; }
.service-price-lines strong { white-space: nowrap; }
.before-after-showcase { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: center; margin-top: 86px; padding: 48px; border: 1px solid var(--silver); border-radius: 24px; background: linear-gradient(145deg,#f8fbff,#eef4fa); box-shadow: 0 18px 50px rgba(11,45,92,.09); }
.before-after-copy h2 { margin-bottom: 18px; }
.before-after-copy > p:not(.eyebrow) { margin-bottom: 24px; }
.before-after-result { display: grid; gap: 4px; margin: 0 0 26px; padding: 17px 18px; border-left: 4px solid var(--red); border-radius: 0 12px 12px 0; background: #fff; box-shadow: 0 9px 24px rgba(11,45,92,.07); }
.before-after-result strong { color: var(--navy); font-size: 16px; }
.before-after-result span { color: var(--muted); font-size: 14px; }
.before-after-figure { margin: 0; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.before-after-figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.before-after-figure figcaption { padding: 13px 18px; color: var(--muted); font-size: 13px; text-align: center; }
.home-textile-teaser { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 72px; padding: 36px 38px; color: #fff; border-radius: 20px; background: linear-gradient(135deg,var(--blue),var(--navy)); box-shadow: var(--shadow); }
.home-textile-teaser h2 { margin-bottom: 10px; color: #fff; font-size: clamp(28px,3.5vw,42px); }
.home-textile-teaser p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.home-textile-teaser .button { flex: 0 0 auto; }
.service-faq { margin-top: 86px; padding-top: 70px; border-top: 1px solid var(--silver); }
.service-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
.service-faq article { padding: 25px; border: 1px solid var(--silver); border-radius: 16px; background: var(--mist); }
.service-faq article p { margin-bottom: 0; font-size: 15px; }
.local-service-cta { margin-top: 72px; padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: #fff; border-radius: 20px; background: var(--blue); }
.local-service-cta h2 { color: #fff; font-size: clamp(28px,3.5vw,42px); }
.local-service-cta p { margin: 10px 0 0; color: rgba(255,255,255,.82); font-size: 15px; }
.local-service-cta .hero-cta { flex: 0 0 auto; }
.legal-page-hero { padding: 78px 0 72px; color: #fff; background: linear-gradient(135deg,var(--navy-deep),var(--navy)); }
.legal-page-hero h1 { max-width: 900px; font-size: clamp(42px,5.6vw,70px); }
.legal-page-hero > .wrap > p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.78); }
.legal-page-content { padding: 82px 0 100px; }
.legal-page-content .legal-content { max-width: 900px; }
.legal-page-content .legal-content section { padding-top: 30px; }
.legal-page-content .legal-content h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(22px,2.5vw,30px); letter-spacing: -.025em; }
.legal-page-content .legal-content p { font-size: 16px; }

/* Textile care symbol guide */
.care-teaser { padding: 46px 0; color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue)); }
.care-teaser-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.care-teaser-symbols { display: flex; gap: 7px; }
.care-teaser-symbols span { width: 54px; height: 54px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.9); border-radius: 14px; color: #fff; font-weight: 900; }
.care-teaser .eyebrow { margin-bottom: 8px; }
.care-teaser h2 { color: #fff; font-size: clamp(27px,3vw,40px); }
.care-teaser p:not(.eyebrow) { max-width: 720px; margin: 10px 0 0; color: rgba(255,255,255,.78); }
.care-teaser .button { white-space: nowrap; }
.care-page { background: var(--mist); }
.care-hero { color: #fff; background: linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 66%,#125f98 100%); }
.care-hero-grid { min-height: 600px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding-block: 70px; }
.care-hero h1 { max-width: 790px; font-size: clamp(44px,6vw,76px); }
.care-hero-lead { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: clamp(18px,2vw,22px); }
.care-legend { display: grid; gap: 11px; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.1); box-shadow: 0 28px 65px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.care-legend > strong { margin-bottom: 6px; font: 800 22px/1.2 Inter,"Segoe UI",Arial,sans-serif; }
.care-legend div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 13px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.16); }
.care-legend span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--navy); background: #fff; font-size: 19px; font-weight: 900; }
.care-legend p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }
.care-legend b { color: #fff; }
.care-jump { position: sticky; z-index: 30; top: 112px; border-bottom: 1px solid var(--silver); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.care-jump .wrap { display: flex; gap: 8px; padding-block: 12px; overflow-x: auto; scrollbar-width: thin; }
.care-jump a { padding: 9px 15px; border: 1px solid var(--silver); border-radius: 999px; color: var(--navy); background: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; }
.care-jump a:hover, .care-jump a:focus-visible { color: #fff; border-color: var(--blue); background: var(--blue); }
.care-content { padding: 92px 0 110px; }
.care-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: end; margin-bottom: 72px; }
.care-intro h2, .care-group h2 { color: var(--navy); font-size: clamp(35px,4vw,54px); }
.care-intro > p { margin: 0; color: var(--muted); font-size: 17px; }
.care-group { scroll-margin-top: 186px; margin-top: 26px; padding: 64px; border: 1px solid #d9e4ed; border-radius: 26px; background: #fff; box-shadow: 0 22px 56px rgba(9,43,86,.08); }
.care-group + .care-group { margin-top: 28px; }
.care-group-heading { display: grid; grid-template-columns: 66px 1fr; gap: 24px; align-items: start; margin-bottom: 38px; }
.care-group-heading > span { width: 62px; height: 62px; display: grid; place-items: center; color: #fff; border-radius: 18px; background: var(--blue); font-weight: 900; }
.care-group.pro .care-group-heading > span { background: var(--red); }
.care-group-heading .eyebrow { margin: 2px 0 7px; }
.care-group-heading p:last-child { max-width: 760px; margin: 12px 0 0; color: var(--muted); }
.symbol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.symbol-grid.compact { grid-template-columns: repeat(4,1fr); }
.symbol-card { min-height: 218px; padding: 24px; border: 1px solid #dbe5ee; border-radius: 17px; background: var(--mist); }
.symbol-card.featured { border-color: rgba(8,122,201,.34); background: #eaf6fb; }
.symbol-card h3 { margin: 19px 0 8px; color: var(--navy); font-size: 17px; letter-spacing: -.015em; }
.symbol-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.care-symbol { position: relative; width: 76px; height: 66px; display: grid; place-items: center; color: var(--navy); }
.care-symbol b { position: relative; z-index: 2; font-size: 16px; letter-spacing: .02em; }
.care-symbol.wash { height: 56px; margin-top: 10px; border: 4px solid var(--navy); border-top: 0; border-radius: 0 0 18px 18px; transform: perspective(80px) rotateX(-4deg); }
.care-symbol.wash::before { position: absolute; top: -8px; right: -4px; left: -4px; height: 12px; content: ""; border-top: 4px solid var(--navy); border-radius: 50%; }
.care-symbol.gentle::after { position: absolute; right: 12px; bottom: -11px; left: 12px; height: 3px; content: ""; border-radius: 3px; background: var(--navy); box-shadow: none; }
.care-symbol.very-gentle::after { position: absolute; right: 12px; bottom: -13px; left: 12px; height: 3px; content: ""; border-radius: 3px; background: var(--navy); box-shadow: 0 6px 0 var(--navy); }
.care-symbol.hand b { font-size: 11px; }
.care-symbol.bleach { width: 74px; height: 64px; border: 4px solid var(--navy); clip-path: polygon(50% 0,100% 100%,0 100%); }
.care-symbol.bleach b { margin-top: 24px; font-size: 11px; }
.care-symbol.oxygen::after { position: absolute; inset: 13px 10px 7px; content: ""; background: repeating-linear-gradient(115deg,transparent 0 10px,var(--navy) 11px 14px,transparent 15px 22px); }
.care-symbol.oxygen b { opacity: 0; }
.care-symbol.dryer, .care-symbol.natural { border: 4px solid var(--navy); }
.care-symbol.dryer::before { position: absolute; inset: 8px; content: ""; border: 4px solid var(--navy); border-radius: 50%; }
.care-symbol.dryer b { font-size: 18px; }
.care-symbol.natural b { font-size: 26px; }
.care-symbol.natural.shade::after { position: absolute; top: 2px; left: 5px; width: 26px; height: 4px; content: ""; background: var(--navy); transform: rotate(-45deg); transform-origin: left center; }
.care-symbol.iron { height: 54px; margin-top: 10px; border: 4px solid var(--navy); border-radius: 9px 20px 7px 7px; clip-path: polygon(0 100%,9% 42%,56% 4%,87% 22%,100% 100%); }
.care-symbol.iron b { margin-top: 14px; }
.care-symbol.professional { width: 68px; height: 68px; border: 4px solid var(--navy); border-radius: 50%; }
.care-symbol.professional.wet { color: var(--blue); border-color: var(--blue); }
.care-symbol.professional.gentle::after { bottom: -10px; background: currentColor; }
.care-symbol.professional.very-gentle::after { bottom: -12px; background: currentColor; box-shadow: 0 6px 0 currentColor; }
.care-symbol.crossed::before, .care-symbol.crossed::after { position: absolute; z-index: 4; top: 50%; left: 2px; width: calc(100% - 4px); height: 5px; content: ""; border-radius: 4px; background: var(--red); transform: rotate(43deg); }
.care-symbol.crossed::after { transform: rotate(-43deg); }
.care-symbol.crossed b { opacity: 0; }
.care-help { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; margin-top: 32px; padding: 50px; color: #fff; border-radius: 24px; background: linear-gradient(135deg,var(--navy-deep),var(--navy)); }
.care-help h2 { color: #fff; font-size: clamp(32px,4vw,50px); }
.care-help p:not(.eyebrow) { max-width: 720px; margin: 15px 0 0; color: rgba(255,255,255,.76); }
.care-help .hero-cta { display: grid; min-width: 260px; }
.care-source { margin-top: 24px; padding: 24px 28px; border-left: 4px solid var(--red); border-radius: 10px; background: #fff; }
.care-source strong { color: var(--navy); }
.care-source p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.care-source a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.care-group-toggle { display: none; }

@media (max-width: 1050px) {
  .brand { width: 190px; }
  .site-nav { gap: 10px; }
  .site-nav a { font-size: 12px; }
  .header-inner { gap: 10px; }
  .header-social-links { display: none; }
  .language-control { min-width: 130px; }
  .language-label small { display: none; }
  .language-mark { display: none; }
  .mini-action span { display: none; }
  .mini-action { min-width: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.large { grid-column: 1 / 3; min-height: 460px; }
  .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .business-sectors, .business-advantages { grid-template-columns: 1fr 1fr; }
  .process-shell { grid-template-columns: 1fr; }
  .process-visual { min-height: 460px; }
  .atelier-grid { gap: 50px; }
  .price-layout { gap: 60px; }
  .request-shell { gap: 48px; }
  .visit-card { padding: 30px 34px; }
  .care-teaser-shell { grid-template-columns: 1fr auto; }
  .care-teaser-symbols { grid-column: 1 / 3; }
  .care-hero-grid { gap: 44px; }
  .symbol-grid, .symbol-grid.compact { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .site-header { --menu-header-height: 112px; }
  .header-inner { position: relative; }
  .brand { order: 1; }
  .language-control { margin-left: auto; order: 2; }
  .menu-toggle { display: block; flex-shrink: 0; order: 3; cursor: pointer; }
  .site-nav, .service-page .site-nav {
    position: absolute;
    inset: calc(100% + 8px) 0 auto auto;
    width: min(360px, 100%);
    max-height: calc(100vh - var(--menu-header-height) - 88px);
    max-height: calc(100dvh - var(--menu-header-height) - 88px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 12px 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid var(--silver);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(6,29,60,.2);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  .menu-open .site-nav { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { width: 100%; flex-shrink: 0; padding: 13px 6px; border-bottom: 1px solid var(--silver); font-size: 17px; line-height: 1.4; white-space: normal; overflow-wrap: anywhere; }
  .site-nav a::after { display: none; }
  .site-nav .nav-route { margin-top: 10px; padding: 12px 16px; text-align: center; border-bottom: 0; }
  .menu-open .header-social-links { visibility: hidden; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 84px; }
  body { padding-bottom: 68px; }
  .wrap { width: min(100% - 28px, 620px); }
  .section { padding: 44px 0; }
  .site-header { height: 84px; --menu-header-height: 84px; }
  .brand { width: 170px; height: 80px; order: 1; }
  .brand img { height: 80px; }
  .language-control { width: 50px; min-width: 50px; margin-left: auto; order: 2; border-radius: 12px; }
  .language-control.is-loaded { width: 132px; min-width: 132px; }
  .language-load { min-height: 48px; justify-content: center; padding: 7px; }
  .language-label { display: none; }
  .language-flag { left: 7px; width: 36px; height: 32px; font-size: 23px; }
  .language-control.is-loaded .language-flag { left: 8px; }
  .gtranslate_wrapper .gt_selector { padding-left: 50px; }
  .menu-toggle { display: block; margin-left: 0; order: 3; }
  .header-social-links { position: fixed; z-index: 105; top: 94px; right: 14px; display: flex; padding: 6px; border: 1px solid rgba(9,43,86,.1); border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 9px 24px rgba(9,43,86,.16); }
  .header-social-links a { width: 36px; height: 36px; }
  .header-actions { display: none; }
  .hero { min-height: 620px; }
  .hero-photo { background-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,25,53,.94), rgba(5,31,65,.66)), linear-gradient(0deg, rgba(3,22,46,.5), transparent); }
  .hero-content { padding-block: 34px 46px; }
  .hero-brand-logo { width: min(300px, 84vw); }
  .service-hero-brand { width: min(280px, 78vw); }
  h1 { font-size: clamp(45px, 13.5vw, 68px); }
  .hero-lead { font-size: 18px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
  .hero-facts > div { min-width: 0; margin: 0; padding: 0 13px; text-align: center; }
  .hero-facts > div:first-child { padding-left: 0; }
  .hero-facts > div:last-child { padding-right: 0; }
  .hero-facts strong { font-size: 17px; }
  .hero-facts span { font-size: 12px; }
  .hero-note { right: 14px; bottom: 14px; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 0; }
  .trust-item, .trust-item:first-child { min-width: 0; gap: 9px; padding: 15px 10px; border-right: 0; border-bottom: 1px solid var(--silver); }
  .trust-item:nth-child(odd) { padding-left: 0; padding-right: 12px; border-right: 1px solid var(--silver); }
  .trust-item:nth-child(even) { padding-left: 12px; padding-right: 0; }
  .trust-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .trust-icon { width: 32px; height: 32px; font-size: 10px; }
  .trust-item strong { font-size: 13px; line-height: 1.3; }
  .trust-item small { margin-top: 2px; font-size: 12px; line-height: 1.35; }
  .cross-border { padding: 36px 0; }
  .cross-border-shell { grid-template-columns: 1fr; }
  .cross-border-copy h2 { font-size: clamp(32px,10vw,45px); }
  .cross-border-actions .button { width: 100%; }
  .regional-page .header-inner { gap: 8px; }
  .regional-page .brand { width: 130px; }
  .regional-page .regional-language-links { order: 2; gap: 3px; margin-left: auto; }
  .regional-page .regional-language-links a { min-width: 30px; padding: 7px 5px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 22px; }
  .section-heading h2, .process-content h2, .atelier-copy h2, .price-intro h2, .reviews h2, .visit-card h2 { font-size: clamp(35px, 10vw, 47px); }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card, .service-card.large { grid-column: auto; min-height: 310px; }
  .service-copy { padding: 24px; }
  .service-copy h3 { font-size: 24px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { grid-column: auto; min-height: 225px; padding: 23px; }
  .specialty-number { top: 18px; right: 20px; font-size: 38px; }
  .specialty-label { margin-bottom: 18px; }
  .specialty-card h3 { margin-bottom: 10px; font-size: 22px; }
  .specialty-card > p:not(.specialty-label) { margin-bottom: 48px; font-size: 13px; line-height: 1.5; }
  .specialty-card a { right: 25px; bottom: 20px; left: 25px; padding-top: 11px; }
  .business-teaser { padding-bottom: 78px; }
  .business-teaser-shell { grid-template-columns: 1fr; gap: 28px; padding: 34px 26px; }
  .business-teaser .button { width: 100%; white-space: normal; text-align: center; }
  .business-sectors, .business-advantages { grid-template-columns: 1fr; }
  .process-visual { min-height: 360px; }
  .process-content { padding: 36px 24px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: auto; }
  .atelier-grid { grid-template-columns: 1fr; gap: 40px; }
  .atelier-collage { min-height: 330px; }
  .experience-badge { width: 115px; height: 115px; }
  .experience-badge strong { font-size: 29px; }
  .atelier-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 190px repeat(2,140px); gap: 9px; }
  .gallery-item.gallery-featured { grid-column: 1 / -1; grid-row: auto; }
  .gallery-dialog-inner { padding: 20px 52px 46px; }
  .price-layout { grid-template-columns: 1fr; gap: 34px; }
  .price-intro { position: static; }
  .request-shell { grid-template-columns: 1fr; }
  .quick-request { padding: 36px 0; border-top-width: 7px; }
  .request-shell { gap: 22px; padding: 24px 20px; }
  .request-form { padding: 21px 17px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .reviews { padding: 34px 0; }
  .reviews h2 { font-size: clamp(31px, 9vw, 40px); }
  .google-reviews-live { grid-template-columns: 1fr; }
  .google-review-intro { align-items: stretch; text-align: center; }
  .google-review-results { padding: 19px 16px; }
  .google-review-list { grid-template-columns: 1fr; }
  .google-rating-summary { align-items: flex-start; flex-direction: column; }
  .visit { padding-top: 34px; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-photo { min-height: 280px; border-radius: var(--radius) var(--radius) 0 0; }
  .visit-card { border-radius: 0 0 var(--radius) var(--radius); }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand { width: min(340px, 100%); }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; row-gap: 8px; }
  .consent-banner { right: 10px; bottom: 76px; left: 10px; width: auto; max-height: calc(100svh - 96px); grid-template-columns: 1fr; gap: 9px; padding: 12px; overflow: auto; }
  .consent-banner .eyebrow { margin-bottom: 4px; }
  .consent-banner a { margin-top: 5px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions .button { width: 100%; }
  .legal-dialog-inner { padding: 38px 24px 42px; }
  .legal-close { top: 16px; right: 16px; }
  .mobile-contact { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; height: 68px; display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--navy-deep); box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.14); font-size: 14px; font-weight: 800; }
  .mobile-contact a:nth-child(2) { background: var(--green); }
  .mobile-contact a:last-child { border: 0; background: var(--blue); }
  .mobile-contact span { font-size: 17px; }
  .floating-contact { display: none; }
  .service-page-hero .wrap { min-height: auto; grid-template-columns: 1fr; gap: 36px; padding-block: 52px 70px; }
  .service-page-photo { height: 360px; }
  .service-main { padding: 70px 0; }
  .service-intro-grid, .service-faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-price-card { position: static; }
  .before-after-showcase { grid-template-columns: 1fr; gap: 30px; margin-top: 64px; padding: 30px; }
  .before-after-copy { order: 1; }
  .before-after-figure { order: 0; }
  .home-textile-teaser { align-items: stretch; flex-direction: column; padding: 28px; }
  .home-textile-teaser .button { width: 100%; }
  .service-faq { margin-top: 64px; padding-top: 54px; }
  .local-service-cta { align-items: stretch; flex-direction: column; padding: 28px; }
  .local-service-cta .hero-cta .button { width: 100%; }
  .care-teaser-shell { grid-template-columns: 1fr; }
  .care-teaser-symbols { grid-column: auto; overflow: hidden; }
  .care-teaser-symbols span { width: 48px; height: 48px; flex: 0 0 auto; }
  .care-teaser .button { width: 100%; }
  .care-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-block: 52px 64px; }
  .care-jump { top: 84px; }
  .care-content { padding: 68px 0 84px; }
  .care-intro { grid-template-columns: 1fr; gap: 18px; margin-bottom: 48px; }
  .care-group { scroll-margin-top: 158px; padding: 34px 24px; }
  .care-group-heading { grid-template-columns: 50px 1fr; gap: 15px; }
  .care-group-heading > span { width: 48px; height: 48px; border-radius: 14px; }
  .care-group.is-collapsible { padding: 24px 20px; }
  .care-group.is-collapsible .care-group-heading { margin-bottom: 0; }
  .care-group.is-collapsible.is-open .care-group-heading { margin-bottom: 24px; }
  .care-group.is-collapsible .care-group-heading h2 { font-size: clamp(29px, 8.5vw, 38px); }
  .care-group-toggle { grid-column: 1 / -1; width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 4px; padding: 0 15px; color: var(--navy); border: 1px solid #cbdbe7; border-radius: 11px; background: var(--mist); font: 800 13px/1.2 "Manrope", sans-serif; }
  .care-group-toggle::after { content: "+"; color: var(--blue); font-size: 23px; font-weight: 500; }
  .care-group-toggle[aria-expanded="true"]::after { content: "−"; }
  .care-group.pro .care-group-toggle::after { color: var(--red); }
  .care-help { grid-template-columns: 1fr; padding: 34px 24px; }
  .care-help .hero-cta { min-width: 0; }
}

@media (max-width: 480px) {
  .header-inner { gap: 8px; }
  .brand { width: 150px; height: 72px; }
  .brand img { height: 72px; }
  .language-control { width: 48px; min-width: 48px; }
  .language-control.is-loaded { width: 130px; min-width: 130px; }
  .gtranslate_wrapper .gt_selector { font-size: 12px; }
  .express-hero-badge { padding: 9px 13px 9px 9px; gap: 9px; }
  .express-icon { width: 36px; height: 36px; }
  .express-hero-badge strong { font-size: 13px; }
  .express-hero-badge small { font-size: 12px; }
  .hero { min-height: 610px; }
  .hero-content { padding-block: 30px 42px; }
  .hero-cta .button { width: 100%; }
  .hero-facts > div { padding-inline: 8px; }
  .service-card, .service-card.large { min-height: 290px; }
  .atelier-collage { min-height: 300px; }
  .collage-main { width: 76%; }
  .collage-accent { width: 60%; }
  .experience-badge { top: 22px; right: 0; }
  .atelier-gallery { grid-template-rows: 175px repeat(2,120px); gap: 8px; }
  .gallery-item figcaption { right: 6px; bottom: 6px; left: 6px; padding: 7px 8px; font-size: 12px; line-height: 1.3; }
  .gallery-dialog { width: calc(100% - 16px); height: min(82svh,720px); border-radius: 16px; }
  .gallery-dialog-inner { padding: 58px 10px 48px; }
  .gallery-nav { top: auto; bottom: 8px; width: 46px; height: 40px; transform: none; border-radius: 10px; font-size: 30px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-counter { bottom: 20px; }
  .visit-card { padding: 28px 22px; }
  .visit-card h2 { font-size: clamp(31px, 8vw, 39px); }
  .contact-details { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hours > div { align-items: center; gap: 12px; }
  .symbol-grid, .symbol-grid.compact { grid-template-columns: 1fr; }
  .symbol-card { min-height: 0; display: grid; grid-template-columns: 76px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 15px; align-items: center; padding: 17px; }
  .symbol-card .care-symbol { grid-column: 1; grid-row: 1 / 3; }
  .symbol-card h3 { grid-column: 2; grid-row: 1; align-self: end; margin: 0 0 4px; font-size: 16px; }
  .symbol-card p { grid-column: 2; grid-row: 2; align-self: start; font-size: 12px; line-height: 1.45; }
  .before-after-showcase { padding: 20px; border-radius: 18px; }
  .before-after-figure { border-radius: 13px; }
  .before-after-copy .button { width: 100%; }
}

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

/* Keep promotional image text and official logo fully visible. */
.gallery-promo img { object-fit: contain; }
.gallery-promo figcaption { position: static; }

.express-hero-badge strong { font-size: clamp(16px, 2.2vw, 22px); line-height: 1.3; }
.express-hero-badge small { font-size: 14px; line-height: 1.45; color: #fff; }
.section:has(> .section-disclosure) { padding-block: 16px; }
.section-disclosure > summary { cursor: pointer; padding-block: 20px; font-size: clamp(20px, 3vw, 28px); font-weight: 750; color: #084589; border-bottom: 1px solid #ccd9e5; }
.section-disclosure > summary:focus-visible { outline: 3px solid #086fc1; outline-offset: 4px; }
.section-disclosure[open] > summary { margin-bottom: 24px; }
.pickup-times { background: #edf5ff; }
.pickup-times h2 { margin-bottom: 24px; }

/* Branded, high-contrast accordion headings on every section background. */
.section-disclosure > summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  box-sizing: border-box; padding: 20px 24px; border: 1px solid #cbd9e8;
  border-left: 6px solid #e51b2b; border-radius: 14px;
  background: #ffffff; color: #084589; list-style: none;
  box-shadow: 0 4px 14px rgba(11,45,92,.08); line-height: 1.35;
}
.section-disclosure > summary::-webkit-details-marker { display: none; }
.section-disclosure > summary::after {
  content: '+'; flex: 0 0 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; background: #e51b2b; color: #fff; font-size: 26px; font-weight: 600;
}
.section-disclosure[open] > summary { background: #084589; color: #fff; border-color: #086fc1; border-left-color: #e51b2b; }
.section-disclosure[open] > summary::after { content: '−'; }
.section-disclosure > summary:hover { border-color: #086fc1; }
.prices > .section-disclosure > summary { border-color: #fff; border-left-color: #e51b2b; }
@media (max-width: 600px) {
 .section-disclosure > summary { padding: 17px 16px; font-size: 20px; gap: 12px; }
}

.section-disclosure > summary .disclosure-thumbnail { width: 88px; height: 68px; flex: 0 0 88px; object-fit: cover; border-radius: 9px; border: 1px solid #dbe4ed; }
.section-disclosure > summary .disclosure-title { flex: 1; min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 600px) {
 .section-disclosure > summary { gap: 12px; padding: 14px 12px; font-size: 18px; }
 .section-disclosure > summary .disclosure-thumbnail { width: 56px; height: 56px; flex-basis: 56px; border-radius: 7px; }
 .section-disclosure > summary::after { flex-basis: 28px; height: 28px; font-size: 23px; }
}

/* Keep all section heading text consistent in both states. */
.section-disclosure > summary,
.section-disclosure[open] > summary { background: #fff; color: #084589; }
.section-disclosure > summary .disclosure-title { color: #084589; }
.section-disclosure[open] > summary { border-left-color: #e51b2b; box-shadow: 0 4px 16px rgba(11,45,92,.12); }
.review-heading-badge { display: flex; flex-direction: column; gap: 3px; padding: 9px 13px; background: #edf5ff; border: 1px solid #cbd9e8; border-radius: 9px; font-size: 14px; line-height: 1.35; color: #084589; }
.review-heading-badge strong { font-size: 16px; }
.review-heading-badge small { font-size: 12px; font-weight: 400; }
@media (max-width: 600px) {
 #bewertungen > .section-disclosure > summary { flex-wrap: wrap; }
 #bewertungen .review-heading-label { flex-basis: calc(100% - 44px); order: 0; }
 #bewertungen > .section-disclosure > summary::after { order: 1; }
 #bewertungen .review-heading-badge { order: 2; flex-basis: 100%; }
}

.service-disclosure-list { background: var(--navy-deep, #071d3b); color: #fff; }
.service-disclosure-list > details + details { margin-top: 14px; }
.service-disclosure-body { padding-block: 8px 28px; }
.service-disclosure-body > p { max-width: 760px; font-size: 18px; line-height: 1.7; margin-bottom: 20px; }
.welcome-motto { margin: 24px 0; padding-left: 18px; border-left: 4px solid #e51b2b; font-size: 23px; line-height: 1.5; }
.welcome-motto cite { display: block; margin-top: 8px; font-size: 13px; font-style: normal; }
.welcome-service-info { min-width: 0; display: grid; gap: 18px; align-content: start; }
.welcome-pickup-link { display: flex; justify-content: space-between; gap: 12px; padding: 20px; border-radius: 12px; background: #fff; color: #084589; font-size: 20px; font-weight: 750; }
.welcome-express { background: #bd202c; color: #fff; border-radius: 14px; padding: 24px; }
.welcome-express h3 { font-size: 26px; line-height: 1.3; margin: 0 0 10px; color: #fff; }
.welcome-express p { line-height: 1.6; margin-top: 14px; }
.cross-border-actions a { overflow-wrap: anywhere; }

/* One visual language for every expandable section. */
section:has(> .section-disclosure) { background: #084589; padding-block: 12px; border-top: 0; }
section > .section-disclosure + .section-disclosure { margin-top: 12px; }
.section-disclosure > summary, .section-disclosure[open] > summary { background: #e4f0ff; color: #084589; border: 1px solid #bed0e2; border-left: 6px solid #e51b2b; }
.section-disclosure > summary .disclosure-thumbnail { width: 112px; height: 80px; flex-basis: 112px; }
.section-disclosure > summary { gap: 24px; }
.section-disclosure > .wrap:not(summary) { background: #edf5ff; color: #142a43; padding: 24px; border-radius: 12px; }
.prices .section-disclosure > .wrap:not(summary), .service-disclosure-list .section-disclosure > .wrap:not(summary), .cross-border .section-disclosure > .wrap:not(summary), .visit .section-disclosure > .wrap:not(summary) { background: #084589; color: #fff; }
.country-flags { display: inline-flex; gap: 9px; white-space: nowrap; font-size: 29px; line-height: 1.2; }
.hero-content > .country-flags { position: absolute; right: 0; top: 18px; padding: 7px 11px; background: rgba(4,25,53,.65); border-radius: 9px; }
.hero { min-height: 0; }
.hero-content { padding-block: 32px 40px; }
.hero-display { font-size: clamp(34px, 4.2vw, 56px); max-width: 670px; }
.hero-lead { margin: 14px 0; font-size: 18px; }
.hero-shade { background: linear-gradient(90deg,rgba(4,25,53,.88),rgba(5,31,65,.55) 48%,rgba(5,31,65,.06) 80%); }
.hero-shortcuts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 17px; }
.hero-shortcuts a { color: #fff; text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.hero-facts { margin-top: 20px; }
.hero-note { font-size: 12px; }
@media (max-width: 600px) {
 .hero-content { padding-top: 56px; padding-bottom: 30px; }
 .hero-content > .country-flags { right: 0; top: 10px; font-size: 23px; }
 .hero-local-title { margin-bottom: 12px; }
 .hero-display { font-size: 34px; }
 .express-hero-badge { margin-bottom: 14px; }
 .hero-lead { font-size: 16px; }
 .hero-facts { gap: 14px; margin-top: 16px; }
 .section-disclosure > summary { gap: 14px; flex-wrap: wrap; }
 .section-disclosure > summary .disclosure-thumbnail { width: 76px; height: 64px; flex-basis: 76px; }
 .section-disclosure > summary .disclosure-title { flex-basis: calc(100% - 132px); }
 .section-disclosure > summary > .country-flags { order: 3; margin-left: 90px; font-size: 23px; }
 .section-disclosure > .wrap:not(summary) { padding: 18px; }
}

/* Summary surfaces never inherit the dark content panel rules. */
section .section-disclosure > summary.wrap, section .section-disclosure[open] > summary.wrap { background: #e4f0ff; color: #084589; }
section .section-disclosure > summary.wrap .disclosure-title { color: #084589; opacity: 1; visibility: visible; }
.expanded-service { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 30px; align-items: start; }
.expanded-service figure { margin: 0; }
.expanded-service figure img { display: block; width: 100%; height: 320px; object-fit: cover; border-radius: 12px; }
.expanded-service figcaption { margin-top: 8px; font-size: 13px; }
.expanded-service h3 { font-size: 28px; line-height: 1.2; margin-bottom: 16px; }
.expanded-service h4 { font-size: 18px; margin: 20px 0 10px; }
.expanded-service p, .expanded-service li { font-size: 16px; line-height: 1.65; }
.expanded-service ol { padding-left: 22px; margin-bottom: 24px; }
.expanded-service li + li { margin-top: 8px; }
@media (max-width: 700px) { .expanded-service { grid-template-columns: 1fr; gap: 22px; } .expanded-service figure img { height: 240px; } }

.service-photo-set { display: grid; gap: 14px; }
.expanded-service .service-photo-set figure img { height: 220px; }
.service-examples { background: #e4f0ff; color: #084589; border-left: 4px solid #e51b2b; padding: 18px; border-radius: 10px; margin: 20px 0; }
.service-examples h4 { margin-top: 0; }
.service-examples dl { margin: 0; }
.service-examples dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid #cbd9e8; }
.service-examples dd { margin: 0; font-weight: 750; text-align: right; flex-shrink: 0; }
.service-examples p { font-size: 13px; }
.about-photo-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.about-photo-row img { width: 100%; height: 220px; object-fit: cover; border-radius: 10px; }
.country-flags img, .service-language-flags img { display: inline-block; object-fit: contain; vertical-align: middle; flex-shrink: 0; }
.service-language-flags { line-height: 1.8; }
.location-summary-info { display: block; font-size: 15px; font-weight: 500; line-height: 1.6; margin-top: 12px; }
.location-route { padding: 12px 0; }
@media(max-width:700px) { .about-photo-row { grid-template-columns: 1fr; } .service-examples dl > div { flex-wrap: wrap; gap: 6px; } }

/* Large, vertically arranged shop photographs beside the REGIO story. */
#atelier .atelier-grid { align-items: start; gap: 38px; }
.atelier-photo-stack { display: grid; gap: 20px; min-width: 0; }
.atelier-photo-stack figure { margin: 0; overflow: hidden; border-radius: 14px; background: #e8eff6; border-bottom: 3px solid var(--red); }
.atelier-photo-stack img { display: block; width: 100%; height: auto; max-height: 340px; object-fit: cover; }
.atelier-photo-stack figcaption { padding: 10px 14px; color: var(--navy); font-size: 13px; font-weight: 700; }

.summary-motto { display:block; margin-top:8px; font-size:clamp(12px,1.2vw,15px); line-height:1.5; font-weight:500; font-style:italic; letter-spacing:0; text-transform:none; color:inherit; }

#bewertungen > details > summary { flex-wrap: wrap; }
.featured-review { display:grid; gap:6px; flex:0 1 350px; padding:12px 16px; border:1px solid #b9ccdf; border-left:3px solid var(--red); border-radius:12px; background:#f0f5fa; color:#084589; text-align:left; font-size:13px; line-height:1.5; font-weight:500; }
.featured-review-stars { color:#915b00; letter-spacing:2px; }
.featured-review-stars small { letter-spacing:0; color:#084589; margin-left:6px; font-size:11px; }
.featured-review q { quotes: "„" "“"; }
.featured-review-author { font-size:11px; font-weight:700; }
.featured-review-author small { font-weight:400; margin-left:6px; }
@media(max-width:700px) { #bewertungen .featured-review { order:3; flex-basis:100%; } }

.service-summary-description { display:block; margin-top:6px; font-size:13px; line-height:1.45; font-weight:500; letter-spacing:0; text-transform:none; color:inherit; }
.hero-note { max-width:calc(100% - 28px); text-align:right; }
@media(max-width:700px) { .service-summary-description { font-size:12px; } .section-disclosure > summary .disclosure-title { min-width:0; overflow-wrap:break-word; } }

/* Compact service symbols above the welcome heading. */
.hero-service-icons { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hero-service-icons > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.35); border-bottom: 3px solid var(--red); border-radius: 12px; background: rgba(6,29,60,.55); }
.hero-service-icons svg { width: 38px; height: 38px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-service-icons .icon-red { stroke: #ff5260; }
@media (max-width: 700px) {
  .hero-service-icons { gap: 9px; margin-bottom: 12px; }
  .hero-service-icons > span { width: 46px; height: 46px; }
  .hero-service-icons svg { width: 32px; height: 32px; }
}

/* Larger, detailed equipment illustrations. */
.hero-service-icons { gap: 14px; margin-bottom: 16px; }
.hero-service-icons > span { width: 88px; height: 88px; border-radius: 15px; background: rgba(6,29,60,.7); box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.hero-service-icons svg { width: 74px; height: 74px; stroke: none; stroke-width: 1; }
@media (max-width:700px) {
.hero-service-icons { gap: 10px; }
.hero-service-icons > span { width: 72px; height: 72px; }
.hero-service-icons svg { width: 62px; height: 62px; }
}

.hero-photo-links { align-items: stretch; }
.hero-machine-link { width: 132px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 7px; padding: 8px; border: 1px solid rgba(255,255,255,.45); border-bottom: 3px solid var(--red); border-radius: 12px; background: rgba(6,29,60,.8); color: #fff; transition: transform .2s, background .2s; }
.hero-machine-link.hero-pfaff-link { width: 190px; }
.hero-machine-link svg.machine-photo { width: 100%; height: 104px; border-radius: 6px; }
.hero-machine-link small { font-size: 11px; font-weight: 700; text-align: center; line-height: 1.3; }
.hero-machine-link:hover { background: var(--navy); transform: translateY(-2px); }
.hero-machine-link:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
#service-textilreinigung, #service-aenderungen, #service-buegelservice { scroll-margin-top: 120px; }
@media(max-width:700px) {
.hero-photo-links { gap: 7px; }
.hero-machine-link { width: 28%; padding: 6px; }
.hero-machine-link.hero-pfaff-link { width: 40%; }
.hero-machine-link svg.machine-photo { height: 82px; }
.hero-machine-link small { font-size: 10px; }
.hero-scissors-link svg { max-width: 100%; }
}

.hero-photo-links { gap: 26px; }
.hero-experience { display: flex; flex-wrap: wrap; gap: 8px 20px; max-width: 760px; }
.hero-experience strong { color: #fff; font-size: clamp(22px, 2.4vw, 30px); font-weight: 850; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.hero-experience span { color: #63dcff; font-size: clamp(20px, 2vw, 26px); font-weight: 750; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
@media(max-width:700px) {
.hero-photo-links { gap: 14px; }
.hero-machine-link { width: calc((100% - 28px) * .28); }
.hero-machine-link.hero-pfaff-link { width: calc((100% - 28px) * .44); }
}

/* Keep delivery information in flow, clear of the action buttons. */
.hero-note { position: relative; right: auto; bottom: auto; width: min(1280px, calc(100% - 36px)); max-width: none; margin: 0 auto 18px; color: #fff; text-align: left; font-size: 13px; line-height: 1.55; padding: 10px 14px; border-radius: 8px; background: rgba(6,29,60,.85); }
.hero-machine-link small { font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
@media(max-width:700px) { .hero-machine-link small { font-size: 12px; } .hero-content { padding-bottom: 18px; } }
.request-howto { margin: 4px 0 10px; padding: 12px 14px; background: #e4f0ff; border-left: 3px solid var(--blue); border-radius: 6px; font-size: 14px; line-height: 1.55; }

.hero-machine-link img.machine-photo { width: 100%; height: 104px; object-fit: cover; border-radius: 6px; }
@media(max-width:700px) { .hero-machine-link img.machine-photo { height: 82px; } }

/* Unnumbered quality cards matching the service headings. */
.trust-strip { padding-block: 18px; background: #edf5ff; border-bottom: 0; }
.trust-grid { gap: 14px; }
.trust-grid > .trust-item { min-width: 0; padding: 18px; border: 1px solid #bed0e2; border-left: 5px solid var(--red); border-radius: 12px; background: #e4f0ff; box-shadow: 0 4px 14px rgba(8,69,137,.06); }
.trust-item strong { color: #084589; font-size: 15px; line-height: 1.4; }
.trust-item small { margin-top: 6px; color: #304b68; line-height: 1.5; }
@media(max-width:700px) { .trust-grid { gap: 10px; } .trust-grid > .trust-item { padding: 14px; } }
@media(max-width:420px) { .trust-grid { grid-template-columns: 1fr; } }

.trust-strip { background: #084589; }

.tailoring-specialties { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 20px 0; }
.tailoring-specialties article { color: #084589; padding: 18px; border: 1px solid #bed0e2; border-left: 4px solid var(--red); border-radius: 10px; background: #e4f0ff; }
.tailoring-specialties h4 { margin: 0 0 8px; color: #084589; font-size: 17px; line-height: 1.4; }
.tailoring-specialties p { margin: 0; }
@media(max-width:800px) { .tailoring-specialties { grid-template-columns: 1fr; } }

/* Keep the mobile first screen focused on service, express promise and contact. */
@media (max-width: 700px) {
  .hero .hero-photo-links,
  .hero .hero-display,
  .hero .hero-shortcuts { display: none; }
  .hero-content { padding-top: 54px; padding-bottom: 20px; }
  .hero-local-title { max-width: 92%; font-size: clamp(24px, 7.2vw, 31px); }
  .hero-experience { gap: 3px 10px; margin: 10px 0 15px; }
  .hero-experience strong { font-size: 18px; }
  .hero-experience span { font-size: 16px; }
  .hero-cta { gap: 9px; }
  .hero-cta .button { min-height: 48px; flex: 1 1 150px; padding-inline: 15px; font-size: 14px; }
  .hero-note { margin-bottom: 10px; }
}

.trust-grid > .trust-item { background: #e4f0ff; border-color: #bed0e2; border-left: 6px solid var(--red); }
.trust-grid .trust-item strong { color: #084589; }
.trust-grid .trust-item small { color: #084589; }

/* Preserve bridal silhouettes and show bodices in compact previews. */
.expanded-service .service-photo-set figure img[src*="regio-brautkleid"] { height:auto; max-height:480px; object-fit:contain; object-position:center top; background:#e4f0ff; }
.disclosure-thumbnail[src*="regio-brautkleid"], .gallery-item img[src*="regio-brautkleid"] { object-position:center 20%; }
.bridal-group-photo { display:block; width:100%; height:auto; border-radius:14px; overflow:hidden; }

.expanded-service .leather-repair-photos figure img { height:auto; max-height:520px; object-fit:contain; background:#e4f0ff; }
