:root {
  --ink: #111722;
  --muted: #687281;
  --crimson: #9d111d;
  --canvas: #f4f6f7;
  --paper: #ffffff;
  --sky: #e7f0f4;
  --blush: #f6e6e7;
  --line: rgba(0, 0, 0, 0.1);
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

button {
  color: inherit;
}

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

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

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  color: #000;
  font-size: clamp(52px, 10vw, 112px);
  line-height: 0.92;
  font-weight: 920;
}

h2 {
  margin-bottom: 14px;
  color: #000;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 780;
}

p {
  margin-bottom: 14px;
  color: var(--muted);
}

small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

::selection {
  background: var(--crimson);
  color: #fff;
}

[hidden] {
  display: none !important;
}

/* Header */

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--canvas);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.brand-logo picture,
.brand-logo img {
  width: 100%;
  height: 100%;
}

.brand-logo picture {
  display: block;
}

.brand-logo img {
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.brand-cta,
.header-pill {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.header-pill[aria-current="page"] {
  border-color: #000;
  background: #000;
  color: #fff;
}

.header-actions {
  position: relative;
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  min-width: 0;
}

.header-social {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 34px;
  border: 0;
  background: transparent;
}

.header-social img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

:is(.shop-menu, .nav-menu) {
  position: relative;
  flex: 0 0 auto;
}

:is(.shop-menu, .nav-menu) summary {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}

:is(.shop-menu, .nav-menu) summary::-webkit-details-marker {
  display: none;
}

:is(.shop-menu, .nav-menu) summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

:is(.shop-menu, .nav-menu)[open] summary::after {
  transform: translateY(1px) rotate(225deg);
}

body:has(.shop-menu[open]) .shop-menu summary,
body:has(.nav-menu[open]) .nav-menu summary {
  border-color: rgba(0, 0, 0, 0.2);
  background: #f5f5f3;
}

.shop-menu-panel,
.nav-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  width: min(260px, calc(100vw - 24px));
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

.shop-menu-panel a,
.nav-menu-panel a {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 10px 12px;
  color: #111;
  font-size: 14px;
  font-weight: 760;
}

.shop-menu-panel a:hover,
.shop-menu-panel a:focus-visible,
.nav-menu-panel a:hover,
.nav-menu-panel a:focus-visible {
  background: #f2f2f0;
  outline: 0;
}

.nav-menu-panel {
  width: min(230px, calc(100vw - 24px));
}

.nav-menu-panel a[aria-current="page"] {
  background: #111722;
  color: #fff;
}

.shop-cameo img {
  width: 88px;
  height: auto;
}

@media (max-width: 720px) {
  .topbar {
    padding: 9px 10px;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .brand-cta,
  .header-pill {
    min-height: 34px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-social {
    width: 26px;
    height: 32px;
  }

  .header-social img {
    width: 23px;
    height: 23px;
  }

  :is(.shop-menu, .nav-menu) summary {
    min-height: 34px;
    padding: 9px 10px;
    font-size: 12px;
  }

  :is(.shop-menu, .nav-menu) summary::after {
    width: 5px;
    height: 5px;
    margin-left: 6px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-cta,
  .header-pill {
    padding-inline: 9px;
  }

  .header-actions {
    gap: 4px;
  }

  .header-social {
    width: 24px;
  }

  .header-social img {
    width: 22px;
    height: 22px;
  }

  :is(.shop-menu, .nav-menu) summary {
    padding-inline: 9px;
  }

  .shop-menu-panel,
  .nav-menu-panel {
    right: -2px;
  }
}

@media (max-width: 360px) {
  .topbar {
    gap: 6px;
    padding-inline: 8px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand-cta,
  .header-pill,
  :is(.shop-menu, .nav-menu) summary {
    min-height: 32px;
    padding: 8px;
    font-size: 11px;
  }

  .header-actions {
    gap: 2px;
  }

  .header-social {
    width: 21px;
  }

  .header-social img {
    width: 19px;
    height: 19px;
  }
}

/* Layout */

main {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 12px 0 34px;
  display: grid;
  gap: 16px;
}

/* Homepage */

.home-hero {
  position: relative;
  min-height: min(720px, calc(100svh - 92px));
  overflow: hidden;
  border-radius: 24px;
  background: #111722;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.02) 32%, rgba(8, 12, 18, 0.82) 100%);
  pointer-events: none;
  z-index: 2;
}

.home-hero picture,
.home-hero img,
.home-hero-video {
  width: 100%;
  height: 100%;
}

.home-hero picture,
.home-hero-video {
  position: absolute;
  inset: 0;
}

.home-hero img,
.home-hero-video {
  object-fit: cover;
  object-position: 50% 35%;
}

.home-hero-video {
  display: block;
  border: 0;
  background: #111722;
  opacity: 0;
  transition: opacity 700ms ease;
  z-index: 1;
}

.home-hero-video.is-active {
  opacity: 1;
}

.home-hero-copy {
  --hero-primary: #9e1b32;
  --hero-secondary: #fff;
  --hero-primary-shadow: 0 2px 18px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
  --hero-secondary-shadow: 0 2px 18px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
  position: absolute;
  right: clamp(22px, 5vw, 58px);
  bottom: clamp(24px, 5vw, 58px);
  left: clamp(22px, 5vw, 58px);
  z-index: 3;
}

.home-hero-copy h1 {
  max-width: min(100%, 1040px);
  margin-bottom: 24px;
  font-size: clamp(50px, 9vw, 108px);
  text-wrap: balance;
}

.home-hero-line {
  display: block;
  transition: color 400ms ease, text-shadow 400ms ease;
}

.home-hero-line-primary {
  color: var(--hero-primary);
  text-shadow: var(--hero-primary-shadow);
}

.home-hero-line-secondary {
  color: var(--hero-secondary);
  text-shadow: var(--hero-secondary-shadow);
}

.hero-action {
  min-width: 150px;
  background: #fff;
  color: #000;
}

.hero-action:hover {
  background: var(--sky);
}

/* Client proof */

.success-proof {
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 5vw, 54px) 0;
  background: var(--sky);
}

.success-proof-header {
  margin-bottom: clamp(18px, 3vw, 28px);
}

.success-proof-header h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(46px, 7vw, 80px);
  line-height: 0.96;
}

.success-thread-window {
  position: relative;
  height: clamp(500px, 52vw, 600px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 100%);
}

.success-message-stack {
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 20px);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.success-message-stack.without-transition {
  transition: none;
}

.success-message {
  position: relative;
  width: fit-content;
  max-width: min(84%, 760px);
  margin: 0 0 0 10px;
  border-radius: 24px 24px 24px 7px;
  padding: clamp(16px, 2.2vw, 22px) clamp(18px, 2.7vw, 26px);
  background: #087cff;
  color: #fff;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 580;
  letter-spacing: 0;
  line-height: 1.36;
  text-wrap: pretty;
}

.success-message::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-bottom-right-radius: 16px;
  background: #087cff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.consult-page main {
  padding-top: 28px;
}

.content-grid {
  display: grid;
}

.content-grid.intake-only {
  width: min(640px, 100%);
  margin: 0 auto;
}

.panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.intake-panel {
  padding: clamp(22px, 4vw, 34px);
  color: #000;
  box-shadow: 0 20px 55px rgba(28, 42, 54, 0.08);
}

.intake-panel .eyebrow {
  display: none;
}

.intake-panel p,
.intake-panel small {
  color: var(--muted);
}

.intake-panel .btn.primary {
  margin-top: 4px;
  background: #000;
  color: #fff;
}

/* Service page */

.services-main {
  width: min(1040px, calc(100% - 28px));
  gap: 18px;
  padding-top: clamp(18px, 4vw, 46px);
}

.services-intro {
  border-radius: 24px;
  padding: clamp(30px, 7vw, 76px);
  background: var(--sky);
}

.services-intro h1 {
  max-width: 760px;
  margin-bottom: 24px;
}

.services-intro > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: #394653;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(22px, 4vw, 34px) 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
}

.service-step {
  min-width: 0;
  padding: 18px;
  background: #fff;
}

.service-steps-page {
  margin: 0;
}

.service-steps-page .service-step:nth-child(2) {
  background: #fbf6ea;
}

.service-steps-page .service-step:nth-child(3) {
  background: var(--blush);
}

.service-steps-page .service-step:nth-child(4) {
  background: var(--sky);
}

.service-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 820;
}

.service-step h3,
.service-step h2 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.service-step p {
  margin-bottom: 0;
  color: #687281;
  font-size: 15px;
  line-height: 1.45;
}

.service-story {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border-radius: 24px;
  background: #111722;
}

.service-story picture,
.service-story img {
  width: 100%;
  height: 100%;
}

.service-story img {
  min-height: 520px;
  object-fit: cover;
  object-position: 50% 42%;
}

.service-story-copy {
  align-self: center;
  padding: clamp(28px, 6vw, 64px);
}

.service-story-copy p {
  color: #fff;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 720;
  line-height: 1.35;
}

.service-story-copy .btn {
  margin-top: 12px;
  background: #fff;
  color: #000;
}

/* About page */

.about-main {
  width: min(980px, calc(100% - 28px));
  padding-top: clamp(18px, 4vw, 46px);
  gap: 18px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: end;
}

.about-photo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: 50% 28%;
}

.about-heading {
  padding: clamp(4px, 2vw, 18px) 0;
}

.about-heading .eyebrow {
  color: var(--crimson);
  font-family: var(--font-mono);
  font-weight: 820;
  letter-spacing: 0.04em;
}

.about-heading h1 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(50px, 9vw, 104px);
}

.letter-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(24px, 5vw, 54px);
  background: var(--sky);
}

.letter-panel p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: #303744;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.72;
}

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

  .about-heading {
    text-align: center;
  }

  .about-heading h1 {
    margin-right: auto;
    margin-left: auto;
  }

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

  .service-story img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 520px) {
  main {
    padding-top: 12px;
  }

  .home-hero {
    min-height: min(690px, calc(100svh - 84px));
    border-radius: 18px;
  }

  .home-hero img {
    object-position: 50% 24%;
  }

  .home-hero-video {
    object-position: 50% 34%;
  }

  .home-hero-copy h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .success-proof {
    border-radius: 18px;
    padding: 28px 10px 0;
  }

  .success-proof-header {
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .success-proof-header h2 {
    max-width: 330px;
    font-size: clamp(42px, 12vw, 54px);
  }

  .success-thread-window {
    height: 580px;
    margin-inline: -2px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 6%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 6%, #000 100%);
  }

  .success-message {
    max-width: 94%;
    margin-left: 9px;
    border-radius: 21px 21px 21px 6px;
    padding: 15px 17px;
    font-size: 17px;
    line-height: 1.34;
  }

  .services-intro,
  .service-story,
  .letter-panel {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-video {
    display: none;
  }

  .home-hero-line {
    transition: none;
  }

  .success-thread-window {
    overflow-y: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .success-message-stack.is-static {
    position: static;
    padding: 12px 0 24px;
  }
}

@media (max-width: 820px) {
  .service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .service-steps {
    grid-template-columns: 1fr;
  }

  .service-step {
    padding: 17px;
  }
}

/* Eyebrow (consult page hero only; hidden on the intake panel) */

.eyebrow {
  margin: 0 0 14px;
  color: #b88b34;
  font-size: 13px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Form fields */

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 520px) {
  .field-row {
    grid-template-columns: 1fr;
  }
}

#intakeForm,
#consultForm {
  display: grid;
  gap: 14px;
}

.cf-turnstile {
  min-height: 0;
}

.field {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 82px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 14px 16px 13px;
  background: #f1f1ef;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.field:focus-within {
  border-color: rgba(0, 0, 0, 0.48);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.field span {
  color: #111;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.field small {
  color: rgba(0, 0, 0, 0.52);
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  min-height: 24px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #000;
  box-shadow: none;
  outline: 0;
}

.field textarea {
  min-height: 86px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(0, 0, 0, 0.34);
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Buttons */

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 860;
  line-height: 1.2;
  -webkit-tap-highlight-color: transparent;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.btn:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.18);
  outline-offset: 2px;
}

.btn:active {
  transform: translateY(1px);
}

.btn.full {
  width: 100%;
}

.btn.primary {
  background: #000;
  color: #fff;
}

.btn.primary:hover {
  background: #222;
}

.btn.secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(12px);
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.13);
}

/* Form status + receipt */

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.form-status[data-tone="success"] {
  color: #1f7a4c;
}

.receipt {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  background: #f7f7f7;
}

.receipt h3 {
  color: var(--ink);
}

.service-modal {
  width: min(760px, calc(100% - 28px));
  max-height: min(820px, calc(100svh - 28px));
  border: 0;
  border-radius: 26px;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.service-modal::backdrop {
  background: rgba(9, 12, 18, 0.52);
  backdrop-filter: blur(8px);
}

.service-modal-card {
  position: relative;
  overflow: auto;
  max-height: min(820px, calc(100svh - 28px));
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
  box-shadow: 0 24px 90px rgba(8, 12, 18, 0.24);
}

.service-modal-card h2 {
  margin: 0 0 14px;
  font-size: clamp(42px, 9vw, 82px);
  line-height: 0.92;
}

.service-modal-card > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(17px, 2.4vw, 22px);
  font-weight: 620;
  line-height: 1.38;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f4f4f2;
  color: #000;
  cursor: pointer;
  font-size: 25px;
  font-weight: 640;
  line-height: 1;
}

.service-modal-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.service-modal-steps article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #f7f7f5;
}

.service-modal-steps span {
  display: block;
  margin-bottom: 18px;
  color: var(--crimson);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 860;
}

.service-modal-steps strong {
  display: block;
  margin-bottom: 7px;
  color: #000;
  font-size: 17px;
  line-height: 1.12;
}

.service-modal-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.36;
}

@media (max-width: 560px) {
  .service-modal-steps {
    grid-template-columns: 1fr;
  }

  .service-modal-card {
    padding-top: 54px;
  }
}

.consult-receipt {
  text-align: left;
}

.consult-receipt h2 {
  margin-bottom: 12px;
}

.booking-slot {
  border-radius: 14px;
  padding: 12px 14px;
  background: #f1f1ef;
}

.booking-slot {
  margin: 14px 0;
  font-size: 17px;
  font-weight: 720;
}

/* Video-call booking page */

.consult-hero {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 7vw, 84px) 0 18px;
  text-align: center;
}

.consult-hero h1 {
  margin-bottom: 18px;
}

.consult-hero p {
  max-width: 560px;
  margin: 0 auto;
  color: #5f6672;
  font-size: clamp(18px, 2vw, 23px);
}

/* Rush Ready Instagram */

.instagram-review-main {
  gap: 12px;
}

.instagram-review-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: end;
  border-radius: 24px;
  padding: clamp(32px, 7vw, 82px);
  background: #10151d;
  color: #fff;
}

.instagram-review-hero .eyebrow {
  color: #f0bd57;
}

.instagram-review-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 9vw, 112px);
  line-height: 0.9;
}

.instagram-review-copy {
  display: grid;
  gap: 18px;
}

.instagram-review-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 620;
  line-height: 1.45;
}

.instagram-review-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.instagram-review-points article {
  min-width: 0;
  padding: clamp(22px, 4vw, 42px);
}

.instagram-review-points article + article {
  border-left: 1px solid var(--line);
}

.instagram-review-points span,
.instagram-review-points strong {
  display: block;
}

.instagram-review-points span {
  margin-bottom: 30px;
  color: var(--crimson);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 860;
}

.instagram-review-points strong {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
}

.instagram-review-points p {
  margin: 0;
  color: var(--muted);
  font-weight: 620;
  line-height: 1.45;
}

.instagram-review-intake {
  margin-top: 4px;
}

.venmo-button {
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(0, 140, 255, 0.35);
  border-radius: 999px;
  padding: 14px 24px;
  background: #fff;
  color: #0068c9;
  font-weight: 860;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.venmo-button:hover {
  border-color: #008cff;
  background: #f4faff;
}

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

.venmo-button img {
  width: 116px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  .instagram-review-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .instagram-review-points {
    grid-template-columns: 1fr;
  }

  .instagram-review-points article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .instagram-review-hero {
    border-radius: 18px;
    padding: 28px 22px 32px;
  }

  .instagram-review-hero h1 {
    font-size: 56px;
  }

  .instagram-review-copy p {
    font-size: 17px;
  }

  .instagram-review-points {
    border-radius: 18px;
  }

  .instagram-review-points article {
    padding: 22px;
  }

  .instagram-review-points span {
    margin-bottom: 18px;
  }
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 13px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 780;
}

/* Footer */

.site-footer {
  width: min(1120px, calc(100% - 28px));
  margin: 8px auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-credit {
  width: 184px;
  opacity: 0.72;
  filter: saturate(0.84);
}

.footer-credit img {
  width: 100%;
  height: auto;
}
