/*
Theme Name: Watt'n Print Editorial
Theme URI: https://wattnprint.de/
Author: Watt'n Print
Description: Redaktioneller Designentwurf für Watt'n Print in Schwarz, Warmweiß und Jeansblau.
Version: 0.9.5
Text Domain: wattnprint-editorial
*/

@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --wp-ink: #161616;
  --wp-paper: #f4f2ec;
  --wp-white: #fff;
  --wp-blue: #617d91;
  --wp-blue-dark: #3f596b;
  --wp-blue-light: #d9e1e4;
  --wp-line: rgba(22, 22, 22, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wp-paper);
  color: var(--wp-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
body.admin-bar .wp-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }

p,
a,
button,
input,
select,
textarea,
label,
address,
small,
nav,
.wp-section-label,
.wp-eyebrow,
.wp-project-index,
.wp-detail-meta,
.wp-form-required,
.wp-client-wall strong {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.wp-site-header {
  min-height: 104px;
  padding: 24px 3.2vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--wp-line);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}
.wp-wordmark { display: block; width: 68px; line-height: 0; }
.wp-wordmark img { display: block; width: 100%; height: auto; }
.wp-site-header nav { display: flex; gap: 38px; }
.wp-site-header nav a, .wp-header-cta, .wp-social-links a, .wp-text-link, .wp-footer a { transition: opacity .2s ease; }
.wp-site-header nav a:hover, .wp-header-cta:hover, .wp-social-links a:hover, .wp-text-link:hover, .wp-footer a:hover { opacity: .55; }
.wp-header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.wp-header-cta { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.wp-social-links { display: flex; align-items: center; gap: 8px; }
.wp-social-links a { width: 20px; height: 20px; display: grid; place-items: center; line-height: 0; }
.wp-social-links svg { width: 18px; height: 18px; fill: currentColor; }

.wp-hero {
  position: relative;
  min-height: calc(100vh - 104px);
  padding: 28px 3.2vw 44px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wp-eyebrow { display: flex; justify-content: space-between; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.wp-hero h1 {
  margin: auto 0;
  font-size: clamp(62px, 10.6vw, 176px);
  font-weight: 800;
  line-height: .82;
  letter-spacing: -.075em;
}
.wp-hero h1 span,
.wp-hero h1 em,
.wp-contact h2 span,
.wp-contact h2 em { display: block; }
.wp-hero h1 em,
.wp-contact h2 em {
  color: var(--wp-blue);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.055em;
}
.wp-hero h1 em { margin-top: .283em; }
.wp-contact h2 em { margin-top: .141em; }
.wp-hero-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.wp-hero-bottom p { max-width: 500px; margin: 0; font-size: clamp(18px, 1.5vw, 24px); }
.wp-circle-link {
  width: 116px; height: 116px; border: 1px solid var(--wp-ink); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-transform: uppercase; font-size: 10px; letter-spacing: .12em; gap: 10px;
  transition: background .25s ease, color .25s ease;
}
.wp-circle-link:hover { background: var(--wp-ink); color: var(--wp-paper); }
.wp-circle-link b { font-size: 20px; font-weight: 400; }
.wp-print-mark { position: absolute; font-size: 28px; font-weight: 200; }
.wp-mark-one { left: 49%; top: 17%; }
.wp-mark-two { right: 5%; top: 34%; }

.wp-intro, .wp-services, .wp-work, .wp-process { padding: 120px 3.2vw; }
.wp-intro { background: var(--wp-ink); color: var(--wp-paper); display: grid; grid-template-columns: 1fr 2.2fr; }
.wp-section-label { margin: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.wp-intro h2, .wp-work h2, .wp-contact h2 {
  margin: 0 0 45px; font-size: clamp(46px, 6.2vw, 100px); line-height: .96; letter-spacing: -.06em; font-weight: 700;
}
.wp-intro > div > p { max-width: 650px; font-size: clamp(18px, 1.8vw, 27px); color: #b8b8b3; }
.wp-text-link { display: inline-block; margin-top: 35px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; border-bottom: 1px solid; padding-bottom: 5px; }

.wp-section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 75px; }
.wp-section-heading > p:last-child { max-width: 310px; margin: 0; color: #555; }
.wp-services .wp-section-label { color: var(--wp-blue); font-weight: 700; }
.wp-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--wp-line);
  border-left: 1px solid var(--wp-line);
}
.wp-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  gap: 35px;
  min-height: 290px;
  padding: 38px;
  border-right: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
  background: var(--wp-paper);
  position: relative;
  overflow: hidden;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.wp-service:nth-child(2), .wp-service:nth-child(5) { background: var(--wp-blue-light); }
.wp-service:focus-visible {
  outline: 3px solid var(--wp-blue);
  outline-offset: -5px;
}
.wp-service::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--wp-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.wp-service:hover { background: var(--wp-blue); color: var(--wp-white); transform: translateY(-3px); }
.wp-service:hover::before { transform: scaleX(1); }
.wp-service h3 { font-size: clamp(34px, 4vw, 62px); line-height: .96; letter-spacing: -.05em; margin: 0; }
.wp-service p { grid-column: 1; align-self: end; color: #555; max-width: 430px; margin: 0; transition: color .25s ease; }
.wp-service b {
  grid-column: 2;
  grid-row: 1;
  width: 44px; height: 44px; border: 1px solid var(--wp-blue); border-radius: 50%;
  display: grid; place-items: center; color: var(--wp-blue); font-size: 21px; font-weight: 400;
  transition: background .25s ease, color .25s ease;
}
.wp-service:hover p { color: var(--wp-white); }
.wp-service:hover b { background: var(--wp-white); color: var(--wp-blue); border-color: var(--wp-white); }

.wp-work { background: var(--wp-white); }
.wp-work h2 { margin: 18px 0 0; }
.wp-project-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 4.5vw 2vw; }
.wp-project:nth-child(3) { grid-column: 1 / -1; width: 72%; margin-left: auto; }
.wp-project-art { position: relative; aspect-ratio: 4/3; padding: 24px; overflow: hidden; }
.wp-project-blue .wp-project-art { background: var(--wp-blue); color: var(--wp-white); }
.wp-project-paper .wp-project-art { background: var(--wp-paper); border: 1px solid #ddd8ce; }
.wp-project-dark .wp-project-art { background: var(--wp-ink); color: var(--wp-paper); aspect-ratio: 16/8; }
.wp-project-index { font-size: 10px; letter-spacing: .12em; }
.wp-project-art strong {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-size: clamp(90px, 15vw, 250px); letter-spacing: -.1em; line-height: 1;
}
.wp-project-blue .wp-project-art strong { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.wp-project-paper .wp-project-art strong { font-weight: 900; }
.wp-project-art i { position: absolute; right: 24px; bottom: 18px; font-size: 34px; font-style: normal; font-weight: 200; }
.wp-project-caption { display: flex; justify-content: space-between; align-items: baseline; padding-top: 18px; }
.wp-project-caption h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.wp-project-caption p { margin: 0; color: #666; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.wp-process { background: var(--wp-blue-light); }
.wp-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; }
.wp-process-grid article {
  position: relative;
  min-height: 320px;
  padding: 0 35px 70px;
  display: flex;
  flex-direction: column;
}
.wp-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 35px;
  left: 107px;
  width: calc(100% - 72px);
  height: 1px;
  background: rgba(75, 111, 130, .45);
}
.wp-process-grid span {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border: 2px solid var(--wp-blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wp-blue-light);
  color: var(--wp-blue-dark);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .04em;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.wp-process-grid article:hover span { background: var(--wp-blue); color: var(--wp-white); transform: scale(1.06); }
.wp-process-grid h3 { margin: auto 0 15px; font-size: clamp(27px, 2.4vw, 40px); letter-spacing: -.04em; }
.wp-process-grid p { margin: 0; max-width: 300px; color: #4c5960; }

.wp-contact { background: var(--wp-blue); color: var(--wp-white); padding: 100px 3.2vw 60px; }
.wp-contact h2 { margin-top: 80px; font-size: clamp(62px, 10vw, 160px); line-height: .82; }
.wp-contact h2 em { color: var(--wp-white); }
.wp-contact-row { display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255,255,255,.4); padding-top: 30px; margin-top: 80px; }
.wp-contact-row p { margin: 0; }
.wp-contact-row a { font-size: clamp(20px, 2.5vw, 38px); border-bottom: 1px solid; }

.wp-legal { padding: 140px 5vw 100px; background: var(--wp-paper); }
.wp-legal-header {
  display: grid; grid-template-columns: 1fr 3fr; gap: 48px;
  padding-bottom: 64px; border-bottom: 1px solid var(--wp-ink);
}
.wp-legal-header h1 {
  margin: 0; font-size: clamp(56px, 8vw, 128px);
  line-height: .88; letter-spacing: -.06em;
}
.wp-legal-content { max-width: 860px; margin: 64px auto 0; font-size: 16px; line-height: 1.75; }
.wp-legal-content h2 { margin: 56px 0 16px; font-size: clamp(29px, 3vw, 45px); line-height: 1; }
.wp-legal-content h3 { margin: 40px 0 12px; font-size: 20px; }
.wp-legal-content a { color: var(--wp-blue); text-decoration: underline; text-underline-offset: 3px; }
.wp-legal-content li { margin-bottom: 6px; }
.wp-legal-updated {
  margin-top: 64px; padding-top: 16px; border-top: 1px solid rgba(22,22,22,.25);
  font-size: 13px; text-transform: uppercase; letter-spacing: .08em;
}

.wp-page-hero {
  min-height: 68vh; padding: 54px 3.2vw 70px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-bottom: 1px solid var(--wp-line);
}
.wp-page-hero h1 {
  max-width: 1250px; margin: 11vh 0 55px;
  font-size: clamp(60px, 9.4vw, 152px); line-height: .83;
  letter-spacing: -.07em; font-weight: 800;
}
.wp-page-hero h1 em {
  display: block; margin-top: .18em; color: var(--wp-blue);
  font-family: "Newsreader", Georgia, serif; font-weight: 400; font-style: italic;
  letter-spacing: -.055em;
}
.wp-page-lead { width: min(620px, 100%); margin: 0 0 0 auto; font-size: clamp(19px, 1.8vw, 28px); }
.wp-page-hero-dark { background: var(--wp-ink); color: var(--wp-paper); }
.wp-page-hero-blue { background: var(--wp-blue); color: var(--wp-white); }
.wp-page-hero-blue h1 em { color: var(--wp-white); }

.wp-service-media {
  padding: 80px 3.2vw 20px;
}
.wp-service-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2vw;
}
.wp-service-media-grid figure { margin: 0; overflow: hidden; background: #e8e7e1; }
.wp-service-media-grid img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.wp-service-media-quote {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 7vw;
  align-items: center;
}
.wp-service-media-quote .wp-service-media-grid { grid-template-columns: 1fr; }
.wp-service-media blockquote {
  margin: 0;
  padding: 38px 0;
  border-top: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
}
.wp-service-media blockquote p {
  margin: 0 0 28px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(34px, 3.6vw, 58px);
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.wp-service-media blockquote cite {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wp-service-quote { padding: 72px 3.2vw 0; }
.wp-service-quote blockquote {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 0;
  border-top: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
  text-align: center;
}
.wp-service-quote blockquote p {
  max-width: 820px;
  margin: 0 auto;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(36px, 5vw, 68px);
  font-style: italic;
  line-height: .98;
  letter-spacing: -.04em;
}
.wp-service-quote blockquote cite {
  display: block;
  margin-top: 28px;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wp-detail-list { padding: 0 3.2vw 100px; }
.wp-detail-section {
  display: grid; grid-template-columns: minmax(210px, 28%) 1fr; gap: 8vw;
  padding: 100px 0; border-bottom: 1px solid var(--wp-line);
}
.wp-detail-meta { display: flex; gap: 24px; align-items: flex-start; }
.wp-detail-meta span {
  flex: 0 0 56px; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; background: var(--wp-blue); color: var(--wp-white);
  font-size: 13px; font-weight: 800; letter-spacing: .08em;
}
.wp-detail-meta p { margin: 11px 0 0; text-transform: uppercase; font-size: 12px; letter-spacing: .1em; }
.wp-detail-copy { max-width: 850px; }
.wp-detail-copy h2 {
  margin: 0 0 42px; font-size: clamp(43px, 5vw, 78px);
  line-height: .93; letter-spacing: -.055em;
}
.wp-detail-copy h3 { margin: 54px 0 15px; font-size: 25px; letter-spacing: -.03em; }
.wp-detail-copy p { max-width: 740px; margin: 0 0 22px; color: #515151; font-size: 18px; line-height: 1.65; }
.wp-detail-copy .wp-detail-highlight {
  margin-top: 38px; padding: 24px 0 24px 28px;
  border-left: 4px solid var(--wp-blue); color: var(--wp-ink);
  font-size: clamp(22px, 2vw, 31px); line-height: 1.3;
}

.wp-page-cta {
  padding: 110px 3.2vw; background: var(--wp-blue); color: var(--wp-white);
  display: grid; grid-template-columns: 1fr 2.3fr; gap: 40px; align-items: end;
}
.wp-page-cta h2 { margin: 0; font-size: clamp(49px, 7vw, 110px); line-height: .9; letter-spacing: -.06em; }
.wp-page-cta a { grid-column: 2; width: fit-content; margin-top: 25px; padding-bottom: 5px; border-bottom: 1px solid; text-transform: uppercase; font-size: 12px; letter-spacing: .11em; }

.wp-reference-intro {
  padding: 100px 3.2vw; display: grid; grid-template-columns: 1fr 2.3fr; gap: 40px;
}
.wp-reference-intro > p:last-child { max-width: 850px; margin: 0; font-size: clamp(28px, 3.4vw, 53px); line-height: 1.12; letter-spacing: -.045em; }
.wp-client-section { padding: 110px 3.2vw; background: var(--wp-white); }
.wp-client-section h2 { margin: 18px 0 0; font-size: clamp(49px, 6vw, 96px); line-height: .9; letter-spacing: -.06em; }
.wp-client-wall { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--wp-line); border-left: 1px solid var(--wp-line); }
.wp-client-wall div {
  min-height: 170px; padding: 24px; display: grid; place-items: center;
  border-right: 1px solid var(--wp-line); border-bottom: 1px solid var(--wp-line);
  font-size: 17px; font-weight: 700; transition: background .2s ease, color .2s ease;
}
.wp-client-wall div:hover { background: var(--wp-blue); color: var(--wp-white); }
.wp-client-wall strong { display: block; max-width: 220px; line-height: 1.2; text-align: center; }
.wp-client-wall img {
  display: block; width: auto; height: auto; max-width: 78%; max-height: 92px; margin: 0 auto;
  object-fit: contain; filter: grayscale(1); opacity: .58; mix-blend-mode: multiply;
  transition: opacity .2s ease, transform .2s ease;
}
.wp-client-wall .wp-client-has-logo:hover { background: var(--wp-blue-light); color: var(--wp-ink); }
.wp-client-wall .wp-client-has-logo:hover img { opacity: .9; transform: scale(1.025); }
.wp-client-wall .wp-client-steenhoff img { opacity: .78; }
.wp-client-wall .wp-client-steenhoff:hover img { opacity: 1; }

.wp-contact-page {
  padding: 120px 3.2vw; display: grid; grid-template-columns: .85fr 1.5fr; gap: 9vw;
}
.wp-contact-details { padding-top: 7px; }
.wp-contact-detail { padding: 30px 0; border-bottom: 1px solid var(--wp-line); }
.wp-contact-detail:first-of-type { margin-top: 38px; border-top: 1px solid var(--wp-line); }
.wp-contact-detail > span {
  display: block; margin-bottom: 11px; color: var(--wp-blue-dark);
  text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .12em;
}
.wp-contact-detail a, .wp-contact-detail address { font-size: clamp(20px, 2vw, 30px); font-style: normal; line-height: 1.3; }
.wp-contact-detail small { font-size: 13px; color: #666; }
.wp-contact-form-wrap > h2 { margin: 24px 0 55px; font-size: clamp(43px, 5vw, 76px); line-height: .95; letter-spacing: -.055em; }
.wp-contact-form { position: relative; }
.wp-contact-form > label, .wp-form-row label { display: block; margin-bottom: 28px; }
.wp-contact-form label > span {
  display: block; margin-bottom: 9px; text-transform: uppercase;
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
}
.wp-contact-form label small { color: #777; font-size: 9px; }
.wp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.wp-contact-form input:not([type="checkbox"]), .wp-contact-form select, .wp-contact-form textarea {
  width: 100%; border: 0; border-bottom: 1px solid var(--wp-ink); border-radius: 0;
  padding: 14px 3px; background: transparent; color: var(--wp-ink); font: inherit; outline: none;
}
.wp-contact-form textarea { border: 1px solid var(--wp-ink); padding: 16px; resize: vertical; }
.wp-contact-form input:focus, .wp-contact-form select:focus, .wp-contact-form textarea:focus { border-color: var(--wp-blue); box-shadow: 0 2px 0 var(--wp-blue); }
.wp-contact-form .wp-form-consent { display: grid; grid-template-columns: 21px 1fr; gap: 12px; align-items: start; margin: 32px 0; }
.wp-form-consent input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--wp-blue); }
.wp-contact-form .wp-form-consent span { margin: 0; text-transform: none; font-size: 12px; font-weight: 400; line-height: 1.55; letter-spacing: 0; }
.wp-form-consent a { text-decoration: underline; text-underline-offset: 3px; }
.wp-contact-form button {
  border: 0; padding: 20px 25px; background: var(--wp-ink); color: var(--wp-white);
  font: inherit; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .11em;
  cursor: pointer; transition: background .2s ease;
}
.wp-contact-form button:hover { background: var(--wp-blue); }
.wp-contact-form button span { margin-left: 25px; font-size: 17px; }
.wp-form-required { display: inline-block; margin-left: 15px; color: #777; font-size: 11px; }
.wp-form-notice { margin: -25px 0 42px; padding: 20px 22px; border-left: 4px solid var(--wp-blue); background: var(--wp-blue-light); }
.wp-form-notice p { margin: 4px 0 0; }
.wp-form-error { border-color: #984b46; background: #ead8d4; }
.wp-form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.wp-footer {
  background: var(--wp-ink); color: var(--wp-paper); padding: 65px 3.2vw;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr auto; gap: 30px; align-items: start;
  font-size: 12px; text-transform: uppercase; letter-spacing: .06em;
}
.wp-footer p { margin: 0 0 4px; }
.wp-footer > div { display: flex; flex-direction: column; gap: 6px; }
.wp-footer-mark { width: 118px; }
.wp-back-top { border: 1px solid #777; border-radius: 50%; width: 45px; height: 45px; display: grid; place-items: center; }
.eael-ext-scroll-to-top-button { display: none !important; }

@media (max-width: 800px) {
  body.admin-bar .wp-site-header { top: 46px; }
  .wp-site-header {
    grid-template-columns: 72px 1fr;
    min-height: 118px;
    padding: 14px 5vw 12px;
    row-gap: 12px;
  }
  .wp-site-header .wp-wordmark { grid-column: 1; grid-row: 1; }
  .wp-site-header .wp-header-actions { grid-column: 2; grid-row: 1; }
  .wp-site-header nav {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    gap: 34px;
    font-size: 11px;
  }
  .wp-hero { min-height: calc(100svh - 118px); padding-top: 20px; }
  .wp-eyebrow span:last-child { display: none; }
  .wp-hero h1 { font-size: clamp(58px, 18vw, 112px); }
  .wp-hero-bottom { grid-template-columns: 1fr; gap: 32px; }
  .wp-circle-link { width: 80px; height: 80px; justify-self: end; }
  .wp-intro { grid-template-columns: 1fr; gap: 60px; }
  .wp-intro, .wp-services, .wp-work, .wp-process { padding: 80px 5vw; }
  .wp-section-heading { display: block; }
  .wp-section-heading > p:last-child { margin-top: 25px; }
  .wp-service-list { grid-template-columns: 1fr; }
  .wp-service { display: block; min-height: 240px; padding: 30px; }
  .wp-service:nth-child(2), .wp-service:nth-child(5) { background: var(--wp-paper); }
  .wp-service:nth-child(even) { background: var(--wp-blue-light); }
  .wp-service:hover { background: var(--wp-blue); }
  .wp-service h3 {
    min-width: 0;
    padding-right: 55px;
    font-size: clamp(31px, 10.5vw, 42px);
    overflow-wrap: normal;
    word-break: normal;
  }
  .wp-service p { margin-top: 55px; }
  .wp-service b { position: absolute; top: 28px; right: 28px; }
  .wp-project-grid { grid-template-columns: 1fr; gap: 55px; }
  .wp-project:nth-child(3) { grid-column: auto; width: 100%; }
  .wp-project-caption { display: block; }
  .wp-project-caption p { margin-top: 8px; }
  .wp-process-grid { grid-template-columns: 1fr; gap: 0; }
  .wp-process-grid article {
    min-height: 0;
    padding: 0 0 55px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
  .wp-process-grid article:not(:last-child)::after {
    top: 72px;
    left: 35px;
    width: 1px;
    height: calc(100% - 72px);
  }
  .wp-process-grid span { grid-column: 1; grid-row: 1 / 3; }
  .wp-process-grid h3 { grid-column: 2; grid-row: 1; margin: 7px 0 12px; }
  .wp-process-grid p { grid-column: 2; grid-row: 2; }
  .wp-contact { padding: 80px 5vw 50px; }
  .wp-contact-row { display: block; }
  .wp-contact-row a { display: inline-block; margin-top: 30px; }
  .wp-legal { padding-top: 110px; }
  .wp-legal-header { grid-template-columns: 1fr; gap: 24px; }
  .wp-legal-header h1, .wp-legal-content { overflow-wrap: anywhere; }
  .wp-page-hero { min-height: 58vh; padding: 38px 5vw 55px; }
  .wp-page-hero h1 { margin: 10vh 0 40px; overflow-wrap: anywhere; }
  .wp-page-lead { margin-left: 0; }
  .wp-service-media { padding: 55px 5vw 0; }
	.wp-service-quote { padding: 55px 5vw 0; }
  .wp-service-media-quote { grid-template-columns: 1fr; gap: 45px; }
  .wp-service-media-grid { gap: 4vw; }
  .wp-detail-list { padding: 0 5vw 65px; }
  .wp-detail-section { grid-template-columns: 1fr; gap: 45px; padding: 75px 0; }
  .wp-page-cta, .wp-reference-intro { grid-template-columns: 1fr; padding: 80px 5vw; }
  .wp-page-cta a { grid-column: 1; }
  .wp-client-section { padding: 80px 5vw; }
  .wp-client-wall { grid-template-columns: repeat(2, 1fr); }
  .wp-contact-page { grid-template-columns: 1fr; padding: 80px 5vw; }
  .wp-form-row { grid-template-columns: 1fr; gap: 0; }
  .wp-footer { grid-template-columns: 1fr 1fr; padding: 55px 5vw; }
  .wp-footer-mark { grid-column: 1 / -1; margin-bottom: 30px; }
}

@media (max-width: 440px) {
  .wp-site-header { grid-template-columns: 62px 1fr; }
  .wp-site-header .wp-wordmark { width: 58px; }
  .wp-header-actions { gap: 12px; }
  .wp-social-links { gap: 5px; }
  .wp-social-links a { width: 18px; height: 18px; }
  .wp-social-links svg { width: 16px; height: 16px; }
  .wp-header-cta { font-size: 10px; }
  .wp-site-header nav { width: 100%; justify-content: space-between; gap: 0; }
  .wp-page-hero h1 { font-size: clamp(48px, 16vw, 68px); }
  .wp-contact h2 { font-size: 54px; }
  .wp-service-media-grid { grid-template-columns: 1fr; }
  .wp-footer { grid-template-columns: 1fr; }
  .wp-footer-mark { grid-column: 1; }
}
