/* 06 bands — full-width flat color. No gradients, no card shadows. */

:root {
  --ink: #101010;
  --paper: #f4f1ea;
  --stone: #e4ddd0;
  --forest: #17382e;
  --line-paper: rgba(16, 16, 16, 0.18);
  --line-forest: rgba(244, 241, 234, 0.28);
  --muted-paper: #3e3a34;
  --muted-forest: #c9d8d0;
  --muted-ink: #c8c2b6;
  --wrap: 1120px;
  --font: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-120%);
  background: var(--paper);
  color: var(--ink);
  padding: 0.7rem 1rem;
  z-index: 10;
  text-decoration: none;
}
.skip-link:focus {
  transform: none;
  top: 0.75rem;
}

.band { width: 100%; }

.band-inner {
  width: min(100% - 2.5rem, var(--wrap));
  margin-inline: auto;
}

.band-name {
  background: var(--ink);
  color: var(--paper);
}

.name-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding-block: clamp(1.75rem, 4vw, 2.75rem);
}

.wordmark {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.38em;
  margin: 0;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.6vw, 1.85rem);
  letter-spacing: 0.16em;
  line-height: 1;
}
.wordmark:hover { text-decoration: none; }

.header-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.35rem;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
}
.header-nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.95rem;
}
.header-nav a:hover { text-decoration: underline; text-underline-offset: 0.22em; }

.lang-switch { display: flex; }
.lang-switch button {
  appearance: none;
  margin: 0;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 0.7rem;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.lang-switch button + button { margin-left: -1px; }
.lang-switch button.is-active,
.lang-switch button[aria-pressed="true"] {
  background: var(--paper);
  color: var(--ink);
}

.band-hero {
  background: var(--paper);
  color: var(--ink);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-block: clamp(3.25rem, 8vw, 6rem);
}
.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-paper);
}
.hero-title {
  margin: 0 0 1.15rem;
  max-width: 16ch;
  font-size: clamp(2.15rem, 5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}
.hero-lead {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  font-size: 1.125rem;
  color: var(--muted-paper);
}
.hero-actions { margin: 0; }
.hero-face { justify-self: end; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-primary {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.btn-primary:hover { background: #fff; border-color: #fff; }

.band-how {
  background: var(--forest);
  color: var(--paper);
}
.band-included { background: var(--stone); color: var(--ink); }
.band-email { background: var(--ink); color: var(--paper); }
.band-footer { background: var(--forest); color: var(--paper); }

.band-how .band-inner,
.band-included .band-inner,
.band-footer .band-inner {
  padding-block: clamp(3.25rem, 7vw, 5.25rem);
}

.section-head { margin: 0 0 2.25rem; max-width: 36rem; }
.section-head h2,
.email-copy h2,
.footer-label {
  margin: 0 0 0.45rem;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-wrap: balance;
}
.section-lead { margin: 0; font-size: 1.05rem; }
.band-how .section-lead { color: var(--muted-forest); }
.band-included .section-lead { color: var(--muted-paper); }

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.step {
  margin: 0;
  padding: 0 1.75rem 0 0;
}
.step + .step {
  padding-left: 1.75rem;
  border-left: 1px solid var(--line-forest);
}
.step-num {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--muted-forest);
}
.step h3,
.include-item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.step p { margin: 0; color: var(--muted-forest); }

.include-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
}
.include-item {
  display: grid;
  grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
  gap: 1rem 2rem;
  margin: 0;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--ink);
}
.include-item h3 { margin: 0; }
.include-item p { margin: 0; color: var(--muted-paper); }

.email-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.email-copy { max-width: 36rem; }
.email-copy h2 { margin: 0 0 0.4rem; }
.email-copy p { margin: 0; color: var(--muted-ink); }

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.75rem 2rem;
  align-items: start;
}
.footer-wordmark { font-size: clamp(1rem, 2vw, 1.2rem); }
.footer-tag,
.footer-name,
.footer-address,
.footer-inner p { margin: 0.35rem 0 0; }
.footer-tag { color: var(--muted-forest); }
.footer-address { color: var(--muted-forest); }
.footer-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-inner a { color: inherit; }
.footer-copy {
  grid-column: 1 / -1;
  margin: 0.5rem 0 0;
  color: var(--muted-forest);
  font-size: 0.92rem;
}

@media (max-width: 800px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-title { max-width: 18ch; }
  .hero-face { justify-self: center; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
  .step { padding: 0; }
  .step + .step {
    padding: 1.75rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--line-forest);
  }
  .include-item { grid-template-columns: minmax(0, 1fr); gap: 0.35rem; }
  .footer-inner { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 390px) {
  body { font-size: 16px; }
  .band-inner { width: min(100% - 2rem, var(--wrap)); }
  .wordmark { letter-spacing: 0.1em; font-size: 1.05rem; }
  .hero-title { font-size: 2rem; }
  .btn { width: 100%; }
  .email-line .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Face — same geometry as the agency hero, flat colors only. */
.face-stage {
  position: relative;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
}
.face-rig {
  width: 132px;
  height: 132px;
  transform-origin: 50% 60%;
  z-index: 1;
}
.face-orb {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #101010;
  transform-origin: 50% 62%;
  cursor: pointer;
}
.face-orb::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 16%;
  width: 38%;
  height: 20%;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}
.face-eyes {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 58px;
  height: 28px;
  margin-left: -29px;
  margin-top: -14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.face-eye {
  width: 11px;
  height: 26px;
  border-radius: 999px;
  background: #f4f1ea;
  flex: 0 0 auto;
}
.face-shadow {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 78px;
  height: 12px;
  margin-left: -39px;
  border-radius: 50%;
  background: #d5cfc3;
  z-index: 0;
}
.face-stage { overflow: visible; }
.face-spray {
  position: absolute;
  left: 50%;
  top: 68%;
  width: 0;
  height: 0;
  z-index: 3;
  pointer-events: none;
}
.face-drop {
  position: absolute;
  width: 5px;
  height: 8px;
  margin: -4px 0 0 -2px;
  border-radius: 40%;
  background: #101010;
  animation: face-drop 620ms cubic-bezier(0.12, 0.7, 0.2, 1) forwards;
}
@keyframes face-drop {
  0% { opacity: 0; transform: translate(0, 0) scale(0.35); }
  18% { opacity: 0.95; }
  100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(0.25); }
}
