:root {
  --ink: #1b241e;
  --ink-soft: #3d4a42;
  --green: #2f4a3c;
  --green-deep: #1e3229;
  --sage: #7d9a80;
  --leaf: #4f6f58;
  --cream: #f6f1e8;
  --paper: #fcfaf6;
  --blush: #d9a6a0;
  --rose: #b56d68;
  --gold: #b89462;
  --line: rgba(31, 42, 34, 0.12);
  --shadow: 0 18px 50px rgba(30, 50, 41, 0.12);
  --radius: 22px;
  --font-serif: "Fraunces", "Times New Roman", serif;
  --font-sans: "Figtree", "Segoe UI", sans-serif;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--green);
}

a:hover {
  color: var(--rose);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--green);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 0.6rem;
  top: 0.6rem;
}

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(252, 250, 246, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
}

.brand svg {
  width: 42px;
  height: 42px;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.brand-tag {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.nav a[aria-current="page"],
.nav a:hover {
  color: var(--green);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.82rem 1.3rem;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--green);
  color: #fff;
}

.btn-primary:hover {
  background: var(--green-deep);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: var(--green);
  border: 1px solid var(--green);
}

.btn-ghost:hover {
  background: var(--green);
  color: #fff;
}

.menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.45rem 0.6rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 3.4rem 0 4rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(181, 109, 104, 0.16), transparent 36%),
    radial-gradient(circle at 90% 10%, rgba(126, 154, 128, 0.2), transparent 32%),
    linear-gradient(180deg, #f6f1e8 0%, #fcfaf6 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--rose);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2,
h3,
.font-serif {
  font-family: var(--font-serif);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 560;
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.lead {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.5rem 0 1.2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-row li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.88rem;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.price-card {
  position: absolute;
  left: -18px;
  bottom: 28px;
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow);
  max-width: 230px;
}

.price-card strong {
  display: block;
  font-size: 1.4rem;
  font-family: var(--font-serif);
}

.section {
  padding: 4.2rem 0;
}

.section-alt {
  background: var(--cream);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.8rem;
}

.grid-3,
.grid-4,
.products,
.steps,
.legal-grid {
  display: grid;
  gap: 1.1rem;
}

.grid-3,
.products {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4,
.steps {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.product,
.step,
.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.card,
.step,
.legal-card {
  padding: 1.25rem;
}

.product img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.product-body {
  padding: 1rem 1.1rem 1.2rem;
}

.badge {
  display: inline-block;
  background: #efe4d4;
  color: var(--green-deep);
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.price {
  font-family: var(--font-serif);
  font-size: 1.4rem;
}

.muted {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.notice {
  background: #fff8e8;
  border: 1px solid #e6d5a8;
  border-radius: 16px;
  padding: 1rem 1.1rem;
}

.notice strong {
  color: var(--green-deep);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

th,
td {
  text-align: left;
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: var(--green);
  color: #fff;
  font-weight: 600;
}

form {
  display: grid;
  gap: 0.85rem;
}

label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 0.3rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font: inherit;
}

.choice {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-weight: 500;
}

.choice input {
  width: auto;
  margin-top: 0.3rem;
}

.site-footer {
  background: var(--green-deep);
  color: #e9efe9;
  padding: 3rem 0 1.4rem;
}

.site-footer a {
  color: #f3e6c8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.4rem;
}

.footer-grid h3 {
  margin: 0 0 0.7rem;
  font-size: 1.1rem;
  color: #fff;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid li {
  margin: 0.35rem 0;
}

.legal-bar {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
}

.cookie-bar {
  position: fixed;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 60;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1rem 1.1rem;
  display: none;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-bar.is-on {
  display: flex;
}

.page-hero {
  padding: 2.6rem 0 1.4rem;
  background: linear-gradient(180deg, #f3ece0, #fcfaf6);
}

.prose {
  max-width: 780px;
}

.prose h2 {
  margin-top: 2rem;
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin: 0.6rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.total-box {
  background: var(--cream);
  border-radius: 16px;
  padding: 1rem;
}

@media (max-width: 920px) {
  .menu-btn {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .nav.is-open {
    display: flex;
  }

  .hero-grid,
  .split,
  .grid-3,
  .products,
  .grid-4,
  .steps,
  .footer-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual img {
    height: 360px;
  }

  .price-card {
    left: 12px;
    bottom: 12px;
  }

  .cookie-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .header-inner .btn {
    display: none;
  }
}
