:root {
  --ink: #151515;
  --paper: #f5f1eb;
  --cream: #e9e1d7;
  --white: #fffdf9;
  --line: rgba(21, 21, 21, 0.16);
  --copper: #b56f55;
  --copper-dark: #92533d;
  --muted: #6b655e;
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--copper);
  color: white;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  background: rgba(245, 241, 235, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 118px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}

.desktop-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--copper);
}

.nav-cta {
  justify-self: end;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(460px, 0.96fr);
  min-height: calc(100vh - 76px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px max(50px, calc((100vw - var(--max)) / 2));
  padding-right: clamp(48px, 6vw, 104px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--copper-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.opportunity h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 730px;
  font-size: clamp(39px, 4.3vw, 66px);
  line-height: 0.96;
}

.hero h1 span {
  color: var(--copper-dark);
  font-style: italic;
}

.hero-lede {
  max-width: 620px;
  margin: 34px 0 0;
  color: #4e4944;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
}

.event-facts {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.2fr;
  max-width: 700px;
  margin-top: 42px;
  padding: 19px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.event-facts > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 20px;
  border-right: 1px solid var(--line);
}

.event-facts > div:first-child {
  padding-left: 0;
}

.event-facts > div:last-child {
  border-right: 0;
}

.event-facts span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-facts strong {
  font-size: 13px;
  font-weight: 600;
}

.early-bird-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px 20px;
  align-items: center;
  margin-top: 24px;
  padding: 20px 22px;
  background: var(--copper-dark);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 44px rgba(78, 42, 30, 0.24);
}

.early-bird-badge {
  display: inline-grid;
  min-height: 42px;
  padding: 0 15px;
  place-items: center;
  background: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  white-space: nowrap;
  text-transform: uppercase;
}

.early-bird-message {
  display: grid;
  gap: 4px;
}

.early-bird-message strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.early-bird-message span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.4;
}

.early-bird-prices {
  display: flex;
  grid-column: 1 / -1;
  gap: 16px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.early-bird-prices > span:not(.price-arrow) {
  display: flex;
  gap: 7px;
  align-items: baseline;
  text-align: left;
}

.early-bird-prices strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.early-bird-prices small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-arrow {
  color: rgba(255, 255, 255, 0.56);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--copper-dark);
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-light:hover {
  background: var(--cream);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.micro-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.hero-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #ded6cd;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(22, 18, 16, 0.48) 100%
  );
  content: "";
  pointer-events: none;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
}

.hero-tag {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: rgba(255, 253, 249, 0.86);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pulse {
  width: 7px;
  height: 7px;
  background: var(--copper);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(181, 111, 85, 0.18);
}

.hero-quote {
  position: absolute;
  right: 38px;
  bottom: 34px;
  left: 38px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: white;
}

.hero-quote strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.24vw, 38px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.hero-quote span {
  padding-bottom: 7px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.proof-bar > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0 36px;
  border-right: 1px solid var(--line);
}

.proof-bar > div:first-child {
  padding-left: 0;
}

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

.proof-bar strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.proof-bar span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 120px 0;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 70px;
}

.section-kicker span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 9px;
}

.section-kicker p {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 120px;
}

.about-grid h2,
.technology-copy h2,
.agenda-heading h2,
.audience h2,
.benefits-heading h2,
.registration h2 {
  font-size: clamp(32px, 3.65vw, 53px);
  line-height: 1.04;
}

.about-copy {
  padding-top: 8px;
}

.about-copy > p {
  margin: 0 0 22px;
  color: #4d4843;
  font-size: 17px;
  line-height: 1.75;
}

.about-copy .text-link {
  margin-top: 22px;
}

.hosts {
  max-width: none;
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}

.section-kicker.light span {
  border-color: rgba(255, 255, 255, 0.25);
}

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

.hosts-grid > div:first-child {
  grid-column: 1 / -1;
  max-width: 760px;
  padding-right: 65px;
}

.hosts-grid h2 {
  font-size: clamp(28px, 3.08vw, 46px);
  line-height: 1.04;
}

.host-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
  padding: 28px;
  background: #242321;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.host-card:nth-child(3) {
  background: #4b342d;
}

.host-card:nth-child(4) {
  background: #2d2b29;
}

.host-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
}

.host-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.host-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.host-note {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.technology-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 100px;
  align-items: center;
}

.machine-wrap {
  position: relative;
  padding: 30px;
  background: white;
}

.machine-wrap::before {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 110px;
  height: 110px;
  border: 1px solid var(--copper);
  border-radius: 50%;
  content: "";
}

.machine-wrap img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.machine-wrap > span {
  position: absolute;
  bottom: 18px;
  left: 22px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-intro {
  max-width: 650px;
  margin: 28px 0 40px;
  color: #5e5852;
  font-size: 16px;
  line-height: 1.7;
}

.feature-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.feature-list article > span {
  color: var(--copper-dark);
  font-size: 10px;
}

.feature-list h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.feature-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

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

.agenda-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 120px;
  align-items: end;
  margin-bottom: 70px;
}

.agenda-heading > p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.agenda-list {
  border-top: 1px solid var(--ink);
}

.agenda-list article {
  display: grid;
  grid-template-columns: 90px 0.75fr 1.25fr;
  gap: 50px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.agenda-number {
  color: var(--copper-dark);
  font-size: 11px;
}

.agenda-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.agenda-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.opportunity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 610px;
  background: var(--copper-dark);
  color: var(--white);
}

.opportunity-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px max(52px, calc((100vw - var(--max)) / 2));
  padding-right: 8vw;
}

.opportunity .eyebrow {
  color: #e8c9bb;
}

.opportunity h2 {
  max-width: 650px;
  font-size: clamp(36px, 4.34vw, 62px);
  line-height: 0.98;
}

.opportunity-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.opportunity-copy .button {
  width: fit-content;
}

.opportunity-words {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.12), transparent 28%),
    #6f3d2f;
}

.opportunity-words span {
  padding: 24px 4vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.85vw, 56px);
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.opportunity-words span:nth-child(2) {
  padding-left: 9vw;
}

.opportunity-words span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 1.5vw;
}

.audience-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}

.section-kicker.compact {
  margin-bottom: 40px;
}

.audience-list {
  border-top: 1px solid var(--ink);
}

.audience-list > div {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.audience-list span {
  color: var(--copper-dark);
  font-size: 10px;
}

.audience-list p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.audience-list i {
  font-style: normal;
}

.benefits {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
  max-width: none;
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  background: var(--cream);
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}

.benefit-cards article {
  min-height: 370px;
  padding: 28px 24px;
  border-right: 1px solid rgba(21, 21, 21, 0.2);
}

.benefit-cards article:last-child {
  border-right: 0;
}

.benefit-cards span {
  display: block;
  margin-bottom: 140px;
  color: var(--copper-dark);
  font-size: 10px;
}

.benefit-cards h3 {
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.benefit-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.registration {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 120px;
}

.registration-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 28px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.pricing-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  margin: 34px 0 10px;
  border: 1px solid var(--line);
}

.pricing-tier {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 22px;
  background: rgba(255, 253, 249, 0.46);
}

.pricing-tier.current {
  background: var(--white);
  box-shadow: inset 0 3px 0 var(--copper-dark);
}

.pricing-tier.current::after {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 6px;
  background: var(--copper-dark);
  color: white;
  content: "Current";
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-tier span {
  color: var(--copper-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pricing-tier strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.pricing-tier small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.pricing-divider {
  display: grid;
  min-width: 46px;
  place-items: center;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.current-price-note {
  margin: 0 0 32px !important;
  color: var(--ink) !important;
  font-size: 12px !important;
}

.current-price-note strong {
  color: var(--copper-dark);
}

.registration-detail {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 42px 0 28px;
}

.registration-detail > span {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  background: var(--copper-dark);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.registration-detail strong {
  font-size: 13px;
}

.registration-detail p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.registration-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.registration-copy li::before {
  margin-right: 10px;
  color: var(--copper-dark);
  content: "—";
}

.registration-form {
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.registration-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 23px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.registration-form input {
  width: 100%;
  min-height: 51px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid rgba(21, 21, 21, 0.25);
  border-radius: 0;
  color: var(--ink);
  outline: none;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  transition: border 160ms ease;
}

.registration-form input:focus {
  border-color: var(--copper-dark);
}

.registration-form input::placeholder {
  color: #aaa39b;
}

.registration-form .consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.registration-form .consent input {
  width: 16px;
  min-height: 16px;
  margin: 1px 0 0;
  accent-color: var(--copper-dark);
}

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

.form-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.form-note a {
  text-decoration: underline;
}

footer {
  padding: 85px max(28px, calc((100vw - var(--max)) / 2)) 28px;
  background: var(--ink);
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 1fr;
  gap: 70px;
  padding-bottom: 74px;
}

.brand-light {
  color: white;
}

.brand-light .brand-logo {
  filter: brightness(0) invert(1);
}

.footer-top > div:first-child > p {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.6;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
}

.footer-links > p,
.footer-contact > p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a,
.footer-contact address {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-bottom span:last-child {
  text-align: right;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1380px) {
  .section,
  .proof-bar {
    margin-right: 32px;
    margin-left: 32px;
  }

  .hero-copy {
    padding-left: 48px;
  }
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 80px 42px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .proof-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-bar > div {
    padding: 24px;
    border-bottom: 1px solid var(--line);
  }

  .proof-bar > div:first-child {
    padding-left: 24px;
  }

  .proof-bar > div:nth-child(2) {
    border-right: 0;
  }

  .about-grid,
  .technology-grid,
  .agenda-heading,
  .audience-grid,
  .registration {
    gap: 60px;
  }

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

  .hosts-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .benefits {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .footer-top {
    grid-template-columns: 1.3fr repeat(3, 0.8fr);
    gap: 38px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 64px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 66px;
    padding: 0 20px;
  }

  .desktop-nav {
    display: none;
  }

  .nav-cta {
    font-size: 10px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 68px 20px 55px;
  }

  .hero h1 {
    font-size: clamp(33px, 10.4vw, 47px);
  }

  .hero-lede {
    margin-top: 26px;
    font-size: 16px;
  }

  .event-facts {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .event-facts > div,
  .event-facts > div:first-child {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .event-facts > div:last-child {
    border-bottom: 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .early-bird-callout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .early-bird-badge {
    width: fit-content;
  }

  .early-bird-prices {
    justify-content: flex-start;
  }

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

  .hero-visual {
    min-height: 500px;
  }

  .hero-tag {
    top: 18px;
    right: 18px;
  }

  .hero-quote {
    right: 20px;
    bottom: 22px;
    left: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .proof-bar,
  .section {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .proof-bar > div {
    padding: 20px 0;
    border-right: 0;
  }

  .proof-bar > div:first-child {
    padding-left: 0;
  }

  .section {
    padding: 82px 0;
  }

  .section-kicker {
    margin-bottom: 46px;
  }

  .about-grid,
  .technology-grid,
  .agenda-heading,
  .audience-grid,
  .registration {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .about-grid h2,
  .technology-copy h2,
  .agenda-heading h2,
  .audience h2,
  .benefits-heading h2,
  .registration h2 {
    font-size: clamp(29px, 9vw, 42px);
  }

  .hosts {
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .hosts-grid > div:first-child {
    grid-column: auto;
    padding-right: 0;
  }

  .host-card {
    min-height: 270px;
  }

  .technology-grid {
    display: flex;
    flex-direction: column;
  }

  .machine-wrap {
    width: 100%;
  }

  .agenda-heading {
    margin-bottom: 42px;
  }

  .agenda-list article {
    grid-template-columns: 42px 1fr;
    gap: 14px 18px;
    padding: 28px 0;
  }

  .agenda-list p {
    grid-column: 2;
  }

  .agenda-list h3 {
    font-size: 24px;
  }

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

  .opportunity-copy {
    padding: 82px 20px;
  }

  .opportunity-words {
    min-height: 360px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .opportunity-words span {
    padding: 20px;
    font-size: 32.9px;
  }

  .opportunity-words span:nth-child(2) {
    padding-left: 45px;
  }

  .opportunity-words span:last-child {
    padding-left: 8px;
  }

  .audience-list > div {
    grid-template-columns: 38px 1fr auto;
  }

  .audience-list p {
    font-size: 21px;
  }

  .benefits {
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .benefit-cards {
    grid-template-columns: 1fr;
  }

  .benefit-cards article {
    min-height: auto;
    padding: 28px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 21, 21, 0.2);
  }

  .benefit-cards span {
    margin-bottom: 52px;
  }

  .registration-form {
    padding: 28px 20px;
  }

  .pricing-card {
    grid-template-columns: 1fr;
  }

  .pricing-divider {
    min-height: 34px;
    border-top: 1px solid var(--line);
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
    writing-mode: horizontal-tb;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  footer {
    padding: 70px 20px 28px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 52px 24px;
  }

  .footer-top > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .footer-bottom span:last-child {
    text-align: left;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 22px;
    background: var(--copper-dark);
    color: white;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
