:root {
  --ink: #17202a;
  --paper: #f8f5ec;
  --paper-2: #efe8d8;
  --blue: #245b73;
  --green: #547a48;
  --coral: #d66b4d;
  --gold: #b8892f;
  --line: rgba(23, 32, 42, 0.18);
  --muted: #65717c;
  --white: #ffffff;
  --dark: #1b2731;
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  background:
    linear-gradient(90deg, rgba(36, 91, 115, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(36, 91, 115, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px, 48px 48px, 100% 100%;
}

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

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

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

h1,
h2,
h3 {
  font-family: Nunito, Inter, sans-serif;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 245, 236, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(100% - 32px, var(--max));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-family: Nunito, Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
}

.brand span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links .active {
  color: var(--ink);
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 16px;
  background: var(--white);
  color: var(--ink);
  font-weight: 850;
  font-size: 0.92rem;
  white-space: nowrap;
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button.accent {
  border-color: rgba(214, 107, 77, 0.5);
  background: #fff0e8;
  color: #883d29;
}

.button.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
}

.hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(248, 245, 236, 0.94), rgba(248, 245, 236, 0.62)),
    linear-gradient(90deg, rgba(84, 122, 72, 0.16), rgba(214, 107, 77, 0.12));
}

.hero-inner {
  width: min(100% - 32px, var(--max));
  min-height: 78vh;
  margin: 0 auto;
  padding: 74px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 0.98;
  font-weight: 950;
}

h2 {
  margin-bottom: 8px;
  font-size: 2.35rem;
  line-height: 1.08;
  font-weight: 950;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: 950;
}

.lead {
  max-width: 710px;
  color: #3e4c56;
  font-size: 1.18rem;
}

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

.product-collage {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 14px;
  align-items: center;
}

.book-cover,
.shirt-shot,
.mini-product {
  overflow: hidden;
  border: 1px solid rgba(23, 32, 42, 0.14);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 70px rgba(23, 32, 42, 0.18);
}

.book-cover img {
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
}

.side-products {
  display: grid;
  gap: 14px;
}

.shirt-shot {
  padding: 12px;
  background: #111820;
}

.shirt-shot img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.mini-product {
  padding: 16px;
}

.mini-product strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.mini-product span,
.muted {
  color: var(--muted);
}

.section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 72px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 30px;
  align-items: end;
  margin-bottom: 30px;
}

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

.product-card,
.site-card,
.email-band,
.text-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 55px rgba(23, 32, 42, 0.08);
}

.product-card {
  overflow: hidden;
}

.product-card .media {
  min-height: 280px;
  background: var(--paper-2);
  display: grid;
  place-items: center;
}

.product-card .media.dark {
  background: #111820;
}

.product-card .media img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  padding: 18px;
}

.product-card .body,
.site-card,
.text-card,
.contact-card {
  padding: 22px;
}

.kicker,
.role {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.role {
  color: var(--green);
}

.product-card p,
.site-card p,
.text-card p,
.contact-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
  font-size: 0.92rem;
}

.strategy-band,
.dark-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--dark);
  color: var(--white);
}

.strategy,
.dark-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.strategy .eyebrow,
.dark-inner .eyebrow {
  color: #90e7b5;
}

.strategy p,
.dark-inner p {
  color: #d4dde4;
}

.step-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.step-list b {
  color: #90e7b5;
  font-weight: 950;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.page-hero-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 64px 0;
}

.page-hero h1 {
  font-size: 3.2rem;
}

.email-band {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 450px);
  gap: 30px;
  align-items: center;
  background: linear-gradient(90deg, #ffffff, #f3eee1);
}

.inline-form,
.contact-form {
  display: grid;
  gap: 10px;
}

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

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 14px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 150px;
  padding-top: 12px;
  resize: vertical;
}

.notice {
  border: 1px dashed rgba(36, 91, 115, 0.38);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  padding: 16px;
  color: var(--muted);
}

.footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  color: var(--muted);
}

.footer-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-inner,
  .section-head,
  .strategy,
  .dark-inner,
  .email-band {
    grid-template-columns: 1fr;
  }

  .collection-grid,
  .site-grid,
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  h1,
  .page-hero h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero-inner,
  .section,
  .strategy,
  .dark-inner {
    padding: 48px 0;
  }

  .product-collage,
  .collection-grid,
  .site-grid,
  .feature-grid,
  .inline-form {
    grid-template-columns: 1fr;
  }

  .email-band {
    padding: 22px;
  }

  .footer-inner {
    flex-direction: column;
  }
}
