:root {
  --ink: #18201d;
  --muted: #5d6a65;
  --line: #d8ded9;
  --paper: #fbfcfa;
  --soft: #eef3ef;
  --sage: #536b5c;
  --steel: #66727a;
  --accent: #9b5f35;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(24, 32, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(216, 222, 217, 0.82);
  background: rgba(251, 252, 250, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

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

.hero {
  min-height: 78vh;
  display: grid;
  align-items: end;
  padding: 90px clamp(18px, 5vw, 72px) 54px;
  background:
    linear-gradient(90deg, rgba(16, 22, 20, 0.84), rgba(16, 22, 20, 0.54), rgba(16, 22, 20, 0.06)),
    url("assets/flatware-set.jpg") center right / contain no-repeat,
    #e9eee9;
}

.hero-content {
  max-width: 760px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(44px, 8vw, 92px);
  max-width: 720px;
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 570px;
  margin-top: 24px;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.86);
}

.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: 12px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 760;
}

.button.primary {
  color: var(--white);
  background: var(--accent);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.button.dark {
  color: var(--white);
  background: var(--ink);
}

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

.section.soft {
  background: var(--soft);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
}

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

.product-card {
  display: grid;
  grid-template-rows: 190px auto;
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(24, 32, 29, 0.05);
}

.product-card img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 18px;
  background: #f5f7f4;
}

.product-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.sku {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-title {
  font-size: 17px;
  font-weight: 780;
  line-height: 1.2;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--muted);
  background: var(--soft);
  font-size: 12px;
  font-weight: 720;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.split img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.copy-block {
  display: grid;
  gap: 22px;
}

.copy-block p,
.article p,
.faq p {
  color: var(--muted);
  font-size: 17px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  background: var(--white);
}

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

.guide-card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.guide-card p {
  margin-top: 14px;
  color: var(--muted);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 42px;
  align-items: center;
  padding: 70px clamp(18px, 5vw, 72px);
  background: var(--soft);
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 64px);
}

.page-hero p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
}

.page-hero img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.detail {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.detail span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.detail strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.article {
  max-width: 920px;
  margin: 0 auto;
  padding: 70px clamp(18px, 5vw, 72px);
}

.article h1 {
  color: var(--ink);
  font-size: clamp(36px, 6vw, 70px);
}

.article h2 {
  margin-top: 44px;
  font-size: 30px;
}

.article p {
  margin-top: 18px;
}

.article ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.faq {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

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

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 760px;
    background:
      linear-gradient(180deg, rgba(16, 22, 20, 0.86), rgba(16, 22, 20, 0.56)),
      url("assets/flatware-set.jpg") center bottom / 92% auto no-repeat,
      #e9eee9;
  }

  .section-head,
  .split,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
  }

  .product-grid,
  .guide-grid,
  .details {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}

