:root {
  --text-primary: #f8f1e8;
  --text-soft: rgba(248, 241, 232, 0.86);
  --line: rgba(248, 241, 232, 0.72);
  --overlay: rgba(26, 16, 10, 0.42);
  --overlay-active: rgba(26, 16, 10, 0.24);
  --ease: cubic-bezier(0.87, 0, 0.13, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #120d09;
  color: var(--text-primary);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.9s ease;
}

body.is-ready {
  opacity: 1;
}

.stacked-sections {
  display: block;
}

.hero-banner,
.story-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.hero-banner::after,
.story-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18vh;
  background: linear-gradient(180deg, rgba(18, 12, 8, 0) 0%, rgba(18, 12, 8, 0.18) 100%);
  pointer-events: none;
  z-index: 1;
}

.mission-section {
  background: #f4ede3;
  color: #403831;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.mission-section__inner {
  position: relative;
  width: min(100% - 32px, 680px);
  margin: 0 auto;
  padding: clamp(116px, 14vw, 160px) 0;
  text-align: center;
}

.mission-section__title {
  margin: 40px 0 0;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0.04em;
}

.mission-section__text {
  max-width: 470px;
  margin: 34px auto 0;
  color: rgba(64, 56, 49, 0.8);
  font-family: "EB Garamond", serif;
  font-size: 1.22rem;
  line-height: 1.8;
  text-wrap: balance;
}

.hero-banner__image,
.hero-banner__overlay,
.story-section__image,
.story-section__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-banner__slides,
.hero-banner__slide,
.hero-banner__slide picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-banner__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.85s ease;
}

.hero-banner__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-banner__image,
.story-section__image {
  object-fit: cover;
  transform: translate3d(0, var(--parallax-offset, 0px), 0) scale(1);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-banner__overlay {
  background:
    linear-gradient(180deg, rgba(18, 12, 8, 0.18) 0%, rgba(18, 12, 8, 0.34) 100%),
    linear-gradient(90deg, rgba(18, 12, 8, 0.28) 0%, rgba(18, 12, 8, 0.08) 44%, rgba(18, 12, 8, 0.24) 100%);
}

.story-section__overlay {
  background:
    linear-gradient(180deg, rgba(16, 10, 6, 0.08) 0%, var(--overlay) 100%),
    linear-gradient(90deg, rgba(16, 10, 6, 0.22) 0%, rgba(16, 10, 6, 0.14) 44%, rgba(16, 10, 6, 0.34) 100%);
  transition: background 0.7s var(--ease);
}

.hero-banner__content,
.story-section__content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px 48px;
  text-align: center;
}

.hero-banner__content {
  gap: 14px;
}

.hero-banner__content::before,
.site-footer__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 72px;
  background: linear-gradient(180deg, rgba(248, 241, 232, 0) 0%, rgba(248, 241, 232, 0.52) 100%);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1.1s ease 0.35s, transform 1.1s ease 0.35s;
}

.site-footer__inner::before {
  top: 12px;
  background: linear-gradient(180deg, rgba(64, 56, 49, 0) 0%, rgba(64, 56, 49, 0.28) 100%);
}

.hero-banner__content::before {
  display: none;
}

.site-footer__inner::before {
  display: none;
}

body.is-ready .hero-banner__content::before,
body.is-ready .site-footer__inner::before {
  opacity: 1;
  transform: translateX(-50%) translateY(12px);
}

.mission-section__sun {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 152px;
  height: 152px;
  object-fit: contain;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}

.hero-banner__title {
  margin: 0;
  color: var(--text-primary);
  font-family: "EB Garamond", serif;
  font-size: clamp(1.7rem, 3.5vw, 3.3rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-banner__text {
  max-width: none;
  margin: 0;
  color: rgba(248, 241, 232, 0.88);
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.hero-banner__text + .hero-banner__text {
  margin-top: -4px;
}

/* Display headings use the lighter EB Garamond face. */
:is(
  .mission-section__title,
  .hero-banner__title,
  .story-section__title,
  .copy-story__title,
  .site-footer__mark-text,
  .detail-layout__eyebrow,
  .detail-layout__title
) {
  font-weight: 400;
}

.hero-banner__button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.94);
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.82;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
  transform: translateY(-50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero-banner__button--prev { left: 24px; }
.hero-banner__button--next { right: 24px; }

.hero-banner__button:hover,
.hero-banner__button:focus-visible { opacity: 1; }
.hero-banner__button--prev:hover { transform: translate(-2px, -50%); }
.hero-banner__button--next:hover { transform: translate(2px, -50%); }

.hero-banner__dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.hero-banner__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.hero-banner__dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.story-section__title-wrap,
.story-section__divider,
.story-section__text,
.story-section__link {
  opacity: 0.18;
  transform: translateY(40px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}

.story-section__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.story-section__eyebrow {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: clamp(2.4rem, 4.2vw, 3.9rem);
  font-style: italic;
  line-height: 0.84;
}

.story-section__title {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: clamp(2.7rem, 4.8vw, 4.5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.story-section__divider {
  width: 1px;
  height: clamp(120px, 18vh, 180px);
  margin: 22px 0 26px;
  background: var(--line);
}

.story-section__text {
  max-width: 408px;
  margin: 0;
  color: var(--text-soft);
  font-family: "EB Garamond", serif;
  font-size: clamp(1.02rem, 1.62vw, 1.8rem);
  line-height: 1.08;
}

.story-section__link {
  margin-top: 48px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  color: var(--text-primary);
  font-size: clamp(0.6rem, 0.84vw, 0.78rem);
  text-decoration: none;
  transition:
    color 0.35s var(--ease),
    border-color 0.35s var(--ease),
    transform 0.35s var(--ease);
}

.story-section__link:hover {
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.story-section.is-active .story-section__overlay {
  background:
    linear-gradient(180deg, rgba(16, 10, 6, 0.05) 0%, var(--overlay-active) 100%),
    linear-gradient(90deg, rgba(16, 10, 6, 0.18) 0%, rgba(16, 10, 6, 0.09) 44%, rgba(16, 10, 6, 0.26) 100%);
}

.story-section.is-active .story-section__title-wrap,
.story-section.is-active .story-section__divider,
.story-section.is-active .story-section__text,
.story-section.is-active .story-section__link {
  opacity: 1;
  transform: translateY(0);
}

.copy-story {
  position: relative;
  background: #120d09;
}

.copy-story__sticky {
  position: fixed;
  z-index: 3;
  inset: 0;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.copy-story__sticky.is-visible {
  visibility: visible;
  opacity: calc(1 - var(--story-exit-progress, 0));
  transition-delay: 0s;
}

.copy-story__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 32px 24px 48px;
  transform: none;
  opacity: 1;
}

.copy-story__card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px 48px;
  text-align: center;
  color: var(--text-primary);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: none;
}

.copy-story__card.is-active {
  opacity: 1;
}

/* The fixed house card may visually fade out over the following section.
   Keep it non-interactive until the story is explicitly in its active range. */
.copy-story__sticky.is-interactive .copy-story__card.is-active {
  pointer-events: auto;
}

.copy-story__card:focus-visible {
  outline: 2px solid var(--text-primary);
  outline-offset: -8px;
}

.copy-story__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.copy-story__eyebrow {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: clamp(2.4rem, 4.2vw, 3.9rem);
  font-style: italic;
  line-height: 0.84;
}

.copy-story__rooms {
  font-family: "EB Garamond", serif;
  font-size: clamp(1rem, 1.55vw, 1.42rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.copy-story__title {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: clamp(1.89rem, 3.36vw, 3.15rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.copy-story__title em {
  font-style: italic;
  font-weight: 400;
}

.house-card-title__suffix {
  display: block;
  margin-top: 0.14em;
}

.copy-story__divider {
  width: 1px;
  height: clamp(104px, 14vh, 144px);
  margin: 20px 0;
  background: var(--line);
}

.copy-story__text {
  max-width: 408px;
  margin: 0;
  color: var(--text-soft);
  font-family: "EB Garamond", serif;
  font-size: clamp(1.02rem, 1.62vw, 1.8rem);
  line-height: 1.08;
}

.copy-story__link {
  margin-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  color: var(--text-primary);
  font-size: 16px;
  text-decoration: none;
}

.copy-story__panel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.copy-story__panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18vh;
  background: linear-gradient(180deg, rgba(18, 12, 8, 0) 0%, rgba(18, 12, 8, 0.18) 100%);
  pointer-events: none;
  z-index: 1;
}

.copy-story__image,
.copy-story__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


.copy-story__image {
  object-fit: cover;
}

.copy-story__overlay {
  background:
    linear-gradient(180deg, rgba(16, 10, 6, 0.08) 0%, var(--overlay) 100%),
    linear-gradient(90deg, rgba(16, 10, 6, 0.22) 0%, rgba(16, 10, 6, 0.14) 44%, rgba(16, 10, 6, 0.34) 100%);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.availability-section {
  background: #f5efe7;
  color: #403831;
}

.availability-section__inner {
  width: min(100% - 32px, 520px);
  margin: 0 auto;
  padding: 162px 0 28px;
}

.availability-section__title {
  margin: 0 0 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability-form {
  display: grid;
  gap: 20px;
  padding-top: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.availability-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 18px;
}

.availability-form__field {
  display: grid;
  gap: 8px;
  color: rgba(41, 37, 34, 0.75);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.availability-form__field em {
  font-style: normal;
}

.availability-form input,
.availability-form select,
.availability-form textarea {
  width: 100%;
  padding: 8px 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(41, 37, 34, 0.58);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #292522;
  font: inherit;
}

.availability-form select {
  appearance: none;
}

.availability-form input:focus,
.availability-form select:focus,
.availability-form textarea:focus {
  border-bottom-color: #292522;
}

.availability-form__field--message {
  margin-top: 0;
}

.availability-form textarea {
  min-height: 72px;
  resize: vertical;
}

.availability-form__submit {
  justify-self: start;
  margin-top: 0;
  padding: 11px 22px;
  border: 1px solid #292522;
  border-radius: 0;
  background: transparent;
  color: #292522;
  cursor: pointer;
  font: 500 0.72rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.availability-form__submit:hover,
.availability-form__submit:focus-visible {
  background: #292522;
  color: #f4ede3;
}

.site-footer {
  background: #f5efe7;
  color: #403831;
}

.site-footer__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 0 160px;
  text-align: center;
  position: relative;
}

.site-footer__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.site-footer__mark-text {
  font-family: "EB Garamond", serif;
  font-size: clamp(4rem, 9vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: none;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 48px;
  gap: 8px;
}

.site-footer__title {
  display: none;
}

.site-footer__link {
  color: #403831;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

a[href^="mailto:"].site-footer__link {
  text-transform: lowercase;
}

.site-footer__social {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 126px;
  transform: translateX(-50%);
  justify-content: center;
}

.detail-body {
  margin: 0;
  background: #f4ede3;
  color: #403831;
  font-family: "Manrope", sans-serif;
}

.detail-page {
  min-height: 100vh;
  background: #f4ede3;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(340px, 50%);
  min-height: 100vh;
}

.detail-layout__media {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.detail-layout__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-layout__content {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  padding: 56px clamp(28px, 3.2vw, 48px) 52px;
  background: #f4ede3;
}

.detail-layout__header {
  align-self: start;
  justify-self: start;
}

.detail-layout__eyebrow {
  margin: 0 0 14px;
  font-family: "EB Garamond", serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: none;
}

.detail-layout__title {
  margin: 0 0 28px;
  font-family: "EB Garamond", serif;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0.02em;
  text-transform: none;
}

.detail-layout__copy {
  align-self: end;
  justify-self: end;
  width: min(100%, 360px);
  margin-top: 40px;
}

.detail-layout__text {
  max-width: none;
  margin: 0 0 18px;
  color: rgba(64, 56, 49, 0.86);
  font-family: "EB Garamond", serif;
  font-size: 15px;
  line-height: 1.7;
}

.detail-slider__viewport,
.detail-slider__track {
  width: 100%;
  height: 100%;
}

.detail-slider__track {
  position: relative;
}

.detail-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.detail-slider__slide.is-active {
  opacity: 1;
}

.detail-layout__media,
.detail-layout__content {
  opacity: 0;
  transition:
    opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.detail-layout__media {
  transform: translate3d(-24px, 0, 0);
}

.detail-layout__content {
  transform: translate3d(24px, 0, 0);
}

body.is-ready .detail-layout__media,
body.is-ready .detail-layout__content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.detail-slider__button {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #ffffff;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 0;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  opacity: 0.92;
}

.detail-slider__button--prev {
  left: 18px;
}

.detail-slider__button--next {
  right: 18px;
}

.detail-slider__button:hover {
  opacity: 1;
}

.detail-slider__button--prev:hover {
  transform: translateY(-50%) translateX(-2px);
}

.detail-slider__button--next:hover {
  transform: translateY(-50%) translateX(2px);
}

.detail-slider__dots {
  display: none;
}

.detail-slider__dot {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(244, 237, 227, 0.9);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.detail-slider__dot.is-active {
  background: rgba(244, 237, 227, 0.95);
}

@media (max-width: 768px) {
  .mission-section__inner {
    width: min(100% - 24px, 760px);
    padding: 210px 0 72px;
  }

  .mission-section__title {
    margin-top: 0;
    font-size: 28px;
    letter-spacing: 0.03em;
  }

  .mission-section__text {
    font-size: 1.1rem;
    margin-top: 22px;
  }

  .hero-banner__title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
    letter-spacing: 0.03em;
  }

  .hero-banner__text {
    max-width: 290px;
    font-size: 0.82rem;
    white-space: normal;
  }

  .hero-banner__button {
    top: 50%;
    bottom: auto;
    width: 44px;
    height: 44px;
    font-size: 2.35rem;
    transform: translateY(-50%);
  }

  .hero-banner__button--prev { left: 14px; }
  .hero-banner__button--next { right: 14px; }
  .hero-banner__button--prev:hover { transform: translate(-2px, -50%); }
  .hero-banner__button--next:hover { transform: translate(2px, -50%); }

  .hero-banner__dots {
    bottom: 24px;
    gap: 8px;
  }

  .story-section__content {
    padding: 28px 18px 36px;
  }

  .story-section__title {
    font-size: clamp(2.2rem, 9.6vw, 3rem);
  }

  .story-section__eyebrow {
    font-size: clamp(2rem, 8.4vw, 2.76rem);
  }

  .story-section__text {
    max-width: 280px;
    font-size: clamp(0.82rem, 4.2vw, 1.2rem);
    line-height: 1.1;
  }

  .story-section__link {
    margin-top: 36px;
    font-size: 0.68rem;
  }

  .copy-story__content,
  .copy-story__card {
    padding: 28px 18px 36px;
  }

  .copy-story__title {
    font-size: clamp(2.2rem, 9.6vw, 3rem);
  }

  .copy-story__eyebrow {
    font-size: clamp(2rem, 8.4vw, 2.76rem);
  }

  .copy-story__text {
    max-width: 280px;
    font-size: clamp(0.82rem, 4.2vw, 1.2rem);
    line-height: 1.1;
  }

  .copy-story__link {
    margin-top: 8px;
    font-size: 13px;
  }

  .availability-section__inner {
    width: min(100% - 32px, 520px);
    padding: 113px 0 20px;
  }

  .availability-form__fields {
    gap: 20px 18px;
  }

  .availability-form__field {
    gap: 8px;
  }

  .availability-form__field--message {
    margin-top: 0;
  }

  .site-footer__inner {
    width: min(100% - 24px, 960px);
    min-height: 75svh;
    padding: 48px 0 126px;
  }

  .site-footer__mark-text { font-size: clamp(3.4rem, 18vw, 5.5rem); }

  .site-footer__social { bottom: 120px; }
  .site-footer__contact { bottom: 42px; }

  .site-footer__social {
    gap: 14px;
  }

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

  .detail-layout__media {
    min-height: 52vh;
  }

  .detail-layout__content {
    padding: 32px 20px 40px;
    display: flex;
    flex-direction: column;
  }

  .detail-layout__title {
    margin-bottom: 34px;
    font-size: 1.8rem;
  }

  .detail-layout__eyebrow {
    font-size: 1rem;
  }

  .detail-layout__copy {
    width: 100%;
    margin-top: 0;
  }

  .detail-layout__text {
    max-width: none;
  }

  .detail-slider__button {
    top: auto;
    bottom: 20px;
    transform: none;
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
  }

  .detail-slider__button--prev {
    left: 16px;
  }

  .detail-slider__button--next {
    right: 16px;
  }

  .detail-slider__button--prev:hover,
  .detail-slider__button--next:hover {
    transform: none;
  }

  .detail-slider__dots {
    bottom: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  body {
    opacity: 1;
  }

  [data-reveal],
  .detail-layout__media,
  .detail-layout__content {
    opacity: 1;
    transform: none;
  }
}

.site-controls {
  position: fixed;
  z-index: 20;
  top: 24px;
  right: 24px;
  display: inline-flex;
  gap: 12px;
}

.language-switcher {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0;
  background: rgba(20, 17, 14, 0.46);
  backdrop-filter: blur(8px);
}

.form-honeypot {
  position: fixed;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-status {
  margin: 0;
  color: inherit;
  font-size: 0.82rem;
  line-height: 1.4;
}

.language-switcher__button {
  min-width: 42px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font: 600 11px/1 Manrope, sans-serif;
  cursor: pointer;
  border-radius: 0;
}

.language-switcher__button.is-active {
  background: #fff;
  color: #1a120d;
}

.language-switcher__whatsapp {
  display: grid;
  width: 30px;
  place-items: center;
  color: #fff;
}

.language-switcher__whatsapp:hover,
.language-switcher__whatsapp:focus-visible {
  color: rgba(255, 255, 255, 0.72);
}

.language-switcher__whatsapp svg {
  width: 18px;
  height: 18px;
}

html[lang="tr"] .availability-form__field--house > span,
html[lang="en"] .availability-form__field--house > span {
  display: none;
}
