:root {
  --ink: #1f110b;
  --ink-soft: #4f2c15;
  --paper: #e4dcca;
  --paper-soft: #beb5a2;
  --accent: #a66034;
  --accent-soft: #d79e66;
  --stone: #674f3b;
  --steel: #6e7a84;
  --line: rgba(31, 17, 11, 0.12);
  --white: #f7f2eb;
  --shadow: 0 24px 60px rgba(31, 17, 11, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background: linear-gradient(180deg, #ede4d4 0%, #e3d9c7 42%, #d8ccb8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(166, 96, 52, 0.16), transparent 25%),
    radial-gradient(circle at right 15%, rgba(110, 122, 132, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 50%);
}

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

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 17, 11, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 17, 11, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 70%);
}

.page-shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto 72px;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 20;
  width: min(1220px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(31, 17, 11, 0.88);
  box-shadow: 0 18px 40px rgba(31, 17, 11, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(215, 158, 102, 0.26), rgba(166, 96, 52, 0.42));
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small,
.nav a {
  color: rgba(247, 242, 235, 0.72);
}

.nav {
  display: flex;
  gap: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

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

.button-outline {
  min-height: 42px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.button-ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(31, 17, 11, 0.16);
}

.hero {
  padding: 68px 0 22px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.story-card,
.metrics-card,
.service-card,
.timeline-card,
.talent-card,
.price-card,
.cta-panel {
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at top right, rgba(166, 96, 52, 0.18), transparent 28%),
    radial-gradient(circle at left 18%, rgba(110, 122, 132, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(255, 248, 239, 0.72), rgba(228, 220, 202, 0.96));
  position: relative;
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 34px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.72), transparent 22%),
    linear-gradient(145deg, rgba(79, 44, 21, 0.08), rgba(166, 96, 52, 0.28));
  filter: blur(1px);
  opacity: 0.95;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-stage-badge {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 10px 16px;
  border: 1px solid rgba(31, 17, 11, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h1 {
  max-width: 9.8ch;
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.92;
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 0.98;
}

h3 {
  font-size: 2rem;
  line-height: 1;
}

.lead,
.section-aside,
.story-card p,
.service-card p,
.timeline-card p,
.audience-grid p,
.talent-copy p,
.talent-card li,
.price-card p,
.cta-copy p {
  color: rgba(31, 17, 11, 0.72);
}

.lead {
  max-width: 56ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
}

.hero-notes div {
  padding-top: 14px;
  border-top: 1px solid rgba(31, 17, 11, 0.18);
}

.hero-notes span,
.panel-kicker,
.service-tag,
.price-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-notes strong {
  font-size: 1rem;
}

.hero-visual {
  display: grid;
  gap: 22px;
}

.hero-panel {
  padding: 28px;
}

.hero-panel-dark {
  min-height: 250px;
  color: var(--white);
  background: linear-gradient(180deg, #2a1810 0%, #4f2c15 100%);
}

.hero-panel-dark p {
  color: rgba(247, 242, 235, 0.76);
}

.hero-panel-dark h2 {
  max-width: 7ch;
  margin: 14px 0;
}

.hero-panel-photo {
  min-height: 408px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(215, 158, 102, 0.22), transparent 26%),
    linear-gradient(180deg, #d9d0c1 0%, #a99a89 100%);
}

.hero-panel-photo::before,
.service-card.feature::before,
.image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-panel-photo::before {
  background:
    linear-gradient(180deg, rgba(255, 247, 235, 0.02), rgba(31, 17, 11, 0.5)),
    linear-gradient(90deg, rgba(31, 17, 11, 0.08), transparent 44%);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.84) contrast(1.04);
}

.photo-overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: var(--white);
  z-index: 2;
  text-shadow: 0 10px 28px rgba(31, 17, 11, 0.32);
}

.photo-overlay p {
  margin: 0 0 8px;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 242, 235, 0.76);
}

.photo-overlay strong {
  max-width: 14ch;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 0.96;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.trust-bar span {
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(31, 17, 11, 0.12);
  background: rgba(255, 249, 242, 0.52);
  font-size: 0.88rem;
  text-align: center;
}

.section {
  padding: 34px 0;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 18px;
}

.showcase-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(250, 246, 239, 0.74);
}

.showcase-large {
  grid-row: span 2;
  min-height: 598px;
}

.showcase-wide {
  grid-column: span 2;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(31, 17, 11, 0.02), rgba(31, 17, 11, 0.74)),
    linear-gradient(90deg, rgba(31, 17, 11, 0.18), transparent 54%);
}

.showcase-media,
.timeline-media,
.audience-media,
.talent-mosaic-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: var(--white);
}

.showcase-copy .service-tag {
  color: rgba(247, 242, 235, 0.76);
}

.showcase-copy h3 {
  max-width: 14ch;
  font-size: 1.9rem;
}

.intro-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.story-card {
  padding: 28px;
  background: rgba(247, 242, 235, 0.72);
}

.story-card h2 {
  margin-bottom: 18px;
}

.metrics-card {
  padding: 24px;
  display: grid;
  gap: 16px;
  background: rgba(255, 249, 242, 0.64);
}

.metric {
  padding: 18px 0;
  border-bottom: 1px solid rgba(31, 17, 11, 0.1);
}

.metric:last-child {
  border-bottom: 0;
}

.metric span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(166, 96, 52, 0.12);
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 800;
}

.metric strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 1.2rem;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.section-heading.split {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.section-aside {
  max-width: 32ch;
  margin: 0;
}

.service-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.service-card {
  min-height: 260px;
  padding: 24px;
  background: rgba(250, 246, 239, 0.74);
}

.service-card.feature {
  grid-row: span 2;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at top center, rgba(215, 158, 102, 0.28), transparent 26%),
    linear-gradient(180deg, rgba(79, 44, 21, 0.12), rgba(31, 17, 11, 0.88));
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.service-card.feature::before {
  background:
    linear-gradient(180deg, rgba(31, 17, 11, 0.02), rgba(31, 17, 11, 0.84)),
    linear-gradient(90deg, rgba(31, 17, 11, 0.18), transparent 48%);
}

.service-card.feature p:last-child,
.service-card.feature .service-tag,
.service-card.feature h3 {
  color: inherit;
}

.service-card.feature > * {
  position: relative;
  z-index: 2;
}

.service-card.feature .service-tag {
  color: rgba(247, 242, 235, 0.76);
}

.image-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background:
    radial-gradient(circle at top right, rgba(215, 158, 102, 0.24), transparent 25%),
    linear-gradient(180deg, rgba(79, 44, 21, 0.16), rgba(31, 17, 11, 0.74));
}

.image-card::before {
  background:
    linear-gradient(180deg, rgba(31, 17, 11, 0.08), rgba(31, 17, 11, 0.76)),
    linear-gradient(90deg, rgba(31, 17, 11, 0.22), transparent 56%);
}

.photo-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.photo-hero {
  object-position: center 24%;
}

.photo-feature {
  object-position: center 34%;
}

.photo-detail {
  object-position: center 34%;
}

.image-card-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: var(--white);
  z-index: 2;
}

.image-card-copy .service-tag {
  color: rgba(247, 242, 235, 0.76);
}

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

.timeline-card {
  padding: 24px;
  min-height: 280px;
  background: rgba(247, 242, 235, 0.74);
  overflow: hidden;
}

.timeline-media {
  width: calc(100% + 48px);
  height: 146px;
  margin: -24px -24px 18px;
  border-bottom: 1px solid rgba(31, 17, 11, 0.08);
}

.timeline-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(166, 96, 52, 0.12);
  color: var(--accent);
  font-weight: 800;
}

.timeline-card h3 {
  margin-bottom: 14px;
  font-size: 1.7rem;
}

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

.audience-grid article,
.price-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(250, 246, 239, 0.74);
  box-shadow: var(--shadow);
}

.audience-card {
  overflow: hidden;
}

.audience-media {
  width: calc(100% + 48px);
  height: 200px;
  margin: -24px -24px 18px;
}

.talent {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.talent-copy p {
  max-width: 50ch;
}

.talent-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.talent-mosaic-media {
  height: 250px;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.talent-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.talent-card {
  padding: 24px;
  background: rgba(247, 242, 235, 0.74);
}

.talent-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.accent-card {
  background: linear-gradient(180deg, rgba(79, 44, 21, 0.94), rgba(31, 17, 11, 0.98));
  color: var(--white);
}

.accent-card a {
  display: block;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(247, 242, 235, 0.88);
  background: rgba(255, 255, 255, 0.04);
}

.featured {
  background: linear-gradient(180deg, rgba(166, 96, 52, 0.16), rgba(250, 246, 239, 0.92));
}

.cta-panel {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  background: linear-gradient(180deg, rgba(31, 17, 11, 0.96), rgba(79, 44, 21, 0.96));
  color: var(--white);
}

.cta-copy p {
  color: rgba(247, 242, 235, 0.74);
}

.cta-copy .eyebrow {
  color: var(--accent-soft);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-actions .button {
  background: var(--accent);
}

.cta-actions .button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: transparent;
}

@media (max-width: 1080px) {
  .hero-grid,
  .intro-panels,
  .showcase-grid,
  .service-layout,
  .timeline,
  .audience-grid,
  .talent,
  .talent-panels,
  .pricing-grid,
  .section-heading.split {
    grid-template-columns: 1fr;
  }

  .section-heading.split {
    gap: 12px;
  }

  .hero-copy,
  .service-card.feature {
    min-height: unset;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
  }

  .hero-photo {
    object-position: center 38%;
  }
}

@media (max-width: 820px) {
  .topbar {
    width: min(100% - 20px, 1220px);
    border-radius: 28px;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-notes,
  .cta-panel {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1220px);
  }

  .hero-actions,
  .cta-actions,
  .trust-bar {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button,
  .button-outline,
  .button-ghost {
    width: 100%;
  }

  h1 {
    max-width: 11ch;
  }

  .hero-photo {
    object-position: center 34%;
  }

  .photo-feature {
    object-position: center 30%;
  }

  .photo-detail {
    object-position: center 30%;
  }

  .talent-mosaic {
    grid-template-columns: 1fr;
  }
}
