.apart-kreidl-homepage,
body:has(#apart-kreidl-homepage) {
  margin: 0 !important;
  color: #333333;
  background: #f7f6f2 !important;
}

.apart-kreidl-homepage .fl-page-header,
.apart-kreidl-homepage .fl-page-footer,
.apart-kreidl-homepage .fl-page-footer-wrap,
body:has(#apart-kreidl-homepage) .fl-page-header,
body:has(#apart-kreidl-homepage) .fl-page-footer,
body:has(#apart-kreidl-homepage) .fl-page-footer-wrap {
  display: none !important;
}

.apart-kreidl-homepage .fl-page-content,
.apart-kreidl-homepage .fl-content,
.apart-kreidl-homepage .fl-row-content-wrap,
.apart-kreidl-homepage .fl-module-content,
body:has(#apart-kreidl-homepage) .fl-page-content,
body:has(#apart-kreidl-homepage) .fl-content,
body:has(#apart-kreidl-homepage) .fl-row-content-wrap,
body:has(#apart-kreidl-homepage) .fl-module-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.akh-home,
.akh-home * { box-sizing: border-box; }

.akh-home {
  --akh-primary: #1b8595;
  --akh-primary-dark: #126a77;
  --akh-ink: #333333;
  --akh-muted: #686868;
  --akh-paper: #ffffff;
  --akh-soft: #edf5f4;
  --akh-warm: #f7f6f2;
  --akh-line: #dfe5e3;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  color: var(--akh-ink);
  background: var(--akh-warm);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.akh-home a { color: inherit; }
.akh-home img { display: block; max-width: 100%; }
.akh-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

.akh-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  width: min(1320px, calc(100% - 56px));
  min-height: 164px;
  margin: 0 auto;
}

.akh-logo {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  width: 141px;
  height: 141px;
  padding: 0;
  place-items: center;
  text-decoration: none;
}

.akh-logo img { width: 100%; height: 100%; object-fit: contain; }

.akh-nav {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  gap: clamp(16px, 1.8vw, 28px);
}

.akh-nav a,
.akh-language {
  position: relative;
  color: var(--akh-ink);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  transition: color 160ms ease;
}

.akh-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--akh-primary);
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.akh-nav a:hover,
.akh-nav a:focus-visible,
.akh-language:hover,
.akh-language:focus-visible,
.akh-nav a.is-current { color: var(--akh-primary); }

.akh-nav a:hover::after,
.akh-nav a:focus-visible::after,
.akh-nav a.is-current::after { transform: scaleX(1); }

.akh-header-actions,
.akh-button-row { display: flex; align-items: center; gap: 12px; }

.akh-header-actions {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.akh-mobile-menu { display: none; }

.akh-language {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  border: 1px solid #b9ceca;
  border-radius: 3px;
}

.akh-button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 23px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff !important;
  background: var(--akh-primary);
  border: 1px solid var(--akh-primary);
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background 160ms ease, transform 160ms ease;
}

.akh-button:hover,
.akh-button:focus-visible {
  color: #ffffff !important;
  background: var(--akh-primary-dark);
  transform: translateY(-1px);
}

.akh-button-small { min-height: 44px; padding: 11px 18px; }

.akh-button-ghost {
  color: var(--akh-ink) !important;
  background: transparent;
  border-color: #9ba9a6;
}

.akh-button-ghost:hover,
.akh-button-ghost:focus-visible {
  color: #ffffff !important;
  background: var(--akh-primary);
  border-color: var(--akh-primary);
}

.akh-hero {
  position: relative;
  display: flex;
  width: 100%;
  min-height: clamp(590px, 72vh, 790px);
  overflow: hidden;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(20, 27, 28, 0.75) 0%, rgba(20, 27, 28, 0.48) 38%, rgba(20, 27, 28, 0.05) 72%),
    var(--akh-hero-image);
  background-position: center;
  background-size: cover;
}

.akh-hero-content {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: 72px 0;
}

.akh-hero-content > * { max-width: 670px; }

.akh-eyebrow {
  margin: 0 0 14px;
  color: var(--akh-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.akh-hero .akh-eyebrow { color: #79dce3; }

.akh-hero h1,
.akh-home h2,
.akh-home h3,
.akh-home p { max-width: none; }

.akh-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.akh-lead {
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
}

.akh-hero .akh-button-ghost {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.12);
}

.akh-hero .akh-button-ghost:hover,
.akh-hero .akh-button-ghost:focus-visible {
  background: var(--akh-primary);
  border-color: var(--akh-primary);
}

.akh-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  background: var(--akh-paper);
  border-right: 1px solid var(--akh-line);
  border-bottom: 1px solid var(--akh-line);
  border-left: 1px solid var(--akh-line);
}

.akh-facts > div {
  display: flex;
  min-height: 92px;
  padding: 22px 28px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-align: center;
}

.akh-facts > div + div { border-left: 1px solid var(--akh-line); }
.akh-facts strong { color: var(--akh-ink); font-size: 15px; line-height: 1.35; }

.akh-fact-icon,
.akh-feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--akh-primary);
  background: var(--akh-soft);
  border-radius: 50%;
}

.akh-fact-icon .akh-icon,
.akh-feature .akh-icon { width: 22px; height: 22px; }

.akh-section {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(82px, 9vw, 126px) 0;
}

.akh-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 70px;
  margin-bottom: 42px;
  align-items: end;
}

.akh-home h2 {
  margin: 0;
  color: var(--akh-ink);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.akh-section-heading > p,
.akh-location-copy > p,
.akh-direct > div > p,
.akh-footer p {
  margin: 0;
  color: var(--akh-muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.akh-apartment-card {
  overflow: hidden;
  background: var(--akh-paper);
  border: 1px solid var(--akh-line);
  box-shadow: 0 16px 42px rgba(39, 50, 49, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.akh-apartment-card:hover {
  box-shadow: 0 20px 48px rgba(39, 50, 49, 0.13);
  transform: translateY(-3px);
}

.akh-apartment-image {
  position: relative;
  display: block;
  height: clamp(300px, 34vw, 430px);
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}

.akh-apartment-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(20, 25, 25, 0.72), transparent 58%);
}

.akh-apartment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.akh-apartment-card:hover .akh-apartment-image img { transform: scale(1.025); }

.akh-apartment-image > span {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 720;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.akh-apartment-body { padding: 28px 30px 30px; }

.akh-apartment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--akh-primary);
  font-size: 14px;
  font-weight: 800;
}

.akh-apartment-meta span { display: inline-flex; align-items: center; gap: 7px; }
.akh-apartment-body > p { margin: 14px 0 18px; color: var(--akh-muted); }

.akh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--akh-primary) !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
}

.akh-text-link:hover,
.akh-text-link:focus-visible { color: var(--akh-primary-dark) !important; }

.akh-features-section {
  width: auto;
  max-width: none;
  padding-right: max(28px, calc((100vw - 1180px) / 2));
  padding-left: max(28px, calc((100vw - 1180px) / 2));
  background: var(--akh-soft);
  border-top: 1px solid #d8e7e4;
  border-bottom: 1px solid #d8e7e4;
}

.akh-centered-heading { max-width: 730px; margin: 0 auto 44px; text-align: center; }

.akh-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #cfddda;
  border: 1px solid #cfddda;
}

.akh-feature {
  position: relative;
  min-height: 164px;
  padding: 0;
  color: var(--akh-ink);
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  perspective: 1100px;
}

.akh-feature-inner {
  position: absolute;
  inset: 0;
  display: block;
  transform-style: preserve-3d;
  transition: transform 480ms cubic-bezier(.2,.75,.25,1);
}

.akh-feature.is-flipped .akh-feature-inner { transform: rotateY(180deg); }

.akh-feature-face {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 22px 24px;
  flex-direction: column;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
}

.akh-feature-front {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 17px;
}

.akh-feature-back {
  overflow: auto;
  transform: rotateY(180deg);
}

.akh-feature strong {
  margin: 0;
  color: var(--akh-ink);
  font-size: 17px;
  font-weight: 780;
  line-height: 1.35;
}

.akh-feature-back { padding: 16px 18px; }
.akh-feature-back > strong { color: var(--akh-primary-dark); font-size: 14px; }
.akh-feature-back ul { margin: 8px 0 10px; padding-left: 17px; }
.akh-feature-back li { margin: 0 0 2px; color: var(--akh-muted); font-size: 11.5px; line-height: 1.25; }
.akh-feature-kitchen .akh-feature-back ul { columns: 2; column-gap: 25px; }
.akh-feature-kitchen .akh-feature-back li { break-inside: avoid; }

.akh-feature-hint {
  margin-top: auto;
  color: var(--akh-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.akh-feature-front .akh-feature-hint { display: none; }

.akh-feature:hover .akh-feature-face,
.akh-feature:focus-visible .akh-feature-face {
  background: #ffffff;
}

.akh-feature:focus-visible .akh-feature-face { outline: 3px solid rgba(27, 133, 149, 0.2); outline-offset: 2px; }

.akh-location {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
}

.akh-location-image {
  height: clamp(390px, 45vw, 560px);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(39, 50, 49, 0.11);
}

.akh-location-image img { width: 100%; height: 100%; object-fit: cover; }
.akh-location-copy > p:not(.akh-eyebrow) { margin: 22px 0 28px; }

.akh-direct {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  margin: 0;
  padding: clamp(58px, 7vw, 92px) max(28px, calc((100vw - 1180px) / 2));
  align-items: center;
  gap: 54px;
  background: var(--akh-primary);
}

.akh-direct .akh-eyebrow { color: #d4f4f5; }
.akh-direct h2 { color: #ffffff; }

.akh-direct > div > p {
  max-width: 760px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.akh-button-light {
  color: var(--akh-primary-dark) !important;
  background: #ffffff;
  border-color: #ffffff;
  white-space: nowrap;
}

.akh-button-light:hover,
.akh-button-light:focus-visible {
  color: #ffffff !important;
  background: var(--akh-primary-dark);
  border-color: var(--akh-primary-dark);
}

.akh-footer {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 40px;
  padding: 58px max(28px, calc((100vw - 1180px) / 2)) 26px;
  color: #ffffff;
  background: #333333;
}

.akh-footer-brand {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.akh-footer-brand img {
  width: 96px;
  height: 96px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  filter: brightness(0) invert(1);
}

.akh-footer-brand p { max-width: 330px; color: #c7cccb; font-size: 15px; }

.akh-footer-contact,
.akh-footer-address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #c7cccb;
  font-size: 14px;
}

.akh-footer-contact strong,
.akh-footer-address strong { margin-bottom: 7px; color: #ffffff; font-size: 15px; }
.akh-footer-contact a { color: #c7cccb; text-decoration: none; }

.akh-footer-contact a:hover,
.akh-footer-contact a:focus-visible,
.akh-footer-bottom a:hover,
.akh-footer-bottom a:focus-visible { color: #79dce3; }

.akh-footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  margin-top: 16px;
  padding-top: 22px;
  justify-content: space-between;
  gap: 24px;
  color: #9fa6a4;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

.akh-footer-bottom a { color: #c7cccb; text-decoration: none; }

@media (max-width: 1080px) {
  .akh-header { grid-template-columns: auto 1fr; }
  .akh-logo { grid-column: 1; justify-self: start; }
  .akh-nav { display: none; }
  .akh-header-actions { grid-column: 2; }
  .akh-feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .akh-home { font-size: 16px; }
  .akh-header { width: calc(100% - 28px); min-height: 86px; }
  .akh-header { min-height: 110px; }
  .akh-logo { width: 92px; height: 92px; padding: 0; }
  .akh-header-actions { gap: 8px; }
  .akh-language { min-height: 42px; padding: 9px 11px; }
  .akh-language span { display: none; }
  .akh-button-small { display: none; }

  .akh-mobile-menu { display: block; }
  .akh-mobile-menu summary {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--akh-primary);
    border: 1px solid var(--akh-primary);
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
  }
  .akh-mobile-menu summary::-webkit-details-marker { display: none; }
  .akh-mobile-menu nav {
    position: absolute;
    z-index: 30;
    top: calc(100% - 8px);
    right: 0;
    display: grid;
    min-width: min(290px, calc(100vw - 28px));
    padding: 10px;
    gap: 2px;
    background: #ffffff;
    border: 1px solid var(--akh-line);
    box-shadow: 0 18px 44px rgba(39, 50, 49, 0.18);
  }
  .akh-mobile-menu nav a {
    padding: 11px 13px;
    color: var(--akh-ink);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
  }
  .akh-mobile-menu nav a:hover,
  .akh-mobile-menu nav a:focus-visible { background: var(--akh-soft); }
  .akh-mobile-menu nav .akh-mobile-booking {
    margin-top: 5px;
    color: #ffffff;
    background: var(--akh-primary);
  }

  .akh-hero {
    min-height: 610px;
    align-items: flex-end;
    background-image:
      linear-gradient(0deg, rgba(20, 27, 28, 0.78) 0%, rgba(20, 27, 28, 0.2) 62%, rgba(20, 27, 28, 0.02) 100%),
      var(--akh-hero-image);
    background-position: 62% center;
  }

  .akh-hero-content { width: 100%; padding: 46px 22px; }
  .akh-hero h1 { max-width: 430px; font-size: clamp(42px, 12vw, 58px); }
  .akh-lead { display: none; }
  .akh-button-row { margin-top: 24px; }
  .akh-button-row .akh-button-ghost { display: none; }

  .akh-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  .akh-facts > div {
    min-height: 106px;
    padding: 12px 7px;
    flex-direction: column;
    gap: 7px;
  }

  .akh-facts strong { font-size: 11px; line-height: 1.25; }
  .akh-fact-icon { width: 36px; height: 36px; }
  .akh-fact-icon .akh-icon { width: 18px; height: 18px; }

  .akh-section { width: calc(100% - 36px); padding: 72px 0; }

  .akh-section-heading,
  .akh-location,
  .akh-direct,
  .akh-footer { grid-template-columns: 1fr; }

  .akh-section-heading { gap: 16px; margin-bottom: 30px; }
  .akh-section-heading > p { display: none; }
  .akh-home h2 { font-size: clamp(32px, 9vw, 43px); }
  .akh-apartment-grid { grid-template-columns: 1fr; gap: 22px; }
  .akh-apartment-image { height: 300px; }
  .akh-apartment-body { padding: 22px; }
  .akh-apartment-body > p { display: none; }
  .akh-text-link { margin-top: 15px; }

  .akh-features-section { width: auto; padding-right: 18px; padding-left: 18px; }
  .akh-centered-heading { margin-bottom: 30px; text-align: left; }
  .akh-feature-grid { grid-template-columns: 1fr 1fr; gap: 1px; }

  .akh-feature {
    min-height: 164px;
  }

  .akh-feature-face { padding: 15px; }
  .akh-feature-front { align-items: flex-start; flex-direction: column; gap: 10px; }
  .akh-feature-icon { width: 38px; height: 38px; }
  .akh-feature strong { font-size: 14px; }
  .akh-feature-back { padding: 12px 13px; }
  .akh-feature-back > strong { font-size: 12px; }
  .akh-feature-back li { font-size: 10px; line-height: 1.18; }
  .akh-feature-kitchen .akh-feature-back ul { columns: 1; }

  .akh-location { width: 100%; padding-bottom: 0; gap: 0; }
  .akh-location-image { height: 390px; }
  .akh-location-copy { padding: 38px 22px 68px; background: #ffffff; }

  .akh-location-copy > p:not(.akh-eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .akh-direct { padding: 56px 22px; gap: 24px; }
  .akh-direct > div > p { display: none; }
  .akh-direct .akh-button { width: 100%; }
  .akh-footer { gap: 28px; padding: 48px 22px 22px; }
  .akh-footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 480px) {
  .akh-hero { min-height: 560px; }
  .akh-apartment-image { height: 255px; }
  .akh-location-image { height: 320px; }
}

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