:root {
  --ink: #171714;
  --muted: #636057;
  --paper: #f7f4ee;
  --white: #ffffff;
  --line: #ded7cb;
  --accent: #b83a2f;
  --accent-dark: #84291f;
  --gold: #c79a42;
  --green: #1f5b4a;
  --shadow: 0 24px 70px rgba(23, 23, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(247, 244, 238, 0.92);
  border-bottom: 1px solid rgba(222, 215, 203, 0.8);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.form-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-text {
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links {
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--accent);
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 5vw, 82px);
  padding: clamp(42px, 6vw, 86px) clamp(18px, 4vw, 56px) 48px;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 920px;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  color: #4f4a41;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.hero-actions,
.form-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 16px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.primary {
  background: var(--accent);
  color: var(--white);
}

.primary:hover {
  background: var(--accent-dark);
}

.secondary {
  background: transparent;
  color: var(--ink);
  border-color: rgba(23, 23, 20, 0.22);
}

.secondary:hover {
  border-color: var(--ink);
}

.pricing-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-media {
  display: flex;
  justify-content: center;
}

.browser-window {
  width: min(100%, 520px);
  min-height: 560px;
  background: #efe7da;
  border: 1px solid #d4c8b7;
  border-radius: 18px;
  box-shadow:
    0 34px 90px rgba(23, 23, 20, 0.24),
    0 14px 32px rgba(23, 23, 20, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.68) inset;
  overflow: hidden;
  transform: translateY(-8px);
}

.browser-window:hover {
  box-shadow:
    0 42px 110px rgba(23, 23, 20, 0.28),
    0 18px 42px rgba(23, 23, 20, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
  transform: translateY(-12px);
}

.browser-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: #1e1c19;
}

.browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--gold);
}

.browser-bar span:nth-child(2) {
  background: var(--accent);
}

.browser-bar span:nth-child(3) {
  background: var(--green);
}

.preview-shell {
  padding: 26px;
}

.preview-topline,
.featured-preview,
.sample-site-list a {
  border-radius: 8px;
}

.preview-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  padding: 12px 14px;
  background: #fff9ef;
  border: 1px solid #dfd2bf;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.featured-preview {
  min-height: 196px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(23, 23, 20, 0.92), rgba(31, 91, 74, 0.84)),
    repeating-linear-gradient(45deg, transparent 0 13px, rgba(255, 255, 255, 0.1) 13px 26px);
  color: var(--white);
}

.featured-preview p,
.featured-preview h2,
.featured-preview span {
  margin: 0;
}

.featured-preview p {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-preview h2 {
  margin-top: 8px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.featured-preview span {
  display: block;
  max-width: 360px;
  color: #eee7da;
}

.featured-preview strong {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff7e7;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-site-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sample-site-list a {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 72px;
  padding: 14px;
  background: #fff9ef;
  border: 1px solid #dfd2bf;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sample-site-list a:hover,
.sample-site-list a:focus-visible {
  border-color: rgba(184, 58, 47, 0.45);
  box-shadow: 0 12px 28px rgba(23, 23, 20, 0.08);
  transform: translateY(-1px);
}

.sample-site-list h3,
.sample-site-list p {
  margin: 0;
}

.sample-site-list h3 {
  font-size: 0.96rem;
}

.sample-site-list p {
  color: var(--muted);
  font-size: 0.82rem;
}

.site-dot {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 999px;
  background: var(--accent);
}

.site-dot.leaders {
  background: var(--gold);
}

.site-dot.lumina {
  background: var(--green);
}

.site-dot.copper {
  background: #7b4e2e;
}

.section {
  padding: clamp(58px, 8vw, 118px) clamp(18px, 4vw, 56px);
}

.split,
.questionnaire {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

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

.service-card,
.process-list article,
.project-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(23, 23, 20, 0.07);
}

.service-card {
  padding: clamp(22px, 3vw, 34px);
}

.service-card.featured {
  border-color: rgba(184, 58, 47, 0.45);
}

.service-number {
  color: var(--gold);
  font-weight: 900;
}

.service-card p {
  color: var(--muted);
}

ul {
  padding-left: 18px;
  margin: 22px 0 0;
  color: #433f37;
}

li + li {
  margin-top: 9px;
}

.price-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(260px, 0.72fr);
  gap: 28px;
  background: var(--ink);
  color: var(--white);
}

.price-band .eyebrow {
  color: var(--gold);
}

.price-band p:last-child {
  align-self: end;
  color: #ddd6ca;
  font-size: 1.08rem;
}

.work-section {
  background: #efe7da;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.work-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(23, 23, 20, 0.12);
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.work-card:hover,
.work-card:focus-visible {
  box-shadow: 0 18px 42px rgba(23, 23, 20, 0.14);
  transform: translateY(-2px);
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 20, 0.04), rgba(23, 23, 20, 0.82)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 16px);
}

.work-card > * {
  position: relative;
  z-index: 1;
}

.work-card p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.work-card h3 {
  color: var(--white);
}

.work-card span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
}

.culture-card {
  background: linear-gradient(145deg, #171714, #b83a2f);
}

.skool-card {
  background: linear-gradient(145deg, #1f5b4a, #c79a42);
}

.leaders-card {
  background: linear-gradient(145deg, #2d2922, #8b6a32);
}

.lumina-card {
  background: linear-gradient(145deg, #171714, #1f5b4a);
}

.copper-card {
  background: linear-gradient(145deg, #3d2a1d, #b86f36);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

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

.process-list article {
  padding: 28px;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
}

.process-list p,
.questionnaire-copy > p {
  color: var(--muted);
}

.contact-panel {
  display: grid;
  gap: 4px;
  margin-top: 28px;
  padding: 18px;
  background: #ece4d7;
  border: 1px solid #d8ccbb;
  border-radius: 8px;
}

.contact-panel span {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-panel a {
  color: var(--accent);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.project-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 34px);
}

.form-row {
  display: grid;
  gap: 18px;
}

.form-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label,
fieldset {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #302d28;
  font-size: 0.94rem;
  font-weight: 750;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0 0 10px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbc2b4;
  border-radius: 8px;
  padding: 13px 14px;
  background: #fffdfa;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(184, 58, 47, 0.18);
  border-color: var(--accent);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkbox-grid label {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  min-height: 44px;
  padding: 12px;
  border: 1px solid #ded6ca;
  border-radius: 8px;
  background: #fffdfa;
  font-weight: 650;
}

.checkbox-grid input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .questionnaire,
  .price-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
  }

  .browser-window {
    min-height: 430px;
    transform: translateY(-4px);
  }

  .process-list,
  .service-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 220px;
  }
}

@media (max-width: 720px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: 3rem;
  }

  .form-row.two,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .form-actions .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .brand-text {
    white-space: normal;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  h1 {
    font-size: 2.55rem;
  }

  .browser-window {
    min-height: 500px;
  }
}
