:root {
  --ink: #17140f;
  --muted: #665f55;
  --paper: #fffaf0;
  --surface: #f4eee2;
  --surface-strong: #e8dcc9;
  --accent: #d64f2a;
  --accent-dark: #91351f;
  --line: rgba(23, 20, 15, 0.14);
  --shadow: 0 20px 60px rgba(45, 31, 16, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(18px);
}

.site-header__inner,
.site-footer__inner,
.site-footer__legal,
.content-shell,
.section,
.process-band,
.info-grid,
.newsletter-band,
.hero {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-size: 13px;
}

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

.primary-nav {
  justify-self: center;
}

.primary-nav a,
.footer-nav a {
  color: var(--muted);
  font-weight: 650;
}

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

.menu-toggle {
  display: none;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 750;
}

.cart-link__count {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  min-height: calc(100dvh - 72px);
  gap: 56px;
  padding: 64px 0;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(56px, 9vw, 124px);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.1;
}

.hero__lead {
  max-width: 580px;
  color: var(--muted);
  font-size: 22px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.button--ghost {
  background: transparent;
  color: var(--ink);
}

.hero__visual {
  min-width: 0;
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(214, 79, 42, 0.14), rgba(244, 238, 226, 0.3)),
    var(--surface);
  box-shadow: var(--shadow);
}

.product-stage__backdrop {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(23, 20, 15, 0.08);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.45);
}

.product-stage__figure {
  position: relative;
  width: min(74%, 420px);
  aspect-ratio: 1 / 0.84;
}

.product-stage__body,
.product-stage__claw,
.product-stage__base {
  position: absolute;
  display: block;
}

.product-stage__body {
  left: 22%;
  top: 17%;
  width: 56%;
  height: 48%;
  border: 8px solid var(--ink);
  border-radius: 48% 48% 42% 42%;
  background: #f08452;
}

.product-stage__body::before,
.product-stage__body::after {
  position: absolute;
  top: 21%;
  width: 14%;
  height: 14%;
  border-radius: 999px;
  background: var(--ink);
  content: "";
}

.product-stage__body::before {
  left: 25%;
}

.product-stage__body::after {
  right: 25%;
}

.product-stage__claw {
  top: 8%;
  width: 24%;
  height: 42%;
  border: 8px solid var(--ink);
  background: #ffc16f;
}

.product-stage__claw--left {
  left: 2%;
  border-radius: 65% 35% 48% 44%;
  rotate: -18deg;
}

.product-stage__claw--right {
  right: 2%;
  border-radius: 35% 65% 44% 48%;
  rotate: 18deg;
}

.product-stage__base {
  left: 18%;
  bottom: 12%;
  width: 64%;
  height: 10%;
  border-radius: 999px;
  background: rgba(23, 20, 15, 0.18);
  filter: blur(3px);
}

.visual-caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 72px 0;
}

.section--tight {
  padding-top: 32px;
}

.section__header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.2fr);
  margin-bottom: 28px;
}

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

.placeholder-product,
.info-grid article,
.woocommerce ul.products li.product {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.45);
}

.placeholder-product {
  padding: 14px;
}

.placeholder-product__image {
  aspect-ratio: 1;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--surface-strong), #f8c486);
}

.placeholder-product p {
  color: var(--muted);
}

.process-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 48px;
  padding: 72px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-band__copy p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.process-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 760;
}

.process-list span {
  color: var(--accent-dark);
}

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

.info-grid article {
  padding: 24px;
}

.info-grid h2 {
  font-size: 28px;
  line-height: 1.05;
}

.info-grid p {
  color: var(--muted);
}

.newsletter-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: 32px;
  margin-bottom: 72px;
  padding: 32px;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
}

.newsletter-band .eyebrow {
  color: #ffc16f;
}

.newsletter-band h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 52px);
}

.newsletter-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 720;
}

.newsletter-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
