:root {
  --font-body: "Be Vietnam Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-heading: "Be Vietnam Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-accent: "Playfair Display", "Times New Roman", serif;
  --red: #b91718;
  --red-dark: #7f1213;
  --red-deep: #4f0d0c;
  --orange: #f37021;
  --gold: #ffd36d;
  --cream: #fff8ea;
  --paper: #fffdf7;
  --ink: #24120d;
  --muted: #6f5b4d;
  --line: rgba(150, 78, 24, 0.18);
  --soft: rgba(255, 255, 255, 0.72);
  --shadow: 0 28px 80px rgba(72, 28, 10, 0.14);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 211, 109, 0.25), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(185, 23, 24, 0.08), transparent 26%),
    linear-gradient(180deg, #fff8ea, #fffdf7 40%, #fff4e3 100%);
  line-height: 1.68;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

button,
input,
textarea,
select {
  font: inherit;
}

h1, h2, h3,
.brand strong,
.eyebrow,
.btn,
.pill,
.nav,
.topbar,
.hero__stats strong,
.trust-strip strong {
  font-family: var(--font-heading);
}


.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, var(--red-dark), var(--red), var(--orange));
  color: #fff8db;
  font-size: 14px;
  font-weight: 700;
}
.topbar__inner {
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 250, 239, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(122, 20, 16, 0.18);
}
.brand strong {
  display: block;
  color: var(--red);
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: 1;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.nav a:hover { color: var(--red); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 14px;
}
.btn--primary {
  color: #fff9e5;
  background: linear-gradient(135deg, var(--red), var(--orange));
  box-shadow: 0 16px 34px rgba(185, 23, 24, 0.22);
}
.btn--ghost {
  color: var(--red-dark);
  background: rgba(255,255,255,0.72);
  border-color: rgba(185, 23, 24, 0.18);
}

.hero {
  padding: 70px 0 52px;
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow--light {
  color: #ffdca7;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5.7vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(29px, 3.8vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}
h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.32;
}
.lead {
  color: var(--muted);
  font-size: 18px;
  max-width: 660px;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hero__stats div {
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(88, 36, 9, 0.06);
}
.hero__stats strong {
  display: block;
  margin-bottom: 5px;
  color: var(--red-dark);
  font-size: 15px;
}
.hero__stats span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.hero__visual {
  position: relative;
  min-height: 520px;
}
.hero-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card--main {
  width: 100%;
}
.hero-card--small {
  position: absolute;
  width: 38%;
  right: -10px;
  bottom: -24px;
  border: 8px solid #fff8e8;
}

.trust-strip {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.44);
}
.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.trust-strip__inner div {
  text-align: center;
}
.trust-strip strong {
  display: block;
  color: var(--red-dark);
  margin-bottom: 4px;
  font-size: 16px;
}
.trust-strip span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 84px 0;
}
.section--soft {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 211, 109, 0.18), transparent 24%),
    rgba(255,255,255,0.38);
}
.section--accent {
  background: linear-gradient(180deg, rgba(255,244,226,0.9), rgba(255,249,240,0.95));
}
.section--dark {
  background: #2c0f0d;
  color: #fff5df;
}
.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-head p:not(.eyebrow),
.rich-text p {
  color: var(--muted);
  font-size: 17px;
}

.two-col, .real-grid, .contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.feature-list {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--muted);
}
.feature-list li { margin-bottom: 10px; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.product-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(74, 30, 10, 0.09);
}
.product-card img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}
.product-card__body {
  padding: 22px;
}
.product-card p {
  color: var(--muted);
  margin-bottom: 0;
}
.pill {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #fff8e5;
  background: var(--red);
}
.pill--green { background: #4d8b2d; }
.pill--earth { background: #8b5b26; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.gallery-grid img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(72, 28, 10, 0.10);
}

.real-photo img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.highlight-box {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.76);
  border: 1px solid var(--line);
}
.highlight-box strong {
  color: var(--red-dark);
  font-size: 18px;
}
.highlight-box span {
  color: var(--muted);
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 38px 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 211, 109, 0.26), transparent 24%),
    rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.cta-card p {
  color: var(--muted);
}

.contact-grid {
  align-items: start;
}
.contact-grid p {
  color: rgba(255,245,223,0.76);
}
.contact-card {
  display: grid;
  gap: 14px;
}
.contact-card div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255, 235, 204, 0.12);
}
.contact-card span {
  display: block;
  color: rgba(255,245,223,0.62);
  font-size: 13px;
  margin-bottom: 6px;
}
.contact-card strong {
  display: block;
  color: #fff8e5;
  line-height: 1.45;
}

.footer {
  padding: 28px 0;
  background: #1d0807;
  color: rgba(255,245,223,0.66);
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  font-size: 14px;
}
.footer p { margin: 0; }

@media (max-width: 1040px) {
  .nav { display: none; }
  .hero__grid, .two-col, .real-grid, .contact-grid, .cta-card {
    grid-template-columns: 1fr;
  }
  .trust-strip__inner, .hero__stats, .product-grid, .gallery-grid {
    grid-template-columns: 1fr;
  }
  .hero__visual { min-height: auto; }
  .hero-card--small {
    position: static;
    width: 60%;
    margin: 18px auto 0;
  }
  .cta-card .btn { justify-self: start; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1200px); }
  .topbar__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 8px 0;
  }
  .header { position: static; }
  .header__inner { min-height: 74px; }
  .header .btn { display: none; }
  .brand strong { font-size: 22px; }
  .section { padding: 56px 0; }
  .hero { padding-top: 48px; }
  .hero__actions {
    display: grid;
  }
  .btn { width: 100%; }
  .hero-card--small {
    width: 100%;
  }
  .cta-card {
    padding: 26px;
  }
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
