:root {
  --ink: #0b1016;
  --ink-2: #111923;
  --ink-3: #192330;
  --cream: #f5f0e7;
  --paper: #fbfaf7;
  --white: #ffffff;
  --gold: #d0ad6e;
  --gold-light: #ead5a8;
  --gold-dark: #9a7441;
  --text: #151a20;
  --muted: #68717c;
  --line: rgba(11, 16, 22, 0.14);
  --line-dark: rgba(255, 255, 255, 0.15);
  --shadow: 0 30px 80px rgba(10, 15, 22, 0.16);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shell: min(1180px, calc(100% - 48px));
  --font-display: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --font-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: -0.045em;
}

.hero-title {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(3.25rem, 6.8vw, 6rem);
  font-weight: 700;
  line-height: 0.98;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.04;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.34rem;
  line-height: 1.2;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold-light);
  border-radius: 999px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.legal-masthead {
  color: var(--white);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-masthead-inner {
  padding: clamp(54px, 8vw, 104px) 0 clamp(34px, 5vw, 58px);
}

.legal-masthead h1 {
  display: block;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.35rem, 10vw, 8.6rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.legal-masthead p {
  display: block;
  max-width: 1120px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.15vw, 2.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.topline {
  position: relative;
  z-index: 60;
  color: rgba(255, 255, 255, 0.75);
  background: #070b0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.topline-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topline p {
  margin: 0;
}

.topline a {
  color: var(--gold-light);
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: var(--white);
  background: rgba(11, 16, 22, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: background 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(11, 16, 22, 0.96);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.brand-copy small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav > a:not(.button) {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.primary-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav > a:not(.button):hover {
  color: var(--white);
}

.primary-nav > a:not(.button):hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.8rem;
}

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

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

.button-gold {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 14px 34px rgba(208, 173, 110, 0.18);
}

.button-gold:hover {
  background: var(--gold-light);
  box-shadow: 0 18px 46px rgba(208, 173, 110, 0.28);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  transition: color 180ms ease, gap 180ms ease;
}

.text-link:hover {
  color: var(--gold-dark);
  gap: 13px;
}

.text-link-light {
  color: rgba(255, 255, 255, 0.76);
}

.text-link-light:hover {
  color: var(--gold-light);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--ink);
  background-size: 72px 72px, 72px 72px, auto;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 240px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.25));
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  top: -340px;
  right: -240px;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(208, 173, 110, 0.18), transparent 67%);
}

.hero-glow-two {
  bottom: -390px;
  left: -300px;
  width: 820px;
  height: 820px;
  background: radial-gradient(circle, rgba(57, 91, 123, 0.2), transparent 66%);
}

.hero-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  padding-top: 88px;
  padding-bottom: 94px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--gold-dark);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: var(--gold-light);
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 34px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-points span {
  color: var(--gold);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  width: min(100%, 475px);
  justify-self: end;
}

.photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.4);
}

.photo-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  pointer-events: none;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04);
}

.photo-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 47%, rgba(7, 11, 15, 0.9) 100%);
}

.coach-card {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 3;
  display: grid;
}

.coach-card span {
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.coach-card strong {
  font-family: var(--font-display);
  font-size: 1.48rem;
  letter-spacing: -0.04em;
}

.coach-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.45;
}

.visual-note {
  position: absolute;
  z-index: 4;
  width: 185px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(245, 240, 231, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.visual-note span {
  color: var(--gold-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.visual-note p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.visual-note-top {
  top: 22px;
  left: -64px;
}

.visual-note-bottom {
  right: -48px;
  bottom: 18%;
}

.credibility-bar {
  color: var(--ink);
  background: var(--gold);
}

.credibility-grid {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.credibility-grid p {
  margin: 0;
  padding: 0 32px;
  font-size: 0.82rem;
  line-height: 1.45;
}

.credibility-grid p:first-child {
  padding-left: 0;
}

.credibility-grid p + p {
  border-left: 1px solid rgba(11, 16, 22, 0.2);
}

.credibility-grid strong {
  font-family: var(--font-display);
}

.section {
  padding: clamp(92px, 11vw, 150px) 0;
}

.section-soft {
  background: var(--cream);
}

.section-heading h2 {
  max-width: 780px;
}

.section-heading > p:last-child:not(.eyebrow),
.split-heading > p {
  color: var(--muted);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 0.75fr) minmax(320px, 0.78fr);
  align-items: start;
  gap: clamp(40px, 6vw, 78px);
}

.approach .section-heading h2 {
  font-size: clamp(2.55rem, 4.5vw, 4.7rem);
}

.approach-copy {
  padding-top: 52px;
}

.approach-copy p {
  color: var(--muted);
  font-size: 1rem;
}

.approach-copy .lead-copy {
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.65;
}

.approach-copy .text-link {
  margin-top: 14px;
}

.diagnostic-card {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.diagnostic-header {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold-light);
}

.status-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(208, 173, 110, 0.12);
}

.diagnostic-card ol {
  margin: 0;
  padding: 12px 22px 22px;
  list-style: none;
}

.diagnostic-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.diagnostic-card li:last-child {
  border-bottom: 0;
}

.diagnostic-card li > span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
}

.diagnostic-card div {
  display: grid;
  gap: 4px;
}

.diagnostic-card strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
}

.diagnostic-card small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.74rem;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 58px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  max-width: 430px;
  margin: 0 0 8px auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 320px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.42);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  z-index: 2;
  background: var(--white);
  box-shadow: 0 24px 64px rgba(11, 16, 22, 0.1);
  transform: translateY(-4px);
}

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

.service-card-dark:hover {
  background: var(--ink-2);
}

.service-number {
  position: absolute;
  top: 34px;
  right: 34px;
  color: var(--gold-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  color: var(--gold-dark);
  background: rgba(208, 173, 110, 0.16);
  border-radius: 50%;
}

.service-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  max-width: 250px;
}

.service-card p {
  max-width: 290px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.service-card-dark p {
  color: rgba(255, 255, 255, 0.58);
}

.centered-heading {
  max-width: 780px;
  margin: 0 auto 66px;
  text-align: center;
}

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

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(44px, 6vw, 86px);
  max-width: 1180px;
  margin-inline: auto;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 24px;
  left: calc((100% / 6) + 24px);
  right: calc((100% / 6) + 24px);
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line) 0 7px, transparent 7px 15px);
}

.process-grid article {
  position: relative;
  min-width: 0;
  text-align: center;
}

.process-top {
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}

.process-top span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.process-top i {
  display: none;
}

.process-grid h3 {
  font-size: 1.45rem;
}

.process-grid p {
  max-width: 320px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.92rem;
}

.case-study-section {
  padding-top: 22px;
  background: var(--paper);
}

.case-study-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 70px;
  padding: clamp(48px, 7vw, 86px);
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--ink);
  background-size: 56px 56px, 56px 56px, auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.case-study-card::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -180px;
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(208, 173, 110, 0.18), transparent 68%);
  border-radius: 50%;
}

.case-study-copy {
  position: relative;
  z-index: 1;
}

.case-study-copy h2 {
  max-width: 680px;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.case-study-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.64);
}

.case-study-visual {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}

.case-label {
  display: block;
  margin-bottom: 28px;
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.message {
  max-width: 88%;
  padding: 16px 18px;
  border-radius: 17px 17px 17px 4px;
  font-size: 0.87rem;
  line-height: 1.45;
}

.message-muted {
  color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.08);
}

.message-strong {
  margin-left: auto;
  color: var(--ink);
  background: var(--gold-light);
  border-radius: 17px 17px 4px 17px;
  font-weight: 700;
}

.message-arrow {
  padding: 12px 0 12px 42%;
  color: var(--gold);
}

.case-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
}

.case-result span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-result strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 0.88rem;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 52px;
}

.featured-video {
  display: block;
}

.video-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 11, 15, 0.08), rgba(7, 11, 15, 0.18)),
    url("assets/how-to-regain-her-respect.jpg") center / cover no-repeat,
    var(--ink);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.video-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 11, 15, 0.18), rgba(7, 11, 15, 0.28));
}

.video-index {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 1;
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.play-button {
  position: relative;
  z-index: 2;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(208, 173, 110, 0.24);
  transition: transform 200ms ease, background 200ms ease;
}

.play-button svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.featured-video:hover .play-button {
  background: var(--gold-light);
  transform: scale(1.08);
}

.video-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 4px 0;
}

.video-caption span:not(.round-arrow) {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-caption h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
}

.round-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

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

.video-list a {
  min-height: 102px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, color 180ms ease;
}

.video-list a:hover {
  padding-left: 10px;
  color: var(--gold-dark);
}

.video-list span {
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 800;
}

.video-list strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.3;
}

.video-list em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

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

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  align-items: start;
  gap: clamp(32px, 6vw, 82px);
}

.about-copy {
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.about-copy p {
  color: var(--muted);
}

.about-copy p:first-child {
  color: var(--text);
  font-size: 1.08rem;
}

.about-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin-top: 28px;
}

.faq-section {
  background: var(--cream);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 120px);
}

.faq-grid .section-heading > p:last-child {
  max-width: 390px;
  color: var(--muted);
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gold-dark);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 400;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary span {
  color: var(--ink);
  background: var(--gold);
  transform: rotate(45deg);
}

.faq-list details > div {
  display: grid;
  grid-template-rows: 0fr;
}

.faq-list details[open] > div {
  grid-template-rows: 1fr;
}

.faq-list details p {
  max-width: 650px;
  margin: -6px 64px 28px 0;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 10vw, 132px) 0;
  color: var(--white);
  background: var(--ink);
}

.final-cta::before {
  content: "";
  position: absolute;
  top: -400px;
  right: -260px;
  width: 850px;
  height: 850px;
  background: radial-gradient(circle, rgba(208, 173, 110, 0.2), transparent 65%);
  border-radius: 50%;
}

.final-cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 80px;
}

.final-cta h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.final-cta-action {
  padding-bottom: 8px;
}

.final-cta-action p {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.58);
}

.site-footer {
  color: rgba(255, 255, 255, 0.62);
  background: #070b0f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  min-height: 142px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 38px;
}

.brand-footer .brand-copy strong {
  color: var(--white);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.76rem;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-grid > p {
  margin: 0;
  text-align: right;
  font-size: 0.72rem;
}

.mobile-cta {
  display: none;
}

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

.js [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,1);
}

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

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 40px, 980px);
  }

  .primary-nav {
    gap: 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 54px;
  }

  .visual-note-top {
    left: -32px;
  }

  .visual-note-bottom {
    right: -28px;
  }

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

  .approach .section-heading {
    grid-column: 1 / -1;
  }

  .approach-copy {
    padding-top: 0;
  }

  .service-card {
    min-height: 300px;
    padding: 28px;
  }

  .service-number {
    top: 28px;
    right: 28px;
  }

  .case-study-card {
    gap: 46px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
  }

  .footer-grid > p {
    grid-column: 1 / -1;
    margin-top: -24px;
    padding-bottom: 26px;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .topline {
    display: none;
  }

  .header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: flex;
  }

  .primary-nav {
    position: fixed;
    z-index: 120;
    top: 70px;
    right: 0;
    left: 0;
    height: calc(100dvh - 70px);
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 26px 20px 120px;
    color: var(--ink);
    background: var(--paper);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav > a:not(.button) {
    min-height: 62px;
    display: flex;
    align-items: center;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
    font-weight: 800;
  }

  .primary-nav > a:not(.button)::after {
    display: none;
  }

  .primary-nav .button {
    margin-top: 24px;
    color: var(--white);
    background: var(--ink);
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 86px;
    padding-bottom: 100px;
  }

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

  .hero-visual {
    width: min(100%, 560px);
    justify-self: center;
  }

  .visual-note {
    display: none;
  }

  .credibility-grid {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .credibility-grid p,
  .credibility-grid p:first-child {
    padding: 10px 0;
  }

  .credibility-grid p + p {
    border-top: 1px solid rgba(11, 16, 22, 0.18);
    border-left: 0;
  }

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

  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .split-heading > p {
    margin: 0;
  }

  .case-study-card,
  .video-layout,
  .about-grid,
  .faq-grid,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }

  .case-study-card {
    gap: 54px;
  }

  .case-study-visual {
    max-width: 620px;
  }

  .video-layout {
    gap: 44px;
  }

  .about-grid {
    gap: 24px;
  }

  .about-copy {
    max-width: 720px;
    padding-top: 28px;
  }

  .faq-grid {
    gap: 38px;
  }

  .final-cta-grid {
    gap: 38px;
  }

  .final-cta-action {
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 30px);
  }

  .hero-title {
    font-size: clamp(2.75rem, 13vw, 4.15rem);
  }

  .legal-masthead-inner {
    padding: 44px 0 30px;
  }

  .legal-masthead h1 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
    letter-spacing: -0.055em;
  }

  .legal-masthead p {
    margin-top: 14px;
    font-size: clamp(1rem, 5.2vw, 1.4rem);
    line-height: 1.13;
  }

  h2 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .brand-copy small {
    display: none;
  }

  .hero-grid {
    gap: 58px;
    padding-top: 68px;
    padding-bottom: 78px;
  }

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

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

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-points {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .photo-frame {
    border-radius: 22px;
  }

  .photo-frame::before {
    inset: 12px;
    border-radius: 14px;
  }

  .visual-note {
    width: 166px;
    padding: 12px 13px;
  }

  .visual-note-top {
    top: 18%;
    left: -7px;
  }

  .visual-note-bottom {
    right: -7px;
    bottom: 28%;
  }

  .section {
    padding: 88px 0;
  }

  .approach-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .approach .section-heading {
    grid-column: auto;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-icon {
    margin-bottom: 40px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .process-grid::before {
    display: none;
  }

  .process-top i {
    display: none;
  }

  .case-study-section {
    padding: 0;
  }

  .case-study-card {
    width: 100%;
    padding: 76px 22px;
    border-radius: 0;
  }

  .case-study-visual {
    padding: 20px;
  }

  .video-stage {
    min-height: 0;
  }

  .video-list a {
    min-height: 96px;
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    gap: 14px;
  }

  .video-list em {
    display: none;
  }

  .video-caption {
    align-items: flex-start;
  }

  .faq-list summary {
    min-height: 84px;
    font-size: 0.98rem;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .footer-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 13px 20px;
  }

  .footer-grid > p {
    grid-column: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .mobile-cta {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 15px;
    color: var(--white);
    background: rgba(7, 11, 15, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
  }

  .mobile-cta > span {
    display: grid;
    line-height: 1.2;
  }

  .mobile-cta strong {
    font-family: var(--font-display);
    font-size: 0.82rem;
  }

  .mobile-cta small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.67rem;
  }
}

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

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

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