:root {
  --navy: #3f6d83;
  --navy-2: #5f8795;
  --ink: #26343a;
  --muted: #65747a;
  --paper: #fffdf9;
  --soft: #f8f4ed;
  --warm: #efe2cf;
  --line: #e4d9c8;
  --gold: #b7843f;
  --gold-2: #d8bc82;
  --sage: #708b7d;
  --clay: #bd826a;
  --shadow: 0 18px 42px rgba(109, 89, 61, 0.13);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

p,
ul,
ol {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(135deg, #fffaf1, #ead4ad);
  border: 1px solid rgba(183, 132, 63, 0.34);
  border-radius: 7px;
  font-weight: 900;
}

.brand-name,
.brand-claim {
  display: block;
}

.brand-name {
  font-weight: 850;
  line-height: 1.15;
}

.brand-claim {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  color: #40525b;
  border-radius: var(--radius);
  font-size: 0.93rem;
  font-weight: 750;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--navy);
  background: var(--soft);
}

.header-phone {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
  font-weight: 850;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span::before {
  transform: translateY(-7px);
}

.nav-toggle span::after {
  transform: translateY(5px);
}

.nav-toggle[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::before {
  transform: rotate(90deg);
}

.nav-toggle[aria-expanded="true"] span::after {
  opacity: 0;
}

.hero {
  position: relative;
  min-height: 620px;
  height: min(680px, calc(100svh - 112px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--soft);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("../images/wien-altbau-diskret.jpg") center / cover no-repeat;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.97) 0%, rgba(255, 253, 249, 0.9) 47%, rgba(255, 253, 249, 0.56) 70%, rgba(255, 253, 249, 0.18) 100%),
    linear-gradient(0deg, rgba(239, 226, 207, 0.22), rgba(239, 226, 207, 0.22));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-block: 4rem;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  color: var(--gold-2);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-label {
  color: var(--gold);
}

.section-label.light {
  color: #f2d598;
}

.eyebrow::before,
.section-label::before {
  width: 32px;
  height: 1px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  font-size: 4rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.18rem;
}

.hero-intro {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: #43545c;
  font-size: 1.2rem;
}

.hero-actions,
.final-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.hero-actions {
  margin-top: 2rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.08rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button.primary {
  color: #fff;
  background: var(--gold);
  box-shadow: 0 16px 32px rgba(183, 132, 63, 0.22);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #c09755;
}

.button.ghost {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(63, 109, 131, 0.28);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: #fff;
}

.button.light {
  color: var(--navy);
  background: #fff;
}

.button.full {
  width: 100%;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  padding: 0.5rem 0.7rem;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(183, 132, 63, 0.24);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 750;
}

.trust-strip {
  background: var(--warm);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid div {
  min-height: 112px;
  padding: 1.2rem;
  border-left: 1px solid rgba(183, 132, 63, 0.18);
}

.trust-grid div:last-child {
  border-right: 1px solid rgba(183, 132, 63, 0.18);
}

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

.trust-grid strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.trust-grid span {
  margin-top: 0.35rem;
  color: #54616d;
}

.section {
  padding-block: 5.5rem;
}

.section-soft {
  background: var(--soft);
}

.split,
.price-grid,
.focus-grid,
.faq-layout,
.contact-grid,
.property-grid,
.concept-graphics {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 4rem;
  align-items: start;
}

.intro-copy {
  color: #364756;
  font-size: 1.08rem;
}

.section-head {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-head p:last-child {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-head.narrow {
  max-width: 700px;
}

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

.situation-card,
.property-list article,
.contact-form,
.design-card,
.graphic-board,
.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(8, 36, 61, 0.07);
}

.situation-card {
  min-height: 225px;
  padding: 1.35rem;
}

.situation-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  color: var(--navy);
  background: var(--warm);
  border: 1px solid rgba(180, 138, 74, 0.35);
  border-radius: 50%;
  font-weight: 900;
}

.situation-card h3,
.property-list h3 {
  color: var(--navy);
}

.situation-card p,
.property-list p,
.price-copy p,
.focus-section p,
.faq-layout p,
.contact-copy p {
  color: #465665;
}

.price-grid {
  align-items: center;
}

.price-copy {
  max-width: 610px;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(180, 138, 74, 0.55);
  text-underline-offset: 0.24em;
}

.price-graphic {
  position: relative;
  min-height: 420px;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(183, 132, 63, 0.08), rgba(112, 139, 125, 0.1)),
    #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.scale-row {
  position: relative;
  min-height: 72px;
  display: grid;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}

.scale-row::before {
  position: absolute;
  inset: 0;
  width: var(--w);
  background: var(--c);
  content: "";
}

.scale-row span,
.scale-row strong {
  position: relative;
  z-index: 1;
}

.scale-row span {
  font-size: 0.82rem;
  font-weight: 800;
}

.scale-row strong {
  display: block;
  font-size: 1.05rem;
}

.scale-row.high {
  --w: 96%;
  --c: var(--navy);
}

.scale-row.mid {
  --w: 72%;
  --c: var(--sage);
}

.scale-row.low {
  --w: 52%;
  --c: var(--gold);
}

.calc-box {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: min(260px, calc(100% - 4rem));
  padding: 1rem;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.calc-box b,
.calc-box small {
  display: block;
}

.calc-box small {
  margin-top: 0.35rem;
  color: var(--muted);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 250px;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 25px rgba(8, 36, 61, 0.07);
}

.process-list span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.process-list h3 {
  color: var(--navy);
}

.process-list p {
  margin-top: 0.75rem;
  color: #465665;
}

.section-blue {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(239, 226, 207, 0.92), rgba(232, 242, 241, 0.94)),
    #f7f1e8;
}

.property-grid {
  align-items: center;
}

.property-grid p {
  max-width: 560px;
  color: #4c5b62;
}

.property-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.property-list article {
  min-height: 160px;
  padding: 1.25rem;
  color: var(--ink);
}

.focus-grid {
  align-items: center;
}

.discretion-graphic {
  position: relative;
  min-height: 420px;
  background: var(--warm);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.discretion-graphic::before,
.discretion-graphic::after {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(8, 36, 61, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.discretion-graphic::before {
  width: 280px;
  height: 280px;
}

.discretion-graphic::after {
  width: 380px;
  height: 380px;
}

.discretion-graphic .core,
.discretion-graphic .dot {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
}

.discretion-graphic .core {
  left: 50%;
  top: 50%;
  width: 128px;
  height: 128px;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.discretion-graphic .dot {
  width: 92px;
  height: 92px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(180, 138, 74, 0.35);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(8, 36, 61, 0.09);
  font-size: 0.86rem;
}

.d1 {
  left: 11%;
  top: 23%;
}

.d2 {
  right: 10%;
  top: 28%;
}

.d3 {
  left: 50%;
  bottom: 11%;
  transform: translateX(-50%);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0.8rem 0.85rem 0.8rem 2.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 750;
}

.check-list li::before {
  position: absolute;
  left: 0.85rem;
  width: 0.62rem;
  height: 0.62rem;
  background: var(--gold);
  border-radius: 2px;
  transform: rotate(45deg);
  content: "";
}

.faq-layout {
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(8, 36, 61, 0.05);
}

summary {
  padding: 1rem 1.15rem;
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}

details p {
  padding: 0 1.15rem 1.1rem;
  color: #465665;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.contact-copy {
  position: sticky;
  top: 104px;
}

.contact-person {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-person img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}

.contact-person strong,
.contact-person a {
  display: block;
}

.contact-person strong {
  color: var(--navy);
}

.contact-person a {
  color: var(--sage);
  font-weight: 800;
}

.contact-form {
  padding: 1.4rem;
}

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

.form-row {
  margin-bottom: 1rem;
}

.form-row.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--navy);
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.72rem 0.82rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #c9d3db;
  border-radius: var(--radius);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(180, 138, 74, 0.16);
}

input[type="file"] {
  padding: 0.64rem;
}

.privacy-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  margin: 0.5rem 0 1.1rem;
  color: #465665;
  font-weight: 650;
}

.privacy-row input {
  min-height: auto;
  margin-top: 0.35rem;
}

.form-note,
.form-success {
  margin: 1rem 0 0;
  font-size: 0.92rem;
}

.form-note {
  color: var(--muted);
}

.form-success {
  padding: 0.9rem 1rem;
  color: #173c32;
  background: #e7f0ec;
  border: 1px solid rgba(77, 108, 98, 0.28);
  border-radius: var(--radius);
  font-weight: 800;
}

.legal-section {
  padding-block: 4.5rem;
  background: var(--paper);
}

.legal-section-soft {
  background: var(--soft);
}

.legal-grid-page {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 3rem;
  align-items: start;
}

.legal-card {
  padding: 1.35rem;
}

.legal-card p {
  color: #4c5b62;
}

.legal-card a {
  color: var(--navy);
  font-weight: 800;
}

.final-cta {
  padding-block: 4.3rem;
  color: var(--ink);
  background: linear-gradient(135deg, #efe2cf, #f8f4ed);
}

.final-grid {
  justify-content: space-between;
}

.final-grid h2 {
  max-width: 780px;
}

.final-grid p {
  max-width: 640px;
  margin: 1rem 0 0;
  color: #4c5b62;
}

.final-cta .button.light {
  color: #fff;
  background: var(--navy);
}

.site-footer {
  color: #4c5b62;
  background: #f7f1e8;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.5fr) minmax(220px, 0.6fr);
  gap: 2.5rem;
  padding-block: 2.5rem;
}

.footer-brand {
  display: inline-flex;
  color: var(--navy);
  font-weight: 900;
}

.site-footer nav {
  display: grid;
  gap: 0.35rem;
}

.site-footer a {
  color: var(--navy);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-2);
}

address {
  font-style: normal;
}

.legal-line {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.legal-line p {
  max-width: 850px;
}

.mobile-cta {
  display: none;
}

.variant-hero {
  padding-block: 5rem;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(255, 253, 249, 0.95), rgba(239, 226, 207, 0.78)),
    url("../images/wien-altbau-diskret.jpg") center / cover no-repeat;
}

.variant-hero h1 {
  max-width: 900px;
}

.variant-hero p:last-child {
  max-width: 680px;
  margin-top: 1.1rem;
  color: #4c5b62;
  font-size: 1.12rem;
}

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

.design-card {
  overflow: hidden;
}

.mini-hero {
  min-height: 310px;
  display: flex;
  align-items: end;
  padding: 1.25rem;
  color: #fff;
}

.mini-hero span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-hero h2 {
  font-size: 2rem;
}

.mini-hero p {
  max-width: 330px;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.direction-one .mini-hero {
  background:
    linear-gradient(90deg, rgba(63, 109, 131, 0.82), rgba(255, 253, 249, 0.12)),
    url("../images/wien-altbau-diskret.jpg") center / cover no-repeat;
}

.direction-two .mini-hero {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.1), rgba(63, 109, 131, 0.78)),
    url("../images/wien-altbau-diskret.jpg") center right / cover no-repeat;
}

.direction-three .mini-hero {
  background:
    linear-gradient(135deg, var(--navy-2), var(--sage));
}

.direction-three .mini-hero::before {
  width: 140px;
  height: 140px;
  margin-right: auto;
  border: 1px solid rgba(215, 189, 132, 0.5);
  border-radius: 50%;
  content: "";
}

.design-body {
  padding: 1.25rem;
}

.design-body h3 {
  color: var(--navy);
}

.design-body p {
  margin-top: 0.75rem;
  color: #465665;
}

.design-body ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #465665;
}

.concept-graphics {
  align-items: center;
}

.graphic-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.flow-mini,
.value-mini,
.circle-mini {
  min-height: 220px;
  padding: 1rem;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.flow-mini {
  display: grid;
  gap: 0.65rem;
}

.flow-mini span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 850;
}

.value-mini {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.value-mini b {
  display: block;
  padding: 0.85rem;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
}

.value-mini b:nth-child(2) {
  width: 68%;
  background: var(--gold);
}

.value-mini i {
  height: 1px;
  display: block;
  background: var(--line);
}

.circle-mini {
  position: relative;
  display: grid;
  place-items: center;
}

.circle-mini strong {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
}

.circle-mini span {
  position: absolute;
  width: 34px;
  height: 34px;
  background: var(--gold);
  border-radius: 50%;
}

.circle-mini span:nth-child(2) {
  left: 18%;
  top: 25%;
}

.circle-mini span:nth-child(3) {
  right: 18%;
  top: 28%;
  background: var(--sage);
}

.circle-mini span:nth-child(4) {
  bottom: 20%;
  background: var(--clay);
}

@media (max-width: 1080px) {
  .site-nav:not(.always-visible),
  .header-phone {
    display: none;
  }

  .nav-toggle {
    display: inline-flex !important;
    flex: 0 0 auto;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    padding: 0.9rem 1rem 1.1rem;
    background: rgba(255, 253, 249, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    color: var(--ink);
    font-size: 1rem;
  }

  .split,
  .price-grid,
  .focus-grid,
  .faq-layout,
  .contact-grid,
  .property-grid,
  .concept-graphics {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .legal-grid-page {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .contact-copy {
    position: static;
  }

  .process-list,
  .trust-grid,
  .design-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .wrap {
    width: min(calc(100% - 1.2rem), var(--max));
  }

  .header-inner {
    min-height: 70px;
    position: relative;
    padding-right: 3.4rem;
  }

  .brand-claim {
    display: none;
  }

  .site-nav {
    inset: 70px 0 auto 0;
  }

  .nav-toggle {
    position: fixed;
    right: 0.75rem;
    top: 13px;
    z-index: 80;
    color: var(--navy);
    background: #fff;
    border-color: #fff;
    transform: none;
  }

  .nav-toggle[aria-expanded="true"] {
    transform: none;
  }

  .hero {
    min-height: 510px;
    height: auto;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(255, 253, 249, 0.96), rgba(255, 253, 249, 0.74));
  }

  .hero-content {
    padding-block: 3.5rem;
  }

  h1 {
    max-width: 11.5ch;
    font-size: 2.12rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero-intro {
    max-width: 31ch;
    font-size: 1.06rem;
  }

  .hero-actions,
  .hero-actions .button,
  .final-grid .button {
    width: 100%;
  }

  .hero-facts {
    display: none;
  }

  .trust-grid,
  .situation-grid,
  .process-list,
  .property-list,
  .check-list,
  .form-row.two,
  .footer-grid,
  .design-grid,
  .graphic-board {
    grid-template-columns: 1fr;
  }

  .trust-grid div,
  .trust-grid div:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(183, 132, 63, 0.18);
  }

  .section {
    padding-block: 4rem;
  }

  .price-graphic,
  .discretion-graphic {
    min-height: 340px;
  }

  .calc-box {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .discretion-graphic::before {
    width: 220px;
    height: 220px;
  }

  .discretion-graphic::after {
    width: 300px;
    height: 300px;
  }

  .discretion-graphic .dot {
    width: 78px;
    height: 78px;
    font-size: 0.78rem;
  }

  .contact-person {
    align-items: flex-start;
  }

  .legal-line,
  .final-grid {
    display: grid;
  }

  .mobile-cta {
    position: sticky;
    bottom: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-top: 1px solid var(--line);
  }

  .mobile-cta a {
    min-height: 54px;
    display: grid;
    place-items: center;
    color: var(--navy);
    font-weight: 900;
  }

  .mobile-cta a:last-child {
    color: #fff;
    background: var(--navy);
  }
}

@media (max-height: 640px) and (min-width: 761px) {
  .hero {
    min-height: 480px;
  }

  .hero-content {
    padding-block: 2.8rem;
  }

  h1 {
    font-size: 3.2rem;
  }
}
