:root {
  --paper: #ffffff;
  --paper-soft: #fbfbfc;
  --surface: #f7f8f9;
  --surface-deep: #eef0f3;
  --line: #d9dde2;
  --line-soft: #e9ecef;
  --ink: #202327;
  --ink-soft: #4f555d;
  --muted: #7c828a;
  --muted-light: #a2a8af;
  --champagne: #9a8d76;
  --champagne-quiet: rgba(154, 141, 118, 0.18);
  --champagne-line: rgba(154, 141, 118, 0.24);
  --shadow-soft: 0 30px 86px rgba(23, 28, 34, 0.052), 0 1px 0 rgba(255, 255, 255, 0.88) inset;
  --shadow-focus: 0 64px 152px rgba(23, 28, 34, 0.135), 0 20px 48px rgba(23, 28, 34, 0.064), 0 0 0 1px rgba(154, 141, 118, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  --ease: cubic-bezier(0.14, 0.98, 0.24, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper-soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(ellipse at 50% 64%, rgba(229, 232, 237, 0.42), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(252, 253, 254, 0.98) 38%, rgba(245, 247, 249, 0.94) 72%, rgba(238, 241, 244, 0.88) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(230, 233, 238, 0.36), transparent 18%, transparent 82%, rgba(230, 233, 238, 0.36)),
    radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.72), transparent 48%);
  opacity: 0.58;
}

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

button {
  font: inherit;
}

.page {
  position: relative;
  width: min(100%, 1480px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 36px clamp(20px, 4vw, 64px) 64px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.context,
.eyebrow,
.room-kicker {
  font-size: 0.74rem;
  font-weight: 520;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand {
  color: var(--ink);
  transition: color 220ms ease;
}

.brand:hover,
.brand:focus-visible {
  color: var(--ink-soft);
  outline: none;
}

.context {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.hero {
  max-width: 900px;
  margin: clamp(114px, 14.2vw, 194px) auto clamp(72px, 9vw, 122px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 32px;
  color: var(--champagne);
  letter-spacing: 0.145em;
  opacity: 0.78;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
}

h1 {
  display: grid;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.88rem, 5.45vw, 5.92rem);
  font-weight: 525;
  letter-spacing: -0.042em;
  line-height: 1.005;
}

h1 small {
  display: block;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.18vw, 1.12rem);
  font-weight: 420;
  letter-spacing: 0.085em;
  line-height: 1.42;
  text-transform: uppercase;
}

.subline {
  max-width: 570px;
  margin: 42px auto 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.34rem);
  font-weight: 380;
  letter-spacing: -0.012em;
  line-height: 1.72;
}

.showroom-guide {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto clamp(18px, 2.6vw, 34px);
  padding: 0 clamp(20px, 4vw, 36px);
  text-align: center;
}

.guide-title {
  margin: 0;
  color: rgba(32, 35, 39, 0.96);
  font-size: clamp(1.02rem, 1.34vw, 1.22rem);
  font-weight: 460;
  letter-spacing: -0.01em;
  line-height: 1.36;
}

.guide-text {
  max-width: 690px;
  margin: 15px auto 0;
  color: rgba(79, 85, 93, 0.96);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  font-weight: 380;
  letter-spacing: -0.004em;
  line-height: 1.78;
}

.rooms {
  position: relative;
  margin-top: clamp(26px, 4vw, 58px);
}

.rooms::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(-96px, -6vw, -48px);
  width: min(94vw, 1120px);
  height: clamp(460px, 50vw, 700px);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.76) 18%, rgba(232, 235, 239, 0.32) 48%, transparent 78%),
    linear-gradient(90deg, transparent 0%, rgba(214, 219, 226, 0.2) 24%, rgba(255, 255, 255, 0.68) 50%, rgba(214, 219, 226, 0.2) 76%, transparent 100%);
  filter: blur(18px);
  opacity: 0.5;
  transform: translateX(-50%);
}

.rooms::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(120vw, 1380px);
  height: 64%;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 50%, transparent 0%, transparent 34%, rgba(226, 229, 233, 0.22) 72%, rgba(216, 221, 228, 0.36) 100%);
  opacity: 0.76;
  transform: translate(-50%, -50%);
}

.rooms-shell {
  position: relative;
  isolation: isolate;
}

.rooms-shell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: min(78vw, 900px);
  height: min(50vw, 560px);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(238, 241, 245, 0.24) 58%, transparent),
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.96), rgba(236, 240, 244, 0.44) 46%, transparent 76%);
  filter: blur(28px);
  opacity: 0.55;
  transform: translate(-50%, -48%);
}

.rooms-track {
  display: flex;
  gap: clamp(24px, 2.5vw, 40px);
  width: 100%;
  padding: 36px max(12px, calc((100% - min(71vw, 790px)) / 2)) 78px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  scrollbar-width: none;
  cursor: grab;
}

.rooms-track::-webkit-scrollbar {
  display: none;
}

.rooms-track:focus-visible {
  outline: 1px solid #b9bec5;
  outline-offset: 10px;
}

.rooms-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.room {
  position: relative;
  display: flex;
  flex: 0 0 min(71vw, 790px);
  min-height: clamp(414px, 42.5vw, 554px);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 4.6vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(201, 207, 215, 0.78);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(253, 254, 255, 0.94) 46%, rgba(247, 249, 251, 0.9) 100%),
    var(--paper);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transform: scale(0.902);
  opacity: 0.42;
  transition:
    transform 1240ms var(--ease),
    opacity 1240ms var(--ease),
    box-shadow 1240ms var(--ease),
    border-color 1240ms var(--ease);
}

.room::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), transparent 26%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent 18%, transparent 82%, rgba(229, 233, 238, 0.24)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.82), transparent 50%);
  opacity: 0.78;
}

.room::after {
  content: "";
  position: absolute;
  inset: auto clamp(34px, 4.6vw, 62px) clamp(34px, 4.2vw, 60px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--champagne-line), rgba(151, 159, 169, 0.36), transparent);
}

.room.is-active {
  border-color: rgba(188, 186, 178, 0.58);
  box-shadow: var(--shadow-focus);
  opacity: 1;
  transform: scale(1.032);
}

.room.is-active::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), transparent 26%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.74), transparent 18%, transparent 82%, rgba(229, 233, 238, 0.22)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.84), transparent 50%),
    linear-gradient(115deg, transparent 0%, transparent 42%, rgba(154, 141, 118, 0.08) 50%, transparent 62%);
}

.room > * {
  position: relative;
  z-index: 1;
}

.room-kicker {
  margin: 0;
  color: var(--muted-light);
  letter-spacing: 0.18em;
}

.room h2 {
  max-width: 620px;
  margin: auto 0 18px;
  color: rgba(32, 35, 39, 0.9);
  font-size: clamp(2.6rem, 4.6vw, 5.1rem);
  font-weight: 420;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.room-description {
  max-width: 430px;
  margin: 0 0 clamp(34px, 4.2vw, 54px);
  color: rgba(79, 85, 93, 0.86);
  font-size: clamp(0.98rem, 1.22vw, 1.16rem);
  font-weight: 380;
  letter-spacing: -0.006em;
  line-height: 1.68;
}

.enter-link {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(178, 174, 164, 0.46);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.58);
  color: rgba(60, 57, 52, 0.9);
  font-size: 0.78rem;
  font-weight: 490;
  letter-spacing: 0.034em;
  backdrop-filter: blur(12px);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.enter-link:hover,
.enter-link:focus-visible {
  border-color: rgba(143, 133, 115, 0.42);
  background: rgba(255, 254, 250, 0.9);
  color: #202327;
  outline: none;
}

.nav-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(184, 180, 170, 0.58);
  border-radius: 50%;
  background: rgba(255, 254, 251, 0.62);
  color: rgba(80, 75, 67, 0.92);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(14px);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.nav-button:hover,
.nav-button:focus-visible {
  border-color: rgba(143, 133, 115, 0.46);
  background: rgba(255, 254, 250, 0.92);
  color: #202327;
  outline: none;
}

.nav-button span {
  display: block;
  margin-top: -2px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.nav-button-prev {
  left: clamp(0px, 2.4vw, 28px);
}

.nav-button-next {
  right: clamp(0px, 2.4vw, 28px);
}

@media (max-width: 860px) {
  .page {
    padding: 26px 0 46px;
  }

  .header {
    padding: 0 20px;
  }

  .brand,
  .context {
    font-size: 0.68rem;
  }

  .hero {
    margin: 86px auto 52px;
    padding: 0 24px;
  }

  h1 {
    font-size: clamp(2.58rem, 10.6vw, 4.7rem);
    line-height: 1.02;
  }

  .subline {
    margin-top: 28px;
  }

  .nav-button {
    display: none;
  }

  .rooms-track {
    gap: 16px;
    padding: 24px 5.5vw 54px;
  }

  .room {
    flex-basis: 89vw;
    min-height: 424px;
    border-radius: 16px;
    transform: scale(0.955);
    opacity: 0.58;
  }

  .room.is-active {
    transform: scale(1.006);
  }

  .showroom-guide {
    margin-bottom: 12px;
    padding: 0 24px;
    text-align: left;
  }

  .guide-text {
    margin-top: 12px;
  }

  .trust-strip {
    margin-top: 2px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
  }

  .trust-tags {
    justify-content: flex-start;
  }

  .about-strip {
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-photo,
  .about-photo img {
    min-height: 210px;
  }
}

@media (max-width: 560px) {
  .header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .context {
    text-align: left;
  }

  .hero {
    margin-top: 82px;
    text-align: left;
  }

  .eyebrow,
  h1,
  .subline {
    margin-left: 0;
    margin-right: 0;
  }

  .room {
    min-height: 408px;
    padding: 30px 28px;
  }

  .room h2 {
    font-size: clamp(2.08rem, 10.4vw, 3.22rem);
    letter-spacing: -0.04em;
  }

  .room-description {
    margin-bottom: 30px;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .about-photo,
  .about-photo img {
    min-height: 188px;
  }
}

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

.trust-strip {
  max-width: 850px;
  margin: clamp(8px, 1.6vw, 18px) auto 0;
  padding: clamp(26px, 3.6vw, 42px) clamp(20px, 4vw, 38px) 0;
  border-top: 1px solid rgba(217, 221, 226, 0.72);
  text-align: center;
}

.trust-strip p {
  max-width: 710px;
  margin: 0 auto;
  color: rgba(79, 85, 93, 0.82);
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  font-weight: 380;
  letter-spacing: -0.002em;
  line-height: 1.78;
}

.trust-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin-top: 18px;
}

.trust-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(201, 207, 215, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(79, 85, 93, 0.68);
  font-size: 0.68rem;
  font-weight: 510;
  letter-spacing: 0.095em;
  line-height: 1;
  text-transform: uppercase;
}

.about-strip {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  max-width: 860px;
  margin: clamp(36px, 5.2vw, 70px) auto 0;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 44px);
  border-top: 1px solid rgba(217, 221, 226, 0.7);
  border-bottom: 1px solid rgba(217, 221, 226, 0.54);
}

.about-photo {
  overflow: hidden;
  min-height: 216px;
  border: 1px solid rgba(201, 207, 215, 0.82);
  border-radius: 14px;
  background: var(--surface);
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 216px;
  object-fit: cover;
  object-position: center center;
}

.about-content {
  max-width: 560px;
}

.about-content h2 {
  margin: 0;
  color: rgba(32, 35, 39, 0.92);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 450;
  letter-spacing: -0.028em;
  line-height: 1.14;
}

.about-subline {
  margin: 10px 0 0;
  color: var(--champagne);
  font-size: 0.74rem;
  font-weight: 520;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-content > p:not(.about-subline) {
  margin: 18px 0 0;
  color: rgba(79, 85, 93, 0.84);
  font-size: clamp(0.95rem, 1.08vw, 1.03rem);
  font-weight: 380;
  letter-spacing: -0.004em;
  line-height: 1.76;
}

.about-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 22px;
  padding: 0 16px;
  border: 1px solid rgba(178, 174, 164, 0.46);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.5);
  color: rgba(60, 57, 52, 0.9);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.034em;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.about-link:hover,
.about-link:focus-visible {
  border-color: rgba(143, 133, 115, 0.42);
  background: rgba(255, 254, 250, 0.9);
  color: #202327;
  outline: none;
}

@media (max-width: 860px) {
  .trust-strip {
    margin-top: 2px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
  }

  .trust-tags {
    justify-content: flex-start;
  }

  .about-strip {
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-photo,
  .about-photo img {
    min-height: 210px;
  }
}

@media (max-width: 560px) {
  .about-photo,
  .about-photo img {
    min-height: 188px;
  }
}

.showroom-signature {
  margin: clamp(34px, 5vw, 64px) auto 0;
  text-align: center;
  color: rgba(60, 62, 66, 0.58);
  font-size: 0.72rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showroom-signature p {
  margin: 0;
}

.showroom-signature a {
  display: inline-block;
  color: rgba(60, 62, 66, 0.64);
}

.showroom-signature a:hover,
.showroom-signature a:focus-visible {
  color: rgba(32, 35, 39, 0.78);
  outline: none;
}
