:root {
  --ink: #181512;
  --muted: #625a50;
  --paper: #fbf7ef;
  --paper-deep: #f0e6d4;
  --clay: #b75535;
  --clay-dark: #80351f;
  --moss: #5d6f49;
  --steel: #33515c;
  --gold: #d7a945;
  --line: rgba(24, 21, 18, 0.14);
  --white: #fffdf8;
  --shadow: 0 24px 60px rgba(38, 30, 20, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(183, 85, 53, 0.13), transparent 36%),
    linear-gradient(290deg, rgba(93, 111, 73, 0.14), transparent 42%),
    var(--paper);
  font-family: "Work Sans", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(251, 247, 239, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  font-size: 13px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-cta {
  color: var(--ink);
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 84px) 42px;
}

.hero-copy {
  max-width: 740px;
}

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

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

h1 {
  margin-bottom: 22px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(48px, 8vw, 106px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  line-height: 1.05;
}

.hero-lede {
  max-width: 640px;
  color: var(--muted);
  font-family: "Source Serif 4", serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.13;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--white);
  background: var(--clay);
  box-shadow: 0 14px 28px rgba(183, 85, 53, 0.22);
}

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

.creative-board {
  position: relative;
  min-height: 540px;
}

.preview-card {
  position: absolute;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.video-card {
  right: 64px;
  top: 10px;
  width: min(72%, 330px);
}

.image-card {
  left: 0;
  top: 290px;
  width: min(62%, 290px);
  background: var(--steel);
  color: var(--white);
}

.mini-card {
  right: 0;
  bottom: 26px;
  width: min(50%, 250px);
  background: var(--moss);
  color: var(--white);
}

.tag {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.image-card .tag,
.mini-card .tag {
  color: rgba(255, 253, 248, 0.72);
}

.phone-frame {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  background: var(--ink);
  padding: 10px;
}

.phone-scene {
  display: flex;
  align-items: end;
  min-height: 100%;
  border-radius: 6px;
  padding: 18px;
  color: var(--white);
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 0.98;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.06)),
    linear-gradient(135deg, #e7c9ac, #9e7054 45%, #3d5b62);
}

.image-card strong,
.metric {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.metric {
  margin-bottom: 10px;
  font-size: 52px;
}

.image-card p,
.mini-card p {
  margin: 12px 0 0;
  color: rgba(255, 253, 248, 0.82);
}

.section {
  padding: clamp(52px, 7vw, 96px) clamp(20px, 6vw, 84px);
}

.split,
.package,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.section-copy {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background: var(--ink);
}

.feature-grid article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 253, 248, 0.05);
}

.feature-grid p {
  color: rgba(255, 253, 248, 0.72);
  line-height: 1.5;
}

.feature-icon {
  display: inline-block;
  margin-bottom: 54px;
  color: var(--gold);
  font-family: "Archivo", sans-serif;
  font-weight: 800;
}

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

.section-heading p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.demo-tile {
  display: flex;
  align-items: end;
  min-height: 230px;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent), var(--steel);
}

.demo-tile.medspa {
  background-color: #a86258;
}

.demo-tile.dental {
  background-color: #487582;
}

.demo-tile.roofing {
  background-color: #77503d;
}

.demo-tile.fitness {
  background-color: #596c3d;
}

.demo-tile.restaurant {
  background-color: #9a3f2e;
}

.demo-tile.homes {
  background-color: #3d6570;
}

.package {
  background: var(--paper-deep);
}

.package-copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.package-panel {
  padding: clamp(24px, 4vw, 40px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-row {
  margin-bottom: 24px;
}

.price {
  font-family: "Archivo", sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: 0;
}

.term {
  color: var(--muted);
  font-weight: 700;
}

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

.package-panel li {
  position: relative;
  padding-left: 28px;
  font-weight: 600;
}

.package-panel li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--moss);
  font-weight: 800;
}

.guarantee {
  margin: 28px 0 0;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  line-height: 1.5;
}

.process {
  border-top: 1px solid var(--line);
}

.process-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.process-row article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.58);
}

.process-row span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 32px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  font-weight: 800;
}

.process-row p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.5;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

input:focus,
select:focus {
  outline: 3px solid rgba(215, 169, 69, 0.34);
  border-color: var(--gold);
}

.form-button {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 84px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
}

.footer a {
  font-weight: 800;
}

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

  .hero {
    min-height: auto;
  }

  .creative-board {
    min-height: 520px;
  }

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

  .demo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

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

  .hero {
    padding-top: 42px;
  }

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

  .creative-board {
    min-height: 610px;
  }

  .video-card {
    right: 0;
    width: 78%;
  }

  .image-card {
    top: 320px;
    width: 72%;
  }

  .mini-card {
    width: 62%;
  }

  .feature-grid,
  .process-row,
  .demo-grid {
    grid-template-columns: 1fr;
  }

  .demo-tile {
    min-height: 160px;
  }

  .footer {
    flex-direction: column;
  }
}
