/*
Theme Name: Techna ApS
Theme URI: https://techna.dk/
Author: Techna ApS
Description: Specialbygget WordPress-tema til Techna ApS med kontakformular, SEO og mobilmenu.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: techna
*/
:root {
  --ink: #182128;
  --muted: #5b6670;
  --paper: #f5f3ed;
  --surface: #ffffff;
  --soft: #e8ece8;
  --line: #d8ddd8;
  --teal: #006a70;
  --teal-dark: #073f43;
  --green: #6f8d48;
  --red: #c64231;
  --steel: #3e4e5d;
  --shadow: 0 24px 70px rgba(24, 33, 40, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 16px clamp(18px, 5vw, 70px);
  color: white;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(24, 33, 40, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 164px;
}

.brand-logo {
  display: block;
  width: 168px;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  padding: 10px 6px;
  font-size: 12px;
  font-weight: 800;
}

.main-nav a:hover {
  color: var(--red);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 94svh;
  align-items: center;
  overflow: hidden;
  padding: 126px clamp(18px, 5vw, 70px) 150px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 25, 30, 0.86), rgba(10, 25, 30, 0.68) 43%, rgba(10, 25, 30, 0.08) 82%),
    linear-gradient(0deg, rgba(10, 25, 30, 0.45), rgba(10, 25, 30, 0.04));
}

.hero-content {
  position: relative;
  max-width: 820px;
  color: white;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.process-band .eyebrow {
  color: #92d6d2;
}

h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(44px, 7.4vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.info-page .site-header {
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(24, 33, 40, 0.12);
  backdrop-filter: blur(14px);
}

.main-nav a[aria-current="page"] {
  color: var(--red);
}

.hero-copy {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.87);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid currentColor;
  font-weight: 900;
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

.button.secondary {
  color: white;
}

.hero-facts {
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: 36px;
  left: clamp(18px, 5vw, 70px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 25, 30, 0.72);
  color: white;
  backdrop-filter: blur(12px);
}

.hero-facts div {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.78);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 128px) 0;
}

.intro,
.industry,
.about-inner,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.intro > p,
.industry-content > p,
.energy-copy p,
.about-copy p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 36px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.reference-grid article,
.energy-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.service-card {
  min-height: 294px;
  padding: 24px;
}

.service-card p,
.reference-grid p,
.energy-grid p {
  margin: 0;
  color: var(--muted);
}

.card-index {
  display: inline-block;
  margin-bottom: 64px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.process-band,
.about {
  padding: clamp(74px, 9vw, 118px) clamp(18px, 5vw, 70px);
  background: var(--teal-dark);
  color: white;
}

.process-band .section-heading,
.process-list,
.about-inner {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.2);
}

.process-list li {
  min-height: 238px;
  padding: 25px;
  background: var(--teal-dark);
}

.process-list span {
  display: block;
  margin-bottom: 38px;
  color: #92d6d2;
  font-weight: 900;
}

.process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.industry-content {
  display: grid;
  gap: 28px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-list span,
.pill-list a {
  padding: 12px 15px;
  border: 1px solid var(--line);
  background: white;
  color: var(--steel);
  font-weight: 900;
}

.pill-list a:hover {
  color: var(--red);
  border-color: rgba(198, 66, 49, 0.45);
}

.section-action {
  width: min(1180px, 100%);
  margin: 22px auto 0;
}

.energy {
  padding: clamp(74px, 10vw, 128px) clamp(18px, 5vw, 70px);
  background: #e7ece8;
}

.energy-inner {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.energy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.energy-grid article {
  min-height: 180px;
  padding: 24px;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.reference-grid article {
  min-height: 258px;
  padding: 25px;
  box-shadow: 0 1px 0 rgba(24, 33, 40, 0.05);
}

.reference-grid p {
  font-size: 20px;
  line-height: 1.35;
}

.reference-grid span {
  display: block;
  margin-top: 28px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
}

.about-copy {
  display: grid;
  gap: 18px;
}

.about .eyebrow {
  color: #92d6d2;
}

.about-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact {
  padding: clamp(74px, 10vw, 128px) clamp(18px, 5vw, 70px);
  background: var(--paper);
}

.contact-copy {
  max-width: 760px;
}

.contact-panel {
  display: grid;
  gap: 1px;
  box-shadow: var(--shadow);
}

.contact-panel a,
.contact-panel span {
  display: block;
  padding: 22px;
  background: white;
  color: var(--ink);
  font-weight: 900;
}

.contact-panel a:hover {
  color: var(--red);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 70px);
  background: var(--ink);
  color: white;
}

.site-footer a {
  color: #92d6d2;
}

.info-hero {
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: 132px clamp(18px, 5vw, 70px) 70px;
  background: var(--surface);
}

.info-hero-text {
  max-width: 720px;
}

.info-hero h1 {
  color: var(--ink);
}

.info-hero p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.info-hero img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.info-main {
  display: grid;
  gap: 44px;
}

.info-main article {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.info-main article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-main p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.info-panel {
  position: sticky;
  top: 102px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(24, 33, 40, 0.05);
}

.info-panel dl {
  display: grid;
  gap: 18px;
  margin: 24px 0;
}

.info-panel div {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.info-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-panel dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.info-panel dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 900;
}

.info-button {
  width: 100%;
}

.info-energy {
  background: #e7ece8;
}

.solutions-hero {
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 70px) 76px;
  background:
    linear-gradient(90deg, rgba(7, 63, 67, 0.9), rgba(7, 63, 67, 0.72)),
    url("assets/hero-industri.jpg") center / cover no-repeat;
  color: white;
}

.solutions-hero > div {
  width: min(980px, 100%);
}

.solutions-hero h1 {
  max-width: 980px;
}

.solutions-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.solution-grid article {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.solution-grid span {
  margin-bottom: 40px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.solution-grid p {
  margin: 0;
  color: var(--muted);
}

.solution-grid a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--red);
  font-weight: 900;
}

.method-band {
  padding: clamp(74px, 9vw, 118px) clamp(18px, 5vw, 70px);
  background: var(--teal-dark);
  color: white;
}

.method-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.method-inner .eyebrow {
  color: #92d6d2;
}

.method-inner ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.18);
}

.method-inner li {
  min-height: 206px;
  padding: 24px;
  background: var(--teal-dark);
}

.method-inner strong,
.method-inner span {
  display: block;
}

.method-inner strong {
  margin-bottom: 18px;
  font-size: 24px;
}

.method-inner span {
  color: rgba(255, 255, 255, 0.78);
}

.mini-contact {
  background: var(--paper);
}

.advice-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: -52px auto 0;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.advice-strip article {
  min-height: 190px;
  padding: 24px;
  background: var(--surface);
  border-right: 1px solid var(--line);
}

.advice-strip article:last-child {
  border-right: 0;
}

.advice-strip span {
  display: block;
  margin-bottom: 20px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.advice-strip strong {
  display: block;
  font-size: 22px;
  line-height: 1.12;
}

.advice-strip p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.contact-detail p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(24, 33, 40, 0.05);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form .bot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfaf6;
  font: inherit;
  text-transform: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.compact-band {
  padding-top: 80px;
  padding-bottom: 80px;
}

.subpage-hero {
  min-height: 520px;
  display: grid;
  align-content: end;
  padding: 132px clamp(18px, 5vw, 70px) 76px;
  background:
    linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.86)),
    url("assets/hero-industri.jpg") center / cover no-repeat;
}

.kitchen-hero {
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 126px clamp(18px, 5vw, 70px) 76px;
  background: var(--surface);
}

.kitchen-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.kitchen-hero p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.button.dark {
  color: var(--ink);
  border-color: var(--line);
}

.kitchen-gallery img {
  aspect-ratio: 5 / 4;
}

.subpage-hero.image-hero {
  background:
    linear-gradient(90deg, rgba(7, 63, 67, 0.88), rgba(7, 63, 67, 0.58)),
    url("assets/hero-industri.jpg") center / cover no-repeat;
  color: white;
}

.subpage-hero h1 {
  max-width: 980px;
  color: inherit;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.subpage-hero.image-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
}

.detail-steps {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.detail-steps article {
  display: grid;
  grid-template-columns: 96px minmax(220px, 0.56fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: start;
  padding: 30px;
  background: var(--surface);
}

.detail-steps span {
  color: var(--teal);
  font-weight: 900;
}

.detail-steps h2 {
  font-size: clamp(25px, 3vw, 38px);
}

.detail-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.split-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.standalone-contact {
  min-height: calc(100svh - 84px);
  padding-top: 150px;
}

.case-gallery {
  padding-top: 0;
}

.case-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.case-gallery-grid.single {
  grid-template-columns: 1fr;
}

.case-gallery-grid.single img {
  aspect-ratio: 16 / 8;
}

.case-gallery figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(24, 33, 40, 0.05);
}

.case-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-gallery figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}


/* Klikbare titler på forsiden */
.linked-title,
.service-card h3 a,
.energy-grid h3 a,
.process-list strong a,
.fact-title {
  color: inherit;
  text-decoration: none;
}

.linked-title:hover,
.service-card h3 a:hover,
.energy-grid h3 a:hover,
.process-list strong a:hover,
.fact-title:hover {
  color: var(--red);
}

.fact-title {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
}

/* Baggrundsbilleder til undersider */
.page-loesninger .solutions-hero {
  background-image: linear-gradient(90deg, rgba(7, 63, 67, 0.9), rgba(7, 63, 67, 0.72)), url("assets/hero-industri.jpg");
}

.page-proces .subpage-hero {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.78)), url("assets/nybyg-teknik.jpg");
}

.page-energi .subpage-hero {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.78)), url("assets/termografi-maaling.jpg");
}

.page-cts .subpage-hero {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.78)), url("assets/cts-betjening.jpg");
}

.page-brandlukning .subpage-hero {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.78)), url("assets/brandlukning-isover.png");
}

.page-tavler .subpage-hero {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.78)), url("assets/tavle-eftersyn-valtec.png");
}

.page-referencer .subpage-hero {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.78)), url("assets/kontor-klima-1.jpg");
}

.page-kontakt .standalone-contact {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.97), rgba(245, 243, 237, 0.86)), url("assets/facade-belysning.jpg");
  background-position: center;
  background-size: cover;
}

.page-tak .subpage-hero {
  background-image: linear-gradient(90deg, rgba(245, 243, 237, 0.96), rgba(245, 243, 237, 0.8)), url("assets/hero-industri.jpg");
}

@media (max-width: 1060px) {
  .service-grid,
  .reference-grid,
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advice-strip {
    grid-template-columns: 1fr;
  }

  .advice-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .advice-strip article:last-child {
    border-bottom: 0;
  }

  .main-nav a {
    padding-inline: 8px;
  }
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 12px 20px 22px;
    background: rgba(245, 243, 237, 0.98);
    color: var(--ink);
    box-shadow: 0 18px 34px rgba(24, 33, 40, 0.12);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 14px 4px;
  }

  .hero {
    min-height: 90svh;
    padding-bottom: 36px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(10, 25, 30, 0.88), rgba(10, 25, 30, 0.42));
  }

  .hero-facts {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  .intro,
  .industry,
  .about-inner,
  .contact,
  .energy-inner,
  .info-hero,
  .info-layout,
  .split-detail,
  .contact-detail,
  .kitchen-hero {
    grid-template-columns: 1fr;
  }

  .info-panel {
    position: static;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .method-inner ol {
    grid-template-columns: 1fr;
  }

  .detail-steps article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 132px;
    max-height: 42px;
  }

  .hero {
    padding: 104px 18px 28px;
  }

  .info-hero {
    min-height: auto;
    padding: 108px 18px 54px;
  }

  h1 {
    font-size: 44px;
  }

  .section {
    width: min(100% - 34px, 1180px);
  }

  .service-grid,
  .reference-grid,
  .energy-grid,
  .solution-grid,
  .case-gallery-grid {
    grid-template-columns: 1fr;
  }

  .advice-strip {
    width: min(100% - 34px, 1180px);
    margin-top: -28px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-card,
  .reference-grid article,
  .process-list li,
  .energy-grid article,
  .solution-grid article {
    min-height: auto;
  }

  .card-index,
  .process-list span {
    margin-bottom: 30px;
  }

  .site-footer {
    flex-direction: column;
  }

  .solutions-hero {
    min-height: 500px;
    padding: 108px 18px 54px;
  }

  .subpage-hero {
    min-height: 460px;
    padding: 108px 18px 54px;
  }

  .kitchen-hero {
    min-height: auto;
    padding: 108px 18px 54px;
  }

  .detail-steps article {
    padding: 24px;
  }
}

.page-industri .subpage-hero.image-hero {
  background-image: linear-gradient(90deg, rgba(7, 63, 67, 0.88), rgba(7, 63, 67, 0.58)), url("assets/industri-ventilation.jpg");
}

.page-ventilation .subpage-hero.image-hero {
  background-image: linear-gradient(90deg, rgba(7, 63, 67, 0.88), rgba(7, 63, 67, 0.58)), url("assets/tag-ventilation.jpg");
}
.contact-notice{grid-column:1/-1;padding:1rem 1.2rem;border-radius:12px;font-weight:700}
.contact-notice.error{background:#fff0f0;color:#8a1515;border:1px solid #e5b8b8}
.contact-notice.success{background:#effbea;color:#235d16;border:1px solid #b9dea9}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
