.yot-75-view {
  background: #f5f0e7;
}

.y75-page {
  --y75-surface: #f5f0e7;
  --y75-ink: #252523;
  --y75-cream: #fff7ea;
  --y75-ivory: #fff5dc;
  --y75-accent: #ffa876;
  --y75-rule: rgba(37, 37, 35, 0.22);
  color: var(--y75-ink);
  background: var(--y75-surface);
}

.y75-page h1,
.y75-page h2,
.y75-page h3,
.y75-page p {
  margin-top: 0;
}

.y75-eyebrow,
.y75-text-link {
  margin-bottom: 0;
  color: var(--y75-accent);
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.y75-text-link {
  display: inline-block;
}

.y75-text-link:hover,
.y75-text-link:focus-visible {
  color: var(--y75-ink);
}

.y75-pill {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 28px;
  border: 1px solid var(--y75-cream);
  border-radius: 9999px;
  color: var(--y75-ink);
  background: var(--y75-ivory);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.y75-pill:hover,
.y75-pill:focus-visible {
  color: var(--y75-cream);
  background: var(--y75-accent);
}

.y75-pill--dark,
.y75-pill--glass {
  color: var(--y75-cream);
  background: var(--y75-ink);
}

.y75-pill--glass {
  background: rgba(37, 37, 35, 0.82);
  backdrop-filter: blur(10px);
}

.y75-pill--accent {
  color: var(--y75-cream);
  background: var(--y75-accent);
}

.y75-pill--accent img {
  width: 20px;
  height: 20px;
}

.y75-hero {
  --site-hero-min-height: 760px;
  position: relative;
  overflow: hidden;
  color: var(--y75-cream);
  background: var(--y75-ink);
}

.y75-hero__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  pointer-events: none;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 1600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.y75-hero__image:first-child {
  top: -34%;
  left: -4%;
  width: 122%;
  height: 122%;
}

.y75-hero__image[data-y75-hero-index="1"] {
  object-position: 54% 54%;
}

.y75-hero__image[data-y75-hero-index="2"] {
  object-position: 50% 52%;
}

.y75-hero__image.is-active {
  opacity: 1;
  transform: scale(1);
}

.y75-hero__shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.y75-hero__context,
.y75-hero__coordinates,
.y75-hero__content,
.y75-hero__controls {
  position: absolute;
  z-index: 2;
}

.y75-hero__context {
  top: 118px;
  left: 41px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.y75-hero__context > span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--y75-cream);
}

.y75-hero__context small {
  margin-top: 10px;
  margin-left: -10px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 2.2px;
}

.y75-hero__coordinates {
  top: 120px;
  right: 39px;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 3px;
  text-align: right;
}

.y75-hero__content {
  bottom: 116px;
  left: 41px;
}

.y75-hero__content h1 {
  width: 760px;
  margin-bottom: 40px;
  font-size: clamp(86px, 8.34vw, 120px);
  font-weight: 400;
  line-height: 0.9167;
  letter-spacing: -0.05em;
}

.y75-hero__actions {
  display: grid;
  grid-template-columns: 382px 270px;
  gap: 17px;
  align-items: start;
}

.y75-hero__actions p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.y75-hero__actions .y75-pill {
  min-height: 48px;
  padding-right: 24px;
  padding-left: 24px;
}

.y75-hero__controls {
  right: 40px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--y75-cream);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.y75-hero__dots {
  display: flex;
  gap: 7px;
}

.y75-hero__dots button {
  position: relative;
  width: 30px;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.y75-hero__dots i {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 247, 234, 0.38);
  transition: background-color 250ms ease, transform 250ms ease;
}

.y75-hero__dots button[aria-pressed="true"] i {
  background: var(--y75-accent);
  transform: scaleY(1.5);
}

.y75-intro {
  min-height: 900px;
  padding: 72px 40px 60px;
  background: var(--y75-surface);
}

.y75-intro[data-y75-reveal] .y75-eyebrow,
.y75-intro[data-y75-reveal] .y75-intro__body p,
.y75-intro[data-y75-reveal] .y75-specification,
.y75-intro[data-y75-reveal] > .y75-text-link,
.y75-intro[data-y75-reveal] .y75-intro__copy h2 {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 22px, 0);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.y75-intro[data-y75-reveal] .y75-intro__copy h2 { transition-delay: 110ms; }
.y75-intro[data-y75-reveal] .y75-intro__body p:first-child { transition-delay: 230ms; }
.y75-intro[data-y75-reveal] .y75-intro__body p:last-child { transition-delay: 310ms; }
.y75-intro[data-y75-reveal] .y75-specification:nth-child(1) { transition-delay: 360ms; }
.y75-intro[data-y75-reveal] .y75-specification:nth-child(2) { transition-delay: 410ms; }
.y75-intro[data-y75-reveal] .y75-specification:nth-child(3) { transition-delay: 460ms; }
.y75-intro[data-y75-reveal] .y75-specification:nth-child(4) { transition-delay: 510ms; }
.y75-intro[data-y75-reveal] .y75-specification:nth-child(5) { transition-delay: 560ms; }
.y75-intro[data-y75-reveal] > .y75-text-link { transition-delay: 650ms; }

.y75-intro.is-visible .y75-eyebrow,
.y75-intro.is-visible .y75-intro__body p,
.y75-intro.is-visible .y75-specification,
.y75-intro.is-visible > .y75-text-link,
.y75-intro.is-visible .y75-intro__copy h2 {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.y75-intro__copy {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(340px, 520px);
  gap: 64px;
  justify-content: space-between;
}

.y75-intro__copy h2 {
  margin: 24px 0 0;
  font-size: clamp(82px, 8.34vw, 120px);
  font-weight: 400;
  line-height: 0.9167;
  letter-spacing: -0.05em;
}

.y75-intro__body {
  padding-top: 40px;
}

.y75-intro__body p:first-child {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}

.y75-intro__body p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.y75-specifications {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid var(--y75-rule);
}

.y75-specification {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.y75-specification strong {
  color: var(--y75-accent);
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -1px;
}

.y75-specification span {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
}

.y75-specification p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.y75-intro > .y75-text-link {
  margin-top: 40px;
}

.y75-interiors {
  --progress: 0;
  --reveal: 0%;
  --base-scale: 1;
  --detail-scale: 1.085;
  position: relative;
  height: calc(min(900px, 100svh) + 110svh);
  overflow: visible;
  background: var(--y75-ink);
}

.y75-interiors__sticky {
  position: sticky;
  top: 0;
  display: grid;
  width: 100%;
  height: min(900px, 100svh);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.y75-interior {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  color: var(--y75-cream);
  background: var(--y75-ink);
}

.y75-interior::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: min(38svh, 340px);
  background: linear-gradient(180deg, rgba(15, 14, 12, 0), rgba(15, 14, 12, 0.82));
  content: "";
  pointer-events: none;
}

.y75-interior__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  will-change: clip-path, transform;
}

.y75-interior__media--base {
  transform: scale(var(--base-scale));
}

.y75-interior--left .y75-interior__media--detail {
  clip-path: inset(calc(100% - var(--reveal)) 0 0 0);
}

.y75-interior--right .y75-interior__media--detail {
  clip-path: inset(0 0 calc(100% - var(--reveal)) 0);
}

.y75-interior__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  will-change: transform;
}

.y75-interior__media--base img {
  transform: scale(1.025);
}

.y75-interior__media--detail img {
  transform: scale(var(--detail-scale));
}

.y75-interior--left .y75-interior__media--base img { object-position: 48% center; }
.y75-interior--right .y75-interior__media--base img { object-position: 56% center; }
.y75-interior--left .y75-interior__media--detail img { object-position: 67% center; }
.y75-interior--right .y75-interior__media--detail img { object-position: 54% 48%; }

.y75-interior__copy {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 2.78vw, 40px);
  bottom: clamp(22px, 1.78vw, 32px);
  left: clamp(24px, 2.78vw, 40px);
  transform: translate3d(0, calc(var(--progress) * -7px), 0);
  will-change: opacity, transform;
}

.y75-interior__copy--base {
  opacity: clamp(0, calc((0.48 - var(--progress)) * 5.5556), 1);
  transform: translate3d(0, calc(var(--progress) * -10px), 0);
}

.y75-interior__copy--detail {
  opacity: clamp(0, calc((var(--progress) - 0.52) * 5.5556), 1);
  transform: translate3d(0, calc((1 - var(--progress)) * 10px), 0);
}

.y75-interior h2 {
  max-width: 600px;
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.y75-interiors__progress {
  position: absolute;
  z-index: 4;
  top: 28px;
  left: 50%;
  display: grid;
  width: 180px;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 247, 234, 0.86);
  transform: translateX(-50%);
  pointer-events: none;
}

.y75-interiors__progress > i {
  display: block;
  width: 56px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 247, 234, 0.35);
  grid-row: 1;
}

.y75-interiors__progress > i b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--y75-accent);
  transform: scaleX(var(--progress));
  transform-origin: left center;
}

.y75-interiors__progress > span {
  grid-area: 2 / 1;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  transition: opacity 280ms ease;
}

.y75-interiors__progress > span:nth-of-type(2),
.y75-interiors__progress > span:nth-of-type(3),
.y75-interiors[data-phase="moving"] .y75-interiors__progress > span:first-of-type,
.y75-interiors[data-phase="complete"] .y75-interiors__progress > span:first-of-type {
  opacity: 0;
}

.y75-interiors[data-phase="moving"] .y75-interiors__progress > span:nth-of-type(2),
.y75-interiors[data-phase="complete"] .y75-interiors__progress > span:nth-of-type(3) {
  opacity: 1;
}

.y75-highlights {
  min-height: 900px;
  padding: 58px 40px 54px;
}

.y75-highlights header h2 {
  margin: 24px 0 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -3px;
}

.y75-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 38px;
  margin-top: 67px;
}

.y75-highlight {
  display: grid;
  min-height: 230px;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 25px;
  padding-top: 26px;
  overflow: hidden;
  border-top: 1px solid var(--y75-rule);
}

.y75-highlight > strong {
  color: var(--y75-accent);
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -3px;
}

.y75-highlight h3 {
  margin: 8px 0 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.y75-highlight p {
  max-width: 460px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.y75-gallery {
  position: relative;
  height: 900px;
  overflow: hidden;
  color: var(--y75-cream);
  background: var(--y75-ink);
}

.y75-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 61%;
  transition: opacity 180ms ease;
}

.y75-gallery__contrast {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.y75-gallery header,
.y75-gallery__caption,
.y75-gallery__tabs,
.y75-gallery__arrows {
  position: absolute;
  z-index: 2;
}

.y75-gallery header {
  top: 44px;
  left: 40px;
}

.y75-gallery header h2 {
  width: 860px;
  margin: 18px 0 0;
  font-size: clamp(88px, 8.34vw, 120px);
  font-weight: 400;
  line-height: 0.9167;
  letter-spacing: -0.05em;
}

.y75-gallery__caption {
  bottom: 98px;
  left: 40px;
  width: 520px;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
}

.y75-gallery__tabs {
  bottom: 32px;
  left: 40px;
  display: flex;
  gap: 12px;
}

.y75-gallery__tabs > :nth-child(1),
.y75-gallery__tabs > :nth-child(2) {
  width: 148px;
}

.y75-gallery__tabs > :nth-child(3) {
  width: 220px;
}

.y75-gallery__tabs button:not(.is-active) {
  color: var(--y75-cream);
  background: var(--y75-ink);
}

.y75-gallery__arrows {
  right: 40px;
  bottom: 32px;
  display: flex;
  gap: 12px;
}

.y75-details {
  display: grid;
  min-height: 616px;
  grid-template-columns: 480px minmax(0, 820px);
  gap: 40px;
  justify-content: space-between;
  padding: 62px 60px 62px 40px;
}

.y75-details > header h2 {
  margin: 20px 0 18px;
  font-size: 62px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -1.86px;
}

.y75-details > header > p:not(.y75-eyebrow) {
  max-width: 430px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
}

.y75-details > header .y75-text-link {
  margin-top: 64px;
  letter-spacing: 1.6px;
}

.y75-accordion {
  align-self: start;
  border-top: 1px solid var(--y75-rule);
}

.y75-accordion__item {
  border-bottom: 1px solid var(--y75-rule);
}

.y75-accordion__item h3 {
  margin: 0;
}

.y75-accordion__item button {
  display: flex;
  width: 100%;
  min-height: 81px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 15px 20px 20px;
  border: 0;
  color: var(--y75-ink);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.y75-accordion__item button:hover,
.y75-accordion__item button:focus-visible {
  color: var(--y75-accent);
}

.y75-accordion__item button i {
  width: 30px;
  flex: 0 0 30px;
  color: var(--y75-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  transition: transform 350ms ease;
}

.y75-accordion__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 350ms cubic-bezier(0.65, 0, 0.2, 1), opacity 280ms ease;
}

.y75-accordion__answer > div {
  min-height: 0;
  overflow: hidden;
}

.y75-accordion__item.is-open .y75-accordion__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.y75-accordion__item.is-open button i {
  transform: rotate(45deg);
}

.y75-accordion__answer p {
  max-width: 680px;
  padding: 0 70px 24px 20px;
  margin-bottom: 0;
  color: rgba(37, 37, 35, 0.72);
  font-size: 13px;
  line-height: 21px;
}

.y75-final {
  position: relative;
  height: 1024px;
  overflow: hidden;
  color: var(--y75-cream);
  background: var(--y75-ink);
}

.y75-final > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.y75-final__shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 61%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.y75-final__content {
  position: absolute;
  z-index: 2;
  bottom: 72px;
  left: 40px;
  display: flex;
  width: 780px;
  flex-direction: column;
  align-items: flex-start;
}

.y75-final__content h2 {
  margin: 0;
  font-size: clamp(88px, 8.34vw, 120px);
  font-weight: 400;
  line-height: 0.9167;
  letter-spacing: -0.05em;
}

.y75-final__content > p:not(.y75-eyebrow) {
  width: 520px;
  margin: 30px 0 6px;
  font-size: 14px;
  line-height: 22px;
}

.y75-final__content .y75-pill {
  width: 300px;
  margin-top: 0;
}

.y75-booking {
  --y75-ink: #252523;
  --y75-cream: #fff7ea;
  --y75-accent: #ffa876;
  position: fixed;
  z-index: 1000;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.y75-booking[hidden] {
  display: none;
}

.y75-booking.is-open {
  opacity: 1;
  pointer-events: auto;
}

.y75-booking__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 11, 0.78);
  backdrop-filter: blur(18px);
}

.y75-booking__panel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #07151d;
  transform: translate3d(0, 20px, 0) scale(0.99);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.y75-booking.is-open .y75-booking__panel {
  transform: translate3d(0, 0, 0) scale(1);
}

.y75-booking iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #07151d;
}

.y75-booking__close {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 39%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 247, 234, 0.86);
  border-radius: 50%;
  color: var(--y75-cream);
  background: rgba(37, 37, 35, 0.94);
  box-shadow: 0 0 0 4px rgba(255, 168, 118, 0.72);
  cursor: pointer;
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.y75-booking__close:hover,
.y75-booking__close:focus-visible {
  color: var(--y75-ink);
  background: var(--y75-accent);
  transform: translate(-50%, -50%) scale(1.05);
}

body.y75-booking-is-open {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .y75-intro__copy {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.8fr);
    gap: 44px;
  }

  .y75-intro__copy h2 {
    font-size: clamp(72px, 8vw, 96px);
  }

  .y75-details {
    grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 980px) {
  .y75-hero__content h1 {
    width: min(760px, calc(100vw - 80px));
    font-size: clamp(70px, 9.5vw, 94px);
  }

  .y75-intro__copy h2 {
    font-size: clamp(60px, 8vw, 78px);
    line-height: 0.96;
  }

  .y75-specifications {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }

  .y75-highlight {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 18px;
  }

  .y75-highlight > strong {
    font-size: 54px;
  }
}

@media (max-width: 820px) {
  .y75-hero {
    --site-hero-min-height: 740px;
  }

  .y75-hero__image,
  .y75-hero__image:first-child {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: 60% center;
  }

  .y75-hero__image[data-y75-hero-index="1"] {
    object-position: 58% center;
  }

  .y75-hero__image[data-y75-hero-index="2"] {
    object-position: 62% center;
  }

  .y75-hero__shade {
    height: 64%;
  }

  .y75-hero__context {
    top: 100px;
    left: 16px;
  }

  .y75-hero__context small {
    font-size: 9px;
    line-height: 17px;
    letter-spacing: 1.6px;
  }

  .y75-hero__coordinates {
    display: none;
  }

  .y75-hero__controls {
    top: 100px;
    right: 16px;
    bottom: auto;
    gap: 8px;
  }

  .y75-hero__controls > span { display: none; }
  .y75-hero__dots { gap: 5px; }
  .y75-hero__dots button { width: 18px; }

  .y75-hero__content {
    right: 16px;
    bottom: 24px;
    left: 16px;
  }

  .y75-hero__content h1 {
    width: 100%;
    margin-bottom: 24px;
    font-size: clamp(54px, 14.6vw, 74px);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }

  .y75-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .y75-hero__actions p {
    max-width: 460px;
    font-size: 13px;
    line-height: 20px;
  }

  .y75-hero__actions .y75-pill {
    width: min(100%, 320px);
  }

  .y75-intro {
    min-height: 0;
    padding: 52px 16px 56px;
  }

  .y75-intro__copy {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .y75-intro__copy h2 {
    margin-top: 18px;
    font-size: clamp(44px, 12.6vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .y75-intro__body {
    max-width: 560px;
    padding-top: 0;
  }

  .y75-intro__body p:first-child {
    font-size: 16px;
    line-height: 25px;
  }

  .y75-specifications {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 44px;
    padding-top: 0;
    border-top: 1px solid var(--y75-rule);
    border-left: 1px solid var(--y75-rule);
  }

  .y75-specification {
    min-height: 154px;
    justify-content: flex-start;
    padding: 16px 12px;
    border-right: 1px solid var(--y75-rule);
    border-bottom: 1px solid var(--y75-rule);
  }

  .y75-specification strong {
    font-size: 32px;
    line-height: 36px;
  }

  .y75-specification span {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 1.8px;
  }

  .y75-specification p {
    font-size: 12px;
    line-height: 18px;
  }

  .y75-intro > .y75-text-link {
    margin-top: 32px;
  }

  .y75-interiors {
    height: 210svh;
  }

  .y75-interiors__sticky {
    height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .y75-interior {
    min-height: 0;
  }

  .y75-interior::after {
    height: 72%;
  }

  .y75-interior__copy {
    right: 16px;
    bottom: 24px;
    left: 16px;
  }

  .y75-interior h2 {
    margin-top: 10px;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.25;
  }

  .y75-interior .y75-eyebrow {
    font-size: 8px;
    line-height: 13px;
    letter-spacing: 2px;
  }

  .y75-interiors__progress { top: 14px; }

  .y75-highlights {
    min-height: 0;
    padding: 52px 16px 58px;
  }

  .y75-highlights header h2 {
    margin-top: 18px;
    font-size: clamp(43px, 12vw, 54px);
    line-height: 0.98;
    letter-spacing: -2.2px;
  }

  .y75-highlight-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 46px;
  }

  .y75-highlight {
    min-height: 184px;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 16px;
    padding-top: 22px;
  }

  .y75-highlight > strong {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -2px;
  }

  .y75-highlight h3 {
    margin: 5px 0 12px;
    font-size: 21px;
    line-height: 27px;
  }

  .y75-highlight p {
    font-size: 13px;
    line-height: 20px;
  }

  .y75-gallery {
    height: 760px;
  }

  .y75-gallery__image {
    object-position: 62% center;
  }

  .y75-gallery__contrast {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.64));
  }

  .y75-gallery header {
    top: 52px;
    right: 16px;
    left: 16px;
  }

  .y75-gallery header h2 {
    width: 100%;
    margin-top: 16px;
    font-size: clamp(48px, 14.8vw, 64px);
    line-height: 0.94;
    letter-spacing: -0.052em;
  }

  .y75-gallery__caption {
    right: 16px;
    bottom: 196px;
    left: 16px;
    width: auto;
  }

  .y75-gallery__tabs {
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .y75-gallery__tabs > :nth-child(1),
  .y75-gallery__tabs > :nth-child(2),
  .y75-gallery__tabs > :nth-child(3) {
    width: 100%;
    min-height: 48px;
    padding-right: 14px;
    padding-left: 14px;
    letter-spacing: 2px;
  }

  .y75-gallery__tabs > :nth-child(3) {
    grid-column: 1 / -1;
  }

  .y75-gallery__arrows {
    right: 16px;
    bottom: 142px;
    gap: 8px;
  }

  .y75-details {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 52px 16px 62px;
  }

  .y75-details > header h2 {
    margin-top: 16px;
    font-size: clamp(44px, 12vw, 56px);
    line-height: 1;
    letter-spacing: -2px;
  }

  .y75-details > header .y75-text-link {
    margin-top: 30px;
  }

  .y75-accordion__item button {
    min-height: 70px;
    padding: 14px 4px;
  }

  .y75-accordion__answer p {
    padding: 0 42px 22px 4px;
  }

  .y75-final {
    height: 760px;
  }

  .y75-final > img {
    object-position: 58% center;
  }

  .y75-final__shade {
    height: 76%;
  }

  .y75-final__content {
    right: 16px;
    bottom: 24px;
    left: 16px;
    width: auto;
  }

  .y75-final__content h2 {
    font-size: clamp(54px, 15vw, 70px);
    line-height: 0.92;
  }

  .y75-final__content > p:not(.y75-eyebrow) {
    width: min(100%, 520px);
    margin-top: 22px;
    font-size: 13px;
    line-height: 20px;
  }

  .y75-final__content .y75-pill {
    width: min(100%, 320px);
    margin-top: 14px;
  }

  .y75-booking__close {
    top: 11px;
    right: 11px;
    left: auto;
    width: 48px;
    height: 48px;
    box-shadow: 0 0 0 3px rgba(255, 168, 118, 0.72);
    font-size: 24px;
    transform: none;
  }

  .y75-booking__close:hover,
  .y75-booking__close:focus-visible {
    transform: scale(1.05);
  }
}

@media (max-width: 420px) {
  .y75-hero__content h1 {
    font-size: 54px;
  }

  .y75-gallery__tabs .y75-pill {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .y75-interiors {
    --progress: 0;
    --reveal: 0%;
    --base-scale: 1;
    --detail-scale: 1;
    height: 100svh;
  }

  .y75-interior__media--detail,
  .y75-interior__copy--detail,
  .y75-interiors__progress {
    display: none;
  }

  .y75-interior__copy--base,
  .y75-intro[data-y75-reveal] .y75-eyebrow,
  .y75-intro[data-y75-reveal] .y75-intro__body p,
  .y75-intro[data-y75-reveal] .y75-specification,
  .y75-intro[data-y75-reveal] > .y75-text-link,
  .y75-intro[data-y75-reveal] .y75-intro__copy h2 {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .y75-gallery__image,
  .y75-hero__image,
  .y75-pill,
  .y75-gallery__arrows button,
  .y75-accordion__answer,
  .y75-accordion__item button i,
  .y75-booking,
  .y75-booking__panel {
    transition: none;
  }
}
