:root {
  color-scheme: light;
  --ink: #191816;
  --muted: #706b64;
  --paper: #f6f2ec;
  --surface: #fffdf9;
  --line: #ded6ca;
  --black: #191816;
  --olive: #59624a;
  --wine: #8e3c45;
  --clay: #b27959;
  --shadow: 0 24px 70px rgba(25, 24, 22, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.75;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header,
.brand,
.site-nav,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0));
}

.brand {
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--black);
  background: #fff;
  border-radius: 8px;
  font-weight: 900;
}

.brand span:last-child {
  display: grid;
  line-height: 1.2;
}

.brand small,
.site-footer small {
  color: rgba(255, 255, 255, 0.72);
}

.site-nav {
  gap: clamp(14px, 3vw, 30px);
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a {
  opacity: 0.86;
}

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

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 92vh;
  overflow: hidden;
  color: #fff;
}

.hero > img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero > img {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.56));
}

.hero-content {
  position: relative;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto clamp(72px, 12vw, 140px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2c2b2;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 4vw, 3.45rem);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.32;
}

.hero-content > p {
  max-width: 640px;
  margin-bottom: 28px;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
}

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

.button,
.reserve-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
}

.button.primary,
.reserve-form button {
  color: #fff;
  background: var(--wine);
}

.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.intro,
.collection,
.feature,
.lookbook,
.service,
.contact {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(62px, 9vw, 112px) 0;
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
}

.intro > p,
.feature p,
.lookbook-panel p,
.service p,
.contact p {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.collection {
  border-top: 1px solid var(--line);
}

.collection-grid,
.service-grid {
  display: grid;
  gap: 18px;
}

.collection-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.collection-grid article,
.service-grid article,
.reserve-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(25, 24, 22, 0.08);
}

.collection-grid article,
.service-grid article {
  padding: clamp(22px, 3vw, 34px);
}

.collection-grid span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
}

.feature {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.feature figure {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.price-list {
  display: grid;
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  background: var(--line);
  border-radius: 8px;
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  background: var(--surface);
}

.price-list dt {
  color: var(--muted);
}

.price-list dd {
  margin: 0;
  font-weight: 900;
}

.lookbook {
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
}

.lookbook img {
  width: 100%;
  min-height: 620px;
  max-height: 760px;
  object-fit: cover;
}

.lookbook::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.08));
}

.lookbook-panel {
  position: absolute;
  inset: auto auto clamp(28px, 6vw, 72px) clamp(20px, 6vw, 86px);
  z-index: 1;
  width: min(520px, calc(100% - 40px));
}

.lookbook-panel .eyebrow {
  color: #f2c2b2;
}

.lookbook-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.service {
  border-top: 1px solid var(--line);
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.reserve-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
}

.reserve-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.reserve-form input,
.reserve-form select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reserve-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 64px);
  color: #fff;
  background: #191816;
}

@media (max-width: 920px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    position: absolute;
    padding-bottom: 54px;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 100vh;
  }

  .intro,
  .feature,
  .contact,
  .collection-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .lookbook img {
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  .site-nav {
    gap: 10px 16px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }

  .hero-content {
    margin-bottom: 52px;
  }

  .brand {
    white-space: normal;
  }
}
