:root {
  color-scheme: light;
  --ink: #202426;
  --soft-ink: #596166;
  --paper: #faf8f3;
  --white: #ffffff;
  --sage: #6d7f65;
  --deep: #283832;
  --clay: #b86445;
  --mist: #dfe7e4;
  --line: rgba(32, 36, 38, 0.12);
  --shadow: 0 18px 45px rgba(38, 45, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(to bottom, rgba(23, 28, 28, 0.55), rgba(23, 28, 28, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 700;
  letter-spacing: 0;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-family: Georgia, serif;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  font-size: 14px;
}

.nav-links a {
  opacity: 0.88;
}

.nav-links a:hover {
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  color: var(--white);
}

.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 22, 20, 0.76), rgba(15, 22, 20, 0.2) 58%, rgba(15, 22, 20, 0.1)),
    linear-gradient(0deg, rgba(15, 22, 20, 0.2), rgba(15, 22, 20, 0.18));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 36px));
  padding: 20vh 0 9vh;
  margin-left: clamp(18px, 7vw, 92px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2c5a5;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
}

.hero-content p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-btn,
.ghost-btn,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
}

.primary-btn,
.contact-form button {
  color: var(--white);
  background: var(--clay);
}

.ghost-btn {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band div {
  padding: 28px clamp(16px, 4vw, 44px);
  background: var(--white);
}

.intro-band strong {
  display: block;
  color: var(--deep);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.intro-band span {
  color: var(--soft-ink);
  font-size: 14px;
}

.section {
  padding: clamp(72px, 9vw, 116px) clamp(18px, 5vw, 64px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(260px, 1fr);
  gap: clamp(24px, 6vw, 84px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 42px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -16px;
}

.section-heading p:last-child {
  margin-bottom: 0;
  color: var(--soft-ink);
}

.section-heading.compact {
  display: block;
  margin-bottom: 24px;
}

.room-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.room-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.room-card.featured {
  grid-row: span 2;
  min-height: 580px;
}

.room-card img {
  height: 100%;
  object-fit: cover;
}

.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 24, 24, 0.76), rgba(20, 24, 24, 0.08) 58%);
}

.room-copy {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: var(--white);
}

.room-copy span {
  color: #f2c5a5;
  font-size: 13px;
  font-weight: 700;
}

.room-copy p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.muted {
  background: #eef3f0;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto 24px;
}

.filter-chip {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(40, 56, 50, 0.22);
  border-radius: 999px;
  color: var(--deep);
  background: transparent;
  cursor: pointer;
}

.filter-chip.active,
.filter-chip:hover {
  color: var(--white);
  background: var(--deep);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(40, 56, 50, 0.1);
  border-radius: 8px;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.product-card.is-hidden {
  display: none;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card div {
  padding: 18px;
}

.product-card p {
  margin-bottom: 4px;
  font-weight: 800;
}

.product-card span {
  display: block;
  min-height: 48px;
  color: var(--soft-ink);
  font-size: 14px;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 56px;
  margin-top: 12px;
}

.product-tags em {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--deep);
  background: #eef3f0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.product-card strong {
  display: block;
  margin-top: 12px;
  color: var(--clay);
  font-size: 20px;
}

.studio-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.studio-image img {
  height: min(680px, 70vh);
  min-height: 440px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.studio-copy > p:not(.eyebrow) {
  color: var(--soft-ink);
}

.service-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.service-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-list span {
  color: var(--clay);
  font-family: Georgia, serif;
  font-size: 22px;
}

.service-list strong {
  display: block;
  margin-bottom: 4px;
}

.service-list p {
  margin-bottom: 0;
  color: var(--soft-ink);
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  padding: clamp(64px, 8vw, 96px) clamp(18px, 5vw, 64px);
  color: var(--white);
  background: var(--deep);
}

.lookbook .eyebrow {
  color: #f2c5a5;
}

.lookbook-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.lookbook-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.lookbook-strip img {
  height: clamp(240px, 34vw, 430px);
  border-radius: 8px;
  object-fit: cover;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 90px);
  padding: clamp(72px, 9vw, 120px) clamp(18px, 5vw, 64px);
  background: var(--white);
}

.contact-section > div,
.contact-form {
  max-width: 620px;
  width: 100%;
}

.contact-section p:not(.eyebrow) {
  color: var(--soft-ink);
}

.license-info {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7faf8;
}

.license-info p {
  margin: 0;
  color: var(--ink);
}

.license-info strong {
  color: var(--deep);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-weight: 700;
}

.contact-form label:nth-child(3),
.contact-form button,
.phone-link,
.form-note {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #f7faf8;
}

.contact-form button {
  justify-self: start;
  min-width: 148px;
  border: 0;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(40, 56, 50, 0.22);
  border-radius: 999px;
  color: var(--deep);
  font-weight: 800;
  background: transparent;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--clay);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.78);
  background: #171c1b;
  font-size: 14px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .intro-band,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading,
  .room-grid,
  .studio-section,
  .lookbook,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .room-card.featured {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .hero {
    min-height: 82vh;
  }

  .hero-content {
    width: calc(100% - 36px);
    padding-top: 18vh;
    margin-left: 18px;
  }

  h1 {
    font-size: 40px;
  }

  .intro-band,
  .product-grid,
  .lookbook-strip,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .intro-band div {
    padding: 22px 18px;
  }

  .room-card,
  .room-card.featured {
    min-height: 420px;
  }

  .studio-image img {
    min-height: 340px;
  }

  .contact-form label:nth-child(3),
  .contact-form button,
  .phone-link,
  .form-note {
    grid-column: auto;
  }
}
