:root {
  --ink: #17212b;
  --muted: #5d6874;
  --paper: #fff6e4;
  --white: #ffffff;
  --line: #eadcc5;
  --sun: #f4b83f;
  --coral: #ef5f4e;
  --pink: #ee5f8f;
  --teal: #27b7bd;
  --teal-soft: #dff6f3;
  --coral-soft: #ffe2d8;
  --mint: #d9f2ee;
  --blue: #142a56;
  --shadow: 0 18px 48px rgba(30, 38, 44, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 8px clamp(18px, 5vw, 64px);
  background: rgba(255, 246, 228, 0.9);
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: clamp(168px, 22vw, 252px);
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - 92px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 64px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(to top, var(--paper), rgba(251, 248, 241, 0));
  pointer-events: none;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 248, 241, 0.98) 0%, rgba(251, 248, 241, 0.86) 30%, rgba(251, 248, 241, 0.18) 68%),
    linear-gradient(180deg, rgba(23, 33, 43, 0.05), rgba(23, 33, 43, 0.14));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 670px;
  padding-bottom: min(8vh, 72px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

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

h1 {
  max-width: 780px;
  font-size: clamp(2.75rem, 6.4vw, 5.2rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 900;
}

h3 {
  font-size: 1.32rem;
  font-weight: 900;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: #303b44;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(23, 33, 43, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(23, 33, 43, 0.15);
}

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

.button.secondary {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.intro-band,
.section,
.process,
.likeness-section,
.showcase,
.request-section {
  padding: clamp(62px, 9vw, 116px) clamp(18px, 5vw, 64px);
}

.intro-grid,
.section-heading,
.example-grid,
.process-steps,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
}

.band-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.site-footer .brand img {
  width: clamp(188px, 28vw, 310px);
  height: 96px;
}

.intro-band {
  background: #fff0cc;
}

.intro-band > .intro-grid {
  max-width: 1180px;
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
}

.intro-grid p:last-child,
.showcase-copy p,
.request-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 600;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 820px;
}

.section {
  background: var(--paper);
}

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

.example-card {
  overflow: hidden;
  min-height: 430px;
  padding: 0;
  border: 1px solid rgba(23, 33, 43, 0.11);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(23, 33, 43, 0.1);
}

.example-card:nth-child(2n) {
  background: var(--mint);
}

.example-card:nth-child(3n) {
  background: #fff0cc;
}

.example-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid rgba(23, 33, 43, 0.09);
}

.example-card h3,
.example-card blockquote,
.example-card p,
.process-steps p {
  padding-inline: 22px;
}

.example-card h3 {
  margin-top: 20px;
}

.example-card blockquote {
  margin: 10px 0 0;
  color: var(--teal);
  font-family: Nunito, Inter, sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.16;
}

.example-card p,
.process-steps p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.example-card p {
  padding-bottom: 24px;
}

.process {
  background: var(--teal-soft);
}

.process > .section-heading,
.process > .process-steps {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

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

.process-steps article {
  min-height: 270px;
  padding: 26px;
  border-left: 4px solid var(--teal);
  background: rgba(255, 255, 255, 0.72);
}

.process-steps span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(23, 33, 43, 0.14);
  border-radius: 50%;
  background: var(--sun);
  font-weight: 900;
}

.likeness-section {
  background: #fffaf0;
}

.likeness-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.likeness-copy p:last-child {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 600;
}

.likeness-demo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, 2vw, 18px);
  min-height: 390px;
  align-items: start;
}

.likeness-pair {
  position: relative;
  min-height: 360px;
}

.likeness-demo figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  width: 58%;
  border: 1px solid rgba(23, 33, 43, 0.11);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(23, 33, 43, 0.13);
  transition: transform 160ms ease;
}

.reference-card {
  left: 0;
  top: 18px;
  transform: rotate(-6deg);
  z-index: 1;
}

.character-card {
  right: 0;
  top: 72px;
  transform: rotate(5deg);
  z-index: 2;
}

.pair-two {
  margin-top: 34px;
}

.pair-two .reference-card {
  transform: rotate(5deg);
}

.pair-two .character-card {
  transform: rotate(-5deg);
}

.likeness-demo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.likeness-demo figcaption {
  padding: 11px 14px 13px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.showcase {
  padding-top: clamp(16px, 3vw, 32px);
  padding-bottom: clamp(16px, 3vw, 32px);
  background: var(--coral-soft);
}

.showcase-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}

.showcase .section-kicker {
  margin-bottom: 8px;
}

.showcase h2 {
  font-size: clamp(1.75rem, 3.8vw, 3.35rem);
}

.showcase-copy,
.sample-slots {
  min-width: 0;
}

.showcase-copy p {
  margin-top: 12px;
}

.sample-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sample-slots span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(23, 33, 43, 0.11);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-family: Nunito, Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 28px rgba(23, 33, 43, 0.1);
}

.sample-slots span:nth-child(1),
.sample-slots span:nth-child(5) {
  background: var(--sun);
}

.sample-slots span:nth-child(2),
.sample-slots span:nth-child(6) {
  background: var(--coral);
  color: var(--white);
}

.sample-slots span:nth-child(3) {
  background: var(--mint);
}

.sample-slots span:nth-child(4) {
  background: #d9e5f7;
}

.request-section {
  background: #fff0cc;
}

.request-inner {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.request-copy {
  position: sticky;
  top: 104px;
}

.request-copy p {
  margin-top: 16px;
}

.promise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.promise-list span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #414b55;
  font-size: 0.9rem;
  font-weight: 800;
}

.offer-card {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 12px;
  background:
    radial-gradient(circle at top right, rgba(39, 183, 189, 0.2), transparent 34%),
    var(--white);
  box-shadow: var(--shadow);
}

.offer-content {
  position: relative;
  z-index: 2;
  max-width: 58%;
}

.offer-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: end;
  gap: 14px;
  margin-bottom: 8px;
}

.was-price {
  color: var(--muted);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--coral);
}

.price-row strong {
  color: var(--blue);
  font-family: Nunito, Inter, sans-serif;
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.82;
}

.offer-subhead {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.offer-list {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.offer-list li {
  position: relative;
  padding-left: 28px;
  color: #46515b;
  font-size: 0.95rem;
  font-weight: 700;
}

.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(39, 183, 189, 0.16);
}

.offer-button {
  width: 100%;
}

.offer-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.offer-character {
  position: absolute;
  right: -7%;
  bottom: -3%;
  z-index: 1;
  width: min(55%, 360px);
  max-width: none;
  filter: drop-shadow(0 22px 34px rgba(23, 33, 43, 0.22));
  pointer-events: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 64px);
  color: var(--muted);
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 920px) {
  .hero {
    min-height: 760px;
    align-items: start;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 248, 241, 0.98) 0%, rgba(251, 248, 241, 0.88) 42%, rgba(251, 248, 241, 0.08) 80%),
      linear-gradient(180deg, rgba(23, 33, 43, 0.02), rgba(23, 33, 43, 0.1));
  }

  .hero-image {
    object-position: 66% bottom;
  }

  .intro-grid,
  .likeness-inner,
  .showcase-inner,
  .request-inner {
    grid-template-columns: 1fr;
  }

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

  .request-copy {
    position: static;
  }

  .offer-card {
    min-height: 540px;
  }

  .offer-content {
    max-width: 64%;
  }

  .offer-character {
    right: -12%;
    width: min(52%, 300px);
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .site-nav {
    justify-content: flex-end;
    gap: 14px;
    font-size: 0.88rem;
  }

  .brand img {
    width: 150px;
    height: 62px;
  }

  .hero {
    min-height: 720px;
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 3.65rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .offer-card {
    min-height: auto;
    padding-bottom: 250px;
  }

  .offer-content {
    max-width: none;
  }

  .offer-character {
    right: 50%;
    bottom: -28px;
    width: 240px;
    transform: translateX(50%);
  }

  .example-grid,
  .process-steps,
  .sample-slots,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .likeness-demo {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .likeness-pair {
    min-height: 320px;
  }

  .example-card,
  .process-steps article {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }
}
