:root {
  --paper: #fbf7ef;
  --paper-2: #f0e5d4;
  --white-warm: #fffaf2;
  --ink: #1d1814;
  --soft-ink: #62564d;
  --line: #ddcfbc;
  --gold: #d99a28;
  --tea: #b85e3c;
  --rose: #e6b3a7;
  --blue: #416c91;
  --leaf: #67764c;
  --shadow: 0 24px 70px rgba(84, 55, 31, 0.16);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Archivo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
h2 {
  font-family: "Gilda Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3.3rem, 6vw, 6.75rem);
  line-height: 0.96;
}

h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2.55rem, 5.7vw, 6.2rem);
  line-height: 0.96;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 2.25rem);
  line-height: 1.02;
}

p {
  color: var(--soft-ink);
  line-height: 1.68;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(16px);
}

.wordmark {
  display: flex;
  align-items: stretch;
  border-right: 1px solid var(--line);
}

.wordmark-symbol {
  display: grid;
  place-items: center;
  width: 5rem;
  background: var(--ink);
  color: var(--paper);
  font-family: "Gilda Display", Georgia, serif;
  font-size: 2.1rem;
}

.wordmark-text {
  display: grid;
  place-items: center;
  padding: 0 1.15rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

nav a {
  display: grid;
  place-items: center;
  min-height: 4.3rem;
  padding: 0 1.18rem;
  border-left: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a:hover {
  background: var(--paper-2);
  color: var(--ink);
}

.hero {
  padding: clamp(1rem, 2.4vw, 1.8rem);
}

.hero-grid {
  min-height: clamp(650px, calc(100vh - 6.2rem), 840px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  gap: clamp(0.9rem, 2vw, 1.2rem);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.3rem, 4vw, 4rem);
  border: 1px solid var(--line);
  background: var(--white-warm);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: clamp(1.2rem, 3vw, 2.2rem);
}

.tag-row span {
  padding: 0.48rem 0.66rem;
  border: 1px solid var(--line);
  background: var(--paper-2);
  color: var(--soft-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--tea);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-copy p {
  max-width: 62ch;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.button,
.inquiry-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 1px solid var(--ink);
  padding: 0.85rem 1rem;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.button:active,
.inquiry-form button:active {
  transform: scale(0.97);
}

.button.primary,
.inquiry-form button {
  background: var(--gold);
}

.button.quiet {
  background: var(--paper);
}

.hero-collage {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.8rem;
}

.hero-collage figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white-warm);
}

.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main {
  position: relative;
  grid-row: 1 / span 2;
}

.hero-main img {
  object-position: 50% 18%;
  filter: sepia(0.08) contrast(1.02);
}

.hero-main figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(251, 247, 239, 0.93);
  border: 1px solid var(--line);
}

.hero-main strong {
  font-family: "Gilda Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.hero-main span {
  color: var(--soft-ink);
  font-size: 0.84rem;
  font-weight: 700;
  text-align: right;
}

.hero-small-a img {
  object-position: 52% 25%;
}

.hero-small-b img {
  object-position: 48% 25%;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--white-warm);
}

.proof-strip div {
  min-height: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: 1.1rem;
  border-right: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.slot-number {
  font-family: "Gilda Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 400;
}

.slot-number {
  display: inline-block;
  min-width: 3.8ch;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  transform: translateY(0);
}

.stat-card.is-visible .slot-number {
  animation: slotSettle 720ms var(--ease-out) both;
}

@keyframes slotSettle {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(34%);
  }

  62% {
    opacity: 1;
    filter: blur(1px);
    transform: translateY(-4%);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.proof-strip span,
.feature-card span,
.booking-cards span,
.creator-image span,
.pitch-grid span {
  color: var(--soft-ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-section,
.booking,
.creator-section,
.social-proof-section,
.live-section,
.inquiry-section,
.pitch-section {
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 5.5rem);
}

.section-intro,
.creator-copy,
.inquiry-copy,
.pitch-copy {
  max-width: 980px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-intro h2,
.creator-copy h2,
.inquiry-copy h2,
.pitch-copy h2 {
  max-width: 14ch;
}

.section-intro p,
.creator-copy p,
.inquiry-copy p,
.pitch-copy p,
.social-copy p,
.live-copy p,
.booking-copy p {
  max-width: 64ch;
}

.feature-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: minmax(270px, 34vw);
  gap: 1rem;
}

.feature-card,
.booking-cards article,
.creator-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white-warm);
  box-shadow: var(--shadow);
}

.feature-card.large {
  grid-row: span 2;
}

.feature-card.wide {
  grid-column: span 2;
}

.feature-card img,
.booking-cards img,
.creator-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateY(var(--parallax-y, 0));
  transition: transform 700ms var(--ease-out);
}

.feature-card div,
.booking-cards div {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  padding: 0.85rem;
  border: 1px solid rgba(221, 207, 188, 0.82);
  background: rgba(255, 250, 242, 0.93);
}

.feature-card h3,
.booking-cards h3 {
  max-width: 12ch;
  margin-bottom: 0;
  font-family: "Gilda Display", Georgia, serif;
  font-weight: 400;
}

.pitch-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(460px, 1.22fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  background: var(--ink);
  color: var(--paper);
}

.pitch-copy {
  position: sticky;
  top: 6rem;
  align-self: start;
  padding-top: 0.25rem;
}

.pitch-copy h2 {
  max-width: 10.8ch;
}

.pitch-section p,
.pitch-grid p {
  color: rgba(251, 247, 239, 0.72);
}

.pitch-grid {
  display: grid;
  gap: 1px;
  background: rgba(251, 247, 239, 0.22);
  border: 1px solid rgba(251, 247, 239, 0.22);
}

.pitch-grid article {
  min-height: 210px;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: clamp(1.1rem, 2.6vw, 2rem);
  align-items: start;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--ink);
}

.pitch-grid span {
  color: var(--rose);
}

.pitch-grid strong {
  display: block;
  max-width: 17ch;
  margin-bottom: 0.8rem;
  font-family: "Gilda Display", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.02;
}

.pitch-grid p {
  max-width: 48ch;
  margin-bottom: 0;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  background: var(--white-warm);
  border-block: 1px solid var(--line);
}

.booking-copy {
  position: sticky;
  top: 6rem;
  align-self: start;
}

.booking-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 380px;
  gap: 1rem;
}

.booking-cards article:first-child {
  grid-row: span 2;
}

.creator-showcase {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1fr;
  grid-auto-rows: 300px;
  gap: 1rem;
}

.creator-image.tall {
  grid-row: span 2;
}

.creator-image span {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.93);
  color: var(--ink);
}

.creator-panel {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  background: var(--rose);
}

.creator-panel strong {
  max-width: 17ch;
  font-family: "Gilda Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.creator-panel p {
  max-width: 42ch;
  margin-bottom: 0;
  color: var(--ink);
}

.social-proof-section,
.live-section,
.inquiry-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  background: var(--white-warm);
  border-block: 1px solid var(--line);
}

.profile-grid {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.profile-grid img {
  width: 100%;
  height: min(620px, 74vw);
  object-fit: cover;
  object-position: top center;
}

.phone-proof {
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.phone-proof img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: top center;
}

.live-note {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 560px;
  margin-top: 2rem;
  padding: 1rem 0;
  border-block: 1px solid var(--line);
}

.live-note span {
  width: 0.8rem;
  height: 0.8rem;
  flex: 0 0 auto;
  background: var(--tea);
  border-radius: 50%;
}

.live-note p {
  margin: 0;
  font-weight: 800;
  color: var(--ink);
}

.inquiry-section {
  align-items: start;
  background: var(--paper);
  border-bottom: 0;
}

.inquiry-form {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--white-warm);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 0.5rem;
  color: var(--soft-ink);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 0.95rem 1rem;
  outline: 0;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--tea);
  box-shadow: 0 0 0 3px rgba(184, 94, 60, 0.16);
}

.inquiry-form button {
  width: 100%;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1.25rem, 5vw, 5.5rem);
  border-top: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: 0.86rem;
}

.site-footer span:first-child {
  font-weight: 800;
  color: var(--ink);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms var(--ease-out),
    transform 700ms var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .pitch-section,
  .booking,
  .social-proof-section,
  .live-section,
  .inquiry-section {
    grid-template-columns: 1fr;
  }

  .pitch-copy {
    position: static;
  }

  .hero-collage {
    min-height: 720px;
  }

  .booking-copy {
    position: static;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal],
  .feature-card img,
  .booking-cards img,
  .creator-image img {
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .wordmark {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  nav {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    min-height: 3.4rem;
    border-left: 0;
    border-right: 1px solid var(--line);
  }

  .proof-strip,
  .feature-gallery,
  .booking-cards,
  .creator-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card.large,
  .feature-card.wide,
  .booking-cards article:first-child,
  .creator-image.tall,
  .creator-panel {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  h1 {
    max-width: 9.8ch;
    font-size: clamp(2.95rem, 13vw, 4rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .wordmark-symbol {
    width: 4rem;
  }

  .wordmark-text {
    padding: 0 0.9rem;
  }

  .hero {
    padding: 0.75rem;
  }

  .hero-copy {
    padding: 1.25rem;
    overflow: hidden;
  }

  .hero-collage {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .hero-collage[data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-main,
  .hero-small {
    min-height: 380px;
  }

  .hero-main figcaption {
    display: grid;
  }

  .hero-main span {
    text-align: left;
  }

  .proof-strip,
  .feature-gallery,
  .booking-cards,
  .creator-showcase {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    min-height: 10rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1.4rem 1rem;
    text-align: center;
  }

  .proof-strip strong,
  .slot-number {
    font-size: clamp(3.2rem, 18vw, 5.8rem);
  }

  .proof-strip span {
    max-width: 18ch;
    line-height: 1.28;
  }

  .feature-gallery,
  .booking-cards,
  .creator-showcase {
    grid-auto-rows: 360px;
  }

  .creator-panel {
    min-height: 360px;
  }

  .site-footer {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.7rem;
    padding-block: 2.4rem;
  }

  .site-footer span:first-child {
    font-size: 1.3rem;
    font-weight: 900;
  }
}
