@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --navy: #092b56;
  --navy-deep: #061d3c;
  --blue: #1874b8;
  --cyan: #15a9d5;
  --red: #d72f38;
  --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: "DM Sans", 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: 112px 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: 84px; 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: 32px; }
.brand { width: 154px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.site-nav a { position: relative; font-size: 14px; 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; }
.header-actions { display: flex; gap: 8px; }
.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: calc(100svh - 84px); 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/profi-buegelanlage.jpeg") center 45% / 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: 84px 120px; }
.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: "Manrope", Arial, sans-serif; letter-spacing: -.045em; line-height: 1.06; }
h1 { max-width: 770px; font-size: clamp(48px, 6.2vw, 88px); font-weight: 800; }
h1 span { color: #71cce9; }
.hero-lead { max-width: 590px; margin: 27px 0 34px; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.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(215,47,56,.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: 58px; }
.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(3, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 28px 28px; 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: 15px; }
.trust-item small { color: var(--muted); font-size: 12px; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading.compact { margin-bottom: 42px; }
.section-heading 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: 480px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.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; }

.atelier { background: var(--mist); overflow: hidden; }
.atelier-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.atelier-collage { position: relative; min-height: 650px; }
.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(215,47,56,.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: 28px; }
.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; }
.photo-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-template-rows: 255px 255px; gap: 16px; }
.photo-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: var(--mist); }
.photo-grid .photo-wide { grid-row: 1 / 3; }
.photo-grid .photo-tall { grid-row: 1 / 3; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.photo-grid figure:hover img { transform: scale(1.035); }
.photo-grid figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 10px 12px; color: #fff; background: rgba(5,32,66,.82); border-radius: 9px; backdrop-filter: blur(8px); font-size: 12px; font-weight: 700; }

.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; }
.price-group-title { margin: 0 0 8px; color: #82d9f0; font-size: 16px; letter-spacing: .04em; }
.price-group-title.tailoring-title { margin-top: 42px; }
.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; }
details { border-top: 1px solid rgba(255,255,255,.2); }
details:last-of-type { border-bottom: 1px solid rgba(255,255,255,.2); }
summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 700 19px/1.3 "Manrope", sans-serif; }
summary::-webkit-details-marker { display: none; }
summary i { position: relative; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
summary i::before, summary i::after { content: ""; position: absolute; top: 13px; left: 7px; width: 12px; height: 1px; background: #fff; }
summary i::after { transform: rotate(90deg); transition: transform .2s; }
details[open] summary i::after { transform: rotate(0); }
.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; }

.reviews { background: var(--mist); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.reviews h2 { max-width: 790px; font-size: clamp(36px, 4vw, 54px); }
.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(0,1.15fr) minmax(320px,.85fr); min-height: 360px; margin-top: 42px; overflow: hidden; border: 1px solid #d8e4ed; border-radius: var(--radius); background: #fff; box-shadow: 0 24px 60px rgba(11,45,92,.10); }
.google-reviews-live iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }
.google-review-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px,5vw,64px); }
.google-review-copy .live-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #1766a8; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.google-review-copy .live-label::before { width: 9px; height: 9px; content: ""; border-radius: 50%; background: #34a853; box-shadow: 0 0 0 5px rgba(52,168,83,.13); }
.google-review-copy h3 { margin: 0 0 14px; color: var(--navy); font: 800 clamp(25px,3vw,36px)/1.12 "Manrope", sans-serif; }
.google-review-copy p { margin: 0 0 24px; color: var(--muted); }

.visit { padding-bottom: 0; background: #fff; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.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: 30px; bottom: 25px; left: 30px; color: #fff; font-weight: 700; }
.visit-card { padding: 62px; color: #fff; background: var(--navy); border-radius: 0 var(--radius) var(--radius) 0; }
.visit-card h2 { color: #fff; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 37px 0 27px; }
.contact-details small { display: block; margin-bottom: 8px; 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: 12px 0; color: rgba(255,255,255,.75); font-size: 13px; }
.hours strong { color: #fff; }
.parking { display: flex; align-items: center; gap: 12px; margin: 24px 0; 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 { height: 390px; margin-top: 55px; background: var(--mist); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8); }

.footer { padding: 54px 0 28px; color: rgba(255,255,255,.68); background: var(--navy-deep); }
.footer-top { display: grid; grid-template-columns: 330px 1fr auto; align-items: center; gap: 50px; padding-bottom: 42px; }
.footer-top img { width: 330px; height: auto; padding: 10px; background: #fff; border-radius: 8px; }
.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: 20px; padding-top: 22px; 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; }
.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; }
.mobile-contact { display: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .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: 540px; }
  .atelier-grid { gap: 50px; }
  .price-layout { gap: 60px; }
  .visit-card { padding: 46px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 68px; }
  .wrap { width: min(100% - 28px, 620px); }
  .section { padding: 78px 0; }
  .site-header { height: 72px; }
  .brand { width: 130px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 72px 0 68px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 35px 24px; transform: translateX(100%); background: #fff; transition: transform .25s ease; }
  .menu-open .site-nav { transform: none; }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--silver); font-size: 20px; }
  .header-actions { display: none; }
  .hero { min-height: 760px; }
  .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: 74px 110px; }
  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: 48px; }
  .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: 10px; }
  .hero-note { right: 14px; bottom: 14px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 9px; }
  .trust-item, .trust-item:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--silver); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .section-heading 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: 430px; }
  .atelier-grid { grid-template-columns: 1fr; gap: 54px; }
  .atelier-collage { min-height: 520px; }
  .experience-badge { width: 115px; height: 115px; }
  .experience-badge strong { font-size: 29px; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 220px 220px; }
  .photo-grid .photo-wide { grid-column: 1 / 3; grid-row: 1; }
  .photo-grid .photo-tall { grid-column: 1; grid-row: 2 / 4; }
  .price-layout { grid-template-columns: 1fr; gap: 45px; }
  .price-intro { position: static; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .google-reviews-live { grid-template-columns: 1fr; }
  .google-reviews-live iframe { min-height: 310px; }
  .google-review-copy { align-items: stretch; text-align: center; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-photo { min-height: 510px; 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-top img { width: min(330px, 100%); }
  .footer-bottom { flex-direction: column; }
  .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: 12px; 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; }
}

@media (max-width: 480px) {
  .hero { min-height: 720px; }
  .hero-content { padding-top: 54px; }
  .hero-cta .button { width: 100%; }
  .hero-facts > div { padding-inline: 8px; }
  .service-card, .service-card.large { min-height: 390px; }
  .atelier-collage { min-height: 445px; }
  .collage-main { width: 76%; }
  .collage-accent { width: 60%; }
  .experience-badge { top: 22px; right: 0; }
  .photo-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 310px); }
  .photo-grid .photo-wide, .photo-grid .photo-tall { grid-column: auto; grid-row: auto; }
  .visit-card { padding: 38px 24px; }
  .contact-details { grid-template-columns: 1fr; }
  .hours > div { align-items: flex-start; flex-direction: column; gap: 3px; }
}

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