﻿/*
Theme Name: Wind Ejendomme
Theme URI: https://wind-ejendomme.dk
Author: Wind Ejendomme
Description: Let specialbygget WordPress-tema til Wind Ejendomme fase 1.
Version: 1.6.0-rc19
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: wind-ejendomme
*/

:root {
  --background: #0f1113;
  --foreground: #f2f2ee;
  --muted: #a9adb0;
  --paper: #181b1e;
  --line: #303438;
  --accent: #f4f0e8;
  --content-width: 1460px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #111315 0%, var(--background) 28rem);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

img {
  height: auto;
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(15, 17, 19, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 1.4rem;
  justify-content: space-between;
  left: 0;
  padding: 1rem max(1.5rem, calc((100vw - var(--content-width)) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  flex: 0 0 auto;
}

.brand-logo,
.custom-logo {
  display: block;
  height: 4.35rem;
  object-fit: contain;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

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

.main-nav li {
  list-style: none;
}

.main-nav a {
  border-radius: 999px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0.78rem 1.05rem;
  text-transform: uppercase;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(244, 240, 232, 0.28);
  border-radius: 6px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 0.34rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.menu-toggle-line {
  background: #fff;
  display: block;
  height: 2px;
  width: 1.35rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.menu-toggle:focus-visible,
.button:focus-visible,
.details-link:focus-visible,
.rental-title-link:focus-visible,
.text-link:focus-visible,
.skip-link:focus-visible {
  background: #25282b;
  box-shadow: 0 0 0 3px rgba(244, 240, 232, 0.45);
  outline: none;
}

.skip-link {
  background: var(--accent);
  color: #0a0b0c;
  font-weight: 900;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: absolute;
  top: -10rem;
  z-index: 100;
}

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

body.menu-open,
body.modal-open {
  overflow: hidden;
}

.hero-split {
  align-items: center;
  background: #111315;
  color: #fff;
  display: grid;
  gap: clamp(2rem, 3.4vw, 4rem);
  grid-template-columns: minmax(24rem, 0.86fr) minmax(34rem, 1.14fr);
  min-height: clamp(520px, 42vw, 620px);
  overflow: hidden;
  padding: clamp(2.75rem, 4vw, 4.5rem) max(1.5rem, calc((100vw - var(--content-width)) / 2));
}

.hero-copy {
  max-width: 40rem;
  min-width: 0;
}

.hero h1,
.page-title {
  color: #fff;
  font-size: clamp(2.25rem, 4.3vw, 4.25rem);
  hyphens: none;
  line-height: 1.04;
  margin: 0 0 1.25rem;
  max-width: 17ch;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-lead,
.lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
  max-width: 40rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-rotator {
  background: #181b1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, 0.18);
  height: clamp(29rem, 37vw, 36rem);
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.hero-rotator-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease;
}

.hero-rotator-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-rotator-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  width: 100%;
}

.hero-rotator-slide:nth-child(1) .hero-rotator-image {
  object-position: center 62%;
}

.hero-rotator-slide:nth-child(2) .hero-rotator-image {
  object-position: center 56%;
}

.hero-rotator-slide:nth-child(3) .hero-rotator-image,
.hero-rotator-slide:nth-child(4) .hero-rotator-image {
  object-position: center 58%;
}

.button,
.details-link,
.wp-block-button__link {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.15rem;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button.primary,
.details-link,
.wp-block-button__link {
  background: var(--accent);
  color: #0a0b0c;
}

.button.secondary {
  background: transparent;
  color: var(--accent);
}

.section,
.content-wrap,
.contact-section {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: clamp(2.8rem, 4.2vw, 4rem) 1.5rem;
}

.facts-strip {
  align-items: stretch;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0 1.5rem;
  transform: translateY(-1rem);
}

.fact-item {
  align-items: center;
  background: rgba(24, 27, 30, 0.96);
  border: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  min-width: 0;
  min-height: 6.15rem;
  padding: 1.2rem 1.3rem;
}

.fact-item:first-child {
  border-radius: 8px 0 0 8px;
}

.fact-item:last-child {
  border-radius: 0 8px 8px 0;
}

.fact-icon {
  align-items: center;
  color: rgba(244, 240, 232, 0.92);
  display: inline-flex;
  flex: 0 0 clamp(1.875rem, 2.35vw, 2.25rem);
  height: clamp(1.875rem, 2.35vw, 2.25rem);
  justify-content: center;
  width: clamp(1.875rem, 2.35vw, 2.25rem);
}

.fact-icon svg {
  display: block;
  fill: none;
  height: clamp(1.875rem, 2.35vw, 2.25rem);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: clamp(1.875rem, 2.35vw, 2.25rem);
}

.fact-icon-area svg {
  height: clamp(2.05rem, 2.55vw, 2.45rem);
  width: clamp(2.05rem, 2.55vw, 2.45rem);
}

.fact-icon-tools svg {
  height: clamp(1.75rem, 2.15vw, 2.05rem);
  width: clamp(1.75rem, 2.15vw, 2.05rem);
}

.fact-copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.fact-copy strong {
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.2;
}

.fact-copy span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

h2 {
  color: var(--accent);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  margin: 0;
  max-width: 16ch;
}

.facts-strip + .section {
  padding-top: clamp(1.4rem, 2vw, 2.2rem);
}

.section + .section,
.section + .contact-section {
  padding-top: clamp(1.8rem, 3vw, 2.8rem);
}

h3 {
  color: #fff;
  font-size: 1.35rem;
  margin: 0;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.text-link {
  color: var(--accent);
  font-weight: 900;
}

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

.section > .rental-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wind-card,
.info-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.contact-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
  margin-top: 1.2rem;
}

.contact-quick-links a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wind-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  width: 100%;
}

.property-card:hover,
.property-card:focus-within,
.rental-card:hover,
.rental-card:focus-within {
  border-color: rgba(244, 240, 232, 0.3);
}

.wind-card-media {
  aspect-ratio: 16 / 10;
  background: #101214;
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.wind-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: filter 300ms ease, transform 300ms ease;
  width: 100%;
}

.about-hero .hero-copy {
  max-width: 43rem;
}

.about-intro {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.about-intro h2 {
  max-width: 12ch;
}

.about-intro-copy {
  max-width: 76ch;
}

.about-intro-copy p {
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  line-height: 1.78;
  margin: 0;
}

.about-intro-copy p + p {
  margin-top: 1.05rem;
}

.about-card-grid,
.about-work-grid {
  display: grid;
  gap: 2rem;
}

.about-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-focus-card,
.about-work-card {
  padding: clamp(1.35rem, 2vw, 1.8rem);
}

.about-focus-card h3,
.about-work-card h3 {
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-focus-card p,
.about-work-card p {
  margin-bottom: 0;
}

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

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

.about-work-card {
  display: grid;
  gap: 1rem;
}

.about-work-icon {
  align-items: center;
  color: rgba(244, 240, 232, 0.86);
  display: inline-flex;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}

.about-work-icon svg {
  display: block;
  fill: none;
  height: 2.7rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 2.7rem;
}

.about-image-panel,
.about-final {
  max-width: var(--content-width);
}

.about-image-panel-media,
.about-final-media {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: clamp(28rem, 44vw, 38rem);
  overflow: hidden;
  position: relative;
}

.about-image-panel-img,
.about-final-img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.about-image-panel-media::after,
.about-final-media::after {
  background: linear-gradient(90deg, rgba(6, 7, 8, 0.82), rgba(6, 7, 8, 0.42) 48%, rgba(6, 7, 8, 0.18));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.about-image-panel-copy,
.about-final-copy {
  max-width: 46rem;
  padding: clamp(2rem, 5vw, 5rem);
  position: relative;
  z-index: 2;
}

.about-image-panel-copy h2,
.about-final-copy h2 {
  max-width: 13ch;
}

.about-image-panel-copy p,
.about-final-copy p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 62ch;
}

.about-final .hero-actions {
  margin-top: 1.7rem;
}

.project-showcase {
  overflow: hidden;
}

.project-showcase .section {
  max-width: 1200px;
}

.project-showcase-hero {
  display: grid;
  gap: clamp(1.8rem, 3.4vw, 3.5rem);
  padding-top: clamp(2.4rem, 4.6vw, 5.5rem);
}

.project-hero-media,
.project-final-image {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
}

.project-hero-media {
  aspect-ratio: 16 / 8.5;
}

.project-hero-image,
.project-final-img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.project-hero-media::after,
.project-final-image::after {
  background: linear-gradient(180deg, rgba(6, 7, 8, 0.02), rgba(6, 7, 8, 0.36));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.project-video-trigger {
  align-items: center;
  background: rgba(12, 14, 16, 0.54);
  border: 1px solid rgba(244, 240, 232, 0.42);
  border-radius: 999px;
  bottom: 1.25rem;
  color: #fff;
  display: inline-flex;
  height: 3.6rem;
  justify-content: center;
  opacity: 0.78;
  position: absolute;
  right: 1.25rem;
  width: 3.6rem;
  z-index: 2;
}

.project-video-trigger span {
  border-bottom: 0.55rem solid transparent;
  border-left: 0.86rem solid currentColor;
  border-top: 0.55rem solid transparent;
  display: block;
  margin-left: 0.18rem;
}

.project-hero-copy {
  max-width: 58rem;
}

.project-hero-copy h1 {
  font-size: clamp(2.45rem, 5vw, 5.35rem);
  letter-spacing: 0;
  margin-bottom: 1rem;
  max-width: 12ch;
}

.project-hero-copy p {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.4vw, 1.25rem);
  line-height: 1.76;
  margin: 0;
  max-width: 68ch;
}

.project-timeline-grid,
.project-gallery,
.project-quality-grid {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.4rem);
}

.project-timeline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-timeline-card,
.project-facts-card,
.project-quality,
.project-quality-card {
  background: linear-gradient(145deg, rgba(22, 24, 26, 0.96), rgba(13, 15, 16, 0.96));
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.15);
}

.project-timeline-card {
  display: grid;
  gap: 0.75rem;
  min-height: 14rem;
  padding: clamp(1.2rem, 2vw, 1.65rem);
}

.project-timeline-card span,
.project-eyebrow {
  color: rgba(244, 240, 232, 0.48);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.project-timeline-card h3,
.project-quality-card h3 {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  text-transform: uppercase;
}

.project-timeline-card p,
.project-quality-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.project-facts-card {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.project-facts-card h2 {
  margin-top: 0.6rem;
  max-width: 11ch;
}

.project-facts-list {
  display: grid;
  gap: 1.1rem 1.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.project-facts-list div {
  border-top: 1px solid rgba(244, 240, 232, 0.12);
  padding-top: 1rem;
}

.project-facts-list dt {
  color: rgba(244, 240, 232, 0.52);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.project-facts-list dd {
  color: #fff;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 800;
  margin: 0;
}

.project-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-gallery-item {
  aspect-ratio: 4 / 3;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.14);
  display: block;
  overflow: hidden;
}

.project-gallery-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 300ms ease, transform 300ms ease;
  width: 100%;
}

.project-gallery-item:hover .project-gallery-image,
.project-gallery-item:focus-visible .project-gallery-image {
  filter: brightness(1.07);
  transform: scale(1.03);
}

.project-quality {
  display: grid;
  gap: clamp(1.4rem, 3vw, 3rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

.project-quality-copy h2 {
  margin-top: 0.55rem;
}

.project-quality-copy p {
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 0;
  max-width: 58ch;
}

.project-quality-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-quality-card {
  box-shadow: none;
  display: grid;
  gap: 0.8rem;
  padding: clamp(1rem, 1.6vw, 1.35rem);
}

.project-final-image {
  border-radius: 0;
  margin-top: clamp(2.2rem, 4vw, 4rem);
  min-height: clamp(24rem, 42vw, 38rem);
}

.project-final-copy {
  bottom: clamp(1.4rem, 3vw, 2.8rem);
  left: max(1.5rem, calc((100vw - 1200px) / 2));
  position: absolute;
  z-index: 2;
}

.project-final-copy strong,
.project-final-copy span {
  display: block;
}

.project-final-copy strong {
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: 0.01em;
}

.project-final-copy span {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 0.35rem;
}

.business-case {
  background: #0f1113;
  color: var(--foreground);
  font-size: 16px;
  overflow-x: clip;
}

.business-case-hero {
  align-items: center;
  display: grid;
  min-height: clamp(34rem, 62vh, 45rem);
  overflow: hidden;
  position: relative;
}

.business-case-hero-empty {
  background: radial-gradient(circle at 70% 25%, rgba(119, 153, 31, 0.22), transparent 34%), #0d1012;
}

.business-case-hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 62% center;
  position: absolute;
  width: 100%;
}

.business-case-hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.9) 0%, rgba(8, 10, 12, 0.68) 34%, rgba(8, 10, 12, 0.18) 72%),
    linear-gradient(180deg, rgba(8, 10, 12, 0.08), rgba(8, 10, 12, 0.42));
  inset: 0;
  position: absolute;
}

.business-case-hero-copy {
  box-sizing: content-box;
  max-width: 38.75rem;
  padding: clamp(6.5rem, 10vw, 8.5rem) 1.5rem clamp(6.5rem, 10vw, 8.5rem) max(1.5rem, calc((100vw - var(--content-width)) / 2));
  position: relative;
  z-index: 1;
}

.business-case-eyebrow {
  color: #91b328;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.business-case-hero h1 {
  font-size: clamp(3.1rem, 4.8vw, 5.2rem);
  hyphens: none;
  line-height: 0.98;
  margin: 0;
  max-width: 12.5ch;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.business-case-hero p {
  color: #fff;
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  line-height: 1.62;
  margin: 1.35rem 0 2rem;
  max-width: 35rem;
}

.business-case-hero .button {
  min-height: 3.25rem;
  padding-inline: 1.35rem;
}

.business-case-facts,
.business-case-section {
  margin: 0 auto;
  max-width: var(--content-width);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.business-case-facts {
  padding-bottom: clamp(1.8rem, 3.5vw, 2.8rem);
  padding-top: clamp(1.8rem, 3.5vw, 2.8rem);
}

.business-case-fact-list {
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
}

.business-case-fact-list div {
  border-right: 1px solid rgba(244, 240, 232, 0.12);
  display: grid;
  min-height: 5.8rem;
  padding: 1.05rem 1.2rem;
  place-content: start;
}

.business-case-fact-list div:last-child {
  border-right: 0;
}

.business-case-fact-list dt {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  margin-bottom: 0.38rem;
  text-transform: uppercase;
}

.business-case-fact-list dd {
  font-size: clamp(0.98rem, 0.9vw, 1.05rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.business-case-section {
  padding-bottom: clamp(3.75rem, 6vw, 5.5rem);
  padding-top: clamp(3.75rem, 6vw, 5.5rem);
}

.business-case-section + .business-case-section {
  border-top: 1px solid rgba(244, 240, 232, 0.12);
}

.business-case-process .section-heading {
  align-items: flex-start;
  display: block;
  margin-bottom: clamp(1.6rem, 3vw, 2.1rem);
}

.business-case-process .section-heading h2,
.business-case-result h2,
.business-case-values h2,
.business-case-cta h2 {
  font-size: clamp(2.05rem, 2.8vw, 3rem);
  line-height: 1.12;
  margin: 0;
}

.business-case-process .section-heading p,
.business-case-result p,
.business-case-cta p {
  color: #d7dad9;
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 0.9rem 0 0;
  max-width: 58rem;
}

.business-case-steps {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.business-case-step-card {
  background: linear-gradient(180deg, rgba(23, 29, 31, 0.96), rgba(14, 18, 20, 0.96));
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.business-case-step-image {
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
}

.business-case-step-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.business-case-step-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 17.25rem;
  padding: 1.45rem;
}

.business-case-step-number {
  align-items: center;
  background: #7fa51c;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  height: 2.55rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 2.55rem;
}

.business-case-step-card h3,
.business-case-value-card h3 {
  font-size: 1.28rem;
  line-height: 1.2;
  margin: 0;
}

.business-case-step-card p,
.business-case-value-card p {
  color: #d2d5d4;
  line-height: 1.68;
  margin: 0.8rem 0 0;
}

.business-case-gallery-button {
  align-self: flex-start;
  border: 1px solid rgba(145, 179, 40, 0.7);
  border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  margin-top: auto;
  min-height: 2.9rem;
  padding: 0.8rem 1rem;
}

.business-case-gallery-button:hover,
.business-case-gallery-button:focus-visible {
  background: #7fa51c;
  border-color: #7fa51c;
  color: #fff;
}

.business-case-gallery-thumbs {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.9rem;
  min-height: 3rem;
}

.business-case-gallery-thumbs img {
  border-radius: 4px;
  height: 3rem;
  object-fit: cover;
  width: 3.8rem;
}

.business-case-result {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1fr);
}

.business-case-values h2 {
  margin-bottom: 1.75rem;
}

.business-case-value-grid {
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.business-case-value-card {
  border-right: 1px solid rgba(244, 240, 232, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 13.25rem;
  padding: 1.55rem 1.35rem;
  text-align: center;
}

.business-case-value-card:last-child {
  border-right: 0;
}

.business-case-value-icon {
  align-items: center;
  color: #91b328;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.business-case-value-icon svg {
  display: block;
  fill: none;
  height: 3.25rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 3.25rem;
}

.business-case-cta {
  align-items: center;
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.85fr);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding: clamp(2rem, 4vw, 3.2rem);
}

.business-case-cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  margin-top: 1.25rem;
}

.business-case-phone {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 800;
  min-height: 2.9rem;
}

html:has(.contact-page),
html:has(.service-page),
body:has(.contact-page),
body:has(.service-page) {
  overflow-x: hidden;
}

.contact-page,
.service-page {
  background:
    radial-gradient(circle at 10% 0%, rgba(145, 179, 40, 0.08), transparent 28rem),
    #0f1113;
  color: var(--foreground);
}

.contact-page-inner,
.service-page-inner {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: clamp(2rem, 5vw, 4rem) 1.5rem clamp(4rem, 7vw, 6rem);
}

.wind-breadcrumbs {
  align-items: center;
  color: rgba(244, 240, 232, 0.68);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}

.wind-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.wind-breadcrumbs a:hover,
.wind-breadcrumbs a:focus-visible {
  color: #a6cf2a;
}

.contact-page-header,
.service-page-header {
  max-width: 46rem;
}

.contact-page-header h1,
.service-page-header h1 {
  font-size: clamp(2.65rem, 4.5vw, 4.2rem);
  line-height: 1.05;
  margin: 0;
}

.contact-page-header p,
.service-page .lead,
.service-page .wind-form-note {
  color: #e3e6e3;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.7;
}

.contact-page-header p {
  margin: 1rem 0 0;
  max-width: 42rem;
}

.contact-card-grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3rem);
}

.contact-info-card {
  align-items: center;
  background: linear-gradient(145deg, rgba(24, 29, 31, 0.92), rgba(14, 17, 19, 0.92));
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 13.2rem;
  padding: 2rem 1.4rem;
  text-align: center;
}

.contact-card-icon,
.contact-action-icon {
  color: #a6cf2a;
  display: inline-flex;
}

.contact-card-icon {
  align-items: center;
  border: 1px solid #a6cf2a;
  border-radius: 999px;
  height: 4.2rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 4.2rem;
}

.contact-card-icon svg,
.contact-action-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.contact-card-icon svg {
  height: 2.1rem;
  width: 2.1rem;
}

.contact-info-card h2 {
  font-size: 1.28rem;
  line-height: 1.2;
  margin: 0 0 0.65rem;
}

.contact-info-card a {
  color: #a6cf2a;
  min-height: 44px;
  text-underline-offset: 0.18em;
}

.contact-info-card p {
  color: #d7dad9;
  line-height: 1.55;
  margin: 0;
}

.contact-help {
  border-top: 1px solid rgba(244, 240, 232, 0.14);
  margin-top: clamp(2.4rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 4vw, 2.6rem);
}

.contact-help h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  margin: 0;
}

.contact-help > p {
  color: #d7dad9;
  line-height: 1.65;
  margin: 0.55rem 0 1.55rem;
}

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

.contact-action-card {
  align-items: center;
  background: linear-gradient(145deg, rgba(22, 27, 29, 0.9), rgba(13, 16, 18, 0.94));
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 7rem;
  padding: 1.35rem 1.55rem;
  text-decoration: none;
}

.contact-action-card:hover,
.contact-action-card:focus-visible {
  border-color: rgba(166, 207, 42, 0.85);
  box-shadow: 0 0 0 1px rgba(166, 207, 42, 0.32);
}

.contact-action-icon svg {
  height: 2.3rem;
  width: 2.3rem;
}

.contact-action-card strong,
.contact-action-card small {
  display: block;
}

.contact-action-card strong {
  font-size: 1.18rem;
  line-height: 1.25;
}

.contact-action-card small {
  color: #cfd4d2;
  font-size: 0.96rem;
  line-height: 1.55;
  margin-top: 0.32rem;
}

.contact-action-arrow {
  color: #a6cf2a;
  font-size: 1.8rem;
  line-height: 1;
}

.service-page .wind-form-wrap {
  margin-top: 0.8rem;
  max-width: none;
}

.service-page .wind-form-wrap > .lead,
.service-page .wind-form-wrap > .wind-form-note,
.service-page .wind-form-wrap > p {
  max-width: 56rem;
}

.service-page .wind-contact-form {
  display: grid;
  gap: 1.55rem;
  margin-top: 1.5rem;
}

.service-page .wind-service-form-section h2 {
  color: #a6cf2a;
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.service-page .wind-service-section-panel {
  background: linear-gradient(145deg, rgba(22, 27, 29, 0.92), rgba(14, 17, 19, 0.96));
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  padding: 1.35rem;
}

.service-page .wind-service-grid {
  display: grid;
  gap: 1rem 1.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page .wind-field-unit,
.service-page .wind-field-subject,
.service-page .wind-field-message,
.service-page .wind-service-help-text,
.service-page .wind-field-attachments,
.service-page .wind-urgent-warning,
.service-page .wind-service-section-access .wind-form-note,
.service-page .wind-form-consent,
.service-page .wind-service-section-access .button {
  grid-column: 1 / -1;
}

.service-page .wind-form-field {
  margin: 0;
  max-width: none;
}

.service-page .wind-form-field label,
.service-page .wind-form-field legend {
  color: #f4f0e8;
  display: block;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
  margin: 0 0 0.4rem;
}

.service-page input,
.service-page select,
.service-page textarea {
  background: #111619;
  border: 1px solid rgba(244, 240, 232, 0.22);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font: inherit;
  min-height: 2.85rem;
  padding: 0.72rem 0.85rem;
  width: 100%;
}

.service-page textarea {
  min-height: 9rem;
  resize: vertical;
}

.service-page .wind-field-special_conditions textarea {
  min-height: 8rem;
}

.service-page input:focus-visible,
.service-page select:focus-visible,
.service-page textarea:focus-visible,
.service-page .button:focus-visible {
  border-color: #a6cf2a;
  box-shadow: 0 0 0 3px rgba(166, 207, 42, 0.22);
  outline: 0;
}

.service-page fieldset.wind-form-field {
  border: 0;
  display: grid;
  gap: 0.7rem;
  padding: 0;
}

.service-page fieldset.wind-form-field label,
.service-page .wind-form-consent label {
  align-items: flex-start;
  display: flex;
  gap: 0.7rem;
  margin: 0;
  min-height: 44px;
}

.service-page input[type="radio"],
.service-page input[type="checkbox"] {
  accent-color: #a6cf2a;
  flex: 0 0 auto;
  margin-top: 0.14rem;
  min-height: 1.15rem;
  width: 1.15rem;
}

.service-page input[type="file"] {
  background: #0f1315;
  cursor: pointer;
  min-height: 3.25rem;
}

.service-page .wind-file-name,
.service-page .wind-service-help-text,
.service-page .wind-field-error {
  color: #cfd4d2;
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
}

.service-page .wind-field-error {
  color: #ffb4a8;
  margin-top: 0.35rem;
}

.service-page .wind-form-success,
.service-page .wind-form-errors,
.service-page .wind-urgent-warning {
  border-radius: 8px;
  padding: 1rem 1.15rem;
}

.service-page .wind-form-success {
  background: #052f12;
  border: 1px solid #22c55e;
  color: #f7fff9;
}

.service-page .wind-form-errors,
.service-page .wind-urgent-warning {
  background: rgba(70, 19, 15, 0.38);
  border: 1px solid rgba(255, 146, 128, 0.58);
  color: #fff;
}

.service-page .wind-service-section-access .button.primary {
  align-items: center;
  background: #a6cf2a;
  border: 1px solid #a6cf2a;
  border-radius: 4px;
  color: #071007;
  display: inline-flex;
  font-weight: 850;
  gap: 1.2rem;
  justify-self: start;
  min-height: 3.1rem;
  padding: 0.85rem 1.35rem;
}

.service-page .wind-service-section-access .button.primary::after {
  content: "â†’";
  font-size: 1.25rem;
  line-height: 1;
}

.property-media-placeholder {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(244, 240, 232, 0.08), rgba(244, 240, 232, 0.015)),
    #101214;
  display: block;
  width: 100%;
}

.wind-card:hover .wind-card-media img,
.wind-card-media:focus-visible img {
  filter: brightness(1.07);
  transform: scale(1.015);
}

.status-badge,
.example-badge {
  background: rgba(10, 11, 12, 0.82);
  border: 1px solid rgba(244, 240, 232, 0.32);
  border-radius: 999px;
  color: #f4f0e8;
  font-size: 0.82rem;
  font-weight: 950;
  padding: 0.45rem 0.8rem;
  position: absolute;
  right: 0.8rem;
  text-transform: uppercase;
  top: 0.8rem;
}

.example-badge {
  background: rgba(36, 39, 42, 0.9);
  letter-spacing: 0.04em;
  left: 0.8rem;
  right: auto;
}

.wind-card-content,
.info-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem 1.15rem;
}

.wind-card-content {
  flex: 1;
}

.wind-card-title {
  min-height: 3.2rem;
}

.wind-card-title a,
.property-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wind-card-title a:hover,
.property-card h3 a:hover {
  color: var(--accent);
}

.wind-card-meta,
.wind-card-description,
.property-card-summary p,
.rental-content > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.wind-card-meta {
  -webkit-line-clamp: 1;
}

.wind-card-description,
.property-card-summary p,
.rental-content > p {
  -webkit-line-clamp: 3;
}

.property-card-kicker {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.property-card-type {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.property-status-badge {
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: 999px;
  color: #f4f0e8;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0.38rem 0.62rem;
}

.property-status-badge.is-available {
  background: rgba(35, 102, 74, 0.42);
  border-color: rgba(96, 181, 135, 0.42);
}

.property-status-badge.is-partial {
  background: rgba(203, 178, 106, 0.2);
  border-color: rgba(203, 178, 106, 0.46);
}

.property-status-badge.is-rented {
  background: rgba(136, 132, 124, 0.18);
}

.property-status-badge.is-coming {
  background: rgba(244, 240, 232, 0.12);
  border-color: rgba(244, 240, 232, 0.28);
}

.property-card-address {
  margin: -0.2rem 0 0;
}

.property-card-facts {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 0.15rem 0;
  padding: 0.8rem 0;
}

.property-card-facts div {
  min-width: 0;
}

.property-card-facts dt {
  color: rgba(244, 240, 232, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.property-card-facts dd {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
  margin: 0.18rem 0 0;
}

.property-card-summary {
  margin-top: 0;
}

.property-card-summary span {
  color: #fff;
  display: block;
  font-size: 0.88rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.property-card-summary p {
  margin: 0;
}

.rental-title-link {
  color: inherit;
  cursor: pointer;
  line-height: 1.18;
  overflow-wrap: normal;
  text-decoration: none;
  word-break: normal;
}

.rental-title-link:hover {
  color: var(--accent);
}

.inline-example-badge {
  background: rgba(36, 39, 42, 0.9);
  border: 1px solid rgba(244, 240, 232, 0.24);
  border-radius: 999px;
  color: #f4f0e8;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  margin: 0.75rem 0 0;
  padding: 0.38rem 0.72rem;
  text-transform: uppercase;
}

.rental-address {
  margin-top: -0.7rem;
}

.property-content p {
  margin-bottom: 0.35rem;
}

.rental-details {
  display: grid;
  gap: 0.65rem 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.25rem 0 0.15rem;
  min-width: 0;
}

.rental-detail {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding-top: 0.55rem;
}

.rental-detail dt {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.76rem;
  font-weight: 900;
  gap: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.rental-detail dd {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.rental-detail-icon {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  width: 20px;
}

.rental-content > p {
  line-height: 1.6;
  margin-top: 0.05rem;
  overflow-wrap: normal;
  word-break: normal;
}

.rental-detail-icon svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  vector-effect: non-scaling-stroke;
  width: 100%;
}

.meta-label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.details-link {
  margin-top: auto;
  width: 100%;
}

.fact-list {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.fact-list li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  padding: 1rem;
}

.filter-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 2rem;
  padding: 1rem;
}

.filter-form label {
  color: var(--accent);
  display: grid;
  font-size: 0.84rem;
  font-weight: 900;
  gap: 0.4rem;
}

.filter-form select,
.filter-form button,
.contact-form input,
.contact-form textarea {
  background: #101214;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--foreground);
  min-height: 3rem;
  padding: 0 0.8rem;
}

.filter-form button {
  background: var(--accent);
  color: #0a0b0c;
  cursor: pointer;
  font-weight: 900;
  margin-top: 1.25rem;
}

.property-archive-hero {
  gap: clamp(1.1rem, 1.8vw, 2.25rem);
  grid-template-columns: minmax(19rem, 0.68fr) minmax(28rem, 0.94fr);
  min-height: clamp(416px, 33.5vw, 494px);
  padding-bottom: clamp(2.1rem, 3.1vw, 3.55rem);
  padding-top: clamp(2.1rem, 3.1vw, 3.55rem);
}

.property-archive-hero .hero-copy {
  max-width: 32.5rem;
  transform: translateY(clamp(-3.75rem, -4vw, -2.5rem));
}

.property-archive-overline {
  color: rgba(244, 240, 232, 0.58);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.property-archive-hero h1 {
  font-size: clamp(2.05rem, 3.95vw, 3.9rem);
  margin-bottom: 0.75rem;
}

.property-archive-hero-image {
  height: clamp(22.8rem, 29vw, 28.8rem);
  justify-self: end;
  width: 91%;
}

.property-archive-hero-image .hero-rotator-image {
  object-position: center 58%;
}

.property-archive-section {
  padding-top: clamp(2.35rem, 3.4vw, 3rem);
}

.property-filter-bar {
  align-items: center;
  background: rgba(18, 20, 22, 0.9);
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0.56rem;
}

.property-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.property-filter-link {
  border: 1px solid rgba(244, 240, 232, 0.08);
  border-radius: 8px;
  color: rgba(244, 240, 232, 0.8);
  font-size: 0.84rem;
  font-weight: 900;
  padding: 0.84rem 1.12rem;
  text-decoration: none;
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, transform 300ms ease;
}

.property-filter-link:hover,
.property-filter-link:focus-visible {
  background: rgba(244, 240, 232, 0.06);
  border-color: rgba(203, 178, 106, 0.48);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transform: translateY(-1px);
}

.property-filter-link.is-active {
  background: rgba(203, 178, 106, 0.23);
  border-color: rgba(203, 178, 106, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
  color: var(--accent);
}

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

.property-archive-grid .property-card:hover,
.property-archive-grid .property-card:focus-within {
  box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.24);
  transform: translateY(-6px);
}

.property-archive-grid .property-card:hover .property-media img,
.property-archive-grid .property-media:focus-visible img {
  filter: brightness(1.06);
  transform: scale(1.03);
}

.property-archive-cta {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: clamp(2.8rem, 4.2vw, 4rem);
  max-width: calc(var(--content-width) - 3rem);
  padding-bottom: clamp(1.6rem, 2.3vw, 2.2rem);
  padding-top: clamp(1.6rem, 2.3vw, 2.2rem);
  width: calc(100% - 3rem);
}

.property-archive-cta .button {
  flex: 0 0 auto;
}

.property-archive-cta h2 {
  margin-bottom: 0.55rem;
}

.property-archive-cta p {
  margin: 0;
}

.property-empty-state {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 0.95rem;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: clamp(0.95rem, 1.5vw, 1.3rem);
}

.property-empty-icon {
  align-items: center;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.property-empty-icon svg {
  fill: none;
  height: 1.4rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 1.4rem;
}

.property-empty-state h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
  margin-bottom: 0.22rem;
}

.property-empty-state p {
  margin: 0;
}

.property-empty-state .button {
  min-height: 2.65rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.empty-state {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  padding: 1.5rem;
}

.empty-state-compact {
  grid-column: 1 / -1;
  padding: 1.1rem 1.2rem;
}

.empty-state-compact p {
  margin: 0;
}

.empty-state-compact p + p {
  margin-top: 0.35rem;
}

.single-property-hero {
  display: grid;
  gap: clamp(1.45rem, 2.4vw, 2.6rem);
  height: auto;
  max-width: min(1400px, calc(100% - 3rem));
  min-height: 0;
  overflow: visible;
  padding: clamp(2rem, 3.2vw, 3.4rem) 0 clamp(1.15rem, 1.7vw, 1.7rem);
  position: relative;
}

.single-property > .section {
  max-width: min(1400px, calc(100% - 3rem));
  padding-left: 0;
  padding-right: 0;
}

.single-property-hero::after {
  display: none;
}

.single-property-hero-top {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
}

.single-property-hero-media {
  border-radius: 16px;
  box-shadow: 0 1.1rem 3rem rgba(0, 0, 0, 0.16);
  justify-self: center;
  max-width: 100%;
  width: 100%;
}

.single-property-hero-media img {
  border-radius: inherit;
  display: block;
  height: auto;
  max-height: none;
  object-fit: contain;
  width: 100%;
}

.single-property-hero-placeholder {
  background:
    linear-gradient(135deg, rgba(244, 240, 232, 0.08), rgba(244, 240, 232, 0.015)),
    #101214;
  display: block;
  height: clamp(420px, 31vw, 500px);
  min-height: 0;
  width: 100%;
}

.single-property-hero-copy {
  align-self: start;
  max-width: 48rem;
  padding: 0;
  position: relative;
  transform: none;
  width: 100%;
}

.single-property-address {
  color: rgba(244, 240, 232, 0.72);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 0.42rem;
  text-transform: uppercase;
}

.single-property-hero h1 {
  color: #fff;
  display: block;
  font-size: clamp(1.95rem, 2.85vw, 3.25rem);
  line-height: 1.02;
  margin: 0 0 0.42rem;
  max-width: 100%;
  overflow: visible;
}

.single-property-hero .lead {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.62;
  margin-bottom: 0.62rem;
  max-width: 44rem;
}

.single-property-hero .property-status-badge {
  font-size: 0.58rem;
  min-height: 1.65rem;
  padding: 0.23rem 0.46rem;
}

.single-property-key-facts {
  align-self: start;
  border-bottom: 1px solid rgba(244, 240, 232, 0.12);
  border-top: 1px solid rgba(244, 240, 232, 0.12);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.single-property-key-facts div {
  min-width: 0;
  padding: 0 0.95rem 0.82rem;
}

.single-property-key-facts dt {
  color: rgba(244, 240, 232, 0.46);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-property-key-facts dd {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
  margin: 0.24rem 0 0;
}

.single-property h2 {
  font-size: clamp(1.35rem, 2.1vw, 2.25rem);
}

.single-property-section,
.single-property-map {
  border-top: 1px solid rgba(244, 240, 232, 0.08);
}

.single-property-section {
  padding-top: clamp(1.55rem, 2.7vw, 3rem);
}

.single-property .section-heading {
  margin-bottom: clamp(0.9rem, 1.5vw, 1.4rem);
}

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

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

.single-property-facts div {
  background: var(--paper);
  border: 1px solid var(--line);
  min-width: 0;
  padding: 0.6rem 0.72rem;
}

.single-property-facts dt {
  color: rgba(244, 240, 232, 0.58);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.single-property-facts dd {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 850;
  margin: 0.22rem 0 0;
}

.energy-label-icon {
  --energy-label-color: #72bf44;
  display: inline-block;
  height: 3rem;
  overflow: visible;
  position: relative;
  width: 2.65rem;
}

.energy-label-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 3.3rem;
  overflow: visible;
  width: 100%;
}

.energy-label-wrap img {
  display: block;
  height: auto;
  max-height: 52px;
  max-width: 48px;
  object-fit: contain;
  width: auto;
}

.energy-label-icon--a {
  --energy-label-color: #007a33;
}

.energy-label-icon--b {
  --energy-label-color: #72bf44;
}

.energy-label-icon--c {
  --energy-label-color: #f5c400;
}

.energy-label-icon--d {
  --energy-label-color: #f39c12;
}

.energy-label-icon--e {
  --energy-label-color: #e74c3c;
}

.energy-label-icon--f {
  --energy-label-color: #c0392b;
}

.energy-label-icon--g {
  --energy-label-color: #8e1e1e;
}

.energy-label-house {
  background: #fff;
  clip-path: polygon(50% 0, 92% 29%, 92% 100%, 8% 100%, 8% 29%);
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.energy-label-house::before {
  background: var(--energy-label-color);
  clip-path: inherit;
  content: "";
  inset: 0.24rem;
  position: absolute;
}

.energy-label-letter {
  color: #fff;
  display: grid;
  font-size: 1.45rem;
  font-weight: 900;
  inset: 0.76rem 0.35rem 0.28rem;
  line-height: 1;
  place-items: center;
  position: absolute;
  text-align: center;
}

.energy-label-icon--wide .energy-label-letter {
  font-size: 0.72rem;
  letter-spacing: 0;
}

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

.single-property-gallery-item {
  aspect-ratio: 16 / 10;
  background: #101214;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  min-height: 0;
  overflow: hidden;
}

.single-property-gallery-item:first-child {
  grid-row: auto;
}

.single-property-gallery-item img {
  aspect-ratio: 16 / 10;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 300ms ease, transform 300ms ease;
  width: 100%;
}

.single-property-gallery-item:hover img,
.single-property-gallery-item:focus-visible img {
  filter: brightness(1.06);
  transform: scale(1.03);
}

.single-property-features {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-property-features.has-medium-features,
.single-property-features.has-many-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-property-features.has-many-features {
  gap: 0.44rem;
}

.single-property-features li {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 0.88rem;
  gap: 0.54rem;
  min-width: 0;
  padding: 0.48rem 0.58rem;
}

.single-property-features.has-many-features li {
  padding-bottom: 0.44rem;
  padding-top: 0.44rem;
}

.single-property-feature-icon {
  align-items: center;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  flex: 0 0 1.62rem;
  height: 1.62rem;
  justify-content: center;
  width: 1.62rem;
}

.single-property-feature-icon svg {
  fill: none;
  height: 0.84rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 0.84rem;
}

.single-property-story {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 2.8vw, 2.5rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-top: clamp(1.7rem, 2.7vw, 3rem);
}

.single-property-story-title {
  align-self: start;
  grid-column: 1 / span 3;
  line-height: 1;
  max-width: 11rem;
}

.single-property-story-title,
.single-property-story-side h2 {
  margin: 0;
}

.single-property-story-side {
  align-self: start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  grid-column: 9 / -1;
  padding: clamp(0.86rem, 1.25vw, 1.12rem);
}

.single-property-story-side h2 {
  margin-bottom: clamp(0.85rem, 1.4vw, 1.2rem);
}

.single-property-copy {
  align-self: start;
  color: var(--muted);
  font-size: 0.97rem;
  grid-column: 4 / span 5;
  line-height: 1.78;
  max-width: 72ch;
}

.single-property-copy > :first-child {
  margin-top: 0;
}

.single-property-copy > :last-child {
  margin-bottom: 0;
}

.single-property-map {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 2.8vw, 2.5rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-bottom: clamp(2.8rem, 4.8vw, 5rem);
  padding-top: clamp(1.7rem, 2.9vw, 3.2rem);
}

.single-property-map-title {
  align-self: start;
  grid-column: 1 / span 3;
  line-height: 1;
  margin: 0;
  max-width: 11rem;
}

.single-property-map-copy {
  align-self: start;
  grid-column: 4 / span 5;
  max-width: 34rem;
}

.single-property-map-copy p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.single-property-distance-facts {
  display: grid;
  gap: 0.35rem;
  margin: 1rem 0 0;
}

.single-property-distance-facts div {
  align-items: baseline;
  border-bottom: 1px solid rgba(244, 240, 232, 0.1);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.45rem 0;
}

.single-property-distance-facts dt {
  color: var(--muted);
}

.single-property-distance-facts dd {
  color: #fff;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
}

.single-property-map-frame {
  align-self: start;
  grid-column: 9 / -1;
  justify-self: end;
  width: min(100%, 440px);
}

.single-property-map iframe {
  aspect-ratio: auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  height: clamp(220px, 13vw, 240px);
  width: 100%;
}

.single-rental {
  padding-bottom: clamp(2.8rem, 5vw, 5rem);
}

.single-rental-hero {
  margin: 0 auto;
  max-width: min(1400px, calc(100% - 3rem));
  padding: clamp(1.6rem, 3vw, 3rem) 0 clamp(1.4rem, 2.4vw, 2.6rem);
}

.single-rental-slider {
  background: #101214;
  border-radius: 16px;
  min-height: clamp(440px, 58vw, 680px);
  overflow: hidden;
  position: relative;
}

.single-rental-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease;
}

.single-rental-slide.is-active {
  opacity: 1;
}

.single-rental-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.single-rental-slider::after {
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.82), rgba(8, 9, 10, 0.34) 42%, rgba(8, 9, 10, 0.08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.single-rental-hero-copy {
  bottom: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  left: clamp(1.4rem, 5vw, 4.5rem);
  max-width: min(42rem, calc(100% - 2.8rem));
  position: absolute;
  z-index: 2;
}

.single-rental-hero-copy h1 {
  font-size: clamp(2rem, 4.2vw, 4.45rem);
  hyphens: none;
  line-height: 1.02;
  margin: 0.82rem 0 0.72rem;
  overflow-wrap: normal;
  word-break: normal;
}

.single-rental-hero-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.55;
  margin: 0;
}

.single-rental-dots {
  bottom: 1.15rem;
  display: flex;
  gap: 0.45rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.single-rental-dots button {
  background: rgba(255, 255, 255, 0.38);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 0.42rem;
  padding: 0;
  transition: background 180ms ease, transform 180ms ease;
  width: 0.42rem;
}

.single-rental-dots button.is-active {
  background: #fff;
  transform: scale(1.28);
}

.single-rental-facts {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
  padding-top: clamp(1rem, 2vw, 1.6rem);
}

.single-rental-facts div {
  background: var(--paper);
  border: 1px solid var(--line);
  min-width: 0;
  padding: 0.72rem 0.84rem;
}

.single-rental-facts dt {
  color: rgba(244, 240, 232, 0.48);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-rental-facts dd {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
  margin: 0.22rem 0 0;
}

.single-rental-fact-html dd {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 3.3rem;
  overflow: visible;
}

.single-rental-fact-html .energy-label-icon {
  flex: 0 0 auto;
  height: 3rem;
  width: 2.65rem;
}

.single-rental-fact-html .energy-label-icon--wide {
  height: 3rem;
  width: 3.6rem;
}

.single-rental-section {
  border-top: 1px solid rgba(244, 240, 232, 0.08);
  padding-top: clamp(1.55rem, 2.7vw, 3rem);
}

.single-rental-copy {
  border-top: 1px solid rgba(244, 240, 232, 0.08);
  display: grid;
  gap: clamp(2rem, 2.8vw, 2.5rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-top: clamp(1.7rem, 2.7vw, 3rem);
}

.single-rental-copy h2 {
  grid-column: 1 / span 3;
  line-height: 1;
  margin: 0;
}

.single-rental-copy .single-property-copy {
  grid-column: 4 / -1;
  max-width: 78ch;
}

.single-rental-floorplan-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-rental-floorplan {
  background: rgba(244, 240, 232, 0.94);
}

.single-rental-floorplan img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.single-rental-contact {
  border-top: 1px solid rgba(244, 240, 232, 0.08);
  display: block;
  max-width: var(--content-width);
  padding-top: clamp(1.7rem, 2.7vw, 3rem);
  width: 100%;
}

.single-rental-contact > div:first-child {
  margin-bottom: clamp(1.1rem, 2vw, 1.6rem);
  max-width: 68rem;
}

.single-rental-contact h2 {
  margin: 0 0 0.65rem;
  max-width: none;
}

.single-rental-contact p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  max-width: 68rem;
}

.single-rental-contact-card {
  display: grid;
  gap: 0.85rem;
  justify-items: stretch;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

.single-rental-contact-card .wpforms-container,
.single-rental-contact-card .wpforms-form,
.single-rental-contact-card .wind-contact-form,
.single-rental-contact-card .wind-rental-fallback-form {
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  width: 100%;
}

.single-rental-contact-card .wind-contact-form {
  display: grid;
  gap: 0.85rem;
}

.wind-hp-field {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.single-rental-contact-card .wind-form-context,
.single-rental-contact-card .wind-form-note,
.single-rental-contact-card .wind-form-success,
.single-rental-contact-card .wind-form-errors {
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 0.85rem;
}

.single-rental-contact-card .wind-form-success,
.single-rental-contact-card .wind-form-errors {
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  padding: 0.85rem 1rem;
}

.single-rental-contact-card .wind-form-success {
  align-items: center;
  background: #052f12;
  border-color: #22c55e;
  color: #f7fff9;
  display: flex;
  gap: 0.78rem;
}

.single-rental-contact-card .wind-form-success::before {
  align-items: center;
  background: #22c55e;
  border-radius: 50%;
  color: #052f12;
  content: "\2713";
  display: inline-flex;
  flex: 0 0 1.35rem;
  font-size: 0.86rem;
  font-weight: 900;
  height: 1.35rem;
  justify-content: center;
  line-height: 1;
  width: 1.35rem;
}

.single-rental-contact-card .wind-form-success p {
  color: inherit;
  margin: 0;
}

.single-rental-contact-card .wind-form-field {
  margin: 0;
  max-width: none;
  width: 100%;
}

.single-rental-contact-card .wind-form-field label {
  color: var(--muted);
  display: grid;
  font-weight: 700;
  gap: 0.28rem;
}

.single-rental-contact-card .wpforms-field {
  padding: 0 0 0.72rem;
}

.single-rental-contact-card .wpforms-field-label {
  color: var(--muted);
  display: block;
  font-weight: 700;
  margin: 0 0 0.28rem;
}

.single-rental-contact-card span {
  color: var(--muted);
}

.single-rental-contact-card label {
  display: grid;
  gap: 0.28rem;
  width: 100%;
}

.single-rental-contact-card .single-rental-consent,
.single-rental-contact-card .wpforms-field-checkbox li {
  align-items: start;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: auto minmax(0, 1fr);
}

.single-rental-contact-card .single-rental-consent input,
.single-rental-contact-card .wpforms-field-checkbox input {
  margin-top: 0.2rem;
  width: auto;
}

.single-rental-contact-card input,
.single-rental-contact-card textarea,
.single-rental-contact-card select {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font: inherit;
  max-width: none;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.single-rental-contact-card textarea {
  resize: vertical;
}

.single-rental-contact-card .wpforms-submit-container {
  padding: 0;
}

.single-rental-contact-card .wpforms-submit {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #090a0b;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 0.85rem 1.2rem;
}

.single-rental-contact-card .button.primary {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #090a0b;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  justify-self: start;
  min-width: 12rem;
  padding: 0.85rem 1.2rem;
  text-align: center;
}

.single-rental-contact-card .wind-form-consent label {
  align-items: flex-start;
  display: flex;
  gap: 0.55rem;
}

.single-rental-contact-card .wind-form-consent input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  width: auto;
}

.single-rental-contact-confirmation,
.single-rental-contact-card .wpforms-confirmation-container-full {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.single-rental-contact-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  position: fixed;
  z-index: 120;
}

.single-rental-contact-modal.is-open {
  display: flex;
}

.single-rental-contact-backdrop {
  background: rgba(5, 6, 7, 0.86);
  inset: 0;
  position: absolute;
}

.single-rental-contact-dialog {
  background: #0f1113;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.38);
  max-height: 88vh;
  max-width: 42rem;
  overflow: auto;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  position: relative;
  width: min(100%, 42rem);
  z-index: 1;
}

.single-rental-contact-dialog h3 {
  margin: 0 0 1rem;
}

.single-rental-contact-close {
  align-items: center;
  background: rgba(244, 240, 232, 0.1);
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 2.35rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.35rem;
}

.single-rental .single-property-map {
  column-gap: clamp(3rem, 5vw, 5rem);
}

.single-rental-location {
  display: block;
  gap: 0;
  grid-template-columns: none;
  max-width: var(--content-width);
  width: 100%;
}

.single-rental-location .single-property-map-title {
  margin-bottom: clamp(0.9rem, 1.6vw, 1.3rem);
  max-width: none;
}

.single-rental-location-grid {
  align-items: start;
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
  grid-column: auto;
  width: 100%;
}

.single-rental-location .single-property-map-frame {
  grid-column: auto;
  justify-self: stretch;
  max-width: none;
  min-width: 0;
  width: 100%;
}

.single-rental-location iframe {
  display: block;
  height: 340px;
  max-width: none;
  width: 100%;
}

.single-rental-location .single-property-map-copy {
  grid-column: auto;
  margin-top: 0;
  max-width: none;
}

.single-rental-location .single-property-distance-facts {
  width: 100%;
}

.single-rental-map-link {
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  margin-top: 0.75rem;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 0.18em;
}

.single-rental-related .rental-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
  justify-content: start;
}

.single-rental-related .rental-card {
  max-width: 380px;
  width: 100%;
}

.single-rental-gallery-section .single-property-gallery {
  margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .single-rental-slide {
    transition: none;
  }
}

.site-lightbox {
  align-items: center;
  background: rgba(5, 6, 7, 0.88);
  display: none;
  inset: 0;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  position: fixed;
  z-index: 100;
}

.site-lightbox.is-open {
  display: flex;
}

.site-lightbox-image {
  border-radius: 8px;
  display: block;
  height: auto;
  max-height: 90vh;
  max-width: 92vw;
  object-fit: contain;
  width: auto;
}

.site-lightbox-close {
  align-items: center;
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  color: #0a0b0c;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 2.8rem;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.8rem;
  z-index: 2;
}

.site-lightbox-prev,
.site-lightbox-next {
  align-items: center;
  background: rgba(244, 240, 232, 0.12);
  border: 1px solid rgba(244, 240, 232, 0.22);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 2.2rem;
  height: 3rem;
  justify-content: center;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  z-index: 2;
}

.site-lightbox-prev {
  left: clamp(1rem, 3vw, 2rem);
}

.site-lightbox-next {
  right: clamp(1rem, 3vw, 2rem);
}

.site-lightbox-prev:hover,
.site-lightbox-next:hover,
.site-lightbox-prev:focus-visible,
.site-lightbox-next:focus-visible {
  background: rgba(244, 240, 232, 0.2);
}

body.lightbox-open {
  overflow: hidden;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  grid-column: 1 / -1;
  margin-top: 1.5rem;
}

.pagination a,
.pagination span {
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--accent);
  padding: 0.65rem 0.85rem;
}

.pagination .current {
  background: var(--accent);
  color: #0a0b0c;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 1.6rem max(1.5rem, calc((100vw - var(--content-width)) / 2));
}

.site-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin: 0;
}

.site-footer-legal > * + *::before {
  content: "Â·";
  margin-right: 0.55rem;
}

.site-footer-legal a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus-visible {
  color: #fff;
}

.legal-page {
  max-width: var(--content-width);
}

.legal-page-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(1.6rem, 3vw, 2.8rem);
  padding-bottom: clamp(1rem, 1.8vw, 1.4rem);
}

.legal-page .page-title {
  margin: 0;
  max-width: 100%;
}

.legal-page-content {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
  max-width: 74ch;
}

.legal-page-content h2 {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: clamp(1.9rem, 3vw, 2.7rem) 0 0.65rem;
  text-transform: uppercase;
}

.legal-page-content p,
.legal-page-content ul {
  margin: 0 0 1rem;
}

.legal-page-content ul {
  padding-left: 1.15rem;
}

.legal-page-content li + li {
  margin-top: 0.25rem;
}

.legal-page-content a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 0.18em;
}

.legal-page-updated {
  border-top: 1px solid var(--line);
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1rem;
}

@media (prefers-reduced-motion: no-preference) {
  .project-reveal {
    animation: projectReveal 700ms ease both;
    animation-timeline: view();
    animation-range: entry 0% cover 26%;
  }

  @keyframes projectReveal {
    from {
      opacity: 0.25;
      transform: translateY(1.4rem);
    }

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

@media (max-width: 1180px) {
  .project-showcase .section {
    max-width: calc(100% - 3rem);
    padding-left: 0;
    padding-right: 0;
  }

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

  .project-quality,
  .project-facts-card {
    grid-template-columns: 1fr;
  }

  .project-quality-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-case-fact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-case-fact-list div:nth-child(3n) {
    border-right: 0;
  }

  .contact-card-grid {
    gap: 1.1rem;
  }

  .contact-info-card {
    min-height: 12rem;
  }
}

@media (max-width: 920px) {
  .business-case-hero {
    min-height: clamp(31rem, 62vw, 38rem);
  }

  .business-case-hero-copy {
    max-width: 38rem;
  }

  .business-case-hero h1 {
    font-size: clamp(2.65rem, 7vw, 4rem);
    max-width: 12.5ch;
  }

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

  .business-case-result,
  .business-case-cta {
    grid-template-columns: 1fr;
  }

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

  .business-case-value-card {
    border-bottom: 1px solid rgba(244, 240, 232, 0.12);
    text-align: left;
  }

  .business-case-value-icon {
    justify-content: flex-start;
  }

  .business-case-step-copy {
    min-height: 16.5rem;
  }

  .project-hero-media {
    aspect-ratio: 16 / 10;
  }

  .project-hero-copy h1 {
    max-width: 13ch;
  }

  .project-timeline-grid,
  .project-gallery,
  .project-quality-grid {
    grid-template-columns: 1fr;
  }

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

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

  .contact-info-card {
    align-items: flex-start;
    min-height: 0;
    text-align: left;
  }

  .contact-action-grid,
  .service-page .wind-service-grid {
    grid-template-columns: 1fr;
  }

  .service-page .wind-form-field,
  .service-page .wind-service-section-access .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .business-case {
    font-size: 16px;
  }

  .business-case-hero {
    min-height: clamp(29rem, 118vw, 36rem);
  }

  .business-case-hero-image {
    object-position: 64% center;
  }

  .business-case-hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 10, 12, 0.18), rgba(8, 10, 12, 0.94)),
      linear-gradient(90deg, rgba(8, 10, 12, 0.72), rgba(8, 10, 12, 0.16));
  }

  .business-case-hero-copy {
    align-self: end;
    box-sizing: border-box;
    max-width: none;
    padding: 7rem 1.25rem 3rem;
    width: auto;
  }

  .business-case-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 1.02;
    max-width: 11.5ch;
  }

  .business-case-hero p {
    font-size: 1rem;
    line-height: 1.58;
    max-width: 31rem;
  }

  .business-case-hero .button,
  .business-case-gallery-button,
  .business-case-cta .button,
  .business-case-phone {
    min-height: 44px;
  }

  .business-case-steps,
  .business-case-value-grid {
    grid-template-columns: 1fr;
  }

  .business-case-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-case-fact-list div,
  .business-case-value-card {
    border-right: 0;
  }

  .business-case-fact-list div:nth-child(odd) {
    border-right: 1px solid rgba(244, 240, 232, 0.12);
  }

  .business-case-fact-list div:nth-child(even) {
    border-right: 0;
  }

  .business-case-fact-list div {
    min-height: 5.25rem;
    padding: 0.95rem;
  }

  .business-case-facts,
  .business-case-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .business-case-step-image {
    aspect-ratio: 16 / 10;
  }

  .business-case-step-copy {
    min-height: 0;
    padding: 1.25rem;
  }

  .business-case-gallery-button {
    align-self: stretch;
    text-align: center;
  }

  .business-case-gallery-thumbs {
    flex-wrap: wrap;
  }

  .business-case-value-grid {
    border: 0;
    gap: 1rem;
  }

  .business-case-value-card {
    border: 1px solid rgba(244, 240, 232, 0.14);
    border-radius: 8px;
    min-height: 0;
  }

  .business-case-cta {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 1.5rem;
  }

  .business-case-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .business-case-cta-actions .button,
  .business-case-phone {
    justify-content: center;
    width: 100%;
  }

  .contact-page-inner,
  .service-page-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-page-header h1,
  .service-page-header h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .contact-card-icon {
    height: 3.6rem;
    width: 3.6rem;
  }

  .contact-info-card,
  .contact-action-card,
  .service-page .wind-service-section-panel {
    padding: 1rem;
  }

  .contact-action-card {
    gap: 0.85rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .contact-action-icon svg {
    height: 1.75rem;
    width: 1.75rem;
  }

  .service-page .wind-contact-form {
    gap: 1.25rem;
  }

  .service-page input,
  .service-page select,
  .service-page textarea {
    font-size: 16px;
  }

  .service-page .wind-service-section-access .button.primary {
    justify-content: center;
    width: 100%;
  }

  .project-showcase .section {
    max-width: calc(100% - 2rem);
  }

  .project-hero-media {
    aspect-ratio: 4 / 3;
  }

  .project-video-trigger {
    bottom: 0.9rem;
    height: 3rem;
    right: 0.9rem;
    width: 3rem;
  }

  .project-final-image {
    min-height: clamp(19rem, 78vw, 25rem);
  }

  .project-final-copy {
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}

@media (max-width: 1180px) {
  .hero-split {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .hero-rotator {
    height: clamp(24rem, 42vw, 32rem);
  }

  .property-archive-hero {
    gap: clamp(1.05rem, 1.7vw, 2rem);
    grid-template-columns: minmax(18rem, 0.7fr) minmax(25rem, 0.94fr);
    min-height: clamp(406px, 34vw, 482px);
  }

  .property-archive-hero-image {
    height: clamp(21.8rem, 30vw, 27.4rem);
    width: 92%;
  }

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

  .about-card-grid,
  .about-work-grid,
  .about-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-property-facts,
  .single-rental-facts,
  .single-property-features,
  .single-property-key-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-property-hero-top {
    grid-template-columns: 1fr;
  }

  .single-property-hero-placeholder {
    height: clamp(380px, 40vw, 420px);
  }

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

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

  .single-rental-location-grid {
    grid-template-columns: 1fr;
  }

  .single-property-map iframe {
    height: clamp(240px, 28vw, 270px);
  }

  .single-rental-location iframe {
    height: clamp(260px, 34vw, 320px);
  }

  .single-rental-copy {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .single-rental-copy h2 {
    grid-column: 1 / -1;
  }

  .single-rental-copy .single-property-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
    position: relative;
    z-index: 30;
  }

  .main-nav {
    background: rgba(15, 17, 19, 0.98);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    bottom: 0;
    box-shadow: -1.5rem 0 3rem rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    justify-content: flex-start;
    max-width: 22rem;
    overflow-y: auto;
    padding: 6.5rem 1.25rem 1.25rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 180ms ease;
    width: min(86vw, 22rem);
    z-index: 20;
  }

  .menu-open .main-nav {
    transform: translateX(0);
  }

  .main-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    font-size: 1rem;
    padding: 1rem 0.2rem;
    width: 100%;
  }

  .brand-logo,
  .custom-logo {
    height: 3.45rem;
  }

  .hero-split {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 3rem;
  }

  .hero h1,
  .page-title {
    max-width: 13ch;
  }

  .legal-page .page-title {
    max-width: 100%;
  }

  .hero-rotator {
    height: clamp(19rem, 56vw, 28rem);
  }

  .property-archive-hero {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .property-archive-hero .hero-copy {
    max-width: 40rem;
    transform: none;
  }

  .property-archive-hero-image {
    height: clamp(18rem, 48vw, 24rem);
    justify-self: stretch;
    width: 100%;
  }

  .property-grid,
  .rental-grid,
  .values-grid,
  .about-intro,
  .filter-form,
  .fact-list,
  .facts-strip {
    grid-template-columns: 1fr;
  }

  .about-card-grid,
  .about-work-grid,
  .about-property-grid {
    grid-template-columns: 1fr;
  }

  .about-image-panel-media,
  .about-final-media {
    min-height: clamp(30rem, 86vw, 40rem);
  }

  .about-image-panel-media::after,
  .about-final-media::after {
    background: linear-gradient(180deg, rgba(6, 7, 8, 0.22), rgba(6, 7, 8, 0.84));
  }

  .about-image-panel-copy,
  .about-final-copy {
    align-content: end;
    display: grid;
    min-height: inherit;
  }

  .facts-strip {
    gap: 0.75rem;
    transform: none;
  }

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

  .fact-item,
  .fact-item:first-child,
  .fact-item:last-child {
    border-radius: 8px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .single-property-story {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    row-gap: clamp(1.05rem, 2.2vw, 1.6rem);
  }

  .single-property-story-title {
    grid-column: 1 / -1;
    max-width: none;
  }

  .single-property-copy {
    grid-column: 1 / span 5;
  }

  .single-property-story-side {
    grid-column: 6 / -1;
  }

  .single-property-map {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    row-gap: clamp(1.05rem, 2.2vw, 1.6rem);
  }

  .single-property-map-title {
    grid-column: 1 / -1;
    max-width: none;
  }

  .single-property-map-copy {
    grid-column: 1 / span 5;
  }

  .single-property-map-frame {
    grid-column: 6 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .single-rental .single-property-map-frame {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0.85rem 1rem;
  }

  .single-property-hero,
  .single-property > .section {
    max-width: calc(100% - 2rem);
  }

  .fact-icon,
  .fact-icon svg {
    flex-basis: 1.75rem;
    height: 1.75rem;
    width: 1.75rem;
  }

  .fact-icon-area svg {
    height: 1.9rem;
    width: 1.9rem;
  }

  .fact-icon-tools svg {
    height: 1.62rem;
    width: 1.62rem;
  }

  .hero h1,
  .page-title {
    font-size: clamp(2rem, 11vw, 2.55rem);
  }

  .hero-split {
    gap: 1.7rem;
    padding: 2.35rem 1rem 3rem;
  }

  .hero-lead,
  .lead {
    font-size: 1rem;
    line-height: 1.62;
  }

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

  .hero-rotator {
    height: clamp(15.5rem, 58vw, 21rem);
  }

  .property-archive-hero {
    padding-bottom: 2.45rem;
  }

  .property-archive-hero h1 {
    margin-bottom: 0.8rem;
  }

  .property-archive-hero-image {
    height: clamp(14.8rem, 54vw, 18.5rem);
  }

  .facts-strip,
  .section,
  .content-wrap,
  .contact-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button,
  .details-link,
  .wp-block-button__link {
    min-height: 2.85rem;
  }

  .property-archive-grid {
    grid-template-columns: 1fr;
  }

  .property-filter-bar,
  .property-archive-cta,
  .property-empty-state {
    align-items: stretch;
    flex-direction: column;
  }

  .property-archive-cta {
    width: calc(100% - 2rem);
  }

  .property-empty-state {
    display: flex;
  }

  .property-filter-list {
    width: 100%;
  }

  .property-filter-link {
    flex: 1 1 auto;
    text-align: center;
  }

  .property-card-facts {
    grid-template-columns: 1fr;
    row-gap: 0.7rem;
  }

  .single-property-hero-placeholder {
    height: clamp(300px, 82vw, 340px);
  }

  .single-property-hero-copy {
    padding: 0;
    transform: none;
  }

  .single-property-gallery,
  .single-property-facts,
  .single-rental-facts,
  .single-property-features,
  .single-property-key-facts,
  .single-property .property-grid,
  .single-rental-copy,
  .single-rental-contact,
  .single-property-story,
  .single-property-map {
    grid-template-columns: 1fr;
  }

  .single-property-story-title,
  .single-rental-copy h2,
  .single-rental-copy .single-property-copy,
  .single-property-map-title,
  .single-property-copy,
  .single-property-map-copy,
  .single-property-map-frame,
  .single-property-story-side {
    grid-column: 1;
  }

  .single-property-features.has-medium-features,
  .single-property-features.has-many-features {
    grid-template-columns: 1fr;
  }

  .single-property-gallery-item:first-child {
    grid-row: auto;
  }

  .single-property-map iframe {
    height: clamp(220px, 68vw, 250px);
  }

  .single-rental-location .single-property-map-frame {
    max-width: none;
    width: 100%;
  }

  .single-rental-location iframe {
    height: clamp(260px, 68vw, 320px);
  }

  .single-rental-related .rental-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-rental-related .rental-card {
    max-width: none;
  }

  .single-rental-hero {
    max-width: calc(100% - 2rem);
  }

  .single-rental-slider {
    min-height: clamp(360px, 105vw, 520px);
  }

  .single-rental-slider::after {
    background: linear-gradient(180deg, rgba(8, 9, 10, 0.18), rgba(8, 9, 10, 0.78));
  }

  .single-rental-hero-copy {
    bottom: 2rem;
    left: 1.1rem;
    max-width: calc(100% - 2.2rem);
  }

  .single-rental-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .site-lightbox {
    padding: 1rem;
  }

  .site-lightbox-prev,
  .site-lightbox-next {
    bottom: 1rem;
    top: auto;
    transform: none;
  }
}

@media (max-width: 360px) {
  .rental-details {
    grid-template-columns: 1fr;
  }

  .main-nav a {
    font-size: 0.96rem;
    padding: 0.95rem 0.2rem;
  }

  .hero-rotator {
    height: 14.5rem;
  }
}

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

  .hero-rotator-slide {
    transition: none !important;
  }
}

/* Sprint 38 - Lejerguide professionelt redesign */
html:has(.wind-tenant-guide),
body:has(.wind-tenant-guide) {
  overflow-x: hidden;
}

.wind-tenant-guide {
  --guide-green: #22c55e;
  --guide-green-soft: rgba(34, 197, 94, 0.16);
  --guide-card: rgba(23, 26, 29, 0.92);
  --guide-card-strong: rgba(28, 32, 35, 0.96);
  --guide-border: rgba(244, 240, 232, 0.16);
  background:
    radial-gradient(circle at 12% 2%, rgba(34, 197, 94, 0.09), transparent 28rem),
    linear-gradient(180deg, rgba(16, 19, 21, 0.96), #0f1113 28rem);
  color: var(--foreground);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.wind-tenant-guide .wind-guide-hero,
.wind-tenant-guide .wind-guide-search,
.wind-tenant-guide .wind-guide-layout {
  margin-inline: auto;
  max-width: var(--content-width);
  padding-inline: 1.5rem;
}

.wind-tenant-guide .wind-guide-hero {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(15, 17, 19, 0.98) 0%, rgba(15, 17, 19, 0.78) 52%, rgba(15, 17, 19, 0.2) 100%),
    url('assets/images/nygaardsvej-134a-2.jpg') center right / cover no-repeat;
  border-bottom: 1px solid var(--guide-border);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 46rem) auto;
  min-height: clamp(22rem, 34vw, 31rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: clamp(2.25rem, 5vw, 4.5rem);
  position: relative;
}

.wind-tenant-guide .breadcrumbs,
.wind-tenant-guide .wind-breadcrumbs {
  color: #c7cbc7;
  font-size: 0.85rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.wind-tenant-guide .wind-guide-hero h1 {
  font-size: clamp(2.6rem, 4.6vw, 4.45rem);
  line-height: 1.03;
  margin: 0;
  max-width: 44rem;
}

.wind-tenant-guide .wind-guide-hero .lead {
  color: #e1e5e1;
  font-size: clamp(1rem, 1.1vw, 1.14rem);
  line-height: 1.72;
  margin: 1.15rem 0 0;
  max-width: 42rem;
}

.wind-tenant-guide .wind-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.wind-tenant-guide .wind-guide-actions .button {
  align-items: center;
  display: inline-flex;
  min-height: 3.1rem;
  padding-inline: 1.45rem;
}

.wind-tenant-guide .wind-guide-actions .button::before {
  background: currentColor;
  content: '';
  display: inline-block;
  height: 1.1rem;
  margin-right: 0.65rem;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.4l-4.6 4.6a2.5 2.5 0 0 0 3.5 3.5l4.6-4.6a4 4 0 0 0 5.4-5.4l-2.8 2.8-2-2 2.8-2.8Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 1.1rem;
}

.wind-tenant-guide .wind-guide-actions .button.secondary::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9V3h12v6M6 17H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2M6 14h12v7H6z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wind-tenant-guide .wind-guide-meta {
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: end;
}

.wind-tenant-guide .wind-guide-meta span {
  background: rgba(15, 17, 19, 0.68);
  border: 1px solid var(--guide-border);
  border-radius: 999px;
  color: #cdd2cd;
  font-size: 0.78rem;
  padding: 0.42rem 0.7rem;
}

.wind-tenant-guide .wind-guide-search {
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.wind-tenant-guide .wind-guide-search label {
  color: var(--guide-green);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.wind-tenant-guide .wind-guide-search input {
  background: rgba(18, 21, 23, 0.95);
  border: 1px solid rgba(244, 240, 232, 0.2);
  border-radius: 6px;
  color: var(--foreground);
  font: inherit;
  min-height: 3.15rem;
  padding: 0 1rem;
  width: min(100%, 46rem);
}

.wind-tenant-guide .wind-guide-search input:focus-visible {
  border-color: var(--guide-green);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  outline: none;
}

.wind-tenant-guide .wind-guide-layout {
  display: grid;
  gap: clamp(1.4rem, 2.5vw, 2.4rem);
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  margin-top: clamp(1.6rem, 3vw, 2.6rem);
}

.wind-tenant-guide .wind-guide-toc {
  align-self: start;
  position: sticky;
  top: 6.4rem;
  z-index: 5;
}

.wind-tenant-guide .wind-guide-toc details {
  background: linear-gradient(145deg, rgba(24, 28, 31, 0.94), rgba(13, 16, 18, 0.96));
  border: 1px solid var(--guide-border);
  border-radius: 8px;
  box-shadow: 0 1.1rem 2.8rem rgba(0, 0, 0, 0.22);
  overflow: clip;
}

.wind-tenant-guide .wind-guide-toc summary {
  align-items: center;
  color: var(--foreground);
  cursor: pointer;
  display: flex;
  font-weight: 850;
  justify-content: space-between;
  list-style: none;
  min-height: 3.4rem;
  padding: 0.95rem 1rem;
}

.wind-tenant-guide .wind-guide-toc summary::-webkit-details-marker {
  display: none;
}

.wind-tenant-guide .wind-guide-toc summary::after {
  color: var(--guide-green);
  content: '+';
  font-size: 1.2rem;
}

.wind-tenant-guide .wind-guide-toc details[open] summary::after {
  content: 'âˆ’';
}

.wind-tenant-guide .wind-guide-toc nav {
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  max-height: calc(100vh - 11rem);
  overflow: auto;
  padding: 0.55rem;
}

.wind-tenant-guide .wind-guide-toc ol {
  display: grid;
  gap: 0.18rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wind-tenant-guide .wind-guide-toc a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #d8dcd8;
  display: grid;
  font-size: 0.92rem;
  gap: 0.65rem;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  line-height: 1.25;
  min-height: 2.65rem;
  padding: 0.52rem 0.62rem;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wind-tenant-guide .wind-guide-toc a::before {
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: #b7bdb7;
  content: '';
  height: 0.62rem;
  justify-self: center;
  width: 0.62rem;
}

.wind-tenant-guide .wind-guide-toc a:hover,
.wind-tenant-guide .wind-guide-toc a:focus-visible {
  background: rgba(244, 240, 232, 0.06);
  border-color: rgba(34, 197, 94, 0.34);
  color: #fff;
  outline: none;
  transform: translateX(2px);
}

.wind-tenant-guide .wind-guide-toc a.is-active {
  background: var(--guide-green-soft);
  border-color: rgba(34, 197, 94, 0.55);
  color: #fff;
}

.wind-tenant-guide .wind-guide-toc a.is-active::before {
  background: var(--guide-green);
  border-color: var(--guide-green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.wind-tenant-guide .wind-guide-toc a.is-complete::before {
  align-items: center;
  background: var(--guide-green);
  border-color: var(--guide-green);
  color: #071108;
  content: 'âœ“';
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 900;
  height: 0.95rem;
  justify-content: center;
  width: 0.95rem;
}

.wind-tenant-guide .wind-guide-content {
  display: grid;
  gap: 1rem;
}

.wind-tenant-guide .wind-guide-chapter {
  background: linear-gradient(145deg, var(--guide-card), rgba(13, 16, 18, 0.98));
  border: 1px solid var(--guide-border);
  border-radius: 8px;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 1rem;
  min-height: 10rem;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  scroll-margin-top: 7.5rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.wind-tenant-guide .wind-guide-chapter:hover,
.wind-tenant-guide .wind-guide-chapter:focus-within {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.26);
  transform: translateY(-2px);
}

.wind-tenant-guide .wind-guide-chapter.is-highlighted {
  border-color: var(--guide-green);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18), 0 1.3rem 3rem rgba(0, 0, 0, 0.26);
}

.wind-tenant-guide .wind-guide-chapter h2 {
  align-items: center;
  display: grid;
  font-size: clamp(1.45rem, 2vw, 2rem);
  gap: 0.9rem;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  line-height: 1.1;
  margin: 0;
}

.wind-tenant-guide .wind-guide-chapter h2::before {
  background: var(--guide-green);
  content: '';
  display: inline-block;
  height: 2.1rem;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19V8l8-5 8 5v11a2 2 0 0 1-2 2h-4v-6h-4v6H6a2 2 0 0 1-2-2Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 2.1rem;
}

.wind-tenant-guide .wind-guide-body {
  color: #dfe4df;
  font-size: 1rem;
  line-height: 1.72;
  max-width: 70rem;
}

.wind-tenant-guide .wind-guide-body > *:first-child {
  margin-top: 0;
}

.wind-tenant-guide .wind-guide-body > *:last-child {
  margin-bottom: 0;
}

.wind-tenant-guide .wind-guide-body ul,
.wind-tenant-guide .wind-guide-body ol,
.wind-tenant-guide .wind-guide-checklist {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.1rem;
}

.wind-tenant-guide .wind-guide-alert,
.wind-tenant-guide .wind-guide-note,
.wind-tenant-guide .wind-guide-property-info,
.wind-tenant-guide .wind-guide-links {
  background: rgba(10, 13, 15, 0.44);
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  padding: 1rem;
}

.wind-tenant-guide .wind-guide-alert {
  border-color: rgba(34, 197, 94, 0.42);
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.08);
}

.wind-tenant-guide .wind-guide-alert h3,
.wind-tenant-guide .wind-guide-property-info h3,
.wind-tenant-guide .wind-guide-links h3 {
  color: var(--guide-green);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.wind-tenant-guide .wind-guide-alert p,
.wind-tenant-guide .wind-guide-note p,
.wind-tenant-guide .wind-guide-property-info p {
  color: #dfe4df;
  line-height: 1.65;
  margin: 0.35rem 0 0;
}

.wind-tenant-guide .wind-guide-alert a,
.wind-tenant-guide .wind-guide-links a {
  color: #fff;
  text-decoration-color: var(--guide-green);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.wind-tenant-guide .wind-guide-faqs {
  display: grid;
  gap: 0.7rem;
}

.wind-tenant-guide .wind-guide-faq {
  background: rgba(11, 14, 16, 0.46);
  border: 1px solid rgba(244, 240, 232, 0.15);
  border-radius: 8px;
  overflow: clip;
}

.wind-tenant-guide .wind-guide-faq summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 850;
  justify-content: space-between;
  line-height: 1.35;
  list-style: none;
  min-height: 3.35rem;
  padding: 1rem;
}

.wind-tenant-guide .wind-guide-faq summary::-webkit-details-marker {
  display: none;
}

.wind-tenant-guide .wind-guide-faq summary::after {
  color: var(--guide-green);
  content: '+';
  font-size: 1.35rem;
  margin-left: 1rem;
}

.wind-tenant-guide .wind-guide-faq[open] summary::after {
  content: 'âˆ’';
}

.wind-tenant-guide .wind-guide-faq summary:focus-visible {
  outline: 2px solid var(--guide-green);
  outline-offset: -4px;
}

.wind-tenant-guide .wind-guide-faq > p,
.wind-tenant-guide .wind-guide-faq > div {
  color: #dfe4df;
  line-height: 1.65;
  margin: 0;
  padding: 0 1rem 1rem;
}

.wind-tenant-guide .wind-guide-links ul {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.wind-tenant-guide .wind-guide-links a {
  align-items: center;
  background: rgba(17, 20, 22, 0.86);
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  min-height: 5rem;
  padding: 1rem;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.wind-tenant-guide .wind-guide-links a::before {
  background: var(--guide-green);
  content: '';
  height: 1.9rem;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2v6h6M8 16h8M8 12h8' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 1.9rem;
}

.wind-tenant-guide .wind-guide-links a::after {
  color: var(--guide-green);
  content: 'â†’';
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.wind-tenant-guide .wind-guide-links a:hover,
.wind-tenant-guide .wind-guide-links a:focus-visible {
  background: rgba(26, 30, 32, 0.95);
  border-color: rgba(34, 197, 94, 0.5);
  outline: none;
  transform: translateY(-2px);
}

.wind-tenant-guide .wind-guide-links a:hover::after,
.wind-tenant-guide .wind-guide-links a:focus-visible::after,
.wind-tenant-guide .wind-guide-actions .button:hover::after,
.wind-tenant-guide .wind-guide-actions .button:focus-visible::after {
  transform: translateX(3px);
}

.wind-tenant-guide .wind-guide-chapter#fejlmelding-og-service {
  background:
    linear-gradient(145deg, rgba(14, 47, 25, 0.34), rgba(13, 16, 18, 0.98)),
    var(--guide-card);
}

.wind-tenant-guide .wind-guide-chapter#fejlmelding-og-service .button.secondary {
  background: linear-gradient(135deg, #22c55e, #68b82e);
  border-color: transparent;
  color: #071108;
}

.wind-tenant-guide .wind-guide-chapter#fejlmelding-og-service .button.secondary::after {
  content: 'â†’';
  display: inline-block;
  margin-left: 0.8rem;
  transition: transform 180ms ease;
}

.wind-tenant-guide .wind-guide-chapter.is-hidden-by-search {
  display: none;
}

@media (max-width: 1180px) {
  .wind-tenant-guide .wind-guide-layout {
    grid-template-columns: minmax(13rem, 16rem) minmax(0, 1fr);
  }
}

@media (max-width: 920px) {
  .wind-tenant-guide .wind-guide-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .wind-tenant-guide .wind-guide-meta {
    justify-content: start;
  }

  .wind-tenant-guide .wind-guide-layout {
    grid-template-columns: 1fr;
  }

  .wind-tenant-guide .wind-guide-toc {
    position: sticky;
    top: 4.7rem;
  }

  .wind-tenant-guide .wind-guide-toc nav {
    max-height: min(24rem, calc(100vh - 9rem));
  }
}

@media (max-width: 560px) {
  .wind-tenant-guide .wind-guide-hero,
  .wind-tenant-guide .wind-guide-search,
  .wind-tenant-guide .wind-guide-layout {
    padding-inline: 1rem;
  }

  .wind-tenant-guide .wind-guide-hero {
    background:
      linear-gradient(180deg, rgba(15, 17, 19, 0.9), rgba(15, 17, 19, 0.98)),
      url('assets/images/nygaardsvej-134a-2.jpg') center / cover no-repeat;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .wind-tenant-guide .wind-guide-hero h1 {
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .wind-tenant-guide .wind-guide-actions {
    display: grid;
  }

  .wind-tenant-guide .wind-guide-actions .button {
    justify-content: center;
    width: 100%;
  }

  .wind-tenant-guide .wind-guide-toc summary,
  .wind-tenant-guide .wind-guide-toc a,
  .wind-tenant-guide .wind-guide-faq summary {
    min-height: 3.2rem;
  }

  .wind-tenant-guide .wind-guide-chapter {
    scroll-margin-top: 8.5rem;
  }

  .wind-tenant-guide .wind-guide-chapter h2 {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .wind-tenant-guide .wind-guide-chapter h2::before {
    height: 1.75rem;
    width: 1.75rem;
  }
}
/* Sprint 39 - Mobilrettelse af lejemålskort på forsiden */
@media (max-width: 768px) {
  .home .section > .rental-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home .rental-grid .rental-card {
    max-width: none;
    width: 100%;
  }

  .home .rental-card .wind-card-media {
    aspect-ratio: 16 / 10;
  }

  .home .rental-card .wind-card-content {
    gap: 0.85rem;
    padding: 1.1rem;
  }

  .home .rental-card .wind-card-title {
    min-height: 0;
  }

  .home .rental-card .rental-title-link {
    display: inline-block;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home .rental-card .rental-details {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }

  .home .rental-card .rental-detail {
    gap: 0.35rem;
    min-width: 0;
  }

  .home .rental-card .rental-detail dt {
    align-items: center;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 1.45rem;
  }

  .home .rental-card .rental-detail dd {
    line-height: 1.35;
  }

  .home .rental-card .details-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    white-space: normal;
    width: 100%;
  }
}

