:root {
  --color-ink: #1e2832;
  --color-ink-2: #263340;
  --color-gold: #b09868;
  --color-gold-light: #d0bb8a;
  --color-paper: #f7f5ef;
  --color-white: #ffffff;
  --color-muted: #66717c;
  --color-line: #ddd8cd;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-soft: 0 24px 70px rgba(30, 40, 50, 0.16);
  --radius: 8px;
  --max-page: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 82px;
}

body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.skip-link {
  background: var(--color-gold);
  color: var(--color-ink);
  font-weight: 800;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  text-decoration: none;
  top: 12px;
  transform: translateY(-140%);
  transition: transform 180ms var(--motion-ease);
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: linear-gradient(110deg, rgba(30, 40, 50, 0.98) 0%, rgba(30, 40, 50, 0.94) 54%, rgba(64, 61, 50, 0.92) 100%);
  color: var(--color-white);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  left: 0;
  padding: 14px clamp(16px, 4vw, 48px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(208, 187, 138, 0.18);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-height: 44px;
  min-width: 0;
  text-decoration: none;
}

.brand__mark {
  height: 42px;
  object-fit: cover;
  width: 48px;
}

.brand__text {
  color: var(--color-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  white-space: nowrap;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2.5vw, 34px);
}

.site-nav a,
.footer-links a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  text-decoration: none;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--color-gold-light);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.language-switch {
  border: 1px solid rgba(208, 187, 138, 0.32);
  display: inline-flex;
  padding: 3px;
}

.language-switch button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  min-height: 34px;
  min-width: 42px;
}

.language-switch button[aria-pressed="true"] {
  background: var(--color-gold);
  color: var(--color-ink);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  text-decoration: none;
  transition: transform 180ms var(--motion-ease), background 180ms var(--motion-ease), border-color 180ms var(--motion-ease);
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-1px);
}

.button--small {
  min-height: 38px;
  padding: 8px 14px;
}

.button--gold {
  background: var(--color-gold);
  color: var(--color-ink);
  font-weight: 700;
}

.button--gold:hover {
  background: var(--color-gold-light);
}

.button--ghost {
  background: rgba(30, 40, 50, 0.22);
  border-color: rgba(208, 187, 138, 0.56);
  color: var(--color-white);
  font-weight: 700;
}

.button--ghost:hover {
  background: rgba(30, 40, 50, 0.44);
  border-color: var(--color-gold-light);
}

.button--ghost-dark {
  border-color: rgba(30, 40, 50, 0.28);
  color: var(--color-ink);
}

.hero {
  align-items: end;
  background-image: linear-gradient(90deg, rgba(30, 40, 50, 0.92), rgba(30, 40, 50, 0.64), rgba(30, 40, 50, 0.25)), url("http://www.verputzsystem.at/wp-content/uploads/2026/05/hero-facade-20260525b.png");
  background-position: center;
  background-size: cover;
  color: var(--color-white);
  display: grid;
  min-height: min(760px, 84svh);
  padding: 128px clamp(18px, 6vw, 72px) 80px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(208, 187, 138, 0.2), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero__content {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--color-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
  max-width: 13.8ch;
  overflow-wrap: normal;
  text-wrap: balance;
}

h2 {
  font-size: 3.7rem;
  font-weight: 620;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
}

.hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
  margin: 28px 0 0;
  max-width: 680px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero__actions a[href^="tel:"] {
  gap: 10px;
}

.hero__actions a[href^="tel:"]::before {
  background: currentColor;
  content: "";
  height: 18px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.89.7 2.78a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.3-1.27a2 2 0 0 1 2.11-.45c.89.34 1.82.57 2.78.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 18px;
}

.trust-strip {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max-page);
  transform: translateY(-28px);
  box-shadow: var(--shadow-soft);
}

.trust-strip div {
  padding: 26px 30px;
}

.trust-strip div + div {
  border-left: 1px solid var(--color-line);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--color-ink);
  font-size: 1.12rem;
}

.trust-strip span {
  color: var(--color-muted);
  margin-top: 4px;
}

.section-divider {
  background: var(--color-white);
  border-block: 1px solid var(--color-line);
  color: var(--color-gold);
  font-size: 0.8rem;
  font-weight: 800;
  margin: 12px 0 0;
  padding: 13px clamp(18px, 6vw, 72px);
  text-transform: uppercase;
}

.section-divider span {
  display: block;
  margin: 0 auto;
  max-width: var(--max-page);
}

.section-divider--dark {
  background: var(--color-ink);
  border-color: rgba(208, 187, 138, 0.24);
}

.section {
  margin: 0 auto;
  max-width: var(--max-page);
  padding: clamp(60px, 9vw, 110px) clamp(18px, 4vw, 40px);
}

.section--about,
.section--contact {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 74px);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.section__copy p,
.about-card p,
.contact-copy p,
.booking p {
  color: var(--color-muted);
  font-size: 1.06rem;
  margin: 24px 0 0;
  max-width: 66ch;
}

.section__heading {
  max-width: 850px;
}

.service-feature {
  align-items: stretch;
  background: var(--color-white);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(280px, 0.92fr) 1fr;
  margin: 42px 0 28px;
  box-shadow: var(--shadow-soft);
}

.service-feature img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  width: 100%;
}

.service-feature div {
  align-self: center;
  padding: clamp(28px, 5vw, 56px);
}

.service-feature p {
  color: var(--color-muted);
  margin: 16px 0 0;
}

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

.service-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  min-height: 238px;
  padding: 24px;
  transition: border-color 180ms var(--motion-ease), transform 180ms var(--motion-ease), box-shadow 180ms var(--motion-ease);
}

.service-card:hover {
  border-color: rgba(176, 152, 104, 0.55);
  box-shadow: 0 14px 40px rgba(30, 40, 50, 0.08);
  transform: translateY(-2px);
}

.service-card summary {
  cursor: default;
  display: block;
  list-style: none;
}

.service-card summary::-webkit-details-marker {
  display: none;
}

.service-card span {
  color: var(--color-gold);
  display: block;
  font-weight: 800;
  margin-bottom: 36px;
}

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

.service-card--cta {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: var(--color-white);
}

.service-card--cta p {
  color: rgba(255, 255, 255, 0.74);
}

.service-card--cta a {
  color: var(--color-gold-light);
  display: inline-block;
  font-weight: 800;
  margin-top: 24px;
  text-decoration: none;
}

.section--about {
  background: var(--color-ink);
  color: var(--color-white);
  max-width: none;
  padding-inline: max(clamp(18px, 6vw, 72px), calc((100vw - var(--max-page)) / 2 + 40px));
}

.about-card,
.about-details {
  max-width: 560px;
}

.about-card p {
  color: rgba(255, 255, 255, 0.75);
}

.about-details {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(208, 187, 138, 0.2);
  padding: 34px;
}

dl {
  margin: 0;
}

.about-details div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 22px;
  padding-top: 22px;
}

dt {
  color: var(--color-gold-light);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin: 6px 0 0;
}

.booking {
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  margin: clamp(60px, 8vw, 100px) auto 0;
  max-width: var(--max-page);
  padding: clamp(34px, 5vw, 56px);
  box-shadow: var(--shadow-soft);
}

.booking h2 {
  font-size: 3rem;
}

.booking__actions {
  display: grid;
  gap: 12px;
  min-width: min(300px, 100%);
}

.section--contact {
  align-items: start;
}

address {
  color: var(--color-muted);
  font-style: normal;
  margin-top: 28px;
}

address strong {
  color: var(--color-ink);
}

address a {
  color: var(--color-ink);
  text-decoration-color: var(--color-gold);
  text-underline-offset: 4px;
}

.contact-call-link {
  align-items: center;
  border: 1px solid rgba(176, 152, 104, 0.46);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  margin: 8px 0 4px;
  min-height: 40px;
  padding: 8px 12px;
  text-decoration: none;
}

.contact-form {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow-soft);
}

.contact-form label {
  color: var(--color-ink);
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.contact-form__wide,
.contact-form__footer {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  background: #fbfaf7;
  border: 1px solid var(--color-line);
  color: var(--color-ink);
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(176, 152, 104, 0.45);
  outline-offset: 3px;
}

.contact-form__footer {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.contact-form__footer p {
  color: var(--color-muted);
  font-size: 0.93rem;
  margin: 0;
}

.contact-form__footer .button {
  min-width: 180px;
}

.site-footer {
  align-items: start;
  background: var(--color-ink);
  color: var(--color-white);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(120px, 0.55fr));
  line-height: 1.32;
  padding: 46px clamp(18px, 6vw, 72px);
}

.site-footer img {
  width: min(340px, 74vw);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.35;
  margin: 16px 0 0;
}

.footer-group h2 {
  color: var(--color-gold-light);
  font-size: 0.8rem;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 7px;
}

.footer-call-link {
  align-items: center;
  border: 1px solid rgba(208, 187, 138, 0.38);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  width: fit-content;
}

.footer-button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.footer-button:hover {
  color: var(--color-gold-light);
  text-decoration-color: currentColor;
}

.privacy-section {
  background: #fdfcf8;
  border-top: 1px solid var(--color-line);
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 90px) max(clamp(18px, 6vw, 72px), calc((100vw - var(--max-page)) / 2 + 40px));
}

.privacy-section h2 {
  font-size: 3rem;
}

.privacy-section p {
  color: var(--color-muted);
  margin: 22px 0 0;
}

.privacy-list {
  display: grid;
  gap: 16px;
}

.privacy-list details {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  padding: 0;
}

.privacy-list summary {
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 800;
  list-style-position: outside;
  padding: 18px 20px;
}

.privacy-list details[open] summary {
  border-bottom: 1px solid var(--color-line);
}

.privacy-list p {
  margin: 0;
  padding: 16px 20px 20px;
}

.cookie-banner {
  align-items: center;
  background: var(--color-white);
  border-top: 1px solid var(--color-line);
  bottom: 0;
  box-shadow: 0 -10px 34px rgba(30, 40, 50, 0.12);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 0;
  padding: 10px clamp(14px, 4vw, 34px);
  position: fixed;
  right: 0;
  z-index: 50;
}

.cookie-banner h2 {
  display: inline;
  font-size: 0.98rem;
  line-height: 1.2;
  margin: 0 8px 0 0;
}

.cookie-banner p,
.cookie-modal p,
.cookie-option small {
  color: var(--color-muted);
}

.cookie-banner p {
  display: inline;
  font-size: 0.88rem;
  margin: 0;
}

.cookie-banner__actions,
.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.cookie-banner .button {
  min-height: 36px;
  padding: 7px 11px;
}

.cookie-modal {
  background: transparent;
  display: grid;
  inset: 0;
  padding: 18px;
  place-items: end;
  pointer-events: none;
  position: fixed;
  z-index: 60;
}

.cookie-modal__panel {
  background: var(--color-white);
  box-shadow: 0 20px 54px rgba(30, 40, 50, 0.22);
  max-height: min(600px, calc(100svh - 36px));
  max-width: 430px;
  overflow: auto;
  padding: 22px;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.cookie-modal__panel h2 {
  font-size: 1.45rem;
}

.cookie-modal__panel p {
  margin-top: 16px;
}

.cookie-modal__close {
  align-items: center;
  background: var(--color-ink);
  border: 0;
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms var(--motion-ease), transform 520ms var(--motion-ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-options {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.cookie-option {
  align-items: start;
  border: 1px solid var(--color-line);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  padding: 12px;
}

.cookie-option input {
  accent-color: var(--color-gold);
  height: 22px;
  margin-top: 2px;
  min-height: 0;
  width: 22px;
}

.cookie-option strong,
.cookie-option small {
  display: block;
}

.cookie-option small {
  margin-top: 5px;
}

[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .section--about,
  .section--contact,
  .service-feature,
  .booking,
  .privacy-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking__actions {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .brand__mark {
    height: 38px;
    width: 43px;
  }

  .brand__text {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switch button {
    min-height: 44px;
    min-width: 44px;
  }

  .button--small {
    min-height: 44px;
    padding: 7px 12px;
  }

  .hero {
    min-height: 70svh;
    padding: 96px 18px 42px;
  }

  h1 {
    font-size: 3.08rem;
    line-height: 1.12;
    max-width: 13.8ch;
  }

  h2 {
    font-size: 2.32rem;
    line-height: 1.08;
  }

  .hero__lead {
    font-size: 1rem;
    margin-top: 18px;
  }

  .hero__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .hero__actions .button {
    min-height: 42px;
    padding: 10px 13px;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
    transform: none;
  }

  .trust-strip div {
    padding: 14px 12px;
  }

  .trust-strip div + div {
    border-left: 1px solid var(--color-line);
    border-top: 0;
  }

  .trust-strip strong {
    font-size: 0.94rem;
  }

  .trust-strip span {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .section {
    padding: 46px 18px;
  }

  .section-divider {
    margin-top: 0;
    padding-block: 11px;
  }

  .section--about,
  .section--contact {
    gap: 24px;
  }

  .section__copy p,
  .about-card p,
  .contact-copy p,
  .booking p {
    font-size: 0.98rem;
    margin-top: 16px;
  }

  .service-feature {
    margin: 28px 0 18px;
  }

  .service-feature img {
    min-height: 170px;
  }

  .service-feature div {
    padding: 22px;
  }

  .service-grid {
    gap: 10px;
  }

  .service-card {
    min-height: auto;
    padding: 16px;
  }

  .service-card summary {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr auto;
  }

  .service-card summary::after {
    color: var(--color-gold);
    content: "+";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
  }

  .service-card[open] summary::after {
    content: "-";
  }

  .service-card summary h3 {
    font-size: 1rem;
  }

  .service-card span {
    margin-bottom: 0;
  }

  .service-card p {
    margin-top: 14px;
  }

  .section--about {
    padding-block: 50px;
  }

  .about-details {
    padding: 22px;
  }

  .about-details div + div {
    margin-top: 16px;
    padding-top: 16px;
  }

  .booking {
    margin-top: 44px;
    padding: 24px;
  }

  .contact-form {
    padding: 20px;
  }

  .privacy-section {
    padding-block: 44px;
  }

  .site-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 20px;
    padding-block: 24px 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand img {
    max-width: 190px;
    transform: translateX(-12px);
  }

  .footer-brand p {
    margin-top: 10px;
    max-width: 34rem;
  }

  .footer-group {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 10px;
  }

}

@media (max-width: 680px) {
  .site-header {
    gap: 10px;
    padding: 10px 12px;
  }

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

  .service-feature img {
    min-height: 250px;
  }

  .contact-form__footer,
  .site-footer {
    align-items: stretch;
  }

  .footer-links {
    justify-content: flex-start;
  }

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

  .footer-brand,
  .footer-group:last-child {
    grid-column: 1 / -1;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-modal {
    place-items: end center;
  }

  .cookie-banner .button,
  .cookie-modal .button {
    min-height: 44px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 66svh;
  }

  h1 {
    font-size: 2.58rem;
  }

  .eyebrow {
    font-size: 0.7rem;
    margin-bottom: 10px;
  }

  .trust-strip span {
    display: none;
  }

  .trust-strip div {
    padding: 13px 8px;
    text-align: center;
  }

  .service-card {
    padding: 14px;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 30px;
  }

  .footer-brand {
    display: none;
  }

  .footer-group:last-child {
    grid-column: 1 / -1;
  }

  .footer-links {
    gap: 6px;
  }

  .footer-call-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}

/* Multi-page navigation and final layout refinements */
.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  padding-block: 10px;
}

.brand__mark {
  object-fit: contain;
}

.site-nav {
  justify-content: center;
}

.site-nav a,
.footer-nav a {
  position: relative;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 650;
  padding: 8px 0;
}

.site-nav a::after {
  background: var(--color-gold-light);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.7);
  transition: opacity 180ms var(--motion-ease), transform 180ms var(--motion-ease);
  width: 100%;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a[aria-current="page"],
.footer-nav a[aria-current="page"] {
  color: var(--color-gold-light);
}

.language-switch {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(208, 187, 138, 0.24);
  box-sizing: border-box;
  padding: 2px;
}

.language-switch button {
  box-sizing: border-box;
  line-height: 1;
  min-height: 30px;
  min-width: 36px;
  padding: 0 9px;
}

.language-switch button[aria-pressed="true"] {
  background: rgba(208, 187, 138, 0.92);
}

.header-actions .button--small {
  box-sizing: border-box;
  line-height: 1;
  min-height: 32px;
  padding: 5px 13px;
}

.page-main {
  background: #f7f4ed;
}

.page-hero {
  background:
    linear-gradient(110deg, rgba(30, 40, 50, 0.98), rgba(30, 40, 50, 0.92)),
    url("http://www.verputzsystem.at/wp-content/uploads/2026/05/hero-facade-20260525b.png") center / cover;
  color: var(--color-white);
  padding: 132px max(clamp(18px, 6vw, 72px), calc((100vw - var(--max-page)) / 2 + 40px)) 72px;
}

.page-hero h1 {
  font-size: 4.6rem;
  max-width: 14ch;
}

.routes-section {
  padding-top: clamp(48px, 7vw, 84px);
}

.route-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}

.route-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  color: var(--color-ink);
  display: grid;
  min-height: 220px;
  padding: 24px;
  text-decoration: none;
  transition: border-color 180ms var(--motion-ease), box-shadow 180ms var(--motion-ease), transform 180ms var(--motion-ease);
}

.route-card:hover {
  border-color: rgba(176, 152, 104, 0.55);
  box-shadow: 0 14px 40px rgba(30, 40, 50, 0.08);
  transform: translateY(-2px);
}

.route-card span {
  color: var(--color-gold);
  font-weight: 800;
}

.route-card h3 {
  align-self: end;
  margin-top: 34px;
}

.route-card p {
  color: var(--color-muted);
  margin: 12px 0 0;
}

.button[href^="tel:"],
.contact-call-link[href^="tel:"],
.footer-call-link[href^="tel:"] {
  gap: 9px;
}

.button[href^="tel:"]::before,
.contact-call-link[href^="tel:"]::before,
.footer-call-link[href^="tel:"]::before {
  background: currentColor;
  content: "";
  flex: 0 0 16px;
  height: 16px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.89.7 2.78a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.3-1.27a2 2 0 0 1 2.11-.45c.89.34 1.82.57 2.78.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 16px;
}

.site-footer {
  align-items: center;
  grid-template-columns: minmax(220px, 1.2fr) minmax(220px, 0.85fr) minmax(220px, 0.85fr);
  gap: 22px 34px;
  padding-block: 34px 22px;
}

.site-footer img {
  display: block;
  width: min(260px, 70vw);
}

.footer-brand p {
  max-width: 29rem;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-nav a,
.footer-contact a,
.footer-legal a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-legal a:hover {
  color: var(--color-gold-light);
}

.footer-contact {
  justify-items: start;
}

.footer-legal {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 16px;
}

.footer-legal a,
.footer-legal .footer-button {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
}

.footer-call-link {
  min-height: 36px;
  padding: 7px 12px;
}

@media (max-width: 1100px) {
  .route-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-areas:
      "brand actions"
      "nav nav";
    grid-template-columns: auto minmax(0, 1fr);
    row-gap: 6px;
  }

  .brand {
    grid-area: brand;
  }

  .site-nav {
    display: flex;
    gap: 18px;
    grid-area: nav;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 2px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .header-actions {
    grid-area: actions;
  }

  .page-hero {
    padding-top: 138px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-legal {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 8px 12px 9px;
  }

  .brand__mark {
    height: 38px;
    width: 43px;
  }

  .language-switch button {
    min-height: 30px;
    min-width: 34px;
    padding: 0 7px;
  }

  .header-actions .button--small {
    min-height: 30px;
    padding: 5px 10px;
  }

  .site-nav {
    gap: 16px;
  }

  .site-nav a {
    font-size: 0.84rem;
    padding-block: 6px;
  }

  .hero {
    padding-top: 122px;
  }

  .page-hero {
    padding: 130px 18px 46px;
  }

  .page-hero h1 {
    font-size: 2.65rem;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .route-card {
    min-height: auto;
    padding: 18px;
  }

  .route-card h3 {
    margin-top: 20px;
  }

  .site-footer {
    gap: 14px;
    grid-template-columns: 1fr;
    padding-block: 22px 20px;
  }

  .footer-brand {
    display: block;
  }

  .footer-brand img {
    max-width: 166px;
    transform: translateX(-8px);
  }

  .footer-brand p {
    font-size: 0.86rem;
    line-height: 1.25;
    margin-top: 8px;
  }

  .footer-nav,
  .footer-contact {
    gap: 7px 16px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-nav a,
  .footer-contact a {
    font-size: 0.9rem;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    padding-top: 12px;
  }
}

@media (max-width: 480px) {
  .site-header {
    gap: 6px 10px;
  }

  .header-actions {
    gap: 6px;
  }

  .language-switch button {
    min-width: 32px;
  }

  .header-actions .button--small {
    padding-inline: 9px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    display: block;
  }

  .footer-call-link {
    width: auto;
  }

  .footer-contact {
    gap: 8px 12px;
  }

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

/* Apple-inspired refinement pass: calmer surfaces, stronger hierarchy, softer depth. */
:root {
  --color-paper: #f5f2eb;
  --color-muted: #5f6872;
  --color-line: rgba(30, 40, 50, 0.12);
  --shadow-soft: 0 28px 90px rgba(30, 40, 50, 0.13);
  --shadow-lift: 0 18px 56px rgba(30, 40, 50, 0.1);
}

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(208, 187, 138, 0.16), transparent 30rem),
    linear-gradient(180deg, #f9f7f2 0%, var(--color-paper) 42%, #eee9df 100%);
}

.site-header {
  background: rgba(30, 40, 50, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 36px rgba(8, 14, 20, 0.14);
}

.brand__text {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 650;
}

.button,
.contact-call-link,
.footer-call-link {
  border-radius: 999px;
}

.button {
  min-height: 48px;
  padding: 13px 22px;
  transition:
    background 220ms var(--motion-ease),
    border-color 220ms var(--motion-ease),
    box-shadow 220ms var(--motion-ease),
    transform 220ms var(--motion-ease);
}

.button:hover {
  box-shadow: 0 12px 32px rgba(30, 40, 50, 0.13);
}

.button--gold {
  box-shadow: 0 10px 30px rgba(176, 152, 104, 0.22);
}

.button--ghost,
.button--ghost-dark {
  backdrop-filter: blur(12px);
}

h1 {
  font-size: 5.8rem;
  line-height: 1.02;
}

h2 {
  font-size: 3.7rem;
  line-height: 1.04;
}

h3 {
  font-size: 1.15rem;
}

.hero {
  background-image:
    linear-gradient(90deg, rgba(18, 25, 32, 0.9) 0%, rgba(30, 40, 50, 0.68) 46%, rgba(30, 40, 50, 0.18) 100%),
    url("http://www.verputzsystem.at/wp-content/uploads/2026/05/hero-facade-20260525b.png");
  min-height: min(860px, 88svh);
  padding-bottom: 104px;
}

.hero__content {
  max-width: 720px;
}

.hero__lead {
  font-size: 1.22rem;
  line-height: 1.62;
  max-width: 620px;
}

.trust-strip {
  border: 1px solid rgba(30, 40, 50, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
}

.section {
  padding-block: 104px;
}

.section__heading {
  max-width: 760px;
}

.route-grid {
  gap: 18px;
}

.route-card,
.service-card,
.contact-form,
.booking,
.privacy-list details {
  border-color: rgba(30, 40, 50, 0.09);
  border-radius: var(--radius);
}

.route-card,
.service-card {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.route-card:hover,
.service-card:hover {
  box-shadow: var(--shadow-lift);
}

.route-card p,
.service-card p,
.introduction-copy p,
.introduction-panel p {
  line-height: 1.65;
}

.introduction-section {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  padding-top: 22px;
}

.introduction-copy p {
  color: var(--color-muted);
  font-size: 1.07rem;
  margin: 22px 0 28px;
  max-width: 60ch;
}

.introduction-panel {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 86% 12%, rgba(208, 187, 138, 0.26), transparent 18rem);
  border: 1px solid rgba(30, 40, 50, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: grid;
  overflow: hidden;
}

.introduction-panel div {
  display: grid;
  gap: 8px;
  padding: 28px;
}

.introduction-panel div + div {
  border-top: 1px solid rgba(30, 40, 50, 0.09);
}

.introduction-panel span {
  color: var(--color-gold);
  font-weight: 800;
}

.introduction-panel strong {
  font-size: 1.15rem;
}

.introduction-panel p {
  color: var(--color-muted);
  margin: 0;
}

.page-hero {
  background:
    linear-gradient(110deg, rgba(18, 25, 32, 0.96), rgba(30, 40, 50, 0.82)),
    url("http://www.verputzsystem.at/wp-content/uploads/2026/05/hero-facade-20260525b.png") center / cover;
  min-height: 360px;
}

.page-hero h1 {
  font-size: 4.6rem;
  line-height: 1.04;
  max-width: 13.5ch;
}

.service-feature,
.about-details,
.contact-form,
.booking {
  border-radius: var(--radius);
  overflow: hidden;
}

.site-footer {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.reveal {
  transform: translateY(22px) scale(0.992);
  transition: opacity 700ms var(--motion-ease), transform 700ms var(--motion-ease);
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
  h1 {
    font-size: 4.35rem;
  }

  h2 {
    font-size: 3.05rem;
  }

  .hero {
    min-height: 760px;
  }

  .page-hero h1 {
    font-size: 3.55rem;
  }

  .introduction-section {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 3.08rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 2.32rem;
    line-height: 1.1;
  }

  .button {
    min-height: 44px;
    padding: 11px 16px;
  }

  .header-actions .button--small {
    min-height: 30px;
    padding: 5px 10px;
  }

  .hero {
    min-height: 680px;
    padding-bottom: 52px;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 310px;
  }

  .trust-strip {
    border-radius: 0;
  }

  .section {
    padding-block: 58px;
  }

  .page-hero h1 {
    font-size: 2.65rem;
  }

  .introduction-section {
    padding-top: 34px;
  }

  .introduction-panel div {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.58rem;
  }

  h2 {
    font-size: 2rem;
  }

  .page-hero h1 {
    font-size: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .button,
  .route-card,
  .service-card {
    transform: none;
    transition: none;
  }
}

/* Brand personality pass: material confidence, brass detail, and a distinctive novo signature. */
:root {
  --brand-brass: #b89b63;
  --brand-brass-soft: rgba(208, 187, 138, 0.22);
  --brand-charcoal: #18232d;
  --brand-stone: #ece6da;
}

.site-header {
  background:
    linear-gradient(100deg, rgba(24, 35, 45, 0.96), rgba(30, 40, 50, 0.9)),
    linear-gradient(180deg, rgba(208, 187, 138, 0.08), transparent);
}

.hero {
  isolation: isolate;
}

.hero::before {
  content: none;
}

.hero__content::before,
.page-hero::before {
  background: var(--brand-brass);
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 24px;
  width: 76px;
}

.hero__content {
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.24);
}

.eyebrow {
  color: var(--brand-brass);
}

.trust-strip {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 3% 0%, rgba(208, 187, 138, 0.2), transparent 18rem);
}

.trust-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  font-weight: 600;
}

.routes-section .section__heading {
  margin-inline: auto;
  text-align: center;
}

.route-card {
  min-height: 248px;
  position: relative;
}

.route-card::before {
  background: var(--brand-brass);
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 240ms var(--motion-ease);
}

.route-card:hover::before {
  transform: scaleX(1);
}

.route-card span,
.service-card span,
.introduction-panel span {
  font-family: Georgia, "Times New Roman", serif;
}

.introduction-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(208, 187, 138, 0.18), transparent 26rem),
    linear-gradient(135deg, #151f28, #24313d 58%, #1b252e);
  color: var(--color-white);
  max-width: none;
  padding-inline: max(clamp(18px, 6vw, 72px), calc((100vw - var(--max-page)) / 2 + 40px));
  position: relative;
}

.introduction-section::after {
  bottom: 10%;
  color: rgba(208, 187, 138, 0.08);
  content: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12rem;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 6vw;
}

.introduction-copy,
.introduction-panel {
  position: relative;
  z-index: 1;
}

.introduction-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.introduction-panel {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 100% 0%, rgba(208, 187, 138, 0.18), transparent 20rem);
  border-color: rgba(208, 187, 138, 0.22);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.28);
}

.introduction-panel div + div {
  border-top-color: rgba(255, 255, 255, 0.13);
}

.introduction-panel strong {
  color: var(--color-white);
}

.introduction-panel p {
  color: rgba(255, 255, 255, 0.7);
}

.service-feature {
  position: relative;
}

.service-feature::after {
  background: linear-gradient(180deg, var(--brand-brass), rgba(208, 187, 138, 0));
  content: "";
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}

.service-card--cta {
  background:
    radial-gradient(circle at 85% 0%, rgba(208, 187, 138, 0.18), transparent 16rem),
    linear-gradient(135deg, #17222c, #263440);
}

.page-hero {
  overflow: hidden;
  position: relative;
}

.page-hero::after {
  bottom: -0.1em;
  color: rgba(208, 187, 138, 0.11);
  content: "novo";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9rem;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  right: clamp(18px, 7vw, 92px);
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.contact-form,
.booking {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(208, 187, 138, 0.16), transparent 18rem);
}

@media (max-width: 980px) {
  .brand__text::after {
    display: none;
  }

  .hero::before {
    font-size: 9rem;
    right: 18px;
  }
}

@media (max-width: 760px) {
  .hero__content::before,
  .page-hero::before {
    margin-bottom: 18px;
    width: 52px;
  }

  .hero::before,
  .page-hero::after,
  .introduction-section::after {
    display: none;
  }

  .trust-strip strong {
    font-size: 1rem;
  }

  .routes-section .section__heading {
    text-align: left;
  }

  .route-card {
    min-height: auto;
  }
}

/* Premium interaction pass: quieter, intentional motion. */
:root {
  --premium-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --premium-ease-out: cubic-bezier(0.33, 1, 0.68, 1);
}

.site-header {
  transition:
    background 360ms var(--premium-ease),
    border-color 360ms var(--premium-ease),
    box-shadow 360ms var(--premium-ease),
    padding 360ms var(--premium-ease);
}

body.is-scrolled .site-header {
  background:
    linear-gradient(100deg, rgba(18, 27, 36, 0.97), rgba(30, 40, 50, 0.94)),
    linear-gradient(180deg, rgba(208, 187, 138, 0.12), transparent);
  border-bottom-color: rgba(208, 187, 138, 0.26);
  box-shadow: 0 14px 42px rgba(8, 14, 20, 0.2);
}

.brand,
.site-nav a,
.footer-nav a,
.footer-contact a,
.footer-legal a,
.footer-button,
.language-switch button,
.button,
.route-card,
.service-card,
.contact-call-link {
  transition:
    color 240ms var(--premium-ease),
    background 240ms var(--premium-ease),
    border-color 240ms var(--premium-ease),
    box-shadow 300ms var(--premium-ease),
    opacity 240ms var(--premium-ease),
    transform 300ms var(--premium-ease);
}

.brand:hover,
.site-nav a:hover,
.footer-nav a:hover,
.footer-contact a:hover,
.footer-legal a:hover,
.footer-button:hover {
  transform: translateY(-1px);
}

.button {
  overflow: hidden;
  position: relative;
}

.button::after {
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  border-radius: inherit;
  content: "";
  inset: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-36%);
  transition: opacity 280ms var(--premium-ease), transform 520ms var(--premium-ease);
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
  transform: translateX(36%);
}

.button:active,
.language-switch button:active,
.footer-button:active {
  transform: translateY(0) scale(0.985);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--brand-brass);
  outline-offset: 4px;
}

input,
select,
textarea {
  transition:
    background 220ms var(--premium-ease),
    border-color 220ms var(--premium-ease),
    box-shadow 220ms var(--premium-ease),
    transform 220ms var(--premium-ease);
}

.contact-form label span,
.cookie-option strong {
  transition: color 220ms var(--premium-ease);
}

.contact-form label:focus-within span {
  color: var(--brand-brass);
}

input:focus,
select:focus,
textarea:focus {
  background: #fffdfa;
  box-shadow: 0 0 0 4px rgba(194, 163, 108, 0.14);
  transform: translateY(-1px);
}

.contact-form[data-form-state="preparing"] {
  box-shadow: 0 22px 70px rgba(30, 40, 50, 0.14);
}

.contact-form .button[aria-busy="true"] {
  cursor: wait;
}

.contact-form .button[aria-busy="true"]::before {
  animation: button-spin 820ms linear infinite;
  border: 2px solid rgba(30, 40, 50, 0.28);
  border-top-color: rgba(30, 40, 50, 0.78);
  border-radius: 999px;
  content: "";
  height: 15px;
  margin-right: 8px;
  width: 15px;
}

@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}

.hero__content {
  animation: hero-cinema 920ms var(--premium-ease-out) both;
}

@keyframes hero-cinema {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.route-card:focus-visible,
.service-card:focus-within {
  border-color: rgba(194, 163, 108, 0.62);
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}

.service-card summary {
  transition: color 240ms var(--premium-ease);
}

.service-card summary:hover {
  color: var(--brand-brass);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Conversion flow pass: first impression -> understanding -> trust -> action. */
body {
  overflow-x: hidden;
}

.trust-strip {
  border-radius: var(--radius);
}

.routes-section {
  padding-top: clamp(48px, 6vw, 78px);
}

.routes-section .section__heading h2 {
  max-width: 780px;
}

.introduction-section {
  margin-bottom: 0;
}

.final-cta {
  background:
    radial-gradient(circle at 14% 4%, rgba(194, 163, 108, 0.18), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 237, 0.88));
  border: 1px solid rgba(30, 40, 50, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  margin-block: clamp(36px, 6vw, 74px);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.final-cta::before {
  background: linear-gradient(90deg, transparent, rgba(194, 163, 108, 0.76), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}

.final-cta h2 {
  margin-inline: auto;
  max-width: 820px;
}

.final-cta p:not(.eyebrow) {
  color: var(--color-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 22px auto 0;
  max-width: 650px;
}

.final-cta__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 760px) {
  .hero {
    min-height: 620px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .trust-strip div {
    padding: 17px 18px;
  }

  .trust-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }

  .routes-section {
    padding-top: 34px;
  }

  .route-grid {
    gap: 10px;
  }

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

  .route-card span {
    grid-row: 1 / 3;
    padding-top: 2px;
  }

  .route-card h3 {
    align-self: auto;
    margin: 0;
  }

  .route-card p {
    margin-top: 4px;
  }

  .introduction-section {
    gap: 22px;
  }

  .final-cta {
    margin: 28px 14px 42px;
    padding-block: 46px;
    text-align: left;
  }

  .final-cta p:not(.eyebrow),
  .final-cta h2 {
    margin-inline: 0;
  }

  .final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    grid-template-areas:
      "brand actions"
      "nav nav";
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 7px 10px 8px;
  }

  .brand {
    gap: 8px;
    min-width: 0;
  }

  .brand__mark {
    height: 34px;
    width: 38px;
  }

  .brand__text {
    font-size: 0.84rem;
    line-height: 1.08;
    max-width: 128px;
    white-space: normal;
  }

  .header-actions {
    gap: 6px;
  }

  .language-switch {
    padding: 1px;
  }

  .language-switch button {
    font-size: 0.78rem;
    min-height: 28px;
    min-width: 30px;
    padding: 0 6px;
  }

  .header-actions .button--small {
    font-size: 0.78rem;
    min-height: 30px;
    padding: 5px 9px;
    display: none;
  }

  .site-nav {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(208, 187, 138, 0.16);
    border-radius: 16px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    padding: 2px;
    width: 100%;
  }

  .site-nav a {
    border-radius: 999px;
    font-size: 0.76rem;
    line-height: 1.1;
    min-width: 0;
    overflow: hidden;
    padding: 8px 4px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a[aria-current="page"] {
    background: rgba(194, 163, 108, 0.18);
  }

  .hero {
    min-height: 590px;
    padding-top: 164px;
  }

  .hero__actions {
    max-width: none;
  }

  .cookie-banner {
    gap: 8px;
    max-height: 42svh;
    overflow: auto;
    padding: 9px 12px;
  }

  .cookie-banner h2 {
    font-size: 0.9rem;
  }

  .cookie-banner p {
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .cookie-banner__actions {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 2px;
  }

  .cookie-banner [data-cookie-accept] {
    grid-column: 1 / -1;
  }

  .cookie-banner .button {
    font-size: 0.74rem;
    min-height: 34px;
    padding: 6px 7px;
    white-space: normal;
    width: auto;
  }

}

@media (max-width: 380px) {
  .brand__text {
    max-width: 108px;
  }

  .site-nav a {
    font-size: 0.7rem;
    padding-inline: 2px;
  }

  .header-actions .button--small {
    padding-inline: 7px;
  }
}

/* Unified typography and button system. */
:root {
  --font-system: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --type-hero: 5.25rem;
  --type-page-title: 4rem;
  --type-section-title: 3rem;
  --type-card-title: 1.16rem;
  --type-body-large: 1.08rem;
  --type-body: 1rem;
  --type-small: 0.9rem;
  --type-label: 0.74rem;
  --type-nav: 0.9rem;
  --type-button: 0.92rem;
  --weight-regular: 430;
  --weight-medium: 560;
  --weight-semibold: 680;
  --weight-bold: 760;
  --line-tight: 1.04;
  --line-title: 1.1;
  --line-body: 1.62;
  --line-compact: 1.32;
  --button-height: 46px;
  --button-height-small: 34px;
  --button-radius: 999px;
  --button-pad-x: 20px;
  --button-pad-y: 11px;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-system);
  letter-spacing: 0;
}

body {
  font-size: var(--type-body);
  font-weight: var(--weight-regular);
  line-height: var(--line-body);
}

h1,
h2,
h3,
p,
address,
summary,
label,
button,
a,
span,
strong,
small {
  letter-spacing: 0;
}

h1,
h2,
h3,
.brand__text,
.trust-strip strong,
.route-card span,
.service-card span,
.introduction-panel span,
.introduction-panel strong {
  font-family: var(--font-system);
}

h1 {
  font-size: var(--type-hero);
  font-weight: var(--weight-bold);
  line-height: var(--line-tight);
}

.page-hero h1 {
  font-size: var(--type-page-title);
  font-weight: var(--weight-bold);
  line-height: var(--line-tight);
}

h2,
.booking h2 {
  font-size: var(--type-section-title);
  font-weight: var(--weight-bold);
  line-height: var(--line-title);
}

h3,
.route-card h3,
.service-card h3,
.introduction-panel strong {
  font-size: var(--type-card-title);
  font-weight: var(--weight-semibold);
  line-height: var(--line-compact);
}

p,
address,
.route-card p,
.service-card p,
.introduction-copy p,
.introduction-panel p,
.contact-copy p,
.booking p,
.privacy-list p {
  font-size: var(--type-body);
  font-weight: var(--weight-regular);
  line-height: var(--line-body);
}

.hero__lead,
.section__copy p,
.introduction-copy p,
.about-card p,
.contact-copy p,
.booking p,
.final-cta p:not(.eyebrow) {
  font-size: var(--type-body-large);
  line-height: var(--line-body);
}

.eyebrow,
.cookie-banner h2 {
  font-size: var(--type-label);
  font-weight: var(--weight-bold);
  line-height: var(--line-compact);
  text-transform: uppercase;
}

.site-nav a,
.footer-nav a,
.footer-contact a,
.footer-legal a,
.footer-button {
  font-size: var(--type-nav);
  font-weight: var(--weight-semibold);
  line-height: 1.2;
}

.brand__text {
  font-size: 1.02rem;
  font-weight: var(--weight-semibold);
  line-height: 1.12;
}

.button,
.contact-call-link,
.footer-call-link,
.service-card--cta a {
  align-items: center;
  border-radius: var(--button-radius);
  display: inline-flex;
  font-size: var(--type-button);
  font-weight: var(--weight-bold);
  gap: 9px;
  justify-content: center;
  line-height: 1;
  min-height: var(--button-height);
  padding: var(--button-pad-y) var(--button-pad-x);
  text-decoration: none;
  transition:
    background 220ms var(--premium-ease),
    border-color 220ms var(--premium-ease),
    box-shadow 260ms var(--premium-ease),
    color 220ms var(--premium-ease),
    opacity 220ms var(--premium-ease),
    transform 260ms var(--premium-ease);
}

.button--small,
.footer-call-link,
.contact-call-link {
  font-size: 0.86rem;
  min-height: var(--button-height-small);
  padding: 8px 13px;
}

.button--gold {
  background: var(--brand-brass);
  border-color: var(--brand-brass);
  color: var(--color-ink);
  box-shadow: 0 12px 30px rgba(176, 152, 104, 0.22);
}

.button--gold:hover,
.button--gold:focus-visible {
  background: var(--color-gold-light);
  border-color: var(--color-gold-light);
  box-shadow: 0 16px 36px rgba(176, 152, 104, 0.28);
  color: var(--color-ink);
}

.button--ghost {
  background: rgba(18, 27, 36, 0.24);
  border-color: rgba(208, 187, 138, 0.58);
  color: var(--color-white);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: rgba(18, 27, 36, 0.42);
  border-color: var(--color-gold-light);
  color: var(--color-white);
}

.button--ghost-dark,
.contact-call-link,
.footer-call-link,
.service-card--cta a {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(30, 40, 50, 0.22);
  color: var(--color-ink);
}

.button--ghost-dark:hover,
.button--ghost-dark:focus-visible,
.contact-call-link:hover,
.contact-call-link:focus-visible,
.service-card--cta a:hover,
.service-card--cta a:focus-visible {
  background: rgba(194, 163, 108, 0.12);
  border-color: rgba(194, 163, 108, 0.62);
  color: var(--color-ink);
}

.footer-call-link {
  border-color: rgba(208, 187, 138, 0.34);
  color: var(--color-white);
}

.footer-call-link:hover,
.footer-call-link:focus-visible {
  background: rgba(208, 187, 138, 0.14);
  border-color: rgba(208, 187, 138, 0.72);
  color: var(--color-gold-light);
}

.button:active,
.contact-call-link:active,
.footer-call-link:active,
.service-card--cta a:active {
  box-shadow: none;
  transform: translateY(0) scale(0.985);
}

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.46;
  pointer-events: none;
}

.hero__actions,
.booking__actions,
.final-cta__actions,
.contact-form__footer {
  gap: 12px;
}

.hero__actions .button,
.booking__actions .button,
.final-cta__actions .button,
.contact-form__footer .button,
.cookie-banner .button,
.cookie-modal .button {
  min-height: var(--button-height);
  padding: var(--button-pad-y) var(--button-pad-x);
}

.header-actions .button--small {
  min-height: var(--button-height-small);
  padding: 8px 13px;
}

.language-switch {
  border-radius: var(--button-radius);
  gap: 2px;
}

.language-switch button {
  border-radius: var(--button-radius);
  font-weight: var(--weight-semibold);
  transition:
    background 220ms var(--premium-ease),
    color 220ms var(--premium-ease),
    transform 220ms var(--premium-ease);
}

.language-switch button:hover,
.language-switch button:focus-visible {
  color: var(--color-white);
}

.language-switch button[aria-pressed="true"] {
  box-shadow: 0 8px 18px rgba(176, 152, 104, 0.18);
}

@media (max-width: 980px) {
  :root {
    --type-hero: 4rem;
    --type-page-title: 3.25rem;
    --type-section-title: 2.55rem;
    --type-body-large: 1.04rem;
  }
}

@media (max-width: 760px) {
  :root {
    --type-hero: 2.72rem;
    --type-page-title: 2.42rem;
    --type-section-title: 2.05rem;
    --type-card-title: 1.05rem;
    --type-body-large: 1rem;
    --type-button: 0.9rem;
  }

  h1,
  h2,
  .page-hero h1,
  .booking h2 {
    line-height: 1.08;
  }

  .button,
  .contact-call-link,
  .footer-call-link,
  .service-card--cta a,
  .hero__actions .button,
  .booking__actions .button,
  .final-cta__actions .button,
  .contact-form__footer .button {
    min-height: 46px;
  }
}

@media (max-width: 560px) {
  :root {
    --type-hero: 2.34rem;
    --type-page-title: 2.12rem;
    --type-section-title: 1.82rem;
    --type-nav: 0.76rem;
    --type-label: 0.7rem;
  }

  .button,
  .contact-call-link,
  .footer-call-link,
  .service-card--cta a {
    width: 100%;
  }

  .header-actions .button--small {
    min-height: 34px;
    width: auto;
    display: none;
  }

  .footer-call-link,
  .contact-call-link {
    width: auto;
  }

  .language-switch button {
    min-height: 32px;
  }

  .cookie-banner__actions {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .cookie-banner [data-cookie-accept] {
    grid-column: 1 / -1;
  }

  .cookie-banner .button {
    font-size: 0.74rem;
    min-height: 34px;
    min-width: 0;
    padding: 6px 7px;
    overflow-wrap: anywhere;
    white-space: normal;
    width: auto;
  }
}

/* Homepage final flow: hero -> orientation -> choice -> proof -> action. */
main > .introduction-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(208, 187, 138, 0.16), transparent 24rem),
    linear-gradient(135deg, #151f28, #24313d 58%, #1b252e);
  border-bottom: 1px solid rgba(208, 187, 138, 0.12);
  color: var(--color-white);
  gap: clamp(28px, 6vw, 84px);
  isolation: isolate;
  max-width: none;
  overflow: hidden;
  padding-block: clamp(64px, 8vw, 98px);
  padding-inline: max(clamp(18px, 6vw, 72px), calc((100vw - var(--max-page)) / 2 + 40px));
  position: relative;
}

main > .introduction-section::after {
  bottom: 8%;
  color: rgba(208, 187, 138, 0.065);
  content: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11rem;
  line-height: 0.82;
  pointer-events: none;
  position: absolute;
  right: clamp(18px, 7vw, 110px);
  z-index: -1;
}

.introduction-copy,
.introduction-panel {
  position: relative;
  z-index: 1;
}

.introduction-copy h2 {
  color: var(--color-white);
  max-width: 14ch;
}

.introduction-copy p {
  color: rgba(255, 255, 255, 0.74);
  margin: 20px 0 26px;
  max-width: 58ch;
}

.introduction-panel {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 100% 0%, rgba(208, 187, 138, 0.16), transparent 19rem);
  border: 1px solid rgba(208, 187, 138, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

.introduction-panel div {
  padding: 24px 28px;
}

.introduction-panel span {
  color: var(--color-gold-light);
}

.introduction-panel strong {
  color: var(--color-white);
}

.introduction-panel p {
  color: rgba(255, 255, 255, 0.7);
}

main > .routes-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(208, 187, 138, 0.18), transparent 26rem),
    linear-gradient(135deg, #151f28, #24313d 58%, #1b252e);
  color: var(--color-white);
  isolation: isolate;
  max-width: none;
  overflow: hidden;
  padding-block: clamp(76px, 9vw, 122px);
  padding-inline: max(clamp(18px, 6vw, 72px), calc((100vw - var(--max-page)) / 2 + 40px));
  position: relative;
}

main > .routes-section::after {
  bottom: clamp(22px, 5vw, 72px);
  color: rgba(208, 187, 138, 0.08);
  content: "VS";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12rem;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  right: clamp(18px, 7vw, 110px);
  z-index: -1;
}

main > .routes-section .section__heading {
  margin-inline: 0;
  max-width: 820px;
  position: relative;
  text-align: left;
  z-index: 1;
}

main > .routes-section h2 {
  color: var(--color-white);
}

main > .routes-section .route-grid {
  position: relative;
  z-index: 1;
}

main > .routes-section .route-card {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 100% 0%, rgba(208, 187, 138, 0.15), transparent 17rem);
  border-color: rgba(208, 187, 138, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  color: var(--color-white);
}

main > .routes-section .route-card:hover,
main > .routes-section .route-card:focus-visible {
  border-color: rgba(208, 187, 138, 0.48);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.28);
}

main > .routes-section .route-card h3 {
  color: var(--color-white);
}

main > .routes-section .route-card p {
  color: rgba(255, 255, 255, 0.7);
}

main > .routes-section .route-card span {
  color: var(--color-gold-light);
}

@media (max-width: 760px) {
  main > .introduction-section {
    gap: 20px;
    grid-template-columns: 1fr;
    padding-block: 46px;
    padding-inline: 18px;
  }

  main > .introduction-section::after {
    bottom: 24px;
    display: block;
    font-size: 6rem;
    right: 18px;
  }

  .introduction-copy h2 {
    max-width: 16ch;
  }

  .introduction-copy p {
    margin: 16px 0 20px;
  }

  .introduction-panel div {
    padding: 16px 18px;
  }

  main > .routes-section {
    padding-block: 56px 74px;
    padding-inline: 18px;
  }

  main > .routes-section::after {
    bottom: 28px;
    display: block;
    font-size: 6.4rem;
    right: 18px;
  }

  main > .routes-section .route-card {
    box-shadow: 0 16px 46px rgba(0, 0, 0, 0.18);
  }

}

/* Mobile/header/footer correction pass. */
.brand__text::after {
  content: none;
}

.footer-brand__lockup {
  align-items: center;
  color: var(--color-gold-light);
  display: inline-flex;
  gap: 14px;
  text-decoration: none;
}

.footer-brand__lockup img {
  flex: 0 0 auto;
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.footer-brand__lockup span {
  font-size: 1.36rem;
  font-weight: var(--weight-bold);
  line-height: 1.08;
}

.footer-brand p {
  margin-left: 72px;
}

.footer-contact {
  align-items: start;
  display: grid;
  justify-items: start;
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    display: block;
    row-gap: 10px;
  }

  .brand,
  .header-actions,
  .site-nav {
    grid-area: auto;
  }

  .brand {
    order: 1;
  }

  .header-actions {
    display: flex;
    left: 84px;
    margin-left: 0;
    position: absolute;
    right: auto;
    top: 12px;
  }

  .site-nav {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    flex: 0 0 100%;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 149px));
    justify-self: start;
    justify-content: start;
    inline-size: 100%;
    max-inline-size: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 12px;
    overflow: visible;
    padding: 0;
    order: 3;
    width: 100%;
  }

  .site-nav a {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(208, 187, 138, 0.14);
    border-radius: 999px;
    font-size: 0.74rem;
    min-height: 34px;
    padding: 8px 5px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a[aria-current="page"] {
    background: rgba(194, 163, 108, 0.18);
    border-color: rgba(208, 187, 138, 0.28);
  }

  .footer-brand__lockup {
    gap: 12px;
  }

  .footer-brand__lockup img {
    height: 52px;
    width: 52px;
  }

  .footer-brand__lockup span {
    font-size: 1.12rem;
  }

  .footer-brand p {
    margin-left: 64px;
    max-width: 18rem;
  }

  .footer-contact {
    display: grid;
    gap: 8px;
  }

  .footer-call-link {
    justify-self: start;
    min-width: 124px;
  }

  .contact-form__footer {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .contact-form__footer .button {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .site-nav {
    gap: 4px;
  }

  .site-nav a {
    font-size: 0.68rem;
    padding-inline: 3px;
  }
}

/* Premium first-visit logo intro. */
.site-intro {
  display: none;
}

.intro-primed body,
body.intro-lock {
  overflow: hidden;
}

.intro-primed .site-intro,
.intro-running .site-intro,
.intro-complete .site-intro {
  align-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(208, 187, 138, 0.1), transparent 17rem),
    linear-gradient(135deg, #111a22, #1e2832 58%, #16212b);
  display: grid;
  inset: 0;
  justify-items: center;
  pointer-events: auto;
  position: fixed;
  z-index: 1000;
}

.site-intro__mark {
  filter: drop-shadow(0 22px 56px rgba(0, 0, 0, 0.24));
  height: 144px;
  opacity: 0;
  overflow: visible;
  width: 144px;
}

.site-intro__letter {
  fill: var(--color-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
}

.site-intro__letter--v {
  clip-path: inset(0 100% 0 0);
}

.site-intro__letter--s {
  clip-path: inset(0 0 0 100%);
}

.site-intro__frame {
  fill: none;
  stroke: var(--color-gold-light);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.intro-running .site-intro__mark {
  animation: introMarkIn 360ms var(--premium-ease-out) 80ms both;
}

.intro-running .site-intro__letter--v {
  animation: introRevealV 520ms var(--premium-ease) 220ms both;
}

.intro-running .site-intro__letter--s {
  animation: introRevealS 560ms var(--premium-ease) 720ms both;
}

.intro-running .site-intro__frame {
  animation: introDrawFrame 600ms var(--premium-ease) 1180ms both;
}

.intro-complete .site-intro {
  animation: introLayerOut 560ms var(--premium-ease) both;
}

.hero {
  background:
    linear-gradient(90deg, rgba(18, 25, 32, 0.96) 0%, rgba(30, 40, 50, 0.84) 52%, rgba(30, 40, 50, 0.48) 100%),
    var(--color-ink);
}

.hero__visual {
  background: url("http://www.verputzsystem.at/wp-content/uploads/2026/05/hero-facade-20260525b.png") center / cover;
  inset: 0;
  opacity: 1;
  position: absolute;
  transform: scale(1);
  transform-origin: center;
  z-index: 0;
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(18, 25, 32, 0.88) 0%, rgba(30, 40, 50, 0.64) 48%, rgba(30, 40, 50, 0.2) 100%),
    radial-gradient(circle at 22% 78%, rgba(176, 152, 104, 0.12), transparent 22rem);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero::before,
.hero::after {
  z-index: 2;
}

.hero__content {
  z-index: 3;
}

.intro-primed .site-header,
.intro-primed .hero__content h1,
.intro-primed .hero__lead,
.intro-primed .hero__actions {
  opacity: 0;
  transform: translateY(18px);
}

.intro-primed .site-header {
  transform: translateY(-14px);
}

.intro-primed .hero__content {
  animation: none;
}

.intro-primed .hero__visual {
  opacity: 0;
  transform: scale(1.035);
}

.intro-complete .site-header {
  animation: homeHeaderReveal 620ms var(--premium-ease-out) 90ms both;
}

.intro-complete .hero__content h1 {
  animation: homeContentReveal 620ms var(--premium-ease-out) 260ms both;
}

.intro-complete .hero__lead {
  animation: homeContentReveal 620ms var(--premium-ease-out) 430ms both;
}

.intro-complete .hero__actions {
  animation: homeContentReveal 620ms var(--premium-ease-out) 600ms both;
}

.intro-complete .hero__visual {
  animation: homeVisualReveal 960ms var(--premium-ease-out) 760ms both;
}

@keyframes introMarkIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introRevealV {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes introRevealS {
  from {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes introDrawFrame {
  from {
    opacity: 0.7;
    stroke-dashoffset: 1;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes introLayerOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes homeHeaderReveal {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeContentReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeVisualReveal {
  from {
    opacity: 0;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 760px) {
  .site-intro__mark {
    height: 118px;
    width: 118px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro {
    display: none !important;
  }

  .intro-primed .site-header,
  .intro-primed .hero__content h1,
  .intro-primed .hero__lead,
  .intro-primed .hero__actions,
  .intro-primed .hero__visual {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

/* Editorial product pass: bold, focused, friendly, and precise. */
.site-header {
  background:
    linear-gradient(105deg, rgba(18, 27, 36, 0.91), rgba(30, 40, 50, 0.82)),
    linear-gradient(180deg, rgba(208, 187, 138, 0.1), transparent);
  border-bottom-color: rgba(208, 187, 138, 0.16);
  box-shadow: none;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  padding: 12px clamp(18px, 4vw, 48px);
}

.brand {
  grid-column: 1;
}

.menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(208, 187, 138, 0.18);
  border-radius: 999px;
  color: var(--color-white);
  cursor: pointer;
  display: none;
  font-size: var(--type-button);
  font-weight: var(--weight-semibold);
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  transition:
    background 240ms var(--premium-ease),
    border-color 240ms var(--premium-ease),
    transform 240ms var(--premium-ease);
}

.menu-toggle::after {
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 6px 0 currentColor;
  content: "";
  height: 2px;
  margin-left: 9px;
  width: 14px;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(208, 187, 138, 0.36);
  transform: translateY(-1px);
}

.site-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(208, 187, 138, 0.13);
  border-radius: 999px;
  display: inline-flex;
  gap: 2px;
  justify-self: center;
  padding: 4px;
}

.site-nav__secondary {
  display: none;
}

.site-nav a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  padding: 9px 14px;
}

.site-nav a::after {
  display: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: rgba(208, 187, 138, 0.15);
  color: var(--color-white);
}

.header-actions {
  grid-column: 3;
}

.header-actions .button--small {
  min-width: 104px;
}

.site-footer {
  align-items: start;
  background:
    radial-gradient(circle at 12% 12%, rgba(208, 187, 138, 0.14), transparent 20rem),
    linear-gradient(135deg, #121b24, #1e2832 68%, #17222c);
  border-top: 1px solid rgba(208, 187, 138, 0.16);
  color: var(--color-white);
  display: grid;
  gap: 34px clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.55fr));
  padding: 56px max(clamp(18px, 6vw, 72px), calc((100vw - var(--max-page)) / 2 + 40px)) 36px;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-brand__lockup {
  gap: 14px;
}

.footer-brand__lockup img {
  height: 56px;
  width: 56px;
}

.footer-brand__lockup span {
  font-size: 1.34rem;
}

.footer-brand p,
.footer-brand small {
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
  max-width: 33rem;
}

.footer-brand small {
  font-size: 0.82rem;
}

.footer-group {
  border: 0;
  display: grid;
  gap: 9px;
  padding: 0;
}

.footer-group h2 {
  color: var(--color-gold-light);
  font-size: 0.76rem;
  font-weight: var(--weight-bold);
  margin: 0 0 6px;
  text-transform: uppercase;
}

.footer-nav,
.footer-contact,
.footer-legal {
  align-items: start;
  display: grid;
  gap: 9px;
  grid-column: auto;
  justify-items: start;
}

.footer-nav a,
.footer-contact a,
.footer-legal a,
.footer-legal span,
.footer-button {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-legal a:hover,
.footer-button:hover {
  color: var(--color-white);
}

.footer-legal {
  border-top: 0;
  flex-direction: initial;
  justify-content: start;
}

.footer-button {
  text-align: left;
}

@media (max-width: 980px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr auto;
    padding: 10px 12px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    left: auto;
    margin-left: 0;
    position: static;
  }

  .header-actions .button--small {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
  }

  .site-nav {
    background:
      radial-gradient(circle at 100% 0%, rgba(208, 187, 138, 0.16), transparent 12rem),
      linear-gradient(145deg, rgba(30, 40, 50, 0.98), rgba(18, 27, 36, 0.98));
    border: 1px solid rgba(208, 187, 138, 0.18);
    border-radius: var(--radius);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    grid-row: 2;
    inline-size: 100%;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      max-height 320ms var(--premium-ease),
      opacity 220ms var(--premium-ease),
      padding 320ms var(--premium-ease),
      transform 320ms var(--premium-ease);
    width: 100%;
  }

  .menu-open .site-nav {
    max-height: 340px;
    opacity: 1;
    padding: 8px;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav__secondary {
    display: block;
  }

  .site-nav a {
    align-items: center;
    border-radius: 6px;
    display: flex;
    font-size: 0.92rem;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    text-align: left;
  }

  .site-nav a[href="beratung.html"] {
    background: rgba(208, 187, 138, 0.94);
    color: var(--color-ink);
  }

  .site-footer {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 34px 18px 28px;
  }

  .footer-brand {
    align-items: center;
    column-gap: 15px;
    grid-template-columns: 45px minmax(0, 1fr);
    grid-column: auto;
    row-gap: 10px;
  }

  .footer-brand__lockup {
    display: contents;
  }

  .footer-brand__lockup span {
    grid-column: 2;
    line-height: 1.1;
  }

  .footer-brand p {
    grid-column: 2;
    margin-left: 0;
    max-width: 100%;
  }

  .footer-brand small {
    grid-column: 2;
  }

  .footer-brand__lockup img {
    align-self: start;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 48px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    width: 45px;
  }

  .footer-nav,
  .footer-contact,
  .footer-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    gap: 10px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 16px;
    width: 100%;
  }

  .footer-nav {
    column-gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 12px;
  }

  .footer-nav h2,
  .footer-contact h2,
  .footer-legal h2 {
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  .footer-nav a,
  .footer-contact a,
  .footer-legal a,
  .footer-legal span,
  .footer-button {
    justify-self: start;
    text-align: left;
  }

  .footer-nav a:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-nav a:nth-of-type(2) {
    grid-column: 1;
    grid-row: 3;
  }

  .footer-nav a:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-nav a:nth-of-type(4) {
    grid-column: 2;
    grid-row: 3;
  }
}

/* Final QA: keep the premium rhythm while protecting small screens. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site-header,
.hero,
.hero__content,
.section,
.routes-section,
.site-footer {
  min-width: 0;
}

.hero__lead {
  max-width: min(680px, 100%);
}

@media (max-width: 760px) {
  .site-header {
    column-gap: 8px;
    grid-template-areas: none;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    row-gap: 8px;
    width: 100%;
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    height: 34px;
    width: 38px;
  }

  .header-actions {
    gap: 0;
    grid-column: 2;
    justify-self: end;
    min-width: 0;
  }

  .language-switch {
    border-radius: 999px;
    padding: 2px;
  }

  .language-switch button {
    border-radius: 999px;
    font-size: 0.78rem;
    min-height: 34px;
    min-width: 34px;
    padding: 0 8px;
  }

  .menu-toggle {
    border-radius: 999px;
    grid-column: 3;
    inline-size: 42px;
    min-height: 42px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .menu-toggle span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .menu-toggle::after {
    box-shadow:
      0 -5px 0 currentColor,
      0 5px 0 currentColor;
    margin-left: 0;
    width: 15px;
  }

  .site-nav {
    grid-column: 1 / -1;
    max-width: 100%;
    width: 100%;
  }

  .hero {
    min-height: min(620px, 82svh);
    padding: 104px 18px 46px;
  }

  .hero__content {
    max-width: 100%;
    width: 100%;
  }

  .hero__lead {
    max-width: 100%;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
  }

  .hero__actions .button {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header {
    grid-template-columns: auto auto auto;
    padding: 10px 12px;
  }

  .hero {
    min-height: min(590px, 78svh);
    padding-top: 96px;
  }

  h1 {
    max-width: 12.5ch;
  }
}

/* Publish-prep polish: continuous section flow, stable reveals, and clearer service actions. */
main > .introduction-section,
main > .routes-section {
  background-color: #151f28;
}

main > .introduction-section {
  border-bottom: 0;
  padding-bottom: clamp(92px, 10vw, 136px);
}

main > .introduction-section::before {
  background:
    linear-gradient(180deg, rgba(21, 31, 40, 0), rgba(35, 49, 61, 0.46) 48%, rgba(21, 31, 40, 0)),
    radial-gradient(ellipse at center, rgba(208, 187, 138, 0.08), transparent 62%);
  bottom: -74px;
  content: "";
  filter: blur(12px);
  height: 158px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}

main > .routes-section {
  background:
    radial-gradient(circle at 86% 42%, rgba(208, 187, 138, 0.16), transparent 28rem),
    linear-gradient(180deg, #1b252e 0%, #17222c 38%, #24313d 100%);
  margin-top: -58px;
  padding-top: clamp(118px, 12vw, 164px);
}

main > .routes-section::before {
  background:
    linear-gradient(180deg, #1b252e 0%, rgba(27, 37, 46, 0.78) 42%, rgba(27, 37, 46, 0)),
    radial-gradient(ellipse at 48% 0%, rgba(208, 187, 138, 0.06), transparent 62%);
  content: "";
  height: 210px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

main > .routes-section .section__heading,
main > .routes-section .route-grid {
  position: relative;
  z-index: 1;
}

.service-card summary {
  user-select: none;
}

@media (min-width: 681px) {
  .service-card summary {
    cursor: default;
    pointer-events: none;
  }

  .service-card summary::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .service-card summary {
    cursor: pointer;
    min-height: 48px;
  }

  .service-card[open] summary::after {
    content: "-";
  }

  .service-card[open] p {
    animation: serviceDetailIn 220ms var(--premium-ease) both;
  }
}

.service-card--cta a {
  background: var(--brand-brass);
  border: 1px solid var(--brand-brass);
  box-shadow: 0 14px 34px rgba(176, 152, 104, 0.24);
  color: var(--color-ink);
  margin-top: 26px;
}

.service-card--cta a::after {
  content: "->";
  margin-left: 2px;
  transition: transform 220ms var(--premium-ease);
}

.service-card--cta a:hover,
.service-card--cta a:focus-visible {
  background: var(--color-gold-light);
  border-color: var(--color-gold-light);
  box-shadow: 0 18px 44px rgba(176, 152, 104, 0.32);
  color: var(--color-ink);
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
  transform: translateY(-1px);
}

.service-card--cta a:hover::after,
.service-card--cta a:focus-visible::after {
  transform: translateX(3px);
}

@keyframes serviceDetailIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  main > .introduction-section {
    padding-bottom: 70px;
  }

  main > .introduction-section::before {
    bottom: -46px;
    height: 104px;
  }

  main > .routes-section {
    margin-top: -34px;
    padding-top: 82px;
  }

  main > .routes-section::before {
    height: 96px;
  }
}

/* Switch to the compact menu before the desktop header has room to wrap. */
@media (max-width: 1100px) {
  .site-header {
    align-items: center;
    column-gap: 12px;
    display: grid;
    grid-template-areas: none;
    grid-template-columns: minmax(0, 1fr) auto auto;
    justify-content: stretch;
    padding: 10px clamp(12px, 2.4vw, 28px);
    row-gap: 0;
    width: 100%;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .brand__text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-actions {
    display: flex;
    gap: 0;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    left: auto;
    margin-left: 0;
    min-width: 0;
    position: static;
    right: auto;
    top: auto;
  }

  .header-actions .button--small {
    display: none;
  }

  .menu-toggle {
    border-radius: 999px;
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    inline-size: 42px;
    min-height: 42px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .menu-toggle span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .menu-toggle::after {
    box-shadow:
      0 -5px 0 currentColor,
      0 5px 0 currentColor;
    margin-left: 0;
    width: 15px;
  }

  .site-nav {
    background:
      radial-gradient(circle at 100% 0%, rgba(208, 187, 138, 0.16), transparent 12rem),
      linear-gradient(145deg, rgba(30, 40, 50, 0.98), rgba(18, 27, 36, 0.98));
    border: 1px solid rgba(208, 187, 138, 0.18);
    border-radius: var(--radius);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
    display: grid;
    gap: 6px;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
    inline-size: 100%;
    margin: 0;
    max-height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      max-height 320ms var(--premium-ease),
      opacity 220ms var(--premium-ease),
      padding 320ms var(--premium-ease),
      transform 320ms var(--premium-ease);
    width: 100%;
  }

  .menu-open .site-nav {
    max-height: 340px;
    opacity: 1;
    padding: 8px;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav__secondary {
    display: block;
  }

  .site-nav a {
    align-items: center;
    border-radius: 6px;
    display: flex;
    font-size: 0.92rem;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    text-align: left;
  }

  .site-nav a[href="beratung.html"],
  .site-nav a[href$="/beratung/"] {
    background: rgba(208, 187, 138, 0.94);
    color: var(--color-ink);
  }
}

@media (max-width: 760px) {
  .site-header {
    column-gap: 8px;
    padding: 10px 12px;
  }

  .brand__text {
    display: none;
  }
}

/* Footer brand alignment: keep the mark parked, then let the slogan start from
   the same clean content edge on compact layouts. */
@media (max-width: 1100px) {
  .footer-brand {
    align-items: center;
    column-gap: 12px;
    grid-column: 1 / -1;
    grid-template-columns: 56px minmax(0, 1fr);
    row-gap: 14px;
  }

  .footer-brand__lockup {
    display: contents;
  }

  .footer-brand__lockup img {
    align-self: center;
    grid-column: 1;
    grid-row: 1;
    height: 56px;
    margin: 0;
    max-width: none;
    object-fit: contain;
    object-position: center;
    transform: none;
    width: 56px;
  }

  .footer-brand__lockup span {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    line-height: 1.08;
  }

  .footer-brand p,
  .footer-brand small {
    grid-column: 1 / -1;
    max-width: 38rem;
  }

  .footer-brand p {
    margin-top: 2px;
  }
}

@media (max-width: 560px) {
  .footer-brand {
    column-gap: 12px;
    grid-template-columns: 56px minmax(0, 1fr);
    row-gap: 14px;
  }

  .footer-brand__lockup span {
    font-size: clamp(1.24rem, 6vw, 1.52rem);
  }

  .footer-brand p {
    line-height: 1.45;
  }
}

/* Header logo uses the same tight mark as the footer, without transparent
   image padding or rectangular sizing drift. */
.brand__mark {
  aspect-ratio: 1;
  height: 42px;
  max-width: none;
  object-fit: contain;
  transform: none;
  width: 42px;
}

@media (max-width: 760px) {
  .brand__mark {
    height: 38px;
    width: 38px;
  }
}

@media (max-width: 560px) {
  .brand__mark {
    height: 34px;
    width: 34px;
  }
}

/* Datenschutz page polish: one clear mobile flow and consistent legal links. */
.privacy-section > * {
  min-width: 0;
}

.privacy-section h2 {
  overflow-wrap: normal;
  text-wrap: balance;
}

.footer-legal a,
.footer-legal .footer-button {
  color: rgba(255, 255, 255, 0.62);
  font-weight: var(--weight-semibold);
}

.footer-legal span[data-i18n="footer.address"] {
  white-space: pre-line;
}

.footer-legal a:hover,
.footer-legal .footer-button:hover,
.footer-legal a:focus-visible,
.footer-legal .footer-button:focus-visible {
  color: var(--color-white);
}

@media (max-width: 760px) {
  .privacy-section {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 42px 18px 48px;
  }

  .privacy-section h2 {
    font-size: clamp(1.9rem, 9vw, 2.28rem);
    line-height: 1.08;
    max-width: 16ch;
  }

  .privacy-section p {
    margin-top: 14px;
    max-width: 32rem;
  }

  .privacy-list {
    gap: 12px;
  }

  .privacy-list summary {
    padding: 16px 18px;
  }

  .privacy-list p {
    padding: 14px 18px 18px;
  }
}

/* Facade image refresh: keep the new full-front house composed cleanly across viewports. */
.hero {
  min-height: clamp(760px, calc(100svh - 78px), 900px);
}

.hero__visual {
  background-image: url("http://www.verputzsystem.at/wp-content/uploads/2026/05/hero-facade-20260525b.png");
  background-position: 61% 44%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero {
  background-position: center 54%;
}

@media (max-width: 760px) {
  .hero {
    min-height: min(680px, 86svh);
  }

  .hero__visual {
    background-position: 60% 40%;
    background-size: cover;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(18, 25, 32, 0.68) 0%, rgba(18, 25, 32, 0.28) 34%, rgba(18, 25, 32, 0.78) 100%),
      linear-gradient(90deg, rgba(18, 25, 32, 0.82) 0%, rgba(30, 40, 50, 0.5) 62%, rgba(30, 40, 50, 0.2) 100%),
      radial-gradient(circle at 20% 80%, rgba(176, 152, 104, 0.14), transparent 20rem);
  }
}
