:root {
  --ink: #312a25;
  --muted: #6f6258;
  --paper: #fffdf8;
  --cream: #fbf3e9;
  --rose: #b97878;
  --rose-soft: #edd6d3;
  --gold: #b89152;
  --brown: #80664d;
  --sage: #708166;
  --line: #e7d9ca;
  --shadow: 0 16px 36px rgba(65, 49, 35, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}

.brand-text {
  font-size: 1.04rem;
  font-weight: 700;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 20px;
  font-family: Arial, sans-serif;
  font-size: 0.94rem;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--rose);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 6vw, 86px);
  background:
    linear-gradient(135deg, rgba(237, 214, 211, 0.56), rgba(251, 243, 233, 0.95) 42%, rgba(247, 249, 242, 0.8));
}

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

.eyebrow,
.section-label,
.status,
.price,
.interest,
.contact-status {
  font-family: Arial, sans-serif;
}

.eyebrow,
.section-label {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: clamp(2.75rem, 7vw, 6rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3.6vw, 3.25rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.tagline {
  margin-bottom: 14px;
  color: var(--rose);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
}

.hero-text,
.text-block p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.1rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  background: var(--rose);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.45);
  color: var(--rose);
}

.button:hover {
  transform: translateY(-1px);
}

.hero-still {
  position: relative;
  min-height: 430px;
}

.wall-art,
.flower-vase,
.decor-bowl {
  position: absolute;
  box-shadow: var(--shadow);
}

.wall-art {
  border: 14px solid #fff8ef;
  background:
    radial-gradient(circle at 38% 42%, #c98282 0 9%, transparent 10%),
    radial-gradient(circle at 56% 36%, #d4a565 0 8%, transparent 9%),
    radial-gradient(circle at 49% 60%, #7f936c 0 10%, transparent 11%),
    #f3e4d3;
}

.art-one {
  width: 250px;
  height: 310px;
  left: 0;
  top: 28px;
  transform: rotate(-5deg);
}

.art-two {
  width: 205px;
  height: 250px;
  right: 6px;
  top: 0;
  transform: rotate(7deg);
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(185, 145, 82, 0.35) 43% 53%, transparent 54%),
    linear-gradient(45deg, rgba(185, 120, 120, 0.36), transparent),
    #f7eadb;
}

.flower-vase {
  width: 108px;
  height: 190px;
  right: 24%;
  bottom: 44px;
  border-radius: 44% 44% 28% 28%;
  background:
    radial-gradient(circle at 26% 4%, #b97878 0 10px, transparent 11px),
    radial-gradient(circle at 56% -8%, #d8aa6d 0 13px, transparent 14px),
    linear-gradient(130deg, #d6dfcd, #75886f);
}

.decor-bowl {
  width: 230px;
  height: 84px;
  left: 26%;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #f0d8bf, var(--gold));
}

.section {
  padding: clamp(48px, 7vw, 92px) clamp(18px, 6vw, 86px);
}

.about,
.buy,
.contact {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  border-top: 1px solid var(--line);
}

.text-block {
  max-width: 820px;
}

.about-photo {
  margin: 28px 0 0;
}

.about-photo img {
  display: block;
  width: min(100%, 320px);
  aspect-ratio: 320 / 303;
  border: 8px solid #fff8ef;
  border-radius: 50%;
  box-shadow: var(--shadow);
  object-fit: cover;
}

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

.items {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

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

.item-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 22px rgba(65, 49, 35, 0.07);
}

.item-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 220px;
  background: #f4eadf;
  object-fit: contain;
}

.item-image.portrait {
  aspect-ratio: 3 / 4;
}

.item-content {
  padding: 20px;
}

.status {
  margin-bottom: 8px;
  color: var(--sage);
  font-size: 0.84rem;
  font-weight: 700;
}

.price {
  margin-bottom: 10px;
  color: var(--brown);
  font-weight: 700;
}

.interest {
  margin: 14px 0 0;
  color: var(--rose);
  font-weight: 700;
}

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

.interest a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact {
  align-items: center;
  background: #fbf7f0;
  scroll-margin-top: 88px;
}

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

.contact-panel {
  justify-self: stretch;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.contact-status {
  margin: 0 0 10px;
  color: var(--brown);
  font-weight: 700;
}

.contact-link {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-note {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 6vw, 86px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

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

  nav {
    justify-content: flex-start;
  }

  .hero,
  .about,
  .buy,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-still {
    order: -1;
    min-height: 320px;
  }

  .art-one {
    width: 190px;
    height: 240px;
  }

  .art-two {
    width: 160px;
    height: 198px;
  }

  .flower-vase {
    right: 18%;
    bottom: 32px;
  }

  .decor-bowl {
    left: 18%;
  }

  .item-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 881px) and (max-width: 1120px) {
  .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .brand-text {
    max-width: 190px;
  }

  .button {
    width: 100%;
  }
}
