:root {
  --paper: #f7efe5;
  --cream: #fffaf2;
  --ink: #191514;
  --muted: #6f625c;
  --olive: #52623a;
  --coral: #e96758;
  --plum: #6b315f;
  --gold: #c49445;
  --line: rgba(25, 21, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 239, 229, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.02em;
}

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a {
  text-decoration: none;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 88px) clamp(20px, 6vw, 86px);
}

.hero-copy {
  max-width: 720px;
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 12vw, 9.5rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.lede {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--cream);
  background: var(--ink);
}

.button.secondary {
  background: transparent;
}

.hero-room {
  position: relative;
  min-height: min(620px, 72vh);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.25) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(#e5cda7 0 62%, #946544 62% 100%);
  box-shadow: 24px 28px 0 rgba(82, 98, 58, 0.18);
}

.window {
  position: absolute;
  top: 12%;
  left: 9%;
  width: 30%;
  height: 31%;
  border: 10px solid var(--cream);
  background: linear-gradient(135deg, #9cc0c7, #f5d3a3);
}

.window::before,
.window::after {
  position: absolute;
  content: "";
  background: var(--cream);
}

.window::before {
  left: 50%;
  width: 8px;
  height: 100%;
  transform: translateX(-50%);
}

.window::after {
  top: 50%;
  width: 100%;
  height: 8px;
  transform: translateY(-50%);
}

.art {
  position: absolute;
  border: 8px solid var(--cream);
  box-shadow: 0 12px 22px rgba(25, 21, 20, 0.12);
}

.art-one {
  top: 15%;
  right: 15%;
  width: 20%;
  height: 22%;
  background: radial-gradient(circle at 40% 42%, var(--coral) 0 26%, transparent 27%), var(--plum);
}

.art-two {
  top: 39%;
  right: 8%;
  width: 15%;
  height: 16%;
  background: linear-gradient(135deg, var(--gold), var(--olive));
}

.sofa {
  position: absolute;
  right: 12%;
  bottom: 14%;
  width: 62%;
  height: 26%;
  border-radius: 34px 34px 12px 12px;
  background: var(--olive);
}

.sofa::before {
  position: absolute;
  bottom: 0;
  left: -8%;
  width: 116%;
  height: 38%;
  border-radius: 18px;
  background: #39472b;
  content: "";
}

.sofa span {
  position: absolute;
  top: 18%;
  width: 26%;
  height: 38%;
  border-radius: 12px;
  background: #f3c86b;
}

.sofa span:first-child {
  left: 18%;
}

.sofa span:last-child {
  right: 18%;
  background: var(--coral);
}

.table {
  position: absolute;
  left: 18%;
  bottom: 9%;
  width: 28%;
  height: 7%;
  border-radius: 999px;
  background: var(--ink);
}

.lamp {
  position: absolute;
  left: 10%;
  bottom: 16%;
  width: 4%;
  height: 30%;
  background: var(--ink);
}

.lamp::before {
  position: absolute;
  left: 50%;
  top: -26%;
  width: 96px;
  height: 58px;
  border-radius: 50% 50% 10px 10px;
  background: var(--coral);
  content: "";
  transform: translateX(-50%);
}

.plant {
  position: absolute;
  right: 3%;
  bottom: 8%;
  width: 12%;
  height: 18%;
  border-radius: 0 0 18px 18px;
  background: var(--plum);
}

.plant::before {
  position: absolute;
  left: 50%;
  bottom: 80%;
  width: 150%;
  height: 110%;
  border-radius: 80% 10% 80% 10%;
  background: var(--olive);
  content: "";
  transform: translateX(-50%) rotate(18deg);
}

.intro,
.section,
.lookbook,
.contact,
footer {
  padding: clamp(44px, 7vw, 92px) clamp(20px, 6vw, 86px);
}

.intro {
  color: var(--cream);
  background: var(--ink);
}

.intro p {
  max-width: 1050px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 4.2rem);
  line-height: 1.02;
  text-align: center;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.service-grid p,
.contact p {
  color: var(--muted);
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 26px;
  align-items: end;
  background: #ead9c4;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.swatch.olive { background: var(--olive); }
.swatch.cream { background: var(--cream); }
.swatch.coral { background: var(--coral); }
.swatch.plum { background: var(--plum); }
.swatch.ink { background: var(--ink); }

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

.contact > div {
  max-width: 720px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

footer p {
  margin-bottom: 0;
}

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

  nav {
    flex-wrap: wrap;
  }

  .hero,
  .lookbook,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-room {
    min-height: 460px;
  }

  .swatches {
    min-height: 180px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 4.1rem;
  }

  .hero-room {
    min-height: 360px;
    box-shadow: 12px 14px 0 rgba(82, 98, 58, 0.18);
  }

  .service-grid article {
    min-height: 0;
  }
}
