:root {
  --ink: #171916;
  --ink-soft: #252822;
  --paper: #f2f0e9;
  --white: #fff;
  --acid: #c7cf12;
  --acid-dark: #abb200;
  --line: rgba(23, 25, 22, .16);
  --muted: #676960;
  --shell: min(1240px, calc(100% - 48px));
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--acid); color: var(--ink); padding: 12px 18px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s, color .25s, transform .25s; }
.site-header.scrolled { color: var(--ink); background: rgba(242,240,233,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; }
.navigation { display: flex; align-items: center; gap: 34px; }
.navigation a { font-size: 13px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; position: relative; }
.navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--acid); transition: right .25s; }
.navigation a:hover::after, .navigation a:focus-visible::after { right: 0; }
.header-contact { justify-self: end; display: grid; line-height: 1.15; text-align: right; }
.header-contact span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; opacity: .65; }.header-contact strong { font-size: 15px; }
.menu-toggle { display: none; }

.hero { min-height: 800px; height: 100svh; background: var(--ink); color: var(--white); position: relative; overflow: hidden; display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 48%; width: 1px; background: rgba(255,255,255,.08); }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(48px, 6vw, 100px); align-items: center; padding-top: 104px; }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--acid); }.eyebrow.dark { color: var(--muted); }
h1, h2 { margin: 0; font-size: clamp(48px, 6.2vw, 94px); line-height: .95; letter-spacing: -.055em; font-weight: 800; }
h1 em, h2 em { color: var(--acid); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 560px; margin: 34px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.55; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }.button-primary { background: var(--acid); color: var(--ink); }.button-primary:hover { background: #dbe51a; }
.button-dark { background: var(--ink); color: var(--white); }.button-dark:hover { background: #30332d; }
.text-link { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; display: flex; gap: 14px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 25px; padding: 32px 0 0; margin: 44px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; }
.trust-list span { color: var(--acid); margin-right: 5px; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; height: min(66vh, 650px); min-height: 460px; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); pointer-events: none; }
.hero-image-wrap img { height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: 0; bottom: 0; width: 155px; aspect-ratio: 1; padding: 24px; background: var(--acid); color: var(--ink); display: grid; align-content: center; line-height: 1.1; }
.hero-badge::after { content: "+"; font-size: 20px; margin-top: 18px; }.hero-badge strong { font-size: 17px; }.hero-badge span { font-family: Georgia, serif; font-style: italic; font-size: 18px; }
.hero-note { position: absolute; right: -22px; bottom: -58px; display: flex; align-items: flex-start; gap: 16px; max-width: 280px; background: var(--ink-soft); padding: 20px 22px; }
.hero-note .number { font-size: 10px; color: var(--acid); font-weight: 800; }.hero-note p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }.hero-note strong { color: white; }
.hero-line { position: absolute; left: 0; bottom: 46px; width: 8%; height: 2px; background: var(--acid); }

.intro-strip { background: var(--acid); padding: 54px 0; }
.strip-grid { display: grid; grid-template-columns: 1fr 1.25fr .65fr; gap: 7vw; align-items: center; }
.strip-lead { margin: 0; font-family: Georgia, serif; font-style: italic; font-size: clamp(24px, 2.4vw, 35px); line-height: 1.2; }.strip-lead strong { font-family: Inter, Arial, sans-serif; font-style: normal; }
.strip-text { margin: 0; max-width: 500px; font-size: 14px; }
.strip-region { border-left: 1px solid rgba(23,25,22,.28); padding-left: 32px; display: grid; }.strip-region span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 8px; }.strip-region strong { font-size: 14px; line-height: 1.35; }

.section { padding: clamp(90px, 10vw, 150px) 0; }
.section-head { display: grid; grid-template-columns: 1fr minmax(260px, 380px); align-items: end; gap: 50px; margin-bottom: 74px; }
.section-head h2 { font-size: clamp(45px, 5vw, 76px); }.section-head > p { margin: 0 0 5px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-card { min-height: 170px; display: grid; grid-template-columns: 55px 95px 1fr 40px; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-card:hover { background: rgba(255,255,255,.46); padding-inline: 20px; }
.service-number { align-self: start; padding-top: 30px; color: var(--muted); font-size: 10px; font-weight: 800; }
.service-icon { width: 70px; height: 70px; border: 1px solid var(--line); display: grid; place-items: center; }
.service-icon svg { width: 38px; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.service-card > div:nth-of-type(2) { display: grid; grid-template-columns: minmax(250px, .7fr) 1fr; gap: 50px; align-items: center; }
.service-card h3 { margin: 0; font-size: clamp(23px, 2.3vw, 34px); letter-spacing: -.025em; }.service-card p { margin: 0; color: var(--muted); max-width: 550px; font-size: 14px; }
.service-arrow { justify-self: end; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; }

.projects { background: var(--ink); color: var(--white); }
.section-head.light > p { color: rgba(255,255,255,.55); }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.project-featured { grid-column: 1 / -1; }
.comparison { position: relative; height: 420px; overflow: hidden; background: #343631; }
.project-featured .comparison { height: min(66vw, 670px); }
.comparison img { position: absolute; inset: 0; height: 100%; object-fit: cover; user-select: none; }
.comparison-before { position: absolute; z-index: 2; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison-before img { width: 100%; }
.comparison input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 50; }
.comparison-handle { position: absolute; z-index: 40; left: var(--position); top: 50%; transform: translate(-50%,-50%); width: 38px; height: 38px; border: 3px solid white; border-radius: 50%; background: transparent; display: block; box-shadow: 0 0 12px rgba(51,51,51,.5); pointer-events: none; }
.comparison-handle::before, .comparison-handle::after { content: ""; position: absolute; left: 50%; width: 3px; height: 9999px; margin-left: -1.5px; background: white; box-shadow: 0 0 12px rgba(51,51,51,.5); }
.comparison-handle::before { bottom: 50%; margin-bottom: 22px; box-shadow: 0 3px 0 white, 0 0 12px rgba(51,51,51,.5); }
.comparison-handle::after { top: 50%; margin-top: 22px; box-shadow: 0 -3px 0 white, 0 0 12px rgba(51,51,51,.5); }
.comparison-handle i { position: absolute; top: 50%; width: 0; height: 0; margin-top: -6px; border: 6px inset transparent; }
.comparison-handle .arrow-left { left: 50%; margin-left: -17px; border-right: 6px solid white; }
.comparison-handle .arrow-right { right: 50%; margin-right: -17px; border-left: 6px solid white; }
.label { position: absolute; z-index: 25; top: 50%; margin-top: -19px; padding: 0 20px; border-radius: 2px; background: rgba(255,255,255,.2); color: white; font-size: 13px; line-height: 38px; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transition: opacity .5s; pointer-events: none; text-shadow: 0 1px 3px rgba(0,0,0,.35); }.label-before { left: 10px; }.label-after { right: 10px; }
.comparison:hover .label, .comparison:focus-within .label { opacity: 1; }
.project-caption { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0 10px; border-bottom: 1px solid rgba(255,255,255,.18); }.project-caption span { color: var(--acid); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }.project-caption h3 { margin: 4px 0 0; font-size: 25px; }.project-caption p { color: rgba(255,255,255,.5); font-size: 13px; }

.process-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 10vw; align-items: start; }
.process-copy { position: sticky; top: 130px; }.process h2 { font-size: clamp(42px, 4.6vw, 70px); }.process-copy > p:not(.eyebrow) { margin: 32px 0; max-width: 500px; color: var(--muted); }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); counter-reset: steps; }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; min-height: 145px; align-items: center; border-bottom: 1px solid var(--line); }
.steps li > span { align-self: stretch; display: grid; place-items: center; border-right: 1px solid var(--line); font-family: Georgia, serif; font-style: italic; color: var(--acid-dark); font-size: 23px; }.steps h3 { margin: 0; font-size: 23px; }.steps p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }

.craft { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 690px; background: var(--ink-soft); color: white; }
.craft-image { min-height: 600px; }.craft-image img { height: 100%; object-fit: cover; }
.craft-copy { padding: clamp(60px, 8vw, 130px); align-self: center; }
.craft blockquote { margin: 0 0 35px; max-width: 520px; font-family: Georgia, serif; font-size: clamp(30px, 3.5vw, 49px); font-style: italic; line-height: 1.2; }
.craft-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); max-width: 560px; }
.signature { display: grid; margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }.signature strong { color: var(--acid); }.signature span { color: rgba(255,255,255,.48); font-size: 12px; }

.contact { background: var(--acid); padding: clamp(80px, 9vw, 135px) 0; }
.contact .eyebrow { color: rgba(23,25,22,.6); }.contact .eyebrow span { background: var(--ink); }.contact h2 { font-size: clamp(49px, 6vw, 88px); }.contact h2 em { color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 9vw; align-items: end; }.contact-copy > p:last-child { max-width: 510px; margin: 30px 0 0; }
.contact-links { border-top: 1px solid rgba(23,25,22,.32); }.contact-links > * { min-height: 98px; display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(23,25,22,.32); }.contact-links span { font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }.contact-links strong { font-size: clamp(15px, 1.5vw, 20px); }.contact-links b { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(23,25,22,.4); border-radius: 50%; }
.contact-links a:hover b { background: var(--ink); color: var(--acid); }

.site-footer { background: var(--ink); color: white; padding: 65px 0 20px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 60px; }.brand-footer { color: white; }.footer-top p { color: rgba(255,255,255,.5); font-size: 13px; margin: 0; }.back-top { justify-self: end; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }.back-top span { color: var(--acid); margin-left: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 11px; }
.footer-legal { display: flex; gap: 22px; }
.mobile-call { display: none; }

.legal-page { background: var(--paper); }
.legal-header { background: var(--ink); color: white; padding: 24px 0; }
.legal-header .shell { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.legal-header .shell > a:last-child { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.legal-content { max-width: 880px; padding-top: 90px; padding-bottom: 110px; }
.legal-content > h1 { margin: 0 0 10px; font-size: clamp(42px, 6vw, 70px); line-height: 1; letter-spacing: -.045em; }
.legal-content h2 { margin: 48px 0 12px; font-size: 25px; line-height: 1.25; letter-spacing: -.02em; }
.legal-content h3 { margin: 42px 0 10px; font-size: 22px; line-height: 1.25; }
.legal-content p { color: var(--muted); font-size: 15px; }
.legal-content ul { color: var(--muted); font-size: 15px; padding-left: 22px; }
.legal-content li + li { margin-top: 7px; }
.legal-updated { margin: 0 0 55px; font-size: 12px !important; text-transform: uppercase; letter-spacing: .08em; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }.reveal.in-view { opacity: 1; transform: none; }.reveal-delay { transition-delay: .15s; }
section:target .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }* { animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  :root { --shell: min(760px, calc(100% - 36px)); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 75px; }.header-contact { display: none; }
  .menu-toggle { display: grid; width: 42px; height: 42px; border: 0; background: transparent; place-content: center; gap: 5px; color: inherit; z-index: 2; }.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .navigation { position: fixed; inset: 0; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 12vw; gap: 20px; visibility: hidden; opacity: 0; transition: opacity .2s, visibility .2s; }.navigation.open { visibility: visible; opacity: 1; }.navigation a { font-size: clamp(28px, 7vw, 50px); text-transform: none; letter-spacing: -.03em; }
  .hero { height: auto; min-height: 0; padding: 135px 0 100px; }.hero-grid { grid-template-columns: 1fr; gap: 65px; padding: 0; }.hero-copy { max-width: 680px; }.hero-visual { margin-left: 8vw; }.hero-image-wrap { height: 560px; }.hero-note { right: 0; }
  .strip-grid { grid-template-columns: 1fr 1fr; }.strip-region { grid-column: 2; }.strip-text { grid-row: span 2; }
  .service-card { grid-template-columns: 40px 75px 1fr 34px; gap: 20px; }.service-card > div:nth-of-type(2) { grid-template-columns: 1fr; gap: 8px; }
  .comparison { height: 330px; }.process-grid { grid-template-columns: 1fr; gap: 70px; }.process-copy { position: static; }
  .craft { grid-template-columns: 1fr; }.craft-image { min-height: 500px; max-height: 650px; }.craft-copy { padding-inline: max(18px, calc((100vw - 760px) / 2)); }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }.contact-links { max-width: 650px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 74px; }.site-header { background: rgba(23,25,22,.86); }.site-header.scrolled { background: rgba(242,240,233,.96); }
  .hero { padding-top: 120px; }.hero-grid { gap: 52px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.button { width: 100%; }.trust-list { display: grid; margin-top: 34px; }
  .hero-visual { margin-left: 0; }.hero-image-wrap { height: 450px; min-height: 0; }.hero-badge { width: 125px; padding: 18px; }.hero-note { display: none; }
  .intro-strip { padding: 45px 0; }.strip-grid { grid-template-columns: 1fr; gap: 30px; }.strip-text, .strip-region { grid-row: auto; grid-column: auto; }.strip-region { padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(23,25,22,.3); }
  .section { padding: 82px 0; }.section-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 50px; }
  .service-card { padding: 25px 0; grid-template-columns: 38px 1fr 32px; min-height: 0; }.service-card:hover { padding-inline: 10px; }.service-number { padding-top: 4px; }.service-icon { display: none; }.service-card > div:nth-of-type(2) { grid-column: 2; }.service-card p { font-size: 13px; }.service-arrow { grid-column: 3; grid-row: 1; }
  .comparison-grid { grid-template-columns: 1fr; gap: 50px; }.project-featured { grid-column: auto; }.comparison, .project-featured .comparison { height: 330px; }.project-caption { display: block; }.project-caption p { display: none; }
  .steps li { grid-template-columns: 58px 1fr; gap: 18px; }.steps p { padding-right: 6px; }
  .craft-image { min-height: 390px; }.craft-copy { padding: 72px 16px; }
  .contact-links > * { grid-template-columns: 64px 1fr auto; gap: 8px; }.contact-links strong { font-size: 13px; overflow-wrap: anywhere; }.contact-links b { width: 28px; height: 28px; }
  .footer-top { grid-template-columns: 1fr auto; gap: 40px; }.footer-top p { grid-column: 1 / -1; grid-row: 2; }.footer-bottom { padding-bottom: 70px; }
  .mobile-call { position: fixed; z-index: 90; display: flex; justify-content: center; align-items: center; gap: 10px; height: 54px; left: 12px; right: 12px; bottom: 10px; background: var(--acid); color: var(--ink); box-shadow: 0 10px 35px rgba(0,0,0,.28); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
}

/* Ruhigere, bodenständige Gestaltung */
:root {
  --ink: #292d28;
  --ink-soft: #343a33;
  --paper: #f3f0e8;
  --acid: #b8bf18;
  --acid-dark: #858c15;
  --muted: #666b62;
  --line: rgba(41, 45, 40, .15);
}

.site-header,
.site-header.scrolled {
  color: #fff;
  background: rgba(45, 50, 44, .98);
  border-bottom: 1px solid rgba(255,255,255,.14);
  backdrop-filter: none;
}

.header-inner { min-height: 84px; }
.brand { width: 142px; height: 68px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.navigation { gap: 30px; }
.navigation a { font-size: 12px; letter-spacing: .04em; }
.header-contact span { opacity: .7; }

.hero {
  min-height: 660px;
  height: auto;
  padding: 145px 0 90px;
  background: #ece8de;
  color: var(--ink);
}
.hero::before, .hero-line { display: none; }
.hero-grid { grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 7vw, 105px); padding-top: 0; }
.hero-copy { max-width: 620px; }
.hero-logo-panel { height: min(58vh, 540px); min-height: 430px; display: grid; place-items: center; overflow: visible; background: transparent; box-shadow: none; }
.hero-logo-panel img { width: 92%; height: 92%; object-fit: contain; filter: drop-shadow(0 1px 1px rgba(41,45,40,.5)); }
.hero .eyebrow { color: var(--muted); }
.hero h1 { font-size: clamp(48px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.04em; }
.hero h1 em { display: block; max-width: 100%; }
h1 em, h2 em { color: var(--acid-dark); font-family: inherit; font-style: normal; font-weight: 800; }
.hero-intro { color: var(--muted); max-width: 530px; font-size: clamp(17px, 1.25vw, 19px); }
.hero-image-wrap { height: min(62vh, 590px); min-height: 440px; border-radius: 2px; box-shadow: 0 12px 30px rgba(41, 45, 40, .12); }
.hero-image-wrap::after { box-shadow: inset 0 0 0 1px rgba(41,45,40,.1); }
.text-link { color: var(--ink); }
.trust-list { color: var(--muted); border-top-color: var(--line); margin-top: 38px; padding-top: 26px; }

.intro-strip { background: #fff; border-bottom: 1px solid var(--line); padding: 48px 0; }
.strip-lead { font-family: inherit; font-style: normal; font-size: clamp(23px, 2vw, 30px); }
.strip-region { border-left-color: var(--line); }

.services { background: var(--paper); }
.section { padding: clamp(80px, 8vw, 120px) 0; }
.section-head { margin-bottom: 56px; }
.section-head h2, .process h2 { font-size: clamp(40px, 4.3vw, 64px); line-height: 1.02; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; border: 0; gap: 18px; }
.service-card {
  min-height: 255px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  grid-template-columns: 34px 62px 1fr;
  grid-template-rows: auto 1fr;
  gap: 20px;
  align-items: start;
}
.service-card:hover { padding: 30px; background: #fff; box-shadow: 0 8px 22px rgba(41,45,40,.08); }
.service-number { padding-top: 4px; }
.service-icon { width: 54px; height: 54px; grid-column: 2; grid-row: 1; }
.service-card > div:nth-of-type(2) { grid-column: 2 / -1; grid-row: 2; display: block; }
.service-card h3 { font-size: 27px; margin-bottom: 12px; }
.service-card p { font-size: 14px; line-height: 1.7; }
.service-arrow { display: none; }

.projects { background: #ded9ce; color: var(--ink); }
.section-head.light > p { color: var(--muted); }
.project-caption { color: var(--ink); border-bottom-color: var(--line); }
.project-caption p { color: var(--muted); }
.project-caption span { color: var(--acid-dark); }
.comparison { box-shadow: 0 8px 22px rgba(41,45,40,.1); }

.gallery-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 330px; gap: 16px; }
.gallery-item { position: relative; margin: 0; padding: 0; overflow: hidden; border: 0; background: #ddd8cd; cursor: zoom-in; text-align: left; }
.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); }
.gallery-item span { position: absolute; inset: auto 14px 14px; width: max-content; max-width: calc(100% - 28px); padding: 9px 12px; background: rgba(45,50,44,.9); color: #fff; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.gallery-item:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }

.lightbox { width: min(1100px, calc(100% - 40px)); max-width: none; height: min(88vh, 820px); max-height: none; padding: 0; border: 0; background: transparent; color: white; overflow: visible; }
.lightbox::backdrop { background: rgba(20,22,19,.92); backdrop-filter: blur(4px); }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; place-items: center; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding-top: 12px; font-size: 13px; font-weight: 700; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; border: 0; border-radius: 50%; background: white; color: var(--ink); cursor: pointer; box-shadow: 0 3px 15px rgba(0,0,0,.25); }
.lightbox-close { width: 42px; height: 42px; right: -12px; top: -12px; font-size: 27px; line-height: 1; }
.lightbox-nav { width: 46px; height: 46px; top: 50%; transform: translateY(-50%); font-size: 35px; line-height: 1; }.lightbox-prev { left: -58px; }.lightbox-next { right: -58px; }

.process { background: #fff; }
.process-copy > p:not(.eyebrow) { line-height: 1.75; }
.steps li > span { color: var(--acid-dark); font-family: inherit; font-style: normal; font-weight: 800; }

.craft { background: #e8e3d8; color: var(--ink); min-height: 640px; }
.craft-copy { padding: clamp(55px, 7vw, 105px); }
.craft blockquote { font-family: inherit; font-style: normal; font-weight: 700; font-size: clamp(28px, 3vw, 42px); line-height: 1.25; }
.craft-copy > p:not(.eyebrow) { color: var(--muted); }
.craft .eyebrow { color: var(--muted); }
.signature { border-top-color: var(--line); }
.signature strong { color: var(--acid-dark); }
.signature span { color: var(--muted); }

.contact { background: #687052; color: #fff; }
.contact .eyebrow { color: rgba(255,255,255,.7); }
.contact .eyebrow span { background: var(--acid); }
.contact h2 { font-size: clamp(44px, 5.2vw, 72px); }
.contact h2 em { color: #fff; }
.contact-copy > p:last-child { color: rgba(255,255,255,.75); }
.contact-links { border-top-color: rgba(255,255,255,.28); }
.contact-links > * { border-bottom-color: rgba(255,255,255,.28); }
.contact-links b { border-color: rgba(255,255,255,.45); }
.contact-links a:hover b { background: #fff; color: #687052; }

.site-footer { background: #2d322c; color: #fff; }
.brand-footer { width: 150px; height: 78px; }
.footer-top p { color: rgba(255,255,255,.62); }
.footer-bottom { border-top-color: rgba(255,255,255,.14); color: rgba(255,255,255,.55); }
.back-top span { color: var(--acid-dark); }
.reveal { transition-duration: .4s; transform: translateY(14px); }

.legal-header { background: #2d322c; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); padding: 8px 0; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: 100%; margin-left: 0; }
  .hero-logo-panel { display: none; }
}

@media (max-width: 980px) {
  .site-header { background: rgba(45,50,44,.98); }
  .navigation { background: #2d322c; color: #fff; }
  .hero { padding-top: 125px; }
  .hero-visual { margin-left: 0; }
  .service-list { grid-template-columns: 1fr; }
  .craft-copy { padding-inline: max(18px, calc((100vw - 760px) / 2)); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 300px; }
}

@media (max-width: 640px) {
  .site-header, .site-header.scrolled { background: rgba(45,50,44,.98); }
  .header-inner { min-height: 72px; }
  .brand { width: 116px; height: 58px; }
  .hero { padding: 105px 0 70px; }
  .hero-grid { gap: 45px; }
  .hero-copy { position: relative; z-index: 2; width: 100%; }
  .hero h1 { max-width: 100%; font-size: clamp(38px, 10.5vw, 46px); line-height: 1.08; overflow-wrap: normal; word-break: normal; }
  .hero h1 em { margin-top: 4px; font-size: .84em; white-space: nowrap; }
  .hero-visual { position: relative; z-index: 1; clear: both; }
  .hero-image-wrap { height: 390px; }
  .service-card, .service-card:hover { padding: 24px; grid-template-columns: 28px 1fr; grid-template-rows: auto 1fr; }
  .service-icon { display: none; }
  .service-card > div:nth-of-type(2) { grid-column: 2; grid-row: 1 / -1; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }.gallery-item.gallery-wide { grid-column: auto; }
  .lightbox { width: calc(100% - 24px); height: 82vh; }.lightbox-nav { top: auto; bottom: -4px; }.lightbox-prev { left: 0; }.lightbox-next { right: 0; }.lightbox-close { right: 0; }
  .craft-copy { padding: 62px 16px; }
  .mobile-call { background: var(--acid); }
}
