:root {
  --black: #070707;
  --coal: #101010;
  --panel: #181818;
  --steel: #b9bcc0;
  --paper: #f3f1ed;
  --white: #fff;
  --red: #db0808;
  --red-dark: #a90000;
  --muted: #6c6c6c;
  --line: rgba(255,255,255,.13);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #171717;
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 110px 0; }
.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; top: -60px; left: 20px; z-index: 100;
  background: var(--red); color: white; padding: 12px 18px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  background: rgba(5,5,5,.91);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: var(--wrap); height: 124px; margin-inline: auto;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.brand-text {
  flex: 0 0 auto; display: grid; gap: 4px; padding: 0 14px;
  min-height: 48px; align-content: center; border-left: 3px solid var(--red);
  color: white;
}
.brand-text strong {
  font-size: 1.12rem; line-height: 1; letter-spacing: .06em;
  text-transform: uppercase;
}
.brand-text strong .brand-z {
  color: var(--red); font: inherit; letter-spacing: inherit;
  line-height: inherit; text-transform: inherit;
}
.about-heading .kicker { color: #171717; }
.about-heading .kicker .brand-z { color: var(--red); }
.brand-text span {
  color: #888; font-size: .62rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 0; flex-wrap: nowrap; }
.site-nav a {
  color: rgba(255,255,255,.82); font-size: .76rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; transition: color .2s; white-space: nowrap;
}
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav .nav-cta {
  padding: 13px 19px; border: 1px solid var(--red); color: white;
}
.site-nav .nav-cta:hover { background: var(--red); }
.language-switcher {
  display: flex; align-items: center; gap: 2px; padding: 0 14px;
  min-height: 48px;
  border-left: 1px solid rgba(255,255,255,.2);
  border-right: 3px solid var(--red);
}
.language-button {
  min-width: 31px; height: 31px; padding: 0; border: 0; color: #777;
  background: transparent; font-size: .67rem; font-weight: 900; letter-spacing: .06em;
}
.language-button:hover, .language-button:focus-visible { color: white; }
.language-button.active { color: white; background: var(--red); }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 850px; display: flex; align-items: center;
  overflow: hidden; background: var(--black); color: white; padding-top: 124px;
}
.hero-media {
  position: absolute; inset: 124px 0 0;
  background: url("assets/front-after.jpg") 62% 48% / cover no-repeat;
  opacity: .78;
  transform: scale(1.015);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(219,8,8,.2), transparent 26%),
    linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.86) 39%, rgba(0,0,0,.28) 72%, rgba(0,0,0,.12) 100%),
    linear-gradient(0deg, #070707 0%, transparent 30%),
    linear-gradient(180deg, rgba(0,0,0,.24), transparent 36%);
}
.hero::after {
  content: ""; position: absolute; right: 6%; bottom: 13%; width: 23%; height: 3px;
  background: linear-gradient(90deg, transparent, var(--red));
  box-shadow: 0 0 22px rgba(219,8,8,.72);
}
.hero-logo {
  position: absolute; z-index: 2; top: 47%; right: clamp(200px, 21vw, 360px);
  width: clamp(210px, 21vw, 330px); aspect-ratio: 1; border-radius: 50%;
  overflow: hidden; transform: translateY(-50%);
  border: 2px solid rgba(255,255,255,.58);
  box-shadow: 0 0 0 5px rgba(219,8,8,.2), 0 0 55px rgba(0,0,0,.8);
}
.hero-logo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(1.16) contrast(1.08);
}
.hero-content { position: relative; padding-top: 90px; }
.eyebrow, .kicker {
  margin: 0 0 20px; color: var(--red); font-size: .76rem;
  font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
}
.hero h1, h2 {
  margin: 0; text-transform: uppercase; letter-spacing: -.055em;
  line-height: .94; font-weight: 900;
}
.hero h1 { max-width: 760px; font-size: clamp(4rem, 8.4vw, 7.7rem); }
.hero h1 span {
  color: transparent; -webkit-text-stroke: 2px var(--steel);
  text-shadow: 0 0 35px rgba(255,255,255,.08);
}
.hero-lead {
  max-width: 600px; margin: 30px 0 0; color: rgba(255,255,255,.72);
  font-size: 1.12rem; line-height: 1.75;
}
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button {
  min-height: 52px; display: inline-flex; justify-content: center; align-items: center;
  padding: 0 24px; border: 1px solid transparent; font-size: .78rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; transition: .22s ease;
}
.button-primary { background: var(--red); color: white; }
.button-primary:hover, .button-primary:focus-visible {
  background: #f00; transform: translateY(-2px);
}
.button-ghost { border-color: rgba(255,255,255,.4); color: white; }
.button-ghost:hover { background: white; color: black; }
.hero-points {
  display: flex; gap: 0; margin: 72px 0 0; padding: 0;
  list-style: none; border-top: 1px solid var(--line);
}
.hero-points li {
  width: auto; min-width: 235px; padding: 22px 24px 0 0; color: rgba(255,255,255,.72);
  font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  white-space: nowrap;
}
.hero-points span { color: var(--red); margin-right: 9px; }
.hero-points b { font: inherit; }
html[lang="en"] .hero-points { padding-bottom: 34px; }

.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; align-items: start; }
h2 { font-size: clamp(2.6rem, 5.8vw, 5.1rem); }
.intro-copy { padding-top: 38px; border-top: 3px solid var(--red); }
.intro-copy p, .section-heading > p, .detail-copy > p, .quote-copy > p {
  color: #606060; font-size: 1.05rem; line-height: 1.75;
}
.intro-copy p:first-child { margin-top: 0; }

.services { background: var(--paper); }
.section-heading {
  display: grid; grid-template-columns: 1fr 380px; gap: 80px;
  align-items: end; margin-bottom: 60px;
}
.section-heading > p { margin: 0 0 3px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d2d0cc; }
.service-card {
  position: relative; min-height: 390px; padding: 44px 36px;
  background: white; overflow: hidden;
}
.service-card::after {
  content: ""; position: absolute; inset: auto 0 0; height: 4px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.service-card:hover::after { transform: scaleX(1); }
.service-card.featured { background: var(--coal); color: white; }
.service-number {
  display: block; color: var(--red); font-size: .72rem; font-weight: 800;
  letter-spacing: .15em; margin-bottom: 58px;
}
.service-card svg {
  width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 1.7;
  margin-bottom: 32px;
}
.service-card h3, .detail-copy h3, .process-list h3 {
  margin: 0 0 15px; font-size: 1.3rem; text-transform: uppercase; letter-spacing: -.02em;
}
.service-card p { margin: 0; color: #777; line-height: 1.65; }
.service-card.featured p { color: #aaa; }

.results { background: var(--black); color: white; }
.section-heading.light > p { color: #aaa; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.comparison figure { margin: 0; }
.photo-frame { position: relative; height: 415px; overflow: hidden; background: #1d1d1d; }
.photo-frame img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease;
}
.photo-frame:hover img { transform: scale(1.025); }
.photo-label {
  position: absolute; top: 18px; left: 18px; padding: 9px 13px;
  background: rgba(0,0,0,.8); border-left: 3px solid #aaa;
  font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.photo-label.after { border-color: var(--red); }
.comparison figcaption {
  padding: 16px 0; color: #888; font-size: .76rem;
  letter-spacing: .1em; text-transform: uppercase;
}
.detail-row {
  display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px;
  align-items: center; margin-top: 100px;
}
.detail-copy h3 { font-size: clamp(1.9rem, 3.3vw, 3.2rem); line-height: 1.05; }
.detail-copy > p { color: #999; }
.detail-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; height: 520px; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-project { padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.gallery-project:last-child { padding-bottom: 0; border-bottom: 0; }
.gallery-project-heading {
  display: flex; align-items: baseline; gap: 18px; margin-bottom: 18px;
}
.gallery-project-heading span {
  color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .14em;
}
.gallery-project-heading h4 {
  margin: 0; font-size: .88rem; letter-spacing: .12em; text-transform: uppercase;
}
.gallery-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery-pair figure { margin: 0; }
.gallery-image { position: relative; height: 390px; overflow: hidden; background: #1d1d1d; }
.gallery-image img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease;
}
.gallery-image:hover img { transform: scale(1.025); }
.gallery-video {
  overflow: hidden; background: #111; border: 1px solid var(--line);
}
.gallery-video video {
  display: block; width: 100%; max-height: 680px; background: #000;
}

.about { background: var(--paper); }
.about-heading {
  display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px;
  align-items: start; padding-bottom: 55px; border-bottom: 1px solid #ccc;
}
.about-heading h2 { max-width: 900px; }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px;
  padding: 65px 0;
}
.about-intro { padding-top: 4px; }
.about-intro p, .about-product p {
  margin: 0 0 22px; color: #606060; font-size: 1.02rem; line-height: 1.78;
}
.about-intro p:first-child {
  color: #242424; font-size: 1.16rem; font-weight: 600;
}
.about-intro .brand-z { color: var(--red); }
.about-product {
  padding: 38px; color: white; background: var(--coal);
  border-top: 4px solid var(--red);
}
.about-product .about-label {
  margin-bottom: 32px; color: var(--red); font-size: .73rem;
  font-weight: 900; letter-spacing: .18em; text-transform: uppercase;
}
.about-product h3, .about-benefits h3 {
  margin: 0 0 27px; font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase;
}
.about-product p { color: #aaa; }
.about-benefits {
  display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px;
  padding: 55px; background: white;
}
.about-benefits ul {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px;
  margin: 0; padding: 0; list-style: none; border-top: 1px solid #d0d0d0;
}
.about-benefits li {
  position: relative; padding: 17px 0 17px 25px;
  border-bottom: 1px solid #d0d0d0; color: #4e4e4e; line-height: 1.4;
}
.about-benefits li::before {
  content: ""; position: absolute; left: 0; top: 23px;
  width: 8px; height: 8px; background: var(--red);
}

.references {
  background: #fff;
}
.reference-table-wrap {
  overflow-x: auto;
  border: 1px solid #d8d6d2;
  background: white;
  box-shadow: 0 24px 70px rgba(0,0,0,.08);
}
.reference-table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
  font-size: .95rem;
}
.reference-table th {
  padding: 18px 20px;
  background: var(--coal);
  color: white;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-align: left;
  text-transform: uppercase;
}
.reference-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e4e1dc;
  color: #505050;
  line-height: 1.45;
  vertical-align: top;
}
.reference-table tbody tr:nth-child(even) td {
  background: #f7f5f1;
}
.reference-table td:first-child,
.reference-table td:last-child {
  color: #1c1c1c;
  font-weight: 800;
  white-space: nowrap;
}
.reference-download {
  display: inline-flex;
  margin-top: 26px;
  border-color: var(--coal);
  color: var(--coal);
}
.reference-download:hover {
  border-color: var(--red);
  color: var(--red);
}

.process { background: white; }
.process-list {
  margin: 0; padding: 0; list-style: none; border-top: 1px solid #ccc;
}
.process-list li {
  display: grid; grid-template-columns: 120px 1fr; gap: 40px;
  padding: 36px 0; border-bottom: 1px solid #ccc;
}
.process-list > li > span { color: var(--red); font-weight: 900; letter-spacing: .1em; }
.process-list div { display: grid; grid-template-columns: 280px 1fr; gap: 40px; }
.process-list h3 { font-size: 1.45rem; margin: 0; }
.process-list p { max-width: 550px; margin: 0; color: #6b6b6b; line-height: 1.65; }

.quote-section {
  position: relative; background: #121212; color: white; overflow: hidden;
}
.quote-section::before {
  content: ""; position: absolute; width: 440px; height: 440px; border: 90px solid rgba(219,8,8,.08);
  border-radius: 50%; top: -280px; left: -210px;
}
.quote-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy > p { color: #9b9b9b; }
.promise { border-left: 3px solid var(--red); padding-left: 20px; margin-top: 40px; }
.promise strong, .promise span { display: block; }
.promise strong { text-transform: uppercase; font-size: .84rem; letter-spacing: .08em; }
.promise span { color: #888; margin-top: 8px; font-size: .88rem; }
.quote-form { background: #1c1c1c; padding: 38px; border: 1px solid var(--line); }
.form-trap {
  position: absolute; left: -10000px; width: 1px; height: 1px;
  overflow: hidden;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label {
  display: block; margin-bottom: 20px; color: #ccc; font-size: .72rem;
  font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; margin-top: 9px; padding: 15px 16px; color: white; background: #101010;
  border: 1px solid #393939; border-radius: 0; outline: none;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); }
.quote-form textarea { resize: vertical; }
.quote-form option { background: #111; }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-note { color: #777; font-size: .74rem; line-height: 1.5; margin: 14px 0 0; text-align: center; }
.form-success { margin-top: 18px; padding: 16px; border-left: 3px solid var(--red); background: #0c0c0c; }
.form-success strong, .form-success span { display: block; }
.form-success span { margin-top: 5px; color: #999; font-size: .83rem; line-height: 1.5; }
.form-error { margin-top: 18px; padding: 16px; border-left: 3px solid #ffb000; background: #0c0c0c; }
.form-error strong, .form-error span { display: block; }
.form-error span { margin-top: 5px; color: #aaa; font-size: .83rem; line-height: 1.5; }
.form-error-code {
  display: block; margin-top: 8px; color: #777;
  font-size: .7rem; letter-spacing: .05em;
}

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-list { border-top: 1px solid #c8c6c2; }
.faq-list details { border-bottom: 1px solid #c8c6c2; }
.faq-list summary {
  position: relative; padding: 27px 45px 27px 0; font-weight: 800;
  text-transform: uppercase; cursor: pointer; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 5px; top: 20px; color: var(--red);
  font-size: 1.8rem; font-weight: 300;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 55px 28px 0; color: #666; line-height: 1.7; }

.site-footer {
  position: relative; padding: calc(30.07vw - 95px) 0 24px; color: white; overflow: hidden;
  background:
    linear-gradient(180deg, #080808 0%, rgba(8,8,8,.9) 18%, rgba(8,8,8,.72) 62%, #080808 100%),
    url("assets/bottom-banner.png") center top / 90% auto no-repeat,
    #080808;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 18% 48%, rgba(219,8,8,.1), transparent 27%),
    linear-gradient(90deg, rgba(8,8,8,.72), transparent 25%, transparent 75%, rgba(8,8,8,.72));
}
.site-footer > * { position: relative; z-index: 1; }
.footer-combined {
  margin-top: 0; margin-bottom: 14px; overflow: hidden;
  background: transparent; border: 0;
  backdrop-filter: none;
}
.footer-grid {
  display: block; padding: 30px 38px;
}
.footer-grid h2 { margin: 5px 0 22px; font-size: .72rem; letter-spacing: .14em; color: #777; }
.footer-grid a, .footer-grid > div > p { display: block; margin: 0 0 12px; color: #aaa; font-size: .86rem; }
.footer-grid a:hover { color: white; }
.footer-company {
  display: flex; align-items: center; justify-content: center; gap: 7cm;
  text-align: center;
}
.footer-company h2 { margin-top: 0; }
.footer-company p { margin: 0 0 8px; color: #aaa; font-size: .86rem; }
.footer-flags { display: flex; justify-content: center; gap: 10px; margin-top: 0; }
.flag {
  position: relative; display: inline-block; width: 44px; height: 44px;
  overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.24);
}
.flag::before, .flag::after { content: ""; position: absolute; z-index: 1; }
.flag-dk { background: #c60c30; }
.flag-dk::before { left: 14px; top: 0; width: 5px; height: 100%; background: white; }
.flag-dk::after { left: 0; top: 19px; width: 100%; height: 5px; background: white; }
.flag-se { background: #006aa7; }
.flag-se::before { left: 14px; top: 0; width: 5px; height: 100%; background: #fecc00; }
.flag-se::after { left: 0; top: 19px; width: 100%; height: 5px; background: #fecc00; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.footer-company .social-links {
  flex: 0 0 auto; justify-content: center; margin-top: 0;
}
.social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; color: #ddd; border: 1px solid #3a3a3a;
  background: #111; cursor: default; transition: .2s ease;
}
a.social-link { cursor: pointer; }
a.social-link:hover, a.social-link:focus-visible {
  transform: translateY(-2px); filter: brightness(1.14);
}
.social-link svg {
  width: 23px; height: 23px;
}
.social-link.instagram {
  color: white; border-color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fdf497 5% 10%, #fd5949 42%, #d6249f 62%, #285aeb 90%);
}
.social-link.instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link.instagram .social-dot { fill: currentColor; stroke: none; }
.social-link.linkedin {
  color: white; background: #0a66c2; border-color: #0a66c2;
}
.social-link.linkedin svg, .social-link.tiktok svg { fill: currentColor; }
.social-link.tiktok {
  color: white; background: #000; border-color: #333;
  box-shadow: inset 3px 0 0 #25f4ee, inset -3px 0 0 #fe2c55;
}
.footer-banner {
  display: none;
}
.footer-bottom {
  display: flex; justify-content: space-between; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16); color: #888; font-size: .74rem;
}
.footer-bottom .brand-z { color: var(--red); }

.gallery-page { background: var(--black); }
.gallery-page-hero {
  position: relative; padding: 230px 0 105px; color: white; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.35)),
    url("assets/project-1-after.jpg") center 45% / cover no-repeat;
}
.gallery-page-hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 120px;
  background: linear-gradient(transparent, var(--black));
}
.gallery-page-hero .wrap { position: relative; z-index: 1; }
.gallery-page-hero h1 {
  max-width: 900px; margin: 0; color: white; font-size: clamp(3.8rem, 8vw, 7.5rem);
  line-height: .93; letter-spacing: -.055em; text-transform: uppercase;
}
.gallery-page-hero h1 span {
  color: transparent; -webkit-text-stroke: 2px var(--steel);
}
.gallery-page-hero > .wrap > p:last-child {
  max-width: 660px; margin: 30px 0 0; color: #bbb; font-size: 1.08rem; line-height: 1.75;
}
.reference-page-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.35)),
    url("assets/reference-roof-bg.jpg") center 48% / cover no-repeat;
}
.gallery-page-results { padding-top: 70px; }
.gallery-page-grid { display: grid; gap: 70px; }
.gallery-page .gallery-project-heading h2 {
  margin: 0; font-size: .88rem; line-height: 1.2;
  letter-spacing: .12em; text-transform: uppercase;
}
.gallery-page .gallery-image { height: 480px; }
.gallery-page-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  margin-top: 90px; padding: 40px; background: #151515; border-left: 4px solid var(--red);
}
.gallery-page-cta p { margin: 0; font-size: 1.35rem; font-weight: 800; text-transform: uppercase; }
.gallery-footer { padding-bottom: 0; }
.gallery-footer a:hover { color: white; }
.reference-project {
  max-width: 1060px;
  margin: 0 auto;
}
.reference-image-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: #151515;
  box-shadow: 0 28px 90px rgba(0,0,0,.32);
}
.reference-image-card img {
  width: 100%;
  height: clamp(360px, 58vw, 680px);
  object-fit: cover;
}

@media (max-width: 900px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .section { padding: 82px 0; }
  .header-inner { height: 100px; }
  .brand-text strong { font-size: .96rem; }
  .brand-text span { font-size: .56rem; }
  .menu-toggle {
    display: grid; gap: 5px; width: 44px; height: 44px; padding: 11px;
    background: transparent; border: 1px solid #444;
  }
  .menu-toggle { grid-column: 2; justify-self: end; }
  .menu-toggle > span:not(.sr-only) { height: 2px; background: white; transition: .2s; }
  .site-nav {
    position: absolute; top: 100px; left: 0; right: 0; display: none;
    padding: 25px 16px 30px; background: #090909; border-top: 1px solid #2a2a2a;
  }
  .site-nav.open { display: grid; gap: 0; }
  .site-nav a { padding: 17px; border-bottom: 1px solid #222; }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; }
  .language-switcher { grid-column: 3; margin-left: 0; }
  .hero { min-height: 780px; padding-top: 100px; }
  .hero-media { inset: 100px 0 0; background-position: 48% 42%; }
  .hero-logo {
    top: 38%; right: 12%; width: clamp(155px, 23vw, 210px);
    opacity: .52;
  }
  .hero-content { padding-top: 90px; }
  .hero-points li { width: auto; flex: 1; }
  .intro-grid, .section-heading, .detail-row, .quote-grid, .faq-grid, .about-heading, .about-grid, .about-benefits {
    grid-template-columns: minmax(0, 1fr); gap: 42px;
  }
  .intro-grid > *, .section-heading > *, .detail-row > *, .quote-grid > *, .faq-grid > * { min-width: 0; }
  .intro-copy { padding-top: 28px; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 590px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 35px; }
  .detail-row { margin-top: 70px; }
  .gallery-image { height: 320px; }
  .about-grid { padding: 50px 0; }
  .about-benefits { padding: 38px; }
  .process-list div { grid-template-columns: 220px 1fr; }
  .quote-copy { position: static; }
  .footer-grid { padding: 30px; }
  .footer-combined { margin-top: 0; }
  .gallery-page-hero { padding: 190px 0 90px; }
  .gallery-page .gallery-image { height: 360px; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 28px); }
  .section { padding: 68px 0; }
  .hero { min-height: 760px; }
  .header-inner { gap: 10px; }
  .brand-text { gap: 3px; padding: 0 9px; }
  .brand-text strong { font-size: .8rem; }
  .brand-text span { font-size: .48rem; letter-spacing: .1em; }
  .language-switcher { padding-left: 8px; }
  .language-button { min-width: 28px; height: 29px; }
  .hero-media { background-position: 58% center; opacity: .72; }
  .hero-logo {
    top: 25%; right: -48px; width: 165px; opacity: .28;
    border-width: 1px; pointer-events: none;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.38)),
      linear-gradient(0deg, #070707, transparent 38%);
  }
  .hero::after { right: 0; bottom: 19%; width: 42%; }
  .hero-content { padding-top: 60px; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5.4rem); }
  .hero h1 span { -webkit-text-stroke-width: 1px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-points { margin-top: 45px; flex-direction: column; padding-top: 10px; }
  .hero-points li { padding: 10px 0; }
  .hero-points li { min-width: 0; }
  h2 { font-size: clamp(2.4rem, 13vw, 3.6rem); }
  h1, h2, h3 { overflow-wrap: anywhere; }
  .comparison { grid-template-columns: 1fr; }
  .photo-frame { height: 290px; }
  .detail-gallery { height: 430px; gap: 7px; }
  .gallery-pair { grid-template-columns: 1fr; gap: 8px; }
  .gallery-image { height: 270px; }
  .gallery-project { padding-bottom: 42px; }
  .about-heading { padding-bottom: 38px; }
  .about-product { padding: 30px 23px; }
  .about-benefits { padding: 28px 20px; }
  .about-benefits ul { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 12px; }
  .process-list div { display: block; }
  .process-list h3 { margin-bottom: 10px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 25px 20px; }
  .footer-grid { padding: 28px 22px; }
  .site-footer {
    padding-top: 190px;
    background-size: auto 275px, auto;
    background-position: center top, center;
  }
  .footer-combined { margin-top: 0; }
  .footer-company {
    align-items: center; flex-direction: row; flex-wrap: wrap;
    column-gap: 28px; row-gap: 18px;
  }
  .footer-bottom { gap: 20px; }
  .gallery-page-hero { padding: 160px 0 70px; }
  .gallery-page-hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .gallery-page .gallery-image { height: 285px; }
  .gallery-page-cta { align-items: stretch; flex-direction: column; padding: 28px 22px; }
}

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