:root {
  --ink: #181715;
  --ink-soft: #24211e;
  --paper: #f2eee7;
  --paper-muted: #c9c1b5;
  --copper: #b66c3f;
  --copper-dark: #a15832;
  --copper-light: #d39468;
  --teal: #79aea9;
  --line-dark: rgba(24, 23, 21, .16);
  --line-light: rgba(242, 238, 231, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
section[id] { scroll-margin-top: 88px; }
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--copper-light);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 0 clamp(24px, 4.3vw, 76px);
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line-light);
  background: rgba(24, 23, 21, .97);
  backdrop-filter: blur(12px);
}
.mobile-home { display: none; }
.wordmark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .15em;
}
.wordmark::before {
  width: 3px;
  height: 25px;
  margin-right: 13px;
  content: "";
  background: var(--copper);
  box-shadow: 7px 0 0 rgba(121, 174, 169, .66);
}
.brand-wordmark-visual { display: inline-flex; align-items: baseline; white-space: nowrap; }
.brand-word-schoen { color: var(--paper); }
.brand-word-laut { color: var(--copper-light); }
.brand-knob-o {
  position: relative;
  width: .74em;
  height: .74em;
  margin: 0 .03em;
  display: inline-block;
  vertical-align: -.035em;
  border: .16em solid currentColor;
  border-radius: 50%;
}
.brand-knob-pointer {
  position: absolute;
  bottom: 47%;
  left: 47%;
  width: .08em;
  height: .245em;
  border-radius: 2px;
  background: var(--copper-light);
  transform: rotate(42deg);
  transform-origin: 50% 100%;
}
.brand-umlaut-dots {
  position: absolute;
  right: 5%;
  bottom: 125%;
  left: 5%;
  display: flex;
  justify-content: center;
  gap: 36%;
}
.brand-umlaut-dots i {
  width: .075em;
  height: .075em;
  display: block;
  border-radius: 50%;
  background: var(--copper-light);
}
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-nav a {
  padding: 11px 0;
  border-bottom: 1px solid transparent;
  color: rgba(242, 238, 231, .82);
  font-size: 14px;
  font-weight: 650;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--copper-light); border-bottom-color: var(--copper-light); }
.header-cta {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--copper-light);
  border: 1px solid var(--copper-light);
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}
.header-cta:hover { background: #dda176; }

.service-hero {
  position: relative;
  min-height: min(790px, calc(100vh - 76px));
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
}
.service-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.82) contrast(1.08) brightness(.73);
  transform: scale(1.025);
}
.service-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(24, 23, 21, .98), rgba(24, 23, 21, .92) 38%, rgba(24, 23, 21, .34) 68%, rgba(24, 23, 21, .1)),
    linear-gradient(0deg, rgba(24, 23, 21, .72), transparent 42%);
}
.hero-inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 88px clamp(28px, 6vw, 96px) 110px;
}
.section-label {
  margin: 0 0 22px;
  color: var(--copper-light);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.service-hero h1 {
  max-width: 880px;
  margin-bottom: 30px;
  font-size: clamp(54px, 6.4vw, 96px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 650;
  text-transform: uppercase;
}
.service-hero h1 em { color: var(--copper-light); font-style: normal; }
.hero-lead {
  max-width: 680px;
  margin-bottom: 38px;
  color: rgba(242, 238, 231, .86);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.6;
}
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(242, 238, 231, .42);
  color: var(--paper);
  font-size: 14px;
  font-weight: 750;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); background: rgba(242, 238, 231, .08); }
.button-primary { border-color: var(--copper-light); background: var(--copper-light); color: var(--ink); }
.button-primary:hover { background: #dda176; }
.hero-facts {
  width: min(1440px, 100%);
  margin: -82px auto 0;
  padding: 0 clamp(28px, 6vw, 96px) 34px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hero-fact {
  min-height: 96px;
  padding: 20px 26px;
  border: 1px solid rgba(242, 238, 231, .22);
  border-right: 0;
  background: rgba(24, 23, 21, .76);
  backdrop-filter: blur(9px);
}
.hero-fact:last-child { border-right: 1px solid rgba(242, 238, 231, .22); }
.hero-fact span { display: block; margin-bottom: 7px; color: var(--copper-light); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-fact strong { font-size: 17px; line-height: 1.4; }

.light-section, .dark-section { padding: clamp(86px, 9vw, 145px) clamp(28px, 6vw, 96px); }
.light-section { background: var(--paper); color: var(--ink); }
.dark-section { background: var(--ink-soft); color: var(--paper); }
.section-inner { width: min(1320px, 100%); margin: 0 auto; }
.intro-grid {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}
.light-section .section-label { color: var(--copper-dark); }
.intro-copy h2, .section-heading h2 {
  margin-bottom: 30px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 650;
}
.intro-copy > p, .section-heading > p {
  max-width: 840px;
  color: #5f5951;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.68;
}
.dark-section .section-heading > p { color: var(--paper-muted); }
.pull-quote {
  margin: 54px 0 0;
  padding: 28px 0 0 28px;
  border-top: 1px solid rgba(182, 108, 63, .38);
  border-left: 3px solid var(--copper);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.35;
  letter-spacing: -.025em;
}

.scope-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.scope-item {
  min-height: 225px;
  padding: 30px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.scope-item span { color: var(--copper-light); font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.scope-item h3 { margin: 40px 0 14px; font-size: 25px; letter-spacing: -.025em; }
.scope-item p { margin-bottom: 0; color: var(--paper-muted); font-size: 16px; line-height: 1.58; }
.scope-note {
  max-width: 880px;
  margin: 36px 0 0;
  color: var(--paper-muted);
  font-size: 17px;
  line-height: 1.65;
}

.workflow-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.workflow-step {
  min-height: 330px;
  padding: 27px 24px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.workflow-step > span { color: var(--copper-dark); font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.workflow-step h3 { margin: 58px 0 18px; font-size: 25px; line-height: 1.08; letter-spacing: -.03em; }
.workflow-step p { margin-bottom: 0; color: #625d55; font-size: 15px; line-height: 1.6; }

.delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: start;
}
.delivery-list { margin: 0; border-top: 1px solid var(--line-light); }
.delivery-list > div { padding: 24px 0; border-bottom: 1px solid var(--line-light); }
.delivery-list dt { margin-bottom: 8px; color: var(--copper-light); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.delivery-list dd { margin: 0; color: var(--paper-muted); font-size: 16px; line-height: 1.6; }

.references-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.reference-card {
  min-height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  transition: background .18s ease, transform .18s ease;
}
.reference-card:hover { background: rgba(242, 238, 231, .04); transform: translateY(-2px); }
.reference-number { margin-bottom: 24px; color: var(--copper-light); font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.reference-cover { width: 100%; aspect-ratio: 1; margin-bottom: 26px; object-fit: cover; }
.reference-artist { margin-bottom: 7px; color: var(--copper-light); font-size: 14px; font-weight: 700; }
.reference-card h3 { margin-bottom: 20px; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.05; letter-spacing: -.035em; }
.reference-meta { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line-light); color: var(--paper-muted); font-size: 13px; }
.reference-listen { margin-top: 22px; font-size: 14px; font-weight: 750; }

.faq-list { max-width: 1000px; margin: 60px 0 0 auto; border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { padding: 25px 42px 25px 0; cursor: pointer; list-style: none; position: relative; font-size: 20px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 3px; content: "+"; color: var(--copper-dark); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 820px; margin: 0; padding: 0 0 28px; color: #625d55; font-size: 16px; line-height: 1.68; }

.contact-section { padding: clamp(86px, 9vw, 140px) clamp(28px, 6vw, 96px); background: var(--ink); }
.contact-grid { margin-top: 64px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(44px, 7vw, 105px); align-items: start; }
.project-form { display: grid; gap: 24px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-form label { display: grid; gap: 9px; }
.project-form label > span { color: var(--paper-muted); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.project-form input, .project-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(242, 238, 231, .3);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font: inherit;
}
.project-form input { min-height: 54px; }
.project-form textarea { min-height: 150px; padding-top: 12px; resize: vertical; }
.project-form input:focus, .project-form textarea:focus { border-bottom-color: var(--copper-light); }
.project-form input::placeholder { color: rgba(201, 193, 181, .58); }
.privacy-consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 13px !important; color: var(--paper-muted); font-size: 14px; line-height: 1.55; }
.privacy-consent input { width: 18px; height: 18px; min-height: 0; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--copper); }
.privacy-consent a { color: var(--paper); text-decoration: underline; text-decoration-color: var(--copper-light); text-underline-offset: 3px; }
.form-foot { margin-top: 12px; display: flex; align-items: center; gap: 24px; }
.form-foot p { margin: 0; color: var(--paper-muted); font-size: 12px; }
.form-status { display: none; margin: 4px 0 0; padding: 17px 19px; border-left: 2px solid var(--copper-light); background: rgba(182, 108, 63, .12); color: var(--paper); font-size: 15px; line-height: 1.55; }
.direct-contact { padding: 34px; border: 1px solid var(--line-light); background: rgba(36, 33, 30, .62); }
.contact-kicker { margin-bottom: 22px; color: var(--copper-light); font-size: 13px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.direct-contact h3 { margin-bottom: 34px; font-size: clamp(29px, 2.7vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.contact-links { border-top: 1px solid var(--line-light); }
.contact-links a { padding: 18px 0; display: grid; gap: 5px; border-bottom: 1px solid var(--line-light); }
.contact-links a:hover strong { color: var(--copper-light); }
.contact-links span { color: var(--paper-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-size: 16px; }
.contact-note { margin: 30px 0 0; color: var(--paper-muted); font-size: 15px; line-height: 1.62; }

.legal-footer {
  padding: 28px clamp(28px, 6vw, 96px) 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-light);
  background: var(--ink);
  color: var(--paper-muted);
  font-size: 14px;
}
.legal-footer p { margin: 0; }
.legal-footer nav { display: flex; gap: 24px; }
.legal-footer a:hover { color: var(--copper-light); }

@media (max-width: 1080px) {
  .site-nav a:nth-child(2), .site-nav a:nth-child(3) { display: none; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-step:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  section[id] { scroll-margin-top: 78px; }
  .site-header { position: sticky; min-height: 70px; padding-inline: 20px; justify-content: center; }
  .site-nav, .header-cta { display: none; }
  .mobile-home {
    position: absolute;
    top: 50%;
    left: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--paper-muted);
    font-size: 13px;
    font-weight: 700;
    transform: translateY(-50%);
  }
  .mobile-home:hover, .mobile-home:focus-visible { color: var(--copper-light); }
  .wordmark { font-size: 19px; letter-spacing: .14em; }
  .brand-umlaut-dots { top: -7px; right: 0; bottom: auto; left: 0; gap: 4px; }
  .brand-umlaut-dots i { width: 3px; height: 3px; flex: 0 0 3px; }
  .service-hero { min-height: 750px; align-items: flex-end; }
  .service-hero-image { object-position: 58% center; filter: saturate(.82) contrast(1.08) brightness(.68); }
  .service-hero::after {
    background:
      linear-gradient(0deg, rgba(24, 23, 21, 1), rgba(24, 23, 21, .94) 44%, rgba(24, 23, 21, .38) 72%, rgba(24, 23, 21, .16)),
      linear-gradient(90deg, rgba(24, 23, 21, .78), rgba(24, 23, 21, .16));
  }
  .hero-inner { padding: 310px 20px 118px; }
  .section-label { margin-bottom: 17px; font-size: 13px; letter-spacing: .14em; }
  .service-hero h1 { margin-bottom: 22px; font-size: clamp(39px, 11.4vw, 54px); line-height: .98; }
  .hero-lead { margin-bottom: 28px; font-size: 16px; line-height: 1.55; }
  .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .button { min-height: 49px; padding-inline: 13px; gap: 8px; font-size: 12px; }
  .hero-facts { margin-top: -92px; padding: 0 20px 22px; grid-template-columns: 1fr; }
  .hero-fact { min-height: 0; padding: 13px 17px; border-right: 1px solid rgba(242, 238, 231, .22); border-bottom: 0; }
  .hero-fact:last-child { border-bottom: 1px solid rgba(242, 238, 231, .22); }
  .hero-fact span { display: inline; margin-right: 8px; font-size: 10px; }
  .hero-fact strong { font-size: 14px; }
  .light-section, .dark-section, .contact-section { padding: 66px 22px; }
  .intro-grid, .delivery-grid, .contact-grid { grid-template-columns: 1fr; gap: 25px; }
  .intro-copy h2, .section-heading h2 { margin-bottom: 22px; font-size: clamp(36px, 10vw, 46px); }
  .intro-copy > p, .section-heading > p { font-size: 16px; line-height: 1.58; }
  .pull-quote { margin-top: 34px; padding: 20px 0 0 18px; font-size: 23px; }
  .scope-grid, .workflow-grid, .references-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .scope-item { min-height: 0; padding: 24px 22px; }
  .scope-item h3 { margin: 28px 0 12px; font-size: 25px; }
  .workflow-step, .workflow-step:last-child { min-height: 0; padding: 23px 22px 26px; grid-column: auto; }
  .workflow-step h3 { margin: 28px 0 13px; font-size: 25px; }
  .delivery-list { margin-top: 10px; }
  .reference-card { padding: 22px; }
  .reference-cover { margin-bottom: 22px; }
  .faq-list { margin-top: 40px; }
  .faq-list summary { padding-block: 21px; font-size: 17px; line-height: 1.4; }
  .field-row { grid-template-columns: 1fr; gap: 18px; }
  .project-form { gap: 18px; }
  .project-form input { min-height: 48px; }
  .project-form textarea { min-height: 120px; }
  .form-foot { align-items: flex-start; flex-direction: column; }
  .form-foot .button { width: 100%; }
  .direct-contact { padding: 24px 22px; }
  .legal-footer { padding-inline: 20px; align-items: flex-start; flex-direction: column; }
}

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