:root {
  color-scheme: light;
  --ink: #25231f;
  --muted: #6e675f;
  --paper: #fffaf4;
  --surface: #ffffff;
  --line: #eadfd4;
  --leaf: #2f6b4f;
  --leaf-dark: #204d3a;
  --rose: #d95e78;
  --coral: #f08b63;
  --gold: #d9a84f;
  --shadow: 0 18px 50px rgba(77, 58, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(234, 223, 212, 0.85);
  background: rgba(255, 250, 244, 0.92);
  backdrop-filter: blur(14px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--leaf);
  color: #fff;
}

.nav {
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.nav a:hover {
  color: var(--leaf-dark);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 72px));
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(28, 27, 24, 0.72) 0%, rgba(28, 27, 24, 0.42) 42%, rgba(28, 27, 24, 0.08) 100%),
    linear-gradient(0deg, rgba(255, 250, 244, 0.28), rgba(255, 250, 244, 0));
  pointer-events: none;
}

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

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: 78px;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.15;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
}

.hero-actions,
.contact {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 800;
  white-space: nowrap;
}

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

.button-primary:hover {
  background: var(--leaf-dark);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.section {
  padding: clamp(48px, 7vw, 92px) clamp(20px, 5vw, 72px);
}

.intro,
.delivery,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.intro {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

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

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.product-swatch {
  min-height: 190px;
}

.swatch-rose {
  background:
    radial-gradient(circle at 24% 30%, #ffd6df 0 12%, transparent 13%),
    radial-gradient(circle at 62% 36%, #f3a0b4 0 15%, transparent 16%),
    radial-gradient(circle at 44% 66%, #d95e78 0 16%, transparent 17%),
    linear-gradient(135deg, #f7efe6, #dbe9d5);
}

.swatch-field {
  background:
    radial-gradient(circle at 35% 38%, #fff4b8 0 10%, transparent 11%),
    radial-gradient(circle at 61% 52%, #ffffff 0 13%, transparent 14%),
    radial-gradient(circle at 47% 70%, #9cc47a 0 15%, transparent 16%),
    linear-gradient(135deg, #eaf4df, #f9f3d5);
}

.swatch-premium {
  background:
    radial-gradient(circle at 32% 42%, #f6c0a8 0 14%, transparent 15%),
    radial-gradient(circle at 68% 35%, #c44c68 0 15%, transparent 16%),
    radial-gradient(circle at 52% 70%, #708a5d 0 16%, transparent 17%),
    linear-gradient(135deg, #f7efe6, #ead8c9);
}

.product-content {
  padding: 22px;
}

.product-content p {
  min-height: 48px;
  margin-bottom: 18px;
  color: var(--muted);
}

.product-content span {
  color: var(--leaf-dark);
  font-size: 18px;
  font-weight: 850;
}

.delivery {
  background: #f3efe7;
}

.delivery-list {
  display: grid;
  gap: 14px;
}

.delivery-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid rgba(82, 68, 55, 0.18);
}

.delivery-list strong {
  color: var(--leaf-dark);
  font-size: 24px;
}

.delivery-list span {
  color: var(--muted);
}

.contact {
  background: var(--leaf-dark);
  color: #fff;
}

.contact .section-kicker {
  color: #f4c66a;
}

.contact .button-primary {
  justify-self: start;
  background: #fff;
  color: var(--leaf-dark);
}

@media (max-width: 820px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 680px;
    align-items: end;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(28, 27, 24, 0.78) 0%, rgba(28, 27, 24, 0.42) 62%, rgba(28, 27, 24, 0.14) 100%);
  }

  h1 {
    max-width: 11ch;
    font-size: 54px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-text {
    font-size: 19px;
  }

  .intro,
  .delivery,
  .contact,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .delivery-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 520px) {
  .nav {
    gap: 12px;
    font-size: 14px;
  }

  .hero {
    padding-top: 120px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }
}
