:root {
  --bg: #fbfaf7;
  --paper: #ffffff;
  --ink: #15120c;
  --soft-ink: #2b2518;
  --muted: #746a5b;
  --line: #e8dfd0;
  --line-strong: #cbbba0;
  --gold: #cbbba0;
  --gold-deep: #8f7a55;
  --gold-dark: #645239;
  --gold-pale: #f3eee5;
  --gold-wash: #faf6ef;
  --charcoal: #17140f;
  --green: #0e7a4d;
  --red: #c21734;
  --shadow: 0 34px 100px rgba(75, 56, 20, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  background:
    linear-gradient(90deg, rgba(203, 187, 160, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(203, 187, 160, 0.12) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #fbfaf7 44%, #f4eee4 100%);
  background-size: 96px 96px, 96px 96px, auto;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.76), transparent 38%),
    radial-gradient(circle at 84% 22%, rgba(203, 187, 160, 0.28), transparent 26rem);
}

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

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 70px);
  background: rgba(251, 250, 246, 0.82);
  border-bottom: 1px solid rgba(232, 221, 197, 0.9);
  backdrop-filter: blur(22px);
}

.brand,
.main-nav,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 92px;
  height: 34px;
  overflow: hidden;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 1px;
  box-shadow: 0 14px 30px rgba(135, 101, 21, 0.16);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.04);
}

.main-nav {
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  padding: 12px 18px;
  color: var(--gold-dark);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.78);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(42px, 7vw, 116px);
  align-items: center;
  min-height: calc(100vh - 75px);
  padding: clamp(70px, 8vw, 122px) clamp(20px, 5vw, 84px) clamp(58px, 6vw, 92px);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: clamp(20px, 8vw, 130px);
  bottom: 28px;
  z-index: -1;
  color: rgba(203, 187, 160, 0.18);
  content: "XEXPO";
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(110px, 18vw, 280px);
  line-height: 1;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 42px;
  height: 1px;
  content: "";
  background: currentColor;
}

h1 {
  max-width: 790px;
  margin-bottom: 24px;
  font-size: clamp(62px, 8.7vw, 132px);
  line-height: 0.86;
}

.hero-lead {
  max-width: 660px;
  color: var(--soft-ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.62;
}

.hero-signature {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 28px;
}

.hero-signature span {
  padding: 9px 12px;
  color: var(--gold-dark);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(216, 195, 143, 0.78);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.primary {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.23), transparent 36%),
    linear-gradient(135deg, var(--gold), var(--gold-deep));
  box-shadow: 0 22px 48px rgba(135, 101, 21, 0.26);
}

.secondary {
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 46px;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  max-width: 560px;
  justify-self: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 2px;
  box-shadow: var(--shadow);
  transform: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-visual img {
  width: 100%;
  filter: contrast(1.04);
}

.hero-visual:hover {
  box-shadow: 0 40px 110px rgba(75, 56, 20, 0.2);
  transform: translateY(-3px);
}

section {
  padding: clamp(84px, 9vw, 136px) clamp(20px, 5vw, 84px);
}

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

.section-code {
  display: inline-block;
  margin-top: 10px;
  padding-top: 16px;
  color: var(--gold-deep);
  border-top: 1px solid var(--line-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading.centered {
  margin: 0 auto 58px;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.95;
}

.intro-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 6vw, 96px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(20px, 5vw, 84px);
  width: 1px;
  content: "";
  background: var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-self: end;
}

.intro-grid p,
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.intro-grid p {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.path-section {
  background:
    linear-gradient(180deg, rgba(243, 238, 229, 0.9), rgba(251, 250, 247, 0.96)),
    var(--bg);
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  max-width: 980px;
  margin: -20px auto 38px;
  padding: 0 14px;
}

.process-rail span {
  position: relative;
  height: 28px;
  border-top: 1px solid var(--line-strong);
}

.process-rail span::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--gold);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--line-strong);
}

.process-rail span:last-child::after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--charcoal);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--line-strong);
}

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

.step-card {
  position: relative;
  grid-column: span 4;
  min-height: 418px;
  padding: clamp(26px, 3vw, 34px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: 0 18px 54px rgba(75, 56, 20, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.step-card::after {
  position: absolute;
  right: -24px;
  bottom: -58px;
  color: rgba(203, 187, 160, 0.16);
  content: attr(data-step);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 190px;
  line-height: 1;
}

.step-card:hover {
  border-color: var(--line-strong);
  box-shadow: 0 24px 70px rgba(75, 56, 20, 0.12);
  transform: translateY(-4px);
}

.step-card:nth-child(4),
.step-card:nth-child(5) {
  grid-column: span 6;
  min-height: 350px;
}

.featured {
  color: #fff;
  background:
    linear-gradient(140deg, rgba(203, 187, 160, 0.28), transparent 42%),
    var(--charcoal);
  border-color: var(--charcoal);
}

.featured p,
.featured li {
  color: rgba(255, 255, 255, 0.74);
}

.featured::after {
  color: rgba(255, 255, 255, 0.07);
}

.step-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.featured .step-number {
  color: var(--gold);
}

.step-number::after {
  width: 58px;
  height: 1px;
  content: "";
  background: currentColor;
}

.step-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 0.98;
}

.step-card p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  line-height: 1.68;
}

.audience-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(38px, 6vw, 94px);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-grid {
  display: grid;
  gap: 14px;
}

.audience-grid article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.audience-grid article:first-child {
  border-top: 1px solid var(--line);
}

.audience-grid span {
  color: var(--gold-deep);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 42px;
  line-height: 0.9;
}

.audience-grid h3 {
  margin-bottom: 8px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.audience-grid p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.deliverables-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(203, 187, 160, 0.18), transparent 42%),
    var(--bg);
}

.deliverables-copy {
  position: sticky;
  top: 110px;
}

.deliverables-list {
  display: grid;
  gap: 14px;
}

.deliverables-list div {
  position: relative;
  padding: 24px 24px 24px 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: 0 18px 48px rgba(75, 56, 20, 0.06);
}

.deliverables-list div::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 16px;
  width: 2px;
  content: "";
  background: var(--gold);
}

.deliverables-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.deliverables-list span {
  color: var(--muted);
  line-height: 1.6;
}

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

  .button,
  .hero-visual,
  .step-card {
    transition: none;
  }
}

.step-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.step-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.step-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: var(--gold);
}

.summary-section {
  padding-top: clamp(42px, 5vw, 74px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.summary-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 66px);
  background:
    linear-gradient(135deg, rgba(203, 187, 160, 0.14), transparent 46%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.summary-panel h2 {
  max-width: 620px;
}

.summary-list {
  display: grid;
}

.summary-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.summary-list div:last-child {
  border-bottom: 0;
}

.summary-list strong {
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-list span {
  color: var(--muted);
  line-height: 1.5;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(30px, 7vw, 96px);
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(203, 187, 160, 0.2) 1px, transparent 1px),
    linear-gradient(180deg, rgba(203, 187, 160, 0.16) 1px, transparent 1px),
    linear-gradient(135deg, #15120c, #302714);
  background-size: 80px 80px, 80px 80px, auto;
}

.contact-section::after {
  position: absolute;
  right: -80px;
  bottom: -70px;
  color: rgba(255, 255, 255, 0.045);
  content: "ORDER";
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(120px, 20vw, 280px);
  line-height: 1;
}

.contact-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.contact-copy .eyebrow {
  color: var(--gold-pale);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-card {
  position: relative;
  z-index: 1;
  padding: 34px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.contact-card::before {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 54px;
  height: 54px;
  content: "";
  border-top: 1px solid var(--line-strong);
  border-right: 1px solid var(--line-strong);
}

.card-label {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card h3 {
  margin-bottom: 14px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 0.95;
}

.contact-card p {
  color: var(--muted);
  line-height: 1.7;
}

.full {
  width: 100%;
  margin-top: 14px;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(20px, 5vw, 84px);
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: var(--ink);
  letter-spacing: 0.08em;
}

@media (max-width: 1040px) {
  .site-header,
  .hero,
  .intro-section,
  .audience-section,
  .deliverables-section,
  .summary-panel,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: flex;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    width: min(100%, 540px);
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step-card,
  .step-card:nth-child(4),
  .step-card:nth-child(5) {
    grid-column: auto;
    min-height: auto;
  }

  .intro-section::before {
    display: none;
  }

  .deliverables-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 18px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .main-nav a {
    flex: 0 0 auto;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 50px;
  }

  h1 {
    font-size: 54px;
    line-height: 0.9;
  }

  h2 {
    font-size: 43px;
    line-height: 0.98;
  }

  .button {
    width: 100%;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    transform: none;
    padding: 18px;
  }

  .audience-grid article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .step-card h3,
  .audience-grid h3 {
    font-size: 32px;
  }

  .contact-card h3 {
    font-size: 38px;
  }

  .audience-grid p {
    grid-column: auto;
  }

  .summary-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

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