:root {
  --color-ink: #11120f;
  --color-muted: #6b6a63;
  --color-line: #e6e2d8;
  --color-bg: #f7f5ef;
  --color-panel: #ffffff;
  --color-accent: #183d34;
  --color-accent-dark: #102b25;
  --color-warm: #c8ad6a;
  --shadow: 0 24px 70px rgba(17, 18, 15, 0.08);
  --radius: 8px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-ink);
  font-family: Inter, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin-inline: auto;
}

.skip-link,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 12px;
  padding: 10px 14px;
  clip: auto;
  background: var(--color-panel);
  z-index: 10;
}

.topbar {
  background: var(--color-ink);
  color: #f7f5ef;
  font-size: 12px;
  letter-spacing: 0;
}

.topbar-inner,
.header-inner,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar-inner {
  min-height: 36px;
}

.site-header {
  background: rgba(247, 245, 239, 0.94);
  border-bottom: 1px solid var(--color-line);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
}

.site-title,
.footer-brand {
  font-weight: 760;
  font-size: 22px;
  letter-spacing: 0;
}

.custom-logo {
  max-height: 54px;
  width: auto;
}

.primary-nav ul,
.footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav a,
.icon-link {
  color: var(--color-muted);
  font-weight: 600;
  font-size: 14px;
}

.primary-nav a:hover,
.icon-link:hover {
  color: var(--color-accent-dark);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-line);
  background: var(--color-panel);
  border-radius: var(--radius);
  padding: 10px;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--color-ink);
}

.hero {
  padding: 78px 0 54px;
  background:
    linear-gradient(115deg, rgba(15, 118, 110, 0.12), rgba(243, 201, 107, 0.16)),
    var(--color-bg);
}

.launch-hero {
  min-height: 76vh;
  display: grid;
  align-items: center;
  padding: 94px 0 86px;
  background:
    radial-gradient(circle at 82% 26%, rgba(200, 173, 106, 0.18), transparent 32%),
    linear-gradient(115deg, #f7f5ef 0%, #f1efe7 58%, #ffffff 100%);
  border-bottom: 1px solid var(--color-line);
}

.launch-hero-inner {
  max-width: 980px;
}

.launch-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #11120f;
  font-size: clamp(56px, 9vw, 124px);
  line-height: 0.94;
  font-weight: 760;
  letter-spacing: 0;
}

.launch-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0 0;
  color: #4f514b;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.45;
}

.launch-form {
  display: grid;
  grid-template-columns: minmax(220px, 380px) auto;
  gap: 10px;
  max-width: 620px;
  margin-top: 38px;
}

.launch-form input {
  min-height: 54px;
  border-color: #cfc8b7;
  background: rgba(255, 255, 255, 0.78);
}

.launch-form button {
  min-height: 54px;
  background: var(--color-ink);
  color: #fff;
}

.launch-note {
  margin-top: 18px;
  color: var(--color-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero p,
.section-heading p,
.trust-grid p,
.footer-grid p {
  color: var(--color-muted);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-accent-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}

.launch-principles {
  background: #fff;
}

.principle-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--color-line);
}

.principle-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--color-line);
}

.principle-list span {
  color: var(--color-warm);
  font-weight: 800;
}

.principle-list h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
}

.principle-list p {
  margin: 0;
  color: var(--color-muted);
}

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

.button,
button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary,
button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--color-accent);
  color: #fff;
}

.button.secondary {
  background: var(--color-panel);
  border-color: var(--color-line);
  color: var(--color-ink);
}

.hero-panel,
.trust-card,
.entry-card {
  background: var(--color-panel);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 28px;
}

.hero-panel h2 {
  margin-top: 0;
}

.hero-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--color-muted);
}

.section {
  padding: 64px 0;
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading h2,
.trust-grid h2,
.split-section h2,
.newsletter h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.placeholder-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.placeholder-card {
  min-height: 300px;
  border: 1px dashed var(--color-line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f3f6f2);
}

.trust-band {
  background: #151713;
  color: #f7f5ef;
}

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

.trust-card {
  padding: 22px;
  box-shadow: none;
  background: transparent;
  border-color: rgba(247, 245, 239, 0.18);
}

.trust-band .eyebrow {
  color: var(--color-warm);
}

.trust-band p,
.trust-card p {
  color: rgba(247, 245, 239, 0.72);
}

.trust-card h3 {
  margin-top: 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
}

.faq-list details {
  border-top: 1px solid var(--color-line);
  padding: 18px 0;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.newsletter {
  padding: 48px 0;
  background: var(--color-ink);
  color: #fff;
}

body.home .woocommerce,
body.home .placeholder-grid,
body.home .hero-actions {
  display: none;
}

.newsletter .eyebrow,
.newsletter p {
  color: var(--color-warm);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.7fr);
  gap: 28px;
  align-items: end;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

input[type="email"],
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 11px 13px;
  color: var(--color-ink);
  background: #fff;
}

.site-footer {
  padding: 52px 0 26px;
  background: #fff;
  border-top: 1px solid var(--color-line);
}

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

.footer-title {
  margin: 0 0 12px;
  font-size: 16px;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 14px;
}

.content-narrow {
  max-width: 820px;
}

.page-content,
.entry-card {
  background: var(--color-panel);
  border-radius: var(--radius);
}

.page-content {
  padding: 36px;
}

.entry-card {
  padding: 24px;
}

.featured-image {
  margin: 24px 0;
}

.product-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.product-trust-row span {
  border: 1px solid var(--color-line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--color-muted);
  font-size: 13px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--color-ink);
  font-weight: 800;
}

.woocommerce div.product .product_title {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
}

@media (max-width: 920px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .primary-nav {
    display: none;
    width: 100%;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul {
    display: grid;
    gap: 8px;
    padding: 0 0 18px;
  }

  .header-actions {
    display: none;
  }

  .hero-grid,
  .trust-grid,
  .split-section,
  .newsletter-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .launch-form {
    grid-template-columns: 1fr;
  }

  .placeholder-grid,
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .topbar-inner {
    display: block;
    padding: 8px 0;
  }

  .hero {
    padding-top: 48px;
  }

  .launch-hero {
    min-height: auto;
    padding: 58px 0 52px;
  }

  .launch-hero h1 {
    font-size: 50px;
  }

  .principle-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .placeholder-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-form,
  .footer-bottom {
    display: grid;
  }

  .page-content {
    padding: 24px;
  }
}
