:root {
  --bg: #fafaf8;
  --surface: #ffffff;
  --surface-2: #f0f1ef;
  --ink: #202425;
  --muted: #62686a;
  --line: #dde0dc;
  --gold: #9b7c45;
  --gold-dark: #765c30;
  --dark: #202425;
  --shell: min(1160px, calc(100% - 48px));
  --radius: 6px;
  --font: Inter, "Aptos", "Segoe UI", system-ui, sans-serif;
  color-scheme: light;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #b28b49; outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 9px 14px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Preview control: part of document flow, never covers customer content. */
.design-lab {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 5px max(24px, calc((100vw - 1160px) / 2));
  background: #202425;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.design-lab__label { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.design-lab__controls { display: flex; gap: 3px; }
.design-lab button { min-height: 28px; padding: 3px 9px; border: 0; border-radius: 3px; background: transparent; color: rgba(255,255,255,.72); cursor: pointer; font-size: 11px; font-weight: 750; }
.design-lab button[aria-pressed="true"] { background: #fff; color: #202425; }

.site-header { position: sticky; z-index: 70; top: 0; background: rgba(250,250,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand img { width: 60px; height: 44px; object-fit: contain; }
.brand__text { display: grid; line-height: 1; }
.brand__text strong { font-size: 20px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.brand__text span { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--gold-dark); }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 5px; background: var(--dark); color: #fff; }
.menu-button { display: none; align-items: center; gap: 8px; min-height: 42px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: inherit; cursor: pointer; }
.menu-button svg, .button svg, .mobile-call svg, .service-card__icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hero { padding: clamp(52px, 6vw, 80px) 0 clamp(60px, 7vw, 92px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); gap: clamp(46px, 7vw, 86px); align-items: center; }
.hero__copy { min-width: 0; }
.eyebrow { margin: 0 0 15px; color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero h1, .section-heading h2, .audiences__copy h2, .process h2, .about h2, .contact h2, .legal-main h1 { margin: 0; font-weight: 680; letter-spacing: -.035em; line-height: 1.06; }
.hero h1 { max-width: 650px; font-size: clamp(44px, 5vw, 58px); }
.hero h1 em { font-style: normal; color: inherit; }
.hero__lead { max-width: 610px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 20px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 19px; border: 1px solid transparent; border-radius: 5px; cursor: pointer; font-weight: 740; line-height: 1.2; text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.button--primary { background: var(--dark); color: #fff; }
.button--primary:hover { background: #080a0a; }
.button--text { padding-inline: 4px; color: var(--ink); }
.button--light { background: #fff; color: #202425; }
.trust-list { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--gold-dark); }
.google-proof { display: inline-flex; align-items: center; gap: 9px; margin-top: 17px; text-decoration: none; }
.google-proof strong { padding: 3px 7px; border: 1px solid var(--line); border-radius: 4px; color: var(--gold-dark); font-size: 14px; }
.google-proof span { color: var(--muted); font-size: 11px; font-weight: 650; }
.hero__visual { min-width: 0; margin: 0; }
.hero-photo { display: block; overflow: hidden; border-radius: var(--radius); background: var(--surface-2); }
.hero-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-photo--business img { object-position: 70% center; }
.hero-photo--classic { display: none; }
figcaption { margin-top: 8px; color: #63696a; font-size: 10px; line-height: 1.4; }

.section { padding: clamp(64px, 7vw, 86px) 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 700px; margin-bottom: 34px; }
.section-heading--wide { max-width: 780px; }
.section-heading h2, .audiences__copy h2, .process h2, .about h2, .contact h2 { font-size: clamp(32px, 3.5vw, 42px); }
.section-heading > p:last-child { max-width: 660px; margin: 18px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 210px; padding: 28px 64px 28px 0; border-bottom: 1px solid var(--line); }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:nth-child(even) { padding-left: 34px; }
.service-card__number { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.service-card__icon { position: absolute; top: 25px; right: 20px; width: 34px; height: 34px; padding: 6px; color: var(--gold-dark); }
.service-card__icon svg { width: 100%; height: 100%; }
.service-card h3 { margin: 40px 0 8px; font-size: 21px; font-weight: 720; line-height: 1.2; }
.service-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; }

.audiences { background: var(--surface-2); }
.audiences__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 94px); align-items: center; }
.audiences__visual { margin: 0; }
.audiences__visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.audiences__intro { margin: 20px 0; color: var(--muted); }
.audience-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d2d5d1; }
.audience-list li { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid #d2d5d1; }
.audience-list strong { color: var(--ink); font-size: 14px; }
.audience-list span { color: var(--muted); font-size: 14px; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-block: 1px solid var(--line); }
.process-list--three { grid-template-columns: repeat(3, 1fr); }
.process-list li { min-height: 190px; padding: 25px 28px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.process-list h3 { margin: 34px 0 8px; font-size: 19px; font-weight: 720; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 24px; padding: 20px 22px; background: var(--surface-2); border-radius: var(--radius); }
.section-cta p { margin: 0; font-size: 14px; font-weight: 650; }

.about { background: var(--dark); color: #fff; border-color: var(--dark); }
.about__grid { display: grid; grid-template-columns: minmax(260px, .72fr) 1fr .7fr; gap: clamp(36px, 6vw, 72px); align-items: center; }
.about__portrait { margin: 0; }
.about__portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.about figcaption { color: rgba(255,255,255,.6); }
.about .eyebrow { color: #d2b57e; }
.about h2 { color: #fff; }
.about__copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.72); }
.about__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 24px; }
.about__actions > a:not(.button) { color: #fff; font-size: 13px; }
.about__facts { margin: 0; }
.about__facts div { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.about__facts dt { color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about__facts dd { margin: 4px 0 0; color: rgba(255,255,255,.9); font-size: 13px; }

.contact { background: #fff; }
.contact__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 8vw, 94px); align-items: start; }
.contact__intro { position: sticky; top: 100px; }
.contact__intro > p:not(.eyebrow) { color: var(--muted); }
.contact-direct { display: grid; gap: 3px; margin-top: 28px; }
.contact-direct span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct a { font-size: 24px; font-weight: 650; text-decoration: none; }
.request-form { display: grid; gap: 21px; padding: clamp(24px, 3.5vw, 38px); background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); }
.field { display: grid; gap: 7px; }
.field label, .choice-field legend { font-size: 13px; font-weight: 720; }
.optional { color: var(--muted); font-size: 11px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #c8ccca; border-radius: 4px; background: #fff; color: var(--ink); }
.field textarea { min-height: 108px; resize: vertical; }
.field input[aria-invalid="true"], .choice-field[aria-invalid="true"] { border-color: #9e2e25; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.choice-field { margin: 0; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 9px; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { min-height: 44px; display: grid; place-items: center; padding: 7px; border: 1px solid #c8ccca; border-radius: 4px; background: #fff; text-align: center; font-size: 12px; font-weight: 650; }
.choice-grid input:checked + span { border-color: var(--dark); background: var(--dark); color: #fff; }
.choice-grid input:focus-visible + span { outline: 3px solid #b28b49; outline-offset: 2px; }
.form-note { margin: 0; color: var(--muted); font-size: 11px; }
.form-status { display: none; padding: 10px 12px; border-radius: 4px; font-size: 13px; }
.form-status:not(:empty) { display: block; }
.form-status[data-state="error"] { background: #f8e3e0; color: #791f18; }
.button--submit { width: max-content; }

.site-footer { padding: 50px 0 24px; background: #151819; color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr .7fr; gap: 45px; }
.brand--footer .brand__text span, .site-footer p { color: rgba(255,255,255,.54); }
.site-footer address, .site-footer nav { display: grid; align-content: start; gap: 8px; font-style: normal; }
.site-footer address strong, .site-footer nav strong { margin-bottom: 7px; color: #c5a66d; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer address a, .site-footer nav a { color: rgba(255,255,255,.7); font-size: 13px; text-decoration: none; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; }
.mobile-call { display: none; }

/* Klassisch: restrained dark interpretation of the existing black/gold brand. */
html[data-design="classic"] { --bg: #0b0c0f; --surface: #151619; --surface-2: #1a1b1e; --ink: #f7f7f4; --muted: #b7bab8; --line: rgba(255,255,255,.12); --gold: #d0ae68; --gold-dark: #d8b65f; --dark: #0b0c0f; color-scheme: dark; }
html[data-design="classic"] body { background: var(--bg); }
html[data-design="classic"] .design-lab { background: #d8b65f; color: #111; border-color: transparent; }
html[data-design="classic"] .design-lab__label { color: rgba(0,0,0,.58); }
html[data-design="classic"] .design-lab button { color: rgba(0,0,0,.7); }
html[data-design="classic"] .design-lab button[aria-pressed="true"] { background: #0b0c0f; color: #fff; }
html[data-design="classic"] .site-header { background: rgba(11,12,15,.95); }
html[data-design="classic"] .brand__text span { color: #b9bbb9; }
html[data-design="classic"] .nav-cta, html[data-design="classic"] .button--primary { background: #d8b65f; color: #111; }
html[data-design="classic"] .hero__grid { grid-template-columns: 1.05fr .95fr; }
html[data-design="classic"] .hero__visual { grid-column: 1; grid-row: 1; }
html[data-design="classic"] .hero__copy { grid-column: 2; grid-row: 1; }
html[data-design="classic"] .hero-photo--business { display: none; }
html[data-design="classic"] .hero-photo--classic { display: block; }
html[data-design="classic"] .hero-photo--classic img { object-position: 68% center; }
html[data-design="classic"] .google-proof strong { border-color: rgba(255,255,255,.18); color: #d8b65f; }
html[data-design="classic"] .service-card, html[data-design="classic"] .service-card:nth-child(odd) { border-color: rgba(255,255,255,.12); }
html[data-design="classic"] .audiences { background: #151619; }
html[data-design="classic"] .audience-list, html[data-design="classic"] .audience-list li { border-color: rgba(255,255,255,.13); }
html[data-design="classic"] .audience-list strong { color: #fff; }
html[data-design="classic"] .process-list, html[data-design="classic"] .process-list li { border-color: rgba(255,255,255,.13); }
html[data-design="classic"] .section-cta { background: #151619; }
html[data-design="classic"] .about { background: #d8b65f; color: #151515; }
html[data-design="classic"] .about .eyebrow, html[data-design="classic"] .about h2, html[data-design="classic"] .about__copy > p:not(.eyebrow), html[data-design="classic"] .about__facts dd, html[data-design="classic"] .about__actions > a:not(.button), html[data-design="classic"] .about figcaption { color: #151515; }
html[data-design="classic"] .about__facts div { border-color: rgba(0,0,0,.22); }
html[data-design="classic"] .about__facts dt { color: rgba(0,0,0,.58); }
html[data-design="classic"] .contact { background: #0b0c0f; }
html[data-design="classic"] .request-form { background: #151619; }
html[data-design="classic"] .choice-grid span, html[data-design="classic"] .field input, html[data-design="classic"] .field select, html[data-design="classic"] .field textarea { border-color: rgba(255,255,255,.2); background: #0b0c0f; color: #fff; }
html[data-design="classic"] .choice-grid input:checked + span { background: #d8b65f; color: #111; }

.legal-main { min-height: 68vh; padding: 72px 0 100px; }
.legal-main article { max-width: 800px; }
.legal-main h1 { margin-bottom: 30px; font-size: clamp(42px, 6vw, 60px); }
.legal-main h2 { margin-top: 38px; font-size: 24px; }
.legal-notice { padding: 14px 16px; background: #fff1ca; border-left: 3px solid var(--gold-dark); color: #33260e; }

@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .about__grid { grid-template-columns: minmax(220px,.7fr) 1.3fr; }
  .about__facts { grid-column: 2; }
  .contact__grid { grid-template-columns: .8fr 1.2fr; gap: 40px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 34px, 620px); }
  html { scroll-padding-top: 78px; }
  body { font-size: 16px; }
  .design-lab { min-height: 34px; justify-content: center; gap: 7px; padding: 4px 10px; }
  .design-lab button { min-height: 27px; padding-inline: 7px; font-size: 10px; }
  .site-header__inner { min-height: 66px; }
  .brand img { width: 52px; height: 38px; }
  .brand__text strong { font-size: 18px; }
  .brand__text span { margin-top: 4px; font-size: 7px; letter-spacing: .12em; }
  .menu-button { display: inline-flex; }
  .main-nav { position: fixed; z-index: 60; inset: 66px 0 auto; display: grid; gap: 0; padding: 8px 17px 17px; background: var(--bg); border-bottom: 1px solid var(--line); }
  .main-nav[hidden] { display: none; }
  .main-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 4px; justify-content: center; }
  .hero { padding: 42px 0 52px; }
  .hero__grid, html[data-design="classic"] .hero__grid { grid-template-columns: 1fr; gap: 31px; }
  html[data-design="classic"] .hero__copy, html[data-design="classic"] .hero__visual { grid-column: 1; }
  html[data-design="classic"] .hero__copy { grid-row: 1; }
  html[data-design="classic"] .hero__visual { grid-row: 2; }
  .hero h1 { font-size: clamp(36px, 10.2vw, 43px); overflow-wrap: normal; hyphens: auto; }
  .hero__lead { margin-top: 17px; font-size: 17px; }
  .hero__actions { margin-top: 22px; }
  .hero__actions .button { width: 100%; min-width: 0; overflow-wrap: anywhere; }
  .trust-list { display: grid; gap: 5px; margin-top: 20px; }
  .hero-photo img { aspect-ratio: 4 / 3; }
  .section { padding: 54px 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2, .audiences__copy h2, .process h2, .about h2, .contact h2 { font-size: clamp(28px, 8vw, 34px); }
  .service-grid { grid-template-columns: 1fr; border-top: 0; }
  .service-card, .service-card:nth-child(n) { min-height: auto; padding: 22px 48px 22px 0; border-right: 0; }
  .service-card__icon { top: 20px; right: 5px; }
  .service-card h3 { margin: 24px 0 6px; }
  .audiences__grid { grid-template-columns: 1fr; gap: 34px; }
  .audiences__visual img { aspect-ratio: 4 / 3; }
  .audience-list li { grid-template-columns: 1fr; gap: 3px; padding: 12px 0; }
  .process-list, .process-list--three { grid-template-columns: 1fr; border-block: 0; }
  .process-list li { min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list h3 { margin: 12px 0 4px; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .about__grid { grid-template-columns: 1fr; gap: 30px; }
  .about__portrait img { aspect-ratio: 4 / 5; }
  .about__facts { grid-column: 1; }
  .contact__grid { grid-template-columns: 1fr; gap: 32px; }
  .contact__intro { position: static; }
  .request-form { padding: 22px 17px; }
  .form-row { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { padding-bottom: 92px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .site-footer__grid > div { grid-column: 1 / -1; }
  .site-footer__bottom { flex-direction: column; gap: 4px; }
  .mobile-call { position: fixed; z-index: 80; left: 17px; bottom: 17px; min-height: 46px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 4px; background: var(--dark); color: #fff; font-weight: 750; text-decoration: none; }
  html[data-design="classic"] .mobile-call { background: #d8b65f; color: #111; }
}

@media (max-width: 420px) {
  .design-lab__label { display: none; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__grid > div { grid-column: auto; }
}

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