:root {
  --ink: #171717;
  --paper: #f2f0e9;
  --white: #fff;
  --muted: #625f57;
  --line: #cbc8bf;
  --magenta-bright: #ff84a8;
  --yellow: #ffd400;
  --cyan: #009fd0;
  --magenta: #cf2f5f;
  --green: #45a552;
  --max: 1240px;
  --radius: 0;
  --shadow: none;
}

body { background: var(--paper); font-family: "Segoe UI Variable", "Segoe UI", Tahoma, sans-serif; font-size: 17px; line-height: 1.58; }
.container { width: min(calc(100% - 64px), var(--max)); }
.site-header { border-bottom: 1px solid var(--ink); background: rgba(242,240,233,.96); backdrop-filter: none; }
.nav-wrap { min-height: 78px; gap: 30px; }
.brand img { width: 215px; }
.nav { gap: 30px; }
.nav a { font-size: .78rem; letter-spacing: .07em; }
.nav a:not(.nav-cta)::after { display: none; }
.nav a:hover, .nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--magenta); text-decoration-thickness: 3px; text-underline-offset: 8px; }
.nav-cta { padding: 12px 16px; border: 1px solid var(--ink); border-radius: 0; background: var(--magenta); color: var(--ink); }
.menu-toggle { width: 46px; height: 42px; border-color: var(--ink); border-radius: 0; background: transparent; }
.menu-toggle span { width: 22px; }

h1, h2, h3 { font-family: "Bahnschrift Condensed", "Franklin Gothic Medium", "Segoe UI", sans-serif; font-weight: 700; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 12ch; font-size: clamp(3.2rem, 6.3vw, 6.4rem); }
h2 { font-size: clamp(2.35rem, 4.3vw, 4.4rem); }
h3 { font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
.eyebrow { gap: 12px; margin-bottom: 20px; font-size: .74rem; letter-spacing: .14em; }
.eyebrow::before { flex: 0 0 auto; width: 60px; height: 5px; margin-right: 0; background: linear-gradient(90deg,var(--yellow) 0 25%,var(--magenta) 25% 50%,var(--cyan) 50% 75%,var(--green) 75%); box-shadow: none; }
.lead { max-width: 56ch; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.section { padding-block: clamp(72px, 8vw, 118px); }
.section-head { grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 64px; margin-bottom: 48px; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.kicker { font-size: .74rem; }
.button { min-height: 54px; border-radius: 0; font-size: .79rem; letter-spacing: .08em; box-shadow: none; }
.button:hover { background: var(--magenta); color: white; box-shadow: none; }
.button.light { background: transparent; }
.text-link { margin-top: 24px; border-bottom: 2px solid var(--ink); }
.text-link::after { content: "→"; }

.hero { isolation: isolate; min-height: calc(100svh - 78px); padding: clamp(58px,7vw,96px) 0 52px; background: var(--paper); }
.hero::before { z-index: 0; inset: 0 0 0 55%; border-left: 1px solid var(--ink); background: url("images/hero.jpg") 58% center/cover no-repeat; }
.hero::after { z-index: 1; pointer-events: none; content: "KWK"; right: 22px; bottom: -42px; width: auto; aspect-ratio: auto; border: 0; border-radius: 0; color: rgba(255,255,255,.74); font: 800 clamp(5rem,12vw,12rem)/1 "Bahnschrift Condensed",sans-serif; letter-spacing: -.06em; box-shadow: none; }
.hero .container { position: relative; z-index: 2; }
.hero-copy { width: min(51%,650px); }
.hero h1 em { display: block; }
.hero .lead { margin-top: 28px; }
.hero-actions { gap: 10px; margin-top: 32px; }
.hero-meta { grid-template-columns: repeat(3,minmax(0,auto)); margin-top: 58px; border: 0; border-block: 1px solid var(--ink); background: transparent; box-shadow: none; }
.hero-meta div { padding: 13px 22px 13px 0; border: 0; }
.hero-meta div + div { padding-left: 22px; border-left: 1px solid var(--ink); }
.hero-meta span { font-size: .68rem; font-weight: 700; letter-spacing: .06em; }

.service-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.service-card, .service-card:nth-child(n) { grid-column: auto; display: grid; grid-template-columns: minmax(330px,44%) 1fr; min-height: 330px; padding: 0; border: 1px solid var(--ink); border-radius: 0; background: var(--white); color: var(--ink); box-shadow: none; }
.service-card::after { display: none; }
.service-card img { position: static; width: 100%; height: 100%; min-height: 328px; padding: 12px; border-right: 1px solid var(--ink); background: #e8e6df; object-fit: contain; opacity: 1; transition: transform .25s; }
.service-card:hover img { transform: scale(.985); opacity: 1; }
.service-card-content { position: static; align-self: end; padding: 38px 70px 38px 38px; }
.service-card .num { top: 24px; right: 28px; font-family: inherit; font-size: .8rem; letter-spacing: .08em; }
.service-card h3 { max-width: 18ch; }
.service-card p { color: var(--muted); }

.intro-split { grid-template-columns: 1fr 1fr; gap: clamp(44px,7vw,96px); }
.intro-image { padding: 12px; border: 1px solid var(--ink); background: white; }
.intro-image img { width: 100%; height: auto; min-height: 0; object-fit: contain; border-radius: 0; box-shadow: none; }
.intro-image::after { right: -18px; bottom: -18px; width: 126px; height: auto; aspect-ratio: auto; padding: 12px; border: 1px solid var(--ink); border-radius: 0; font: 900 .75rem/1.3 "Segoe UI",sans-serif; letter-spacing: .06em; text-transform: uppercase; transform: none; }
.check-list { gap: 10px; }
.check-list li { grid-template-columns: 20px 1fr; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "×"; display: block; width: auto; height: auto; border-radius: 0; background: transparent; color: var(--magenta); font-size: 1.1rem; }

.process .section-head { border-color: rgba(255,255,255,.4); }
.steps { border-color: rgba(255,255,255,.4); }
.step { padding: 28px 24px 0 0; border: 0; }
.step + .step { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.3); }
.step b { margin-bottom: 36px; font: 900 1rem/1 "Segoe UI",sans-serif; }
.cta-strip { border-block: 1px solid var(--ink); }
.cta-inner h2 { font-size: clamp(2rem,3.6vw,3.6rem); }

.page-hero { padding: clamp(62px,8vw,105px) 0 52px; }
.page-hero .container { grid-template-columns: 1.2fr .8fr; gap: 70px; }
.page-hero h1 { max-width: 12ch; font-size: clamp(3.2rem,6vw,6rem); }
.page-image { width: min(calc(100% - 64px),var(--max)); height: auto; max-height: none; padding: 14px; border: 1px solid var(--ink); border-radius: 0; background: white; object-fit: contain; box-shadow: none; }
.detail-grid { gap: 0 34px; }
.detail-card { padding: 28px 0 32px; border: 0; border-top: 4px solid var(--ink); border-radius: 0; background: transparent; }
.detail-card .tag { margin-bottom: 30px; border-radius: 0; }
.gallery { gap: 18px; }
.gallery img, .gallery img:nth-child(3) { width: 100%; height: auto; padding: 10px; border: 1px solid var(--ink); border-radius: 0; background: white; object-fit: contain; }
.price-box { gap: 56px; border: 1px solid var(--ink); border-radius: 0; }

.contact-layout { grid-template-columns: 1fr; gap: 64px; }
.contact-layout > div:first-child { display: grid; grid-template-columns: .8fr 1.2fr; gap: 0 70px; align-items: start; }
.contact-layout > div:first-child > .eyebrow, .contact-layout > div:first-child > h2, .contact-layout > div:first-child > p { grid-column: 1; }
.contact-details { grid-column: 2; grid-row: 1 / span 4; grid-template-columns: 1fr 1fr; gap: 24px 38px; margin-top: 0; }
.contact-item { padding-top: 14px; border-top: 2px solid var(--ink); }
.contact-item a, .contact-item strong { overflow-wrap: anywhere; }
.contact-form { width: 100%; padding: clamp(36px,6vw,78px); border: 1px solid var(--ink); border-radius: 0; background: white; box-shadow: 14px 14px 0 var(--magenta); }
.contact-form > h2 { max-width: none; }
.form-grid { gap: 26px 28px; }
.field { gap: 9px; }
.field input, .field select, .field textarea { min-height: 62px; border-color: var(--ink); border-radius: 0; background: #f7f6f1; padding: 16px 18px; }
.field textarea { min-height: 260px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); background: white; box-shadow: 6px 6px 0 var(--cyan); }
.checkbox { grid-template-columns: 22px 1fr; gap: 12px; font-size: .85rem; }
.checkbox input { width: 20px; height: 20px; min-height: 0; margin-top: 2px; padding: 0; box-shadow: none !important; }
.contact-form .button { min-width: 250px; min-height: 62px; }
.status { border: 1px solid currentColor; border-radius: 0; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .container, .page-image { width: min(calc(100% - 40px),var(--max)); }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 79px 0 auto; display: none; max-height: calc(100svh - 79px); overflow-y: auto; transform: none; padding: 18px 20px 26px; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .nav.open { display: grid; }
  .nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero::before { position: relative; inset: auto; display: block; width: calc(100% - 40px); height: min(68vw,620px); margin: 48px auto 0; border: 1px solid var(--ink); background-position: center; }
  .hero::after { right: 30px; bottom: -12px; }
  .hero .container { position: relative; z-index: 2; }
.hero-copy { width: 100%; }
  .section-head, .page-hero .container, .intro-split, .price-box { grid-template-columns: 1fr; gap: 30px; }
  .service-card, .service-card:nth-child(n) { grid-template-columns: minmax(280px,42%) 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { padding-left: 0; border-left: 0; }
  .step:nth-child(n+3) { margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.3); }
  .contact-layout > div:first-child { grid-template-columns: 1fr; gap: 36px; }
  .contact-details { grid-column: 1; grid-row: auto; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container, .page-image { width: min(calc(100% - 28px),var(--max)); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 170px; }
  .nav { inset: 71px 0 auto; max-height: calc(100svh - 71px); }
  h1 { font-size: clamp(2.9rem,14vw,4.7rem); }
  h2 { font-size: clamp(2.25rem,11vw,3.8rem); }
  .hero { padding-top: 46px; }
  .hero::before { width: calc(100% - 28px); height: 70vw; margin-top: 38px; }
  .hero::after { font-size: 4.8rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-meta { grid-template-columns: 1fr; width: 100%; }
  .hero-meta div { padding: 11px 0; }
  .hero-meta div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .section { padding-block: 68px; }
  .service-card, .service-card:nth-child(n) { grid-template-columns: 1fr; min-height: 0; }
  .service-card img { height: auto; min-height: 0; aspect-ratio: 3 / 2; border-right: 0; border-bottom: 1px solid var(--ink); }
  .service-card-content { padding: 28px 24px; }
  .service-card .num { top: 18px; right: 18px; padding: 4px 7px; background: var(--magenta); }
  .steps, .detail-grid, .gallery, .form-grid, .contact-details { grid-template-columns: 1fr; }
  .step, .step + .step, .step:nth-child(3) { margin: 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.3); border-left: 0; }
  .gallery img:nth-child(3) { grid-column: auto; }
  .page-image { padding: 7px; }
  .contact-form { padding: 28px 18px; box-shadow: 7px 7px 0 var(--magenta); }
  .field { grid-column: 1 / -1; }
  .field textarea { min-height: 220px; }
  .contact-form .button { width: 100%; min-width: 0; }
}
