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

:root {
  --ink: #090c0e;
  --teal: #252a2d;
  --teal-dark: #111516;
  --paper: #f6f6f1;
  --white: #fff;
  --gold: #eab936;
  --line: rgba(9, 12, 14, .16);
  --muted: #6e7474;
  --page: min(1296px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.page-grid { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; padding: 12px 18px; color: var(--ink); background: var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: white; transition: background .25s, transform .25s; }
.site-header.is-scrolled { position: fixed; background: rgba(9, 12, 14, .94); backdrop-filter: blur(12px); box-shadow: 0 1px rgba(255,255,255,.08); }
.header-inner { height: 96px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 56px; }
.brand { display: inline-flex; width: max-content; flex-direction: column; line-height: .95; }
.brand-logo { display: block; width: 176px; height: auto; }
.footer-brand .brand-logo { width: 176px; }
.main-nav a[aria-current="page"]::after { right: 0; }
.main-nav { display: flex; gap: 34px; align-items: center; }
.main-nav a { position: relative; font-size: 12px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.nav-services { position: relative; display: flex; align-items: center; gap: 5px; }
.nav-submenu-toggle { width: 24px; height: 24px; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; display: grid; place-items: center; }
.nav-submenu-toggle span { width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .22s; }
.nav-services.is-open .nav-submenu-toggle span { transform: translateY(2px) rotate(225deg); }
.nav-submenu { position: absolute; z-index: 5; top: calc(100% + 18px); left: -18px; width: 246px; padding: 10px; color: #fff; background: rgba(17,21,22,.98); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 45px rgba(0,0,0,.3); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .2s, visibility .2s, transform .2s; }
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -19px; height: 19px; }
.nav-submenu a { display: block; padding: 13px 12px; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.08); transition: color .2s, background .2s; }
.nav-submenu a:last-child { border-bottom: 0; }
.nav-submenu a::after { display: none; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { color: var(--gold); background: rgba(255,255,255,.04); }
.nav-services:hover .nav-submenu, .nav-services:focus-within .nav-submenu, .nav-services.is-open .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.pill { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 26px; border-radius: 999px; font-size: 12px; font-weight: 750; letter-spacing: .02em; transition: transform .2s, background .2s; }
.pill:hover { transform: translateY(-2px); }
.pill-gold { color: var(--ink); background: var(--gold); }
.pill-gold:hover { background: #f2c64e; }
.header-cta {
  min-height: 46px;
  border-radius: 0;
  gap: 0;
  padding: 0 26px;
  clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
}
.header-cta span { display: none; }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; padding: 0; border: 0; color: inherit; background: transparent; }
.menu-toggle span { position: absolute; left: 50%; top: 50%; display: block; width: 18px; height: 1px; margin: 0; background: currentColor; transform-origin: center; transition: transform .3s cubic-bezier(.22,.8,.24,1); }
.menu-toggle span:first-child { transform: translate(-50%, -4px); }
.menu-toggle span:last-child { transform: translate(-50%, 4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translate(-50%, 0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translate(-50%, 0) rotate(-45deg); }
.menu-toggle:focus-visible { outline: 1px solid rgba(255,255,255,.55); outline-offset: 2px; }

.dark-section { color: white; background: var(--ink); }
.hero { min-height: 980px; position: relative; overflow: hidden; background: var(--ink) url("../assets/images/hero-wohnraum-deutschland.webp") center center / cover no-repeat; }
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(104deg, rgba(9,12,14,.96) 0%, rgba(9,12,14,.9) 24%, rgba(9,12,14,.68) 43%, rgba(9,12,14,.24) 67%, rgba(9,12,14,.04) 86%),
    linear-gradient(180deg, rgba(9,12,14,.34) 0%, transparent 38%, rgba(9,12,14,.72) 100%);
}
.hero-grid { min-height: 980px; display: grid; grid-template-rows: auto auto; position: relative; z-index: 1; padding-top: 190px; }
.hero-copy { max-width: 960px; }
.eyebrow { margin: 0 0 35px; color: rgba(255,255,255,.54); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.eyebrow.gold { color: var(--gold); }
.eyebrow.dark { color: #626969; }
.hero h1 { margin: 0; max-width: 1040px; font-size: clamp(62px, 6.1vw, 88px); font-weight: 700; line-height: .92; letter-spacing: -.065em; }
.hero-accent { color: var(--gold); }
.hero-title-mobile { display: none; }
.hero-lead { max-width: 575px; margin: 30px 0 0; color: #9fa5a5; font-size: 18px; line-height: 1.55; }
.hero-mobile-location { display: none; }
.hero-mobile-cta { display: none; }
.hero-bottom { align-self: start; margin-top: 34px; display: block; }
.hero-proof { padding-top: 0; }
.hero-proof strong { display: block; font-size: 16px; line-height: 1.1; }
.hero-proof p { max-width: 520px; margin: 8px 0 0; color: #8f9797; font-size: 12px; line-height: 1.5; }

.section-light { background: var(--paper); }
.services { padding: 112px 0 120px; }
.statement { min-height: 360px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; }
.statement h2 { margin: 0; max-width: 830px; font-size: clamp(34px, 3.2vw, 52px); line-height: .98; letter-spacing: -.055em; }
.statement p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.section-label { height: 58px; display: flex; align-items: flex-end; padding-bottom: 14px; }
.section-label span { color: #626868; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.service-row { min-height: 150px; display: grid; grid-template-columns: 1fr minmax(320px, .85fr) 30px; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s, background .25s; }
.service-row:last-child { border-bottom: 0; }
.service-row:hover { padding-inline: 18px; color: white; background: var(--teal); }
.service-row h3 { margin: 0; font-size: clamp(26px, 2.45vw, 38px); line-height: 1; letter-spacing: -.04em; }
.service-row p { margin: 0; color: #626868; font-size: 13px; line-height: 1.55; }
.service-row:hover p { color: #b7c2c2; }
.service-row .arrow { justify-self: end; font-size: 25px; }

.overview { padding: 130px 0; color: white; background: var(--teal); }
.overview-grid { display: grid; grid-template-columns: 1fr 540px; gap: 100px; align-items: center; }
.overview-copy h2 { margin: 0; font-size: clamp(44px, 4.5vw, 64px); line-height: .98; letter-spacing: -.055em; }
.overview-copy > p:not(.eyebrow) { max-width: 520px; margin: 42px 0; color: #aebcbc; font-size: 16px; line-height: 1.65; }
.overview-copy ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 36px; list-style: none; }
.overview-copy li { position: relative; padding-left: 20px; color: #d8dfdf; font-size: 13px; }
.overview-copy li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; background: var(--gold); }
.case-frame { padding: 38px; background: var(--paper); transform: translateY(45px); }
.case-card { min-height: 440px; padding: 42px; display: flex; flex-direction: column; background: var(--ink); }
.case-card > p { margin: 0; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.case-card h3 { margin: 28px 0 38px; font-size: 42px; line-height: .95; letter-spacing: -.05em; }
.case-card ul { margin: 0; padding: 0; list-style: none; color: #9aa2a2; font-size: 13px; line-height: 2; }
.case-card li::before { content: "—"; margin-right: 10px; color: var(--gold); }
.case-card a { margin-top: auto; padding-top: 22px; border-top: 1px solid #303536; display: flex; justify-content: space-between; color: #d6dddd; font-size: 11px; font-weight: 650; }
.case-frame-photo { padding: 24px; }
.case-card-photo { position: relative; min-height: 488px; padding: 0; overflow: hidden; }
.case-card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,12,14,.06) 18%, rgba(9,12,14,.32) 48%, rgba(9,12,14,.96) 100%); pointer-events: none; }
.case-card-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; transition: transform .8s ease; }
.case-frame-photo:hover .case-card-photo > img { transform: scale(1.025); }
.case-photo-content { position: absolute; inset: auto 0 0; z-index: 1; padding: 34px 36px 30px; }
.case-photo-content > p { margin: 0 0 15px; color: var(--gold); font-size: 8px; font-weight: 750; letter-spacing: .16em; }
.case-card .case-photo-content h3 { margin: 0; font-size: 38px; line-height: .91; text-shadow: 0 2px 22px rgba(0,0,0,.35); }
.case-card .case-photo-content a { margin-top: 24px; padding-top: 17px; border-color: rgba(255,255,255,.24); color: #fff; }

.projects { padding: 170px 0 140px; }
.projects-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 75px; }
.projects-head h2, .process-head h2, .contact h2 { margin: 0; font-size: clamp(44px, 4.3vw, 62px); line-height: .96; letter-spacing: -.055em; }
.filters { display: flex; gap: 7px; flex-wrap: wrap; }
.filters button { padding: 11px 17px; border: 1px solid #cdd0cc; border-radius: 999px; color: #5c6262; background: transparent; cursor: pointer; font-size: 10px; font-weight: 650; }
.filters button.active, .filters button:hover { color: white; border-color: var(--teal); background: var(--teal); }
.project-grid { display: grid; grid-template-columns: 1.75fr 1fr; grid-auto-flow: dense; gap: 34px; }
.project-card { height: 500px; position: relative; overflow: hidden; color: white; background: var(--teal); transition: opacity .3s, transform .3s; }
.project-card:nth-child(3) { grid-column: 1; }
.project-card:nth-child(4) { grid-column: 2; }
.project-card img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.1,1), filter .4s; filter: saturate(.72) contrast(.98); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,8,9,.06) 30%, rgba(3,8,9,.83) 100%); }
.project-card:hover img { transform: scale(1.045); filter: saturate(.9); }
.project-card > div { position: absolute; z-index: 2; left: 38px; bottom: 38px; }
.project-card p { margin: 0 0 12px; color: #d1d7d5; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.project-card h3 { margin: 0; font-size: clamp(28px, 2.7vw, 42px); line-height: .94; letter-spacing: -.045em; }
.project-card > b { position: absolute; z-index: 2; right: 35px; bottom: 37px; font-size: 25px; font-weight: 400; }
.project-card.is-hidden { display: none; }
.all-projects { display: flex; align-items: center; justify-content: space-between; max-width: 250px; margin: 55px 0 0 auto; padding-bottom: 12px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }

.process { padding: 145px 0 125px; background: white; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; align-items: start; }
.process-head { position: sticky; top: 170px; }
.process-list { border-top: 1px solid var(--line); }
.process-row { min-height: 146px; display: grid; grid-template-columns: 55px 1fr 1.4fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.process-row > span { color: var(--gold); font-size: 11px; font-weight: 750; }
.process-row h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.process-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.testimonial-wrap { margin-top: 150px; }
.testimonial { min-height: 470px; margin: 0; padding: 65px 72px 48px; border-radius: 18px; color: white; background: var(--ink); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.testimonial::after { content: ""; position: absolute; width: 380px; height: 380px; right: -150px; top: -170px; border: 1px solid #293133; border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.015), 0 0 0 140px rgba(255,255,255,.01); }
.quote-mark { color: var(--gold); font: 90px/1 Georgia, serif; }
.testimonial > p { max-width: 1000px; margin: 5px 0 45px; font-size: clamp(31px, 3.3vw, 47px); line-height: 1.03; letter-spacing: -.045em; }
.testimonial footer { margin-top: auto; padding-top: 30px; border-top: 1px solid #303537; display: flex; justify-content: space-between; align-items: end; }
.testimonial footer > div { display: flex; flex-direction: column; gap: 7px; }
.testimonial footer strong { font-size: 11px; letter-spacing: .12em; }
.testimonial footer span { color: #808787; font-size: 11px; }
.testimonial .rating { align-items: flex-end; }
.testimonial .rating strong { color: var(--gold); font-size: 30px; letter-spacing: -.04em; }
.testimonial .rating span { color: var(--gold); letter-spacing: .12em; }

.contact {
  position: relative;
  min-height: 560px;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  background: #071018 url("../assets/images/Anfrage-background-image.webp") center / cover no-repeat;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,16,24,.96) 0%, rgba(7,16,24,.82) 48%, rgba(7,16,24,.55) 100%);
}
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 120px; align-items: center; }
.contact h2 { font-size: clamp(50px, 5vw, 72px); }
.contact-copy {
  padding: 42px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(9,12,14,.78);
  backdrop-filter: blur(8px);
}
.contact-copy p { margin: 0 0 42px; color: #c0c9ce; font-size: 16px; line-height: 1.7; }

.footer { padding: 88px 0 34px; color: white; background: var(--ink); }
.footer-grid { min-height: 275px; display: grid; grid-template-columns: 1.6fr 1fr .8fr 1.2fr; gap: 70px; }
.footer-brand { margin-bottom: 30px; }
.footer-grid > div:first-child p { max-width: 330px; color: #a0abb1; font-size: 14px; line-height: 1.65; }
.footer-grid h2 { margin: 0 0 20px; color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.footer-grid a, .footer-grid > div:not(:first-child) p { display: block; margin: 0 0 9px; color: #a0abb1; font-size: 13px; line-height: 1.4; }
.footer-grid a:hover { color: white; }
.footer-bottom { padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #9ba6ac; font-size: 11.5px; letter-spacing: .08em; }
.footer-bottom div { display: flex; gap: 30px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (min-width: 1000px) {
  .project-grid .project-card:nth-child(1) { grid-column: 1; }
  .project-grid .project-card:nth-child(2) { grid-column: 2; }
}

@media (max-width: 1050px) {
  :root { --page: min(100% - 40px, 920px); }
  .header-inner { height: 90px; gap: 24px; }
  .main-nav { gap: 24px; }
  .hero, .hero-grid { min-height: 900px; }
  .hero-grid { padding-top: 165px; }
  .overview-grid { grid-template-columns: 1fr 440px; gap: 50px; }
  .case-frame { padding: 28px; }
  .project-grid { grid-template-columns: 1.45fr 1fr; }
  .process-grid { gap: 65px; }
}

@media (max-width: 900px) {
  .header-inner { height: 76px; grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 76px 16px auto auto; width: min(320px, calc(100% - 32px)); max-height: calc(100dvh - 92px); padding: 8px 20px 16px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; color: #fff; background: linear-gradient(180deg, rgba(9,12,14,.98) 0%, rgba(9,12,14,.92) 68%, rgba(9,12,14,.82) 100%); border: 1px solid rgba(255,255,255,.09); box-shadow: 0 22px 44px rgba(0,0,0,.34); backdrop-filter: blur(14px); overflow-y: auto; overscroll-behavior: contain; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-9px) scale(.985); transform-origin: top right; transition: opacity .22s ease, transform .25s ease, visibility .22s; }
  .main-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-nav a::after { display: none; }
  .main-nav > a { width: 100%; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 16px; }
  .main-nav > a:last-child { border-bottom: 0; }
  .nav-services { position: relative; width: 100%; display: block; border-bottom: 1px solid rgba(255,255,255,.09); }
  .nav-services > a { display: block; padding: 13px 36px 13px 0; font-size: 16px; }
  .nav-submenu-toggle { position: absolute; right: -7px; top: 6px; width: 34px; height: 34px; }
  .nav-submenu { position: static; width: 100%; max-height: 0; padding: 0 0 0 14px; border: 0; box-shadow: none; background: transparent; opacity: 1; visibility: visible; overflow: hidden; pointer-events: none; transform: none; transition: max-height .3s ease, padding .3s ease; }
  .nav-submenu::before { display: none; }
  .nav-submenu a { padding: 11px 0; color: #c5cccc; font-size: 13px; border-bottom-color: rgba(255,255,255,.08); }
  .nav-services:hover .nav-submenu, .nav-services:focus-within .nav-submenu { max-height: 0; padding-top: 0; pointer-events: none; }
  .nav-services.is-open .nav-submenu { max-height: 165px; padding-top: 8px; pointer-events: auto; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 32px); }
  .brand-logo { width: 145px; }
  .main-nav { padding-inline: 16px; }
  .hero, .hero-grid { min-height: 700px; }
  .hero { background-position: 58% center; }
  .hero::before { background: linear-gradient(90deg, rgba(9,12,14,.84), rgba(9,12,14,.34)), linear-gradient(180deg, rgba(9,12,14,.12), rgba(9,12,14,.9) 94%); }
  .hero-grid { padding-top: 121px; display: block; }
  .hero h1 { font-size: clamp(45px, 13.3vw, 66px); }
  .hero-title-desktop { display: none; }
  .hero-title-mobile { display: inline; }
  .hero-lead { color: #bbc0c0; font-size: 15px; }
  .hero-mobile-location { margin: 19px 0 0; display: flex; align-items: center; gap: 10px; color: #c6cdcd; font-size: 11px; font-weight: 650; letter-spacing: .04em; }
  .hero-mobile-location::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; background: var(--gold); }
  .hero-mobile-cta { width: fit-content; min-height: 50px; margin-top: 22px; padding: 0 29px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: var(--gold); clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%); font-size: 11.5px; font-weight: 750; }
  .hero-bottom { display: none; }
  .services { padding: 70px 0 64px; }
  .statement { min-height: auto; padding: 30px 0 60px; grid-template-columns: 1fr; gap: 30px; }
  .statement h2 { font-size: 33px; }
  .service-row { min-height: 135px; grid-template-columns: 1fr 24px; gap: 10px; }
  .service-row h3 { font-size: 23px; }
  .service-row p { grid-column: 1 / 3; margin-top: -25px; }
  .service-row .arrow { grid-column: 2; grid-row: 1; }
  .overview { padding: 72px 0 56px; }
  .overview-grid { grid-template-columns: 1fr; gap: 40px; }
  .overview-copy h2 { font-size: 44px; }
  .overview-copy ul { grid-template-columns: 1fr; }
  .case-frame { transform: none; padding: 13px; }
  .case-card { min-height: 400px; padding: 30px; }
  .case-card-photo { min-height: 470px; padding: 0; }
  .case-photo-content { padding: 28px 26px 24px; }
  .case-card .case-photo-content h3 { font-size: 33px; }
  .projects { padding: 68px 0 42px; }
  .projects-head { align-items: flex-start; flex-direction: column; gap: 32px; margin-bottom: 38px; }
  .projects:not(.is-filtered) .project-card-mobile-hidden { display: none !important; }
  .project-grid { grid-template-columns: 1fr; gap: 18px; }
  .project-card, .project-card:nth-child(3), .project-card:nth-child(4) { grid-column: 1; height: 430px; }
  .project-card > div { left: 20px; right: 58px; bottom: 27px; }
  .project-card > b { right: 20px; bottom: 28px; }
  .all-projects { width: 100%; max-width: none; margin: 38px 0 0; }
  .process { padding: 62px 0 64px; }
  .process-grid { grid-template-columns: 1fr; gap: 55px; }
  .process-head { position: static; }
  .process-row { min-height: 0; padding: 19px 0 20px; grid-template-columns: 42px 1fr; gap: 0 18px; align-items: start; }
  .process-row > span { padding-top: 5px; }
  .process-row h3 { font-size: 23px; }
  .process-row p { grid-column: 2; margin-top: 7px; font-size: 12.5px; line-height: 1.45; }
  .testimonial-wrap { margin-top: 72px; }
  .testimonial { min-height: 460px; padding: 45px 28px 35px; }
  .testimonial > p { font-size: 29px; }
  .contact { min-height: 520px; padding: 76px 0; background-position: 62% center; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact h2 { font-size: 45px; }
  .contact-copy { max-width: 620px; padding: 34px; }
  .footer { padding-top: 64px; }
  .footer-grid { min-height: 0; grid-template-columns: 1fr 1fr; gap: 28px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-brand { margin-bottom: 18px; }
  .footer-grid h2 { margin-bottom: 16px; }
  .footer-grid a,
  .footer-grid > div:not(:first-child) p { margin-bottom: 7px; line-height: 1.4; }
  .footer-bottom { margin-top: 22px; gap: 20px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 410px) {
  .hero h1 { font-size: 43px; }
  .statement h2 { font-size: 29px; }
  .overview-copy h2, .projects-head h2, .process-head h2, .contact h2 { font-size: 39px; }
  .testimonial > p { font-size: 25px; }
  .testimonial footer { align-items: flex-start; flex-direction: column; gap: 25px; }
  .testimonial .rating { align-items: flex-start; }
  .contact-copy { padding: 28px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 22px; }
  .footer-grid > div:nth-child(4) { grid-column: 1 / -1; }
}
