:root {
  --ink: #17211c;
  --muted: #647067;
  --paper: #f7f1e7;
  --panel: #fffaf1;
  --line: #dacfbf;
  --accent: #d06f2c;
  --accent-dark: #9d4617;
  --green: #214f3b;
  --blue: #233d63;
  --shadow: 0 22px 70px rgba(23, 33, 28, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(208, 111, 44, 0.19), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(33, 79, 59, 0.15), transparent 30%),
    linear-gradient(135deg, #f8f0e4 0%, #efe2d1 48%, #f6ead9 100%);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
}

a {
  color: inherit;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 5px 5px 0 var(--ink);
}

.nav-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 36px;
  align-items: center;
  padding: 54px 0 48px;
}

.eyebrow {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.76);
  color: var(--green);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h1 {
  margin-top: 22px;
  max-width: 780px;
  font-size: clamp(54px, 8vw, 112px);
}

h2 {
  font-size: clamp(36px, 5vw, 68px);
}

h3 {
  font-size: 28px;
}

.lede {
  max-width: 650px;
  color: #38453d;
  font-size: 21px;
  line-height: 1.55;
}

.hero-card {
  position: relative;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: 12px 12px 0 var(--ink), var(--shadow);
  transform: rotate(1.3deg);
}

.hero-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.hero-card .stamp {
  position: absolute;
  right: -18px;
  bottom: 28px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--accent);
  color: white;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(-5deg);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 5px 5px 0 rgba(23, 33, 28, 0.28);
}

.btn.secondary {
  background: var(--panel);
  color: var(--ink);
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 28px 0;
}

.strip div,
.card,
.product-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 241, 0.84);
  box-shadow: var(--shadow);
}

.strip div {
  padding: 18px;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
}

.section {
  padding: 62px 0;
}

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

.section-head p {
  max-width: 460px;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
}

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

.product-card {
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #eadfce;
}

.product-body {
  padding: 18px;
}

.meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.price {
  color: var(--accent-dark);
}

.product-body p,
.card p,
.faq-item p {
  color: #455148;
  font-family: ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
}

.product-body h3 a {
  text-decoration: none;
}

.bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.bullets li {
  padding: 7px 10px;
  border-radius: 999px;
  background: #efe4d4;
  color: var(--green);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

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

.card {
  padding: 24px;
}

.product-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
  padding: 46px 0 54px;
}

.product-hero img {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: 10px 10px 0 var(--ink);
}

.notice {
  padding: 18px 20px;
  border-left: 6px solid var(--accent);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.9);
  color: #38453d;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-item {
  padding: 22px;
}

footer {
  padding: 44px 0;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
}

@media (max-width: 860px) {
  .hero,
  .product-hero,
  .grid,
  .feature-grid,
  .faq-grid,
  .strip {
    grid-template-columns: 1fr;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero-card {
    transform: none;
  }

  .section-head {
    display: block;
  }
}
