:root {
  --ink: #101311;
  --ink-2: #171c18;
  --ink-3: #202720;
  --ink-4: #2e382f;
  --copper: #db8d42;
  --copper-light: #f1bd75;
  --copper-dark: #aa5f25;
  --olive: #7d8b6d;
  --moss: #4f5f4c;
  --paper: #f3ecdf;
  --paper-2: #e9dfce;
  --white: #fffdf8;
  --muted: #b8b8ad;
  --dark-text: #20251f;
  --line: rgba(255, 255, 255, .11);
  --shadow: 0 28px 70px rgba(10, 12, 10, .22);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.pixel-fallback { position: absolute; width: 1px; height: 1px; }

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.utility-bar {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #0b0e0c;
  color: #c9ccbf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.utility-inner {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.utility-inner span { display: inline-flex; align-items: center; gap: 8px; }
.utility-inner i { width: 6px; height: 6px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 5px rgba(219,141,66,.12); }

.site-header {
  position: relative;
  z-index: 18;
  background: rgba(16, 19, 17, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

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

.brand > span:last-child { display: grid; gap: 3px; }
.brand strong { font-size: 13px; letter-spacing: .14em; }
.brand small { color: #929a8f; font-size: 11px; letter-spacing: .045em; }

.brand-radar {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(219,141,66,.6);
}

.brand-radar b {
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(219,141,66,.33);
  border-radius: 50%;
}

.brand-radar b:nth-child(2) { inset: 12px; }
.brand-radar b:nth-child(3) { inset: 17px; background: var(--copper); border: 0; }
.brand-radar i { position: absolute; width: 18px; height: 1px; background: var(--copper); left: 19px; top: 19px; transform-origin: left center; transform: rotate(-38deg); }

nav { display: flex; align-items: center; gap: 32px; }
nav a { color: #b8bdb4; text-decoration: none; font-size: 14px; font-weight: 700; transition: color .2s ease; }
nav a:hover { color: var(--copper-light); }

.header-cta {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(219,141,66,.7);
  color: var(--copper-light);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .02em;
  transition: background .2s ease, color .2s ease;
}

.header-cta:hover { background: var(--copper); color: #15120e; }

.hero {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  padding: 84px 0 90px;
  background:
    linear-gradient(90deg, rgba(16,19,17,.98) 0%, rgba(16,19,17,.88) 44%, rgba(16,19,17,.35) 100%),
    radial-gradient(circle at 82% 25%, rgba(219,141,66,.13), transparent 34%),
    #101311;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, black, transparent 76%);
}

.contour {
  position: absolute;
  border: 1px solid rgba(219,141,66,.17);
  border-radius: 48% 52% 64% 36% / 54% 39% 61% 46%;
  pointer-events: none;
}

.contour::before, .contour::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(219,141,66,.12);
  border-radius: inherit;
}

.contour::after { inset: 39px; }
.contour-a { width: 460px; height: 330px; left: -180px; bottom: -95px; transform: rotate(13deg); }
.contour-b { width: 520px; height: 400px; right: -170px; top: -140px; transform: rotate(-18deg); }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 68px;
  align-items: center;
}

.hero-copy { max-width: 620px; }

.overline {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.overline span {
  min-width: 28px;
  padding: 5px 4px;
  border-bottom: 1px solid var(--copper);
  color: var(--copper);
  text-align: center;
}

.overline.dark { color: var(--copper-dark); }

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

h1 {
  margin: 0;
  max-width: 680px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .93;
}

h1 em, h2 em {
  display: block;
  color: var(--copper-light);
  font-weight: 400;
}

.hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: #c6cabf;
  font-size: 18px;
  line-height: 1.7;
}

.hero-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-points span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); color: #d7d9d0; font-size: 13px; font-weight: 750; }
.hero-points i { margin-right: 6px; color: var(--copper); font-style: normal; }

.hero-offer { margin-top: 32px; display: flex; align-items: center; gap: 25px; }
.price-block { display: grid; }
.price-block small, .order-price small { color: #888d84; font-size: 15px; text-decoration: line-through; }
.price-block strong, .order-price strong { color: var(--white); font-size: 42px; line-height: 1.05; letter-spacing: -.045em; }
.price-block strong b, .order-price strong b { font-size: .47em; letter-spacing: 0; }

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 26px;
  border: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-copper { background: linear-gradient(135deg, var(--copper-light), var(--copper)); color: #1a140e; box-shadow: 0 16px 32px rgba(170,95,37,.24); }
.button-copper:hover { box-shadow: 0 20px 36px rgba(170,95,37,.34); }
.button span { font-size: 20px; }
.microcopy { margin: 14px 0 0; color: #777e76; font-size: 12px; }

.hero-media { position: relative; min-width: 0; }
.image-frame { position: relative; overflow: hidden; background: #1d231e; box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; border: 1px solid rgba(255,255,255,.15); box-shadow: inset 0 0 0 9px rgba(16,19,17,.08); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-image { aspect-ratio: 1 / 1; clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%); }

.coordinate-tag {
  position: absolute;
  z-index: 5;
  top: -31px;
  right: 0;
  color: #7f887d;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: .08em;
}

.hero-badge {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  background: rgba(16,19,17,.92);
  border: 1px solid rgba(219,141,66,.38);
  box-shadow: 0 16px 35px rgba(0,0,0,.3);
  backdrop-filter: blur(10px);
}

.hero-badge > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(219,141,66,.15); color: var(--copper-light); font-size: 14px; font-weight: 900; }
.hero-badge div { display: grid; gap: 3px; }
.hero-badge small { color: #80877d; font-size: 9px; letter-spacing: .14em; }
.hero-badge b { font-size: 12px; }
.badge-one { left: -35px; bottom: 35px; }
.badge-two { right: -22px; top: 42px; }

.signal-strip { position: relative; z-index: 3; background: var(--copper); color: #17130f; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid article { min-height: 118px; display: flex; align-items: center; gap: 18px; padding: 24px 34px; border-right: 1px solid rgba(30,22,14,.22); }
.signal-grid article:last-child { border-right: 0; }
.signal-grid article > b { color: rgba(37,23,11,.42); font-family: Georgia, serif; font-size: 37px; font-weight: 400; }
.signal-grid span { display: grid; gap: 5px; }
.signal-grid strong { font-size: 15px; }
.signal-grid small { color: rgba(31,25,18,.68); font-size: 12px; }

.light-section { background: var(--paper); color: var(--dark-text); }
.intro, .signals { padding: 110px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }

.section-copy h2, .section-heading h2, .audience-intro h2, .faq-copy h2, .order-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 65px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.01;
}

.dark-copy h2 { color: #20251f; }
.dark-copy h2 em, .section-heading.dark-copy h2 em { color: var(--copper-dark); }
.section-copy > p:not(.overline), .section-heading > p, .faq-copy > p:not(.overline) { margin: 25px 0 0; color: #656c62; font-size: 16px; line-height: 1.72; }

.skill-list { margin-top: 30px; display: grid; gap: 9px; }
.skill-list article { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(32,37,31,.13); }
.skill-list i { color: var(--copper-dark); font-family: ui-monospace, monospace; font-size: 12px; font-style: normal; font-weight: 800; }
.skill-list b { display: block; margin-bottom: 6px; font-size: 15px; }
.skill-list p { margin: 0; color: #747a71; font-size: 13px; line-height: 1.55; }
.text-link { margin-top: 26px; display: inline-flex; align-items: center; gap: 16px; color: #273126; font-size: 14px; font-weight: 900; text-underline-offset: 5px; }
.text-link span { color: var(--copper-dark); font-size: 20px; }

.editorial-image { aspect-ratio: 1 / 1; }
.editorial-image::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(to top, rgba(12,15,12,.58), transparent 40%); pointer-events: none; }
.photo-label { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: 23px; display: grid; gap: 5px; color: white; }
.photo-label small { color: var(--copper-light); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.photo-label b { font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.photo-label.right { text-align: right; }

.program { position: relative; padding: 110px 0; overflow: hidden; background: var(--ink-2); }
.program::before { content: ""; position: absolute; width: 650px; height: 650px; left: -340px; top: 130px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 23px, rgba(219,141,66,.06) 24px 25px); }
.program .container { position: relative; z-index: 2; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.section-heading > p { margin: 0 0 7px; color: #9ca29a; }
.section-heading.centered { display: block; max-width: 780px; margin: 0 auto; text-align: center; }
.section-heading.centered .overline { justify-content: center; }
.section-heading.centered > p { margin: 22px auto 0; color: #686f65; }

.module-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-grid article { position: relative; min-height: 292px; padding: 31px 29px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); transition: background .2s ease, transform .2s ease; }
.module-grid article:hover { z-index: 3; background: rgba(255,255,255,.055); transform: translateY(-4px); }
.module-grid article > span { position: absolute; top: 23px; right: 24px; color: #596058; font-family: ui-monospace, monospace; font-size: 11px; }
.module-icon { width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid rgba(219,141,66,.45); border-radius: 50%; color: var(--copper-light); font-size: 22px; }
.module-grid h3 { margin: 27px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.module-grid p { margin: 0; color: #9ba29a; font-size: 13px; line-height: 1.65; }
.module-grid article > small { position: absolute; left: 29px; bottom: 24px; color: #626960; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.module-grid .featured { background: linear-gradient(145deg, rgba(219,141,66,.22), rgba(219,141,66,.055)); }
.module-grid .featured .module-icon { background: var(--copper); color: #21170f; }
.module-grid .featured > small { color: var(--copper-light); }
.center-cta { margin-top: 44px; display: flex; justify-content: center; }

.analysis-stack { margin-top: 30px; border-top: 1px solid rgba(32,37,31,.14); }
.analysis-stack article { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 10px; padding: 18px 0; border-bottom: 1px solid rgba(32,37,31,.14); }
.analysis-stack > article > b { color: var(--copper-dark); font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.analysis-stack div { display: grid; gap: 5px; }
.analysis-stack strong { font-size: 15px; }
.analysis-stack small { color: #777d74; font-size: 12px; line-height: 1.45; }
.field-note { margin-top: 25px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 15px; border-left: 3px solid var(--copper-dark); background: #e7dcc8; }
.field-note span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--copper-dark); color: white; font-weight: 900; }
.field-note p { margin: 0; color: #5b6158; font-size: 11px; line-height: 1.55; }

.audience { padding: 108px 0; background: #121613; }
.audience-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; align-items: start; }
.audience-intro { position: sticky; top: 30px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 240px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid article > span { color: var(--copper); font-family: ui-monospace, monospace; font-size: 11px; }
.audience-grid h3 { margin: 52px 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.audience-grid p { margin: 0; color: #939b92; font-size: 13px; line-height: 1.65; }

.format { padding: 105px 0; }
.steps-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); }
.steps-grid article { position: relative; min-height: 190px; padding: 28px 27px; border: 1px solid rgba(32,37,31,.14); border-right: 0; background: rgba(255,255,255,.32); }
.steps-grid article:last-child { border-right: 1px solid rgba(32,37,31,.14); }
.steps-grid article > b { color: var(--copper-dark); font-family: ui-monospace, monospace; font-size: 11px; }
.steps-grid i { position: absolute; top: 33px; right: -9px; z-index: 2; width: 18px; height: 18px; border-top: 1px solid var(--copper-dark); border-right: 1px solid var(--copper-dark); transform: rotate(45deg); }
.steps-grid h3 { margin: 36px 0 9px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.steps-grid p { margin: 0; color: #747b72; font-size: 13px; line-height: 1.55; }
.compatibility { max-width: 820px; margin: 28px auto 0; color: #7a8077; font-size: 11px; line-height: 1.55; text-align: center; }

.faq { padding: 110px 0; background: var(--ink-3); }
.faq-grid { display: grid; grid-template-columns: .73fr 1.27fr; gap: 82px; align-items: start; }
.faq-copy { position: sticky; top: 30px; }
.faq-copy > p:not(.overline) { color: #929990; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 52px 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(219,141,66,.35); color: var(--copper-light); font-family: Arial, sans-serif; font-size: 21px; }
.faq-list details[open] summary::after { content: "−"; background: var(--copper); color: #17130f; }
.faq-list p { margin: -3px 52px 24px 0; color: #a2a9a0; font-size: 14px; line-height: 1.7; }

.order { position: relative; padding: 112px 0; overflow: hidden; background: #0d100e; }
.order::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 60px 60px; }
.order-contour { position: absolute; width: 760px; height: 760px; right: -340px; bottom: -350px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 34px, rgba(219,141,66,.065) 35px 36px); }
.order-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .82fr; gap: 82px; align-items: center; }
.order-copy > p:not(.overline) { max-width: 590px; margin: 25px 0 0; color: #a5aba2; font-size: 16px; line-height: 1.72; }
.order-tags { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 9px; }
.order-tags span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); color: #c4c9c0; font-size: 12px; font-weight: 750; }
.order-price { margin-top: 28px; display: grid; }

.order-form { padding: 33px; background: var(--paper); color: var(--dark-text); box-shadow: 0 30px 80px rgba(0,0,0,.34); border-top: 4px solid var(--copper); }
.form-head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid rgba(32,37,31,.14); }
.form-head > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: #ddc4a1; color: #8b4d20; font-size: 23px; }
.form-head h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.form-head p { margin: 4px 0 0; color: #747a71; font-size: 11px; }
.order-form label { display: block; margin: 16px 0 7px; font-size: 12px; font-weight: 850; }
.order-form input { width: 100%; min-height: 55px; padding: 0 15px; border: 1px solid #cfc3b1; outline: 0; background: #fffdfa; color: #20251f; transition: border-color .2s ease, box-shadow .2s ease; }
.order-form input:focus { border-color: var(--copper-dark); box-shadow: 0 0 0 3px rgba(170,95,37,.12); }
.order-form button { width: 100%; min-height: 58px; margin-top: 22px; border: 0; background: linear-gradient(135deg, var(--copper-light), var(--copper)); color: #1c140d; cursor: pointer; font-weight: 950; box-shadow: 0 14px 26px rgba(170,95,37,.22); transition: transform .2s ease, filter .2s ease; }
.order-form button:hover { transform: translateY(-2px); filter: brightness(1.03); }
.order-form button:disabled { opacity: .68; cursor: wait; transform: none; }
.order-form button span { margin-left: 10px; font-size: 19px; }
.privacy { margin: 13px 0 0; color: #858a82; font-size: 10px; line-height: 1.5; text-align: center; }

footer { padding: 31px 0; border-top: 1px solid var(--line); background: #090c0a; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.footer-inner p { margin: 0; color: #6f766e; font-size: 11px; }

.mobile-cta { display: none; }

@media (max-width: 1040px) {
  .hero-grid { gap: 38px; }
  .hero { min-height: 680px; }
  .badge-one { left: -15px; }
  .badge-two { right: -10px; }
  .split-grid { gap: 48px; }
  .order-grid { gap: 52px; }
  .audience-wrap, .faq-grid { gap: 50px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 720px); }
  nav { display: none; }
  .hero { padding: 66px 0 80px; }
  .hero-grid, .split-grid, .order-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-media { max-width: 650px; margin: 20px auto 0; }
  .hero-image { aspect-ratio: 1.08 / 1; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid article { min-height: 86px; border-right: 0; border-bottom: 1px solid rgba(30,22,14,.2); }
  .signal-grid article:last-child { border-bottom: 0; }
  .intro, .signals, .program, .audience, .format, .faq, .order { padding: 84px 0; }
  .reverse-mobile .image-frame { order: 2; }
  .section-heading { grid-template-columns: 1fr; gap: 23px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-wrap, .faq-grid { grid-template-columns: 1fr; }
  .audience-intro, .faq-copy { position: static; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid article:nth-child(2) { border-right: 1px solid rgba(32,37,31,.14); }
  .steps-grid article:nth-child(2) i { display: none; }
  .order-form { max-width: 590px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 520px); }
  .utility-inner { min-height: 34px; gap: 0; justify-content: space-between; }
  .utility-inner span { display: none; font-size: 9px; }
  .utility-inner span:first-child, .utility-inner span:nth-child(2) { display: inline-flex; }
  .header-inner { min-height: 69px; }
  .brand-radar { width: 34px; height: 34px; }
  .brand-radar b { inset: 5px; }
  .brand-radar b:nth-child(2) { inset: 10px; }
  .brand-radar b:nth-child(3) { inset: 14px; }
  .brand-radar i { left: 16px; top: 16px; width: 15px; }
  .brand strong { font-size: 10px; }
  .brand small { font-size: 9px; }
  .header-cta { min-height: 38px; padding: 0 14px; font-size: 12px; }
  .hero { padding: 54px 0 67px; }
  .hero-grid { gap: 30px; }
  .overline { margin-bottom: 17px; font-size: 10px; }
  h1 { font-size: clamp(48px, 15vw, 67px); }
  .hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.62; }
  .hero-points { display: grid; grid-template-columns: 1fr; }
  .hero-offer { align-items: stretch; gap: 15px; }
  .price-block strong, .order-price strong { font-size: 36px; }
  .button { min-height: 55px; padding: 0 19px; font-size: 13px; }
  .hero-offer .button { flex: 1; }
  .coordinate-tag { top: -23px; font-size: 8px; }
  .badge-one { left: 8px; bottom: 8px; }
  .badge-two { right: 8px; top: 9px; }
  .hero-badge { padding: 10px; }
  .hero-badge > span { width: 32px; height: 32px; }
  .hero-badge b { font-size: 9px; }
  .signal-grid article { padding: 18px 20px; }
  .signal-grid article > b { font-size: 30px; }
  .intro, .signals, .program, .audience, .format, .faq, .order { padding: 68px 0; }
  .split-grid { gap: 35px; }
  .section-copy h2, .section-heading h2, .audience-intro h2, .faq-copy h2, .order-copy h2 { font-size: 41px; }
  .module-grid, .audience-grid { grid-template-columns: 1fr; }
  .module-grid article { min-height: 265px; }
  .audience-grid article { min-height: 205px; }
  .audience-grid h3 { margin-top: 35px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { border-right: 1px solid rgba(32,37,31,.14); border-bottom: 0; }
  .steps-grid article:last-child { border-bottom: 1px solid rgba(32,37,31,.14); }
  .steps-grid i { top: auto; right: 50%; bottom: -9px; transform: rotate(135deg); background: var(--paper); }
  .steps-grid article:nth-child(2) i { display: block; }
  .faq-list summary { padding: 20px 44px 20px 0; font-size: 18px; }
  .faq-list summary::after { top: 14px; }
  .faq-list p { margin-right: 20px; }
  .order-form { padding: 25px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  footer { padding-bottom: 92px; }
  .mobile-cta {
    position: fixed;
    z-index: 50;
    left: 12px;
    right: 12px;
    bottom: 10px;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    background: linear-gradient(135deg, var(--copper-light), var(--copper));
    color: #1d150f;
    text-decoration: none;
    box-shadow: 0 15px 40px rgba(0,0,0,.4);
    font-size: 14px;
    font-weight: 900;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-cta b { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Premium conversion refresh */
:root {
  --ink: #090d0c;
  --ink-2: #0f1512;
  --ink-3: #141b17;
  --ink-4: #202a23;
  --copper: #c9a66b;
  --copper-light: #ecd7ab;
  --copper-dark: #9f7541;
  --olive: #75806c;
  --moss: #405044;
  --paper: #f4efe6;
  --paper-2: #e8dfd2;
  --white: #fffdfa;
  --muted: #b9b9af;
  --dark-text: #202620;
  --line: rgba(236,215,171,.14);
  --shadow: 0 34px 90px rgba(0,0,0,.34);
}

body { background: #090d0c; }

.utility-bar {
  background: linear-gradient(90deg, #080b09, #111713 48%, #080b09);
  color: #d9d0c0;
  border-bottom-color: rgba(236,215,171,.12);
}
.utility-inner i { background: var(--copper-light); box-shadow: 0 0 0 5px rgba(236,215,171,.08); }

.site-header {
  position: sticky;
  top: 0;
  background: rgba(9,13,12,.88);
  border-bottom: 1px solid rgba(236,215,171,.12);
  box-shadow: 0 12px 35px rgba(0,0,0,.14);
}
.header-cta { border-color: rgba(236,215,171,.55); color: var(--copper-light); background: rgba(236,215,171,.03); }
.header-cta:hover { background: var(--copper-light); color: #16120b; }

.hero {
  min-height: 760px;
  padding: 92px 0 96px;
  background:
    radial-gradient(circle at 78% 21%, rgba(201,166,107,.18), transparent 25%),
    radial-gradient(circle at 15% 82%, rgba(82,105,87,.17), transparent 28%),
    linear-gradient(115deg, #080b0a 0%, #0d1410 47%, #131b17 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 70%, rgba(0,0,0,.2));
}
.hero-grid { z-index: 3; }
.hero-copy { position: relative; }
.hero-copy::before {
  content: "FIELD EDITION · 01";
  position: absolute;
  left: 0;
  top: -49px;
  color: rgba(236,215,171,.35);
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .18em;
}
h1 { font-size: clamp(55px, 5.55vw, 82px); line-height: .96; letter-spacing: -.052em; }
h1 em { margin-top: 8px; color: var(--copper-light); }
.hero-lead { color: #d0d2c9; font-size: 17px; max-width: 635px; }
.hero-points span {
  border-color: rgba(236,215,171,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  color: #e2e0d8;
  box-shadow: inset 0 1px rgba(255,255,255,.03);
}
.price-block small, .order-price small { color: #7f857d; }
.price-block strong, .order-price strong { font-size: 45px; }
.button-copper,
.order-form button,
.mobile-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0ddb4 0%, #d1ae75 48%, #b88d55 100%);
  color: #17120b;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 42px rgba(159,117,65,.25), inset 0 1px rgba(255,255,255,.55);
}
.button-copper::after,
.order-form button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.28) 44%, transparent 66%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
.button-copper:hover::after,
.order-form button:hover::after { transform: translateX(120%); }
.microcopy { color: #9ca299; }

.image-frame { box-shadow: 0 38px 90px rgba(0,0,0,.42); }
.hero-image {
  clip-path: none;
  border: 1px solid rgba(236,215,171,.28);
  padding: 9px;
  background: linear-gradient(145deg, rgba(236,215,171,.14), rgba(255,255,255,.025));
}
.hero-image img { filter: contrast(1.03) saturate(.92); }
.image-frame::before { inset: 9px; border-color: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(201,166,107,.14); }
.coordinate-tag { color: rgba(236,215,171,.52); }
.hero-badge {
  background: rgba(8,12,10,.91);
  border-color: rgba(236,215,171,.25);
  box-shadow: 0 18px 45px rgba(0,0,0,.42);
}
.hero-badge > span { background: rgba(201,166,107,.13); color: var(--copper-light); }
.hero-badge small { color: #8e948b; }

.signal-strip {
  background: linear-gradient(90deg, #151b17, #20291f 48%, #151b17);
  color: #fffdf8;
  border-top: 1px solid rgba(236,215,171,.15);
  border-bottom: 1px solid rgba(236,215,171,.15);
}
.signal-grid article { border-right-color: rgba(236,215,171,.12); }
.signal-grid article > b { color: var(--copper); }
.signal-grid small { color: #aeb4aa; }
.signal-grid strong { color: #f6f1e8; }

.pain-section {
  position: relative;
  overflow: hidden;
  padding: 108px 0 102px;
  background:
    radial-gradient(circle at 86% 20%, rgba(201,166,107,.10), transparent 28%),
    linear-gradient(180deg, #0c100e, #111713);
}
.pain-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: -360px;
  bottom: -360px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 27px, rgba(236,215,171,.045) 28px 29px);
}
.pain-wrap { position: relative; z-index: 2; }
.pain-heading { max-width: 850px; }
.pain-heading h2 {
  margin: 0;
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
}
.pain-heading h2 em { display: block; color: var(--copper-light); font-style: normal; }
.pain-heading > p:not(.overline) { max-width: 760px; margin: 24px 0 0; color: #aeb4aa; font-size: 16px; line-height: 1.7; }
.pain-cards { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pain-cards article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(236,215,171,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.pain-cards span { color: var(--copper); font: 700 11px ui-monospace, monospace; letter-spacing: .12em; }
.pain-cards strong { display: block; margin-top: 44px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; color: #f4efe7; }
.pain-cards p { margin: 14px 0 0; color: #9ca49a; font-size: 13px; line-height: 1.65; }
.pain-cta { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 26px; border: 1px solid rgba(236,215,171,.16); background: rgba(201,166,107,.055); }
.pain-cta p { max-width: 690px; margin: 0; color: #b7bcb3; font-size: 13px; line-height: 1.65; }
.pain-cta b { color: #f4efe7; }
.pain-cta .button { flex: 0 0 auto; }

.light-section {
  background:
    linear-gradient(rgba(255,255,255,.45), rgba(255,255,255,.45)),
    var(--paper);
}
.editorial-image { border: 1px solid rgba(159,117,65,.22); }
.dark-copy h2, .section-heading.dark-copy h2 { color: #1c241e; }
.dark-copy h2 em, .section-heading.dark-copy h2 em { color: #8c6237; }
.skill-list article { border-top-color: rgba(32,37,31,.12); }

.program { background: linear-gradient(180deg, #101612, #0b0f0d); }
.module-grid { border-top-color: rgba(236,215,171,.13); border-left-color: rgba(236,215,171,.13); }
.module-grid article {
  border-right-color: rgba(236,215,171,.13);
  border-bottom-color: rgba(236,215,171,.13);
  background: linear-gradient(145deg, rgba(255,255,255,.028), rgba(255,255,255,.008));
}
.module-grid article:hover { background: rgba(236,215,171,.055); }
.module-grid .featured { background: linear-gradient(145deg, rgba(201,166,107,.20), rgba(201,166,107,.04)); }
.module-grid .featured .module-icon { background: var(--copper); }

.audience { background: #111713; }
.faq { background: linear-gradient(180deg, #171e19, #111713); }
.order { background: radial-gradient(circle at 75% 30%, rgba(201,166,107,.11), transparent 32%), #090d0c; }
.order-form {
  border: 1px solid #d6c7b0;
  border-top: 5px solid var(--copper);
  background: #f7f2e9;
  box-shadow: 0 38px 100px rgba(0,0,0,.46);
}
.form-head > span { background: #e8d8bd; color: #755333; }
.order-form input { border-color: #d1c4b2; background: #fffdf9; }
.order-form input:focus { border-color: var(--copper-dark); box-shadow: 0 0 0 3px rgba(159,117,65,.11); }
footer { background: #070a08; }

@media (max-width: 860px) {
  .pain-section { padding: 82px 0; }
  .pain-cards { grid-template-columns: 1fr; }
  .pain-cards article { min-height: 0; }
  .pain-cards strong { margin-top: 28px; }
  .pain-cta { align-items: stretch; flex-direction: column; }
  .pain-cta .button { width: 100%; }
}

@media (max-width: 600px) {
  .site-header { position: relative; }
  .hero { padding-top: 68px; }
  .hero-copy::before { top: -34px; }
  h1 { font-size: clamp(44px, 13.6vw, 63px); }
  .hero-lead { font-size: 15px; }
  .hero-offer { flex-direction: column; }
  .price-block { display: flex; align-items: baseline; gap: 12px; }
  .hero-offer .button { width: 100%; }
  .hero-image { padding: 5px; }
  .image-frame::before { inset: 5px; }
  .pain-section { padding: 68px 0; }
  .pain-heading h2 { font-size: 41px; }
  .pain-cards { margin-top: 34px; }
  .pain-cards article { padding: 23px; }
  .pain-cards strong { font-size: 23px; }
}
