:root {
  --bg: #ffffff;
  --ink: #050505;
  --muted: #5f5f5f;
  --soft: #f5f5f5;
  --soft-2: #eeeeee;
  --line: #dfdfdf;
  --charcoal: #363636;
  --gold: #ffd68e;
  --gold-2: #ffc68a;
  --gold-3: #ffedcb;
  --logo-placeholder-bg: rgba(245, 245, 245, 0);
  --max: 1500px;
  /* Shared section-heading control; adjust once to update desktop headings globally. */
  --section-heading-font-size: 30px;
  --section-heading-font-weight: 700;
  --section-heading-line-height: 1.2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.page-shell {
  position: relative;
}

/* Section taxonomy:
   - sg-section: shared section hook for annotation and navigation
   - sg-section--*: section-specific alias
   - data-section: stable machine-readable identifier
   - data-section-label: human-readable overlay label
   - data-block: major child region within a section
*/
.sg-section {
  isolation: isolate;
  position: relative;
  scroll-margin-top: 120px;
}

/* Shared centered frame for every production section after What We Do. */
.section-frame,
.figma-footer__margin {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: min(1200px, 90vw);
}

.section-frame {
  padding-left: 40px;
  padding-right: 40px;
}

/* Section identifiers remain in the markup for editing and navigation, but
   their hover/focus guide overlays are intentionally not rendered. */

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.scratchpad-page {
  background: #F5F5F5;
}

/* Scratchpad: hero alignment studies. These intentionally use a component-sized
   canvas rather than 100vh so their orbit geometry does not vary by laptop height. */
.hero-lab {
  background-color: #FFFFFF;
  background-image: radial-gradient(circle, rgba(183, 149, 78, 0.13) 0.65px, transparent 0.7px);
  background-size: 5px 5px;
  color: #B7954E;
  padding: clamp(72px, 9vw, 132px) 24px clamp(96px, 12vw, 168px);
}

.hero-lab__masthead,
.hero-study {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.hero-lab__masthead {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.28);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 320px);
  padding-bottom: 48px;
}

.hero-lab__masthead p,
.hero-study__label p,
.hero-study__label small,
.hero-study__note {
  font-size: 11px;
  letter-spacing: .1em;
  margin: 0;
  text-transform: uppercase;
}

.hero-lab__masthead h1,
.hero-study__label h2,
.hero-study__copy h3 {
  color: #B7954E;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  margin: 0;
}

.hero-lab__masthead h1 {
  font-size: clamp(40px, 5.2vw, 70px);
  grid-row: span 2;
  letter-spacing: -.06em;
  line-height: .94;
  max-width: 640px;
}

.hero-lab__masthead > span {
  align-self: end;
  color: #777;
  font-size: 15px;
  line-height: 1.45;
  max-width: 320px;
}

.hero-study {
  padding-top: clamp(72px, 10vw, 130px);
}

.hero-study__label {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  margin-bottom: 20px;
}

.hero-study__label > span {
  align-items: center;
  border: 1px solid rgba(183, 149, 78, .38);
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.hero-study__label p { margin-bottom: 6px; }
.hero-study__label h2 { font-size: clamp(24px, 3vw, 38px); letter-spacing: -.05em; line-height: 1; }
.hero-study__label small { color: #8B8B8B; letter-spacing: .08em; text-align: right; }

.hero-study__frame {
  background: rgba(255, 255, 255, .84);
  border-bottom: 1px dashed rgba(183, 149, 78, .3);
  border-top: 1px dashed rgba(183, 149, 78, .3);
  box-sizing: border-box;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.hero-study__guides {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-study__guides i {
  border-left: 1px dashed rgba(183, 149, 78, .23);
  position: relative;
}

.hero-study__guides i:last-child { border-right: 1px dashed rgba(183, 149, 78, .23); }
.hero-study__guides i::after {
  background: #B7954E;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 4px;
}

.hero-study__guides i:last-child::before {
  background: #B7954E;
  border-radius: 50%;
  bottom: -2px;
  content: "";
  height: 4px;
  position: absolute;
  right: -2px;
  width: 4px;
}

.hero-study__copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  max-width: 560px;
  position: absolute;
  text-align: center;
  top: 58px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 2;
}

.hero-study__copy h3 {
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: -.055em;
  line-height: 1.04;
}

.hero-study__copy p {
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.35;
  margin: 18px 0 0;
  max-width: 450px;
}

.hero-study__copy .button { margin-top: 24px; }

.hero-study__orbit-stage,
.hero-study__arc-stage {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-study__ring {
  border: 1px dashed rgba(183, 149, 78, .55);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
}

.hero-study__ring--outer { height: 1198px; width: 1198px; }
.hero-study__ring--inner { height: 798px; width: 798px; }

.hero-study__dot {
  background: #F2F2F2;
  border-radius: 50%;
  height: 152px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 152px;
}

.hero-study__icon {
  align-items: center;
  background: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 18px;
  display: flex;
  height: 56px;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 56px;
}

.hero-study__icon img { display: block; height: 24px; object-fit: contain; width: 24px; }
.hero-study__icon--instagram { left: 12%; top: 73%; }
.hero-study__icon--spotify { left: 50%; top: 56%; }
.hero-study__icon--youtube { left: 88%; top: 70%; }
.hero-study__icon--openai { left: 69%; top: 78%; }
.hero-study__icon--figma { left: 20%; top: 74%; }
.hero-study__icon--tiktok { left: 35%; top: 79%; }

.hero-study__frame--guide-lock { height: 650px; }
.hero-study__frame--guide-lock .hero-study__orbit-stage { top: 20px; }

.hero-study__frame--orbit-bay { height: 680px; }
.hero-study__frame--orbit-bay .hero-study__copy { top: 46px; }
.hero-study__bay-cta {
  align-items: center;
  background: #FFF;
  border: 1px dashed rgba(183, 149, 78, .3);
  display: flex;
  height: 82px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 256px;
  transform: translateX(-50%);
  width: min(100%, 400px);
  z-index: 3;
}
.hero-study__frame--orbit-bay .hero-study__orbit-stage { top: 278px; }
.hero-study__frame--orbit-bay .hero-study__ring--outer { height: 1098px; width: 1098px; }
.hero-study__frame--orbit-bay .hero-study__ring--inner { height: 698px; width: 698px; }
.hero-study__frame--orbit-bay .hero-study__dot { height: 128px; width: 128px; }

.hero-study__frame--open-arc { height: 600px; }
.hero-study__arc {
  border: 1px dashed rgba(183, 149, 78, .55);
  border-bottom: 0;
  border-radius: 1000px 1000px 0 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.hero-study__arc--outer { height: 300px; width: 1198px; }
.hero-study__arc--inner { height: 190px; width: 798px; }
.hero-study__frame--open-arc .hero-study__dot { top: auto; bottom: 0; }
.hero-study__frame--open-arc .hero-study__icon--instagram { left: 17%; top: 72%; }
.hero-study__frame--open-arc .hero-study__icon--spotify { left: 50%; top: 66%; }
.hero-study__frame--open-arc .hero-study__icon--openai { left: 77%; top: 74%; }

.hero-study__note {
  color: #787878;
  line-height: 1.5;
  margin: 14px 0 0;
  max-width: 620px;
  text-transform: none;
}

@media (max-width: 760px) {
  .hero-lab { padding-left: 16px; padding-right: 16px; }
  .hero-lab__masthead { grid-template-columns: 1fr; }
  .hero-lab__masthead h1 { grid-row: auto; }
  .hero-study__label { align-items: start; grid-template-columns: 36px minmax(0, 1fr); }
  .hero-study__label small { display: none; }
  .hero-study__frame--guide-lock { height: 560px; }
  .hero-study__frame--orbit-bay { height: 600px; }
  .hero-study__frame--open-arc { height: 520px; }
  .hero-study__copy { top: 44px; }
  .hero-study__copy h3 { font-size: 27px; }
  .hero-study__copy p { font-size: 15px; max-width: 310px; }
  .hero-study__bay-cta { top: 238px; width: min(100%, 280px); }
  .hero-study__frame--orbit-bay .hero-study__orbit-stage { top: 252px; }
  .hero-study__ring--outer { height: 680px; width: 680px; }
  .hero-study__ring--inner { height: 440px; width: 440px; }
  .hero-study__frame--orbit-bay .hero-study__ring--outer { height: 640px; width: 640px; }
  .hero-study__frame--orbit-bay .hero-study__ring--inner { height: 410px; width: 410px; }
  .hero-study__dot { height: 112px; width: 112px; }
  .hero-study__icon { border-radius: 16px; height: 48px; width: 48px; }
  .hero-study__icon img { height: 20px; width: 20px; }
  .hero-study__arc--outer { height: 240px; width: 680px; }
  .hero-study__arc--inner { height: 145px; width: 440px; }
  .hero-study__guides { grid-template-columns: repeat(2, 1fr); }
  .hero-study__guides i:nth-child(n + 3) { display: none; }
}

/* Scratchpad: case-study explorations */
.case-study-drafts {
  background: #f5f5f5;
  color: #050505;
  padding-bottom: clamp(84px, 12vw, 176px);
}

.case-study-drafts__masthead,
.case-draft {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.case-study-drafts__masthead {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: clamp(54px, 7vw, 104px);
  padding-top: clamp(64px, 10vw, 148px);
}

.case-study-drafts__kicker,
.case-draft__eyebrow {
  color: #b7954e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}

.case-study-drafts__masthead h1,
.case-draft__heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.055em;
  margin: 0;
}

.case-study-drafts__masthead h1 {
  font-size: clamp(62px, 11vw, 164px);
  line-height: .82;
  margin-top: 22px;
  max-width: 850px;
}

.case-study-drafts__masthead > p:last-child {
  color: #666;
  font-size: 15px;
  line-height: 1.4;
  margin: 32px 0 0 auto;
  max-width: 300px;
}

.case-draft {
  padding-bottom: clamp(88px, 12vw, 156px);
  padding-top: clamp(72px, 10vw, 142px);
}

.case-draft__heading {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
  margin-bottom: clamp(40px, 6vw, 76px);
}

.case-draft__heading h2 {
  font-size: clamp(48px, 7vw, 98px);
  line-height: .9;
  margin-top: 14px;
}

.case-draft__heading > p {
  color: #686868;
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

/* Direction 01: image-led, with the palette and control of the main site. */
.case-draft--reel { background: #ffedcb; max-width: none; }
.case-draft--reel > * { margin-left: auto; margin-right: auto; max-width: 1440px; }
.campaign-reel { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.reel-card { aspect-ratio: .6; background: #b7954e; min-width: 0; overflow: hidden; position: relative; }
.reel-card img { filter: brightness(.9) contrast(1.581) url("#flywheel-duotone-dark"); height: 100%; object-fit: cover; opacity: .8; transition: filter .35s ease, opacity .35s ease, transform .5s ease; width: 100%; }
.reel-card--active img, .reel-card:hover img { opacity: 1; transform: scale(1.04); }
.reel-card::after { background: linear-gradient(180deg, rgba(255,237,203,.12), rgba(5,5,5,.06) 40%, rgba(5,5,5,.78)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.reel-card__overlay, .reel-card__title { left: 18px; position: absolute; right: 18px; z-index: 1; }
.reel-card__overlay { display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .12em; text-transform: uppercase; top: 17px; }
.reel-card__title { bottom: 20px; }
.reel-card__title h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(28px, 3.6vw, 50px); font-weight: 500; letter-spacing: -.04em; line-height: .8; margin: 0; }
.reel-card__title p { font-size: 10px; letter-spacing: .06em; line-height: 1.45; margin: 12px 0 0; text-transform: uppercase; }

/* Direction 03: retains the site's rational side but makes the index feel alive. */
.case-draft--index { background: #f5f5f5; }
.work-index { border-top: 1px solid #050505; }
.work-index__header, .work-index__row { align-items: center; column-gap: 16px; display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.3fr) minmax(0, 1.45fr) minmax(85px, .5fr); }
.work-index__header { color: #777; font-size: 10px; letter-spacing: .1em; padding: 13px 16px 13px 56px; text-transform: uppercase; }
.work-index__row { border-top: 1px solid #d4d4d4; color: #050505; font-size: 14px; min-height: 104px; padding: 16px; position: relative; text-decoration: none; transition: background-color .25s ease, color .25s ease; }
.work-index__row:hover, .work-index__row:focus-visible { background: #ffd68e; outline: 0; }
.work-index__number { color: #b7954e; font-size: 11px; left: 16px; position: absolute; top: 18px; }
.work-index__client { align-items: center; display: flex; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(26px, 3vw, 42px); letter-spacing: -.03em; line-height: 1; min-width: 0; }
.work-index__client img { box-shadow: 0 12px 30px rgba(0,0,0,.18); height: 148px; left: min(39%, 520px); object-fit: cover; opacity: 0; pointer-events: none; position: absolute; top: 50%; transform: translateY(-45%) rotate(-4deg) scale(.92); transition: opacity .2s ease, transform .35s cubic-bezier(.2,.7,.2,1); width: 220px; z-index: 2; }
.work-index__row:hover .work-index__client img, .work-index__row:focus-visible .work-index__client img { opacity: 1; transform: translateY(-50%) rotate(-4deg) scale(1); }
.work-index__row b { float: right; font-size: 18px; font-weight: 400; }

/* Direction 03: a small amount of featured storytelling, then an efficient archive. */
.case-draft--spotlight { background: #f5f5f5; }
.spotlight-pair { border: 1px dashed rgba(183,149,78,.35); display: grid; grid-template-columns: 1fr 1fr; }
.spotlight-card { min-height: clamp(420px, 47vw, 610px); overflow: hidden; position: relative; }
.spotlight-card + .spotlight-card { border-left: 1px dashed rgba(183,149,78,.35); }
.spotlight-card--gold { background: #ffd68e; }
.spotlight-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .45s ease; width: 100%; }
.spotlight-card--gold img { mix-blend-mode: multiply; opacity: .76; }
.spotlight-card::after { background: linear-gradient(180deg, transparent 30%, rgba(5,5,5,.78)); content: ""; inset: 0; position: absolute; }
.spotlight-card:hover img { transform: scale(1.035); }
.spotlight-card__number { color: #b7954e; font-size: 12px; left: 20px; letter-spacing: .1em; position: absolute; top: 18px; z-index: 1; }
.spotlight-card__content { bottom: 24px; color: #fff; left: 24px; position: absolute; right: 24px; z-index: 1; }
.spotlight-card__content p, .spotlight-card__content > span { font-size: 10px; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.spotlight-card__content h3 { font-size: clamp(32px, 4vw, 60px); letter-spacing: -.065em; line-height: .9; margin: 12px 0 20px; }
.spotlight-list { border-bottom: 1px dashed rgba(183,149,78,.35); display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.spotlight-list span { border-right: 1px dashed rgba(183,149,78,.35); color: #b7954e; font-size: 12px; min-height: 68px; padding: 25px 20px; }
.spotlight-list span:last-child { border-right: 0; color: #050505; text-align: right; }

/* Direction 04: the visual grid already used across the site, tuned for work. */
.case-draft--grid { background-color: #f5f5f5; background-image: radial-gradient(circle, rgba(183,149,78,.13) .65px, transparent .7px); background-size: 5px 5px; max-width: none; }
.case-draft--grid > * { margin-left: auto; margin-right: auto; max-width: 1440px; }
.case-grid { border-left: 1px dashed rgba(183,149,78,.35); border-top: 1px dashed rgba(183,149,78,.35); display: grid; grid-template-columns: repeat(4, 1fr); }
.case-grid__card { border-bottom: 1px dashed rgba(183,149,78,.35); border-right: 1px dashed rgba(183,149,78,.35); min-width: 0; padding: 16px; }
.case-grid__card img { aspect-ratio: .9; display: block; filter: grayscale(1) contrast(1.07); object-fit: cover; transition: filter .3s ease; width: 100%; }
.case-grid__card:hover img { filter: grayscale(0); }
.case-grid__card div { display: flex; font-size: 12px; justify-content: space-between; margin-top: 15px; }
.case-grid__card div span:first-child { color: #b7954e; }
.case-grid__card p { color: #777; font-size: 11px; margin: 5px 0 0; }

@media (max-width: 760px) {
  .case-study-drafts__masthead > p:last-child { margin-left: 0; }
  .case-draft__heading { grid-template-columns: 1fr; }
  .campaign-reel { gap: 4px; grid-template-columns: repeat(2, 1fr); }
  .reel-card { aspect-ratio: .78; }
  .work-index__header, .work-index__row { grid-template-columns: minmax(0, 1fr) minmax(80px, .5fr); }
  .work-index__header > span:nth-child(2), .work-index__header > span:nth-child(3), .work-index__row > span:nth-child(3), .work-index__row > span:nth-child(4) { display: none; }
  .work-index__header { padding-left: 44px; }
  .work-index__row { min-height: 82px; padding-left: 44px; }
  .work-index__client img { display: none; }
  .spotlight-pair { grid-template-columns: 1fr; }
  .spotlight-card + .spotlight-card { border-left: 0; border-top: 1px dashed rgba(183,149,78,.35); }
  .spotlight-list { grid-template-columns: 1fr 1fr; }
  .spotlight-list span:first-child, .spotlight-list span:last-child { display: none; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
}

.scratchpad-logo-grid {
  background-color: #F5F5F5;
  background-image: radial-gradient(circle, rgba(183, 149, 78, 0.13) 0.65px, transparent 0.7px);
  background-size: 5px 5px;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(64px, 6vw, 96px) clamp(24px, 5vw, 96px) clamp(40px, 3vw, 48px);
  position: relative;
}

.scratchpad-logo-grid.scratchpad-logo-grid--comparison {
  background-color: transparent;
  background-image: none;
  min-height: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.scratchpad-logo-grid.scratchpad-logo-grid--comparison .scratchpad-logo-grid__intro {
  height: 140px;
}

#logos-002 > .scratchpad-logo-grid__intro {
  display: none;
}

.testimonials-section .scratchpad-logo-grid__intro {
  border-bottom: 0;
  border-top: 0;
  height: 140px;
}

#testimonial > .scratchpad-logo-grid__intro .scratchpad-logo-grid__header-lines span:first-child {
  border-left: 0;
}

#testimonial > .scratchpad-logo-grid__intro .scratchpad-logo-grid__header-lines span:last-child {
  border-right: 0;
}

#testimonial > .scratchpad-logo-grid__intro .scratchpad-logo-grid__header-lines span {
  border-left: 0;
  border-right: 0;
}

#testimonial > .scratchpad-logo-grid__intro + .testimonials-grid {
  border-top: 0;
}

#testimonial {
  overflow-x: clip;
  overflow-clip-margin: 5px;
}

@media (min-width: 1200px) {
  .scratchpad-logo-grid {
    padding-left: max(0px, calc((100vw - 1200px) / 2));
    padding-right: max(0px, calc((100vw - 1200px) / 2));
  }
}

.scratchpad-logo-grid__intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 180px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  text-align: center;
  width: 100%;
}

.scratchpad-logo-grid__header-lines {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.scratchpad-logo-grid__header-lines span {
  border-left: 1px dashed rgba(183, 149, 78, 0.22);
}

.scratchpad-logo-grid__header-lines span:last-child {
  border-right: 1px dashed rgba(183, 149, 78, 0.22);
}

/* Keep the two guides nearest the outer edges while clearing the header's
   three central column lines. */
.scratchpad-logo-grid__header-lines span:nth-child(3),
.scratchpad-logo-grid__header-lines span:nth-child(4),
.scratchpad-logo-grid__header-lines span:nth-child(5) {
  border-left: 0;
}

.scratchpad-logo-grid__intro-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}

.scratchpad-logo-grid__eyebrow {
  color: #B7954E;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  text-transform: uppercase;
  width: 280px;
}

#testimonials-heading {
  max-width: 200px;
  width: 100%;
}

.scratchpad-logo-grid__rule {
  background: #B7954E;
  display: block;
  height: 1px;
  opacity: 0.72;
  width: 110px;
}

.scratchpad-logo-grid__marks {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.22);
  border-top: 1px dashed rgba(183, 149, 78, 0.22);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.scratchpad-logo-grid__mark {
  align-items: center;
  border-left: 1px dashed rgba(183, 149, 78, 0.22);
  display: flex;
  height: 140px;
  justify-content: center;
  margin: 0;
  padding: 32px;
  position: relative;
}

.scratchpad-logo-grid__mark:nth-child(6n) {
  border-right: 1px dashed rgba(183, 149, 78, 0.22);
}

.scratchpad-logo-grid__mark:nth-child(n + 7) {
  border-top: 1px dashed rgba(183, 149, 78, 0.22);
}

.scratchpad-logo-grid__star-field {
  bottom: -25%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  left: -8.3333%;
  pointer-events: none;
  position: absolute;
  right: -8.3333%;
  top: -25%;
  z-index: 1;
}

.scratchpad-logo-grid__star {
  align-self: center;
  height: 9px;
  justify-self: center;
  opacity: 0.5;
  width: 9px;
}

@media (min-width: 701px) and (max-width: 1000px) {
  #testimonials-heading {
    max-width: 200px;
    width: 100%;
  }

  .scratchpad-logo-grid__header-lines {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* The header shares the logo grid's three-column tablet structure. Hide
     the unused guide cells so they cannot wrap into a second row. */
  .scratchpad-logo-grid__header-lines span:nth-child(n + 4) {
    display: none;
  }

  .scratchpad-logo-grid__header-lines span:nth-child(3) {
    border-left: 1px dashed rgba(183, 149, 78, 0.22);
    border-right: 1px dashed rgba(183, 149, 78, 0.22);
  }

  #testimonial > .scratchpad-logo-grid__intro .scratchpad-logo-grid__header-lines span:nth-child(3) {
    border-right: 0;
  }

  .scratchpad-logo-grid__marks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scratchpad-logo-grid__mark {
    height: 124px;
  }

  .scratchpad-logo-grid__mark:nth-child(n + 4) {
    border-top: 1px dashed rgba(183, 149, 78, 0.22);
  }

  .scratchpad-logo-grid__mark:nth-child(3n) {
    border-right: 1px dashed rgba(183, 149, 78, 0.22);
  }

  .scratchpad-logo-grid__star-field {
    bottom: -12.5%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    left: -16.6667%;
    right: -16.6667%;
    top: -12.5%;
  }

  .scratchpad-logo-grid__star-field .scratchpad-logo-grid__star:nth-child(21) {
    display: none;
  }
}

.scratchpad-logo-grid__mark img {
  display: block;
  height: auto;
  max-height: 82px;
  max-width: min(100%, 180px);
  object-fit: contain;
  width: 100%;
}

.scratchpad-logo-grid__mark:nth-of-type(2) img {
  max-width: 100px;
}

.scratchpad-logo-grid__mark:nth-of-type(3) img,
.scratchpad-logo-grid__mark:nth-of-type(4) img {
  max-width: 110px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(2) img {
  max-width: 80px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(3) img {
  max-width: 78px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(1) img {
  max-width: 103px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(4) img {
  max-width: 80px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(5) img {
  max-width: 90px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(6) img {
  max-width: 88px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(7) img,
.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(10) img {
  max-width: 100px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(8) img {
  max-width: 120px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(9) img {
  max-width: 125px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(11) img {
  max-width: 100px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(12) img {
  max-width: 102px;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark img {
  opacity: 0.85;
  transition: opacity 180ms ease;
}

/* These outline marks need their full gold value to stay legible. */
.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(9) img,
.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:nth-of-type(12) img {
  opacity: 1;
}

.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:hover img,
.scratchpad-logo-grid--comparison .scratchpad-logo-grid__mark:focus-within img {
  opacity: 1;
}

@media (max-width: 700px) {
  #testimonials-heading {
    align-self: flex-start;
    max-width: 200px;
    text-align: left;
    width: 100%;
  }

  .scratchpad-logo-grid {
    min-height: 0;
    padding-bottom: 88px;
    padding-top: 88px;
  }

  .scratchpad-logo-grid__intro {
    height: 180px;
  }

  .scratchpad-logo-grid__intro-content {
    gap: 20px;
    padding: 32px 20px;
  }

  .scratchpad-logo-grid__header-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Keep the shared Logo 002 and testimonial headers to one guide row on
     phones, matching their two-column content grids. */
  .scratchpad-logo-grid__header-lines span:nth-child(n + 3) {
    display: none;
  }

  .scratchpad-logo-grid__header-lines span:nth-child(2) {
    border-right: 1px dashed rgba(183, 149, 78, 0.22);
  }

  #testimonial > .scratchpad-logo-grid__intro .scratchpad-logo-grid__header-lines span:nth-child(2) {
    border-right: 0;
  }

  .scratchpad-logo-grid__eyebrow {
    max-width: 270px;
  }

  .scratchpad-logo-grid__marks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scratchpad-logo-grid__mark {
    border-bottom: 1px dashed rgba(183, 149, 78, 0.22);
    height: 112px;
    padding: 24px;
  }

  .scratchpad-logo-grid__mark:nth-child(even) {
    border-right: 1px dashed rgba(183, 149, 78, 0.22);
  }

  .scratchpad-logo-grid__mark:nth-child(n + 3) {
    border-top: 0;
  }

  .scratchpad-logo-grid__mark img {
    max-height: 56px;
    max-width: 122px;
  }

  .scratchpad-logo-grid__star-field {
    bottom: -8.3333%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(7, minmax(0, 1fr));
    left: -25%;
    right: -25%;
    top: -8.3333%;
  }
}

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

.no-wrap {
  white-space: nowrap;
}

.site-header {
  background: transparent;
  backdrop-filter: blur(0);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 180ms ease, backdrop-filter 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
}

.nav-shell {
  align-items: center;
  box-sizing: border-box;
  color: #B7954E;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 40px;
  transition: border-color 180ms ease;
  width: min(1200px, 90vw);
}

.site-header.is-scrolled .nav-shell {
  border-inline: 1px dashed rgba(183, 149, 78, 0.2);
  margin-inline: auto;
  max-width: 1200px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.6vw, 46px);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-right {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
}

.nav-left {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.nav-right .nav-book-call {
  background: #B7964E;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  height: 36px;
  min-height: 36px;
  padding-left: 18px;
  padding-right: 18px;
}

.brand {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.brand img {
  display: block;
  height: 66.24px;
  object-fit: contain;
  width: 160px;
}

.mobile-menu-toggle,
.mobile-site-menu {
  display: none;
}

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

.nav-pill,
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
}

.nav-pill {
  background: var(--soft);
  min-height: 48px;
  padding: 0 28px;
  transform: rotate(-0.39deg);
}

.hero {
  /* Hero scene tokens */
  --hero-min-height: 100vh;
  --hero-scene-min-size: 820px;
  --hero-scene-fluid-size: 96vw;
  --hero-scene-max-size: 1440px;
  --hero-scene-shift-min: 220px;
  --hero-scene-shift-fluid: 20vw;
  --hero-scene-shift-max: 340px;
  --hero-scene-drop: 52px;
  --hero-scene-anchor-shift: 0px;
  --hero-dot-min-size: 140px;
  --hero-dot-fluid-size: 14vw;
  --hero-dot-max-size: 200px;
  --hero-padding-top-min: 128px;
  --hero-padding-top-fluid: calc(18vh + 4px);
  --hero-padding-top-max: 190px;
  --hero-body-max-width: 432px;
  --hero-title-max-width: 620px;
  --hero-body-line-height: 1.06;
  --hero-action-gap: clamp(18px, 2vw, 32px);
  --hero-action-slot-width: 204px;
  --hero-action-campaign-padding-x: 20px;
  --hero-copy-shift-y: -26px;

  /* Derived hero scene values */
  --hero-scene-size: clamp(
    var(--hero-scene-min-size),
    var(--hero-scene-fluid-size),
    var(--hero-scene-max-size)
  );
  --hero-scene-shift-y: clamp(
    var(--hero-scene-shift-min),
    var(--hero-scene-shift-fluid),
    var(--hero-scene-shift-max)
  );
  --hero-dot-size: clamp(
    var(--hero-dot-min-size),
    var(--hero-dot-fluid-size),
    var(--hero-dot-max-size)
  );
  --hero-padding-top: clamp(
    var(--hero-padding-top-min),
    var(--hero-padding-top-fluid),
    var(--hero-padding-top-max)
  );
  align-items: center;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: var(--hero-min-height);
  overflow: hidden;
  padding: var(--hero-padding-top) 0 34px;
  position: relative;
}

.hero-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: none;
  min-height: calc(var(--hero-min-height) - var(--hero-padding-top) - 34px);
  padding: 0;
  position: relative;
  width: min(100%, 1200px);
}

.hero-scene {
  height: var(--hero-scene-size);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(
    -50%,
    calc(
      -50% + var(--hero-scene-shift-y) + var(--hero-scene-drop) +
      var(--hero-scene-anchor-shift)
    )
  );
  width: var(--hero-scene-size);
  z-index: 1;
}

.hero-rings {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.hero-rings circle {
  fill: none;
  stroke: rgba(183, 149, 78, 0.28);
  stroke-dasharray: 6 10;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.sg-icon-block {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 28px;
  display: inline-flex;
  height: 112px;
  justify-content: center;
  position: relative;
  width: 112px;
}

.sg-icon-block::before {
  border-radius: 44px;
  content: "";
  inset: -22px;
  pointer-events: none;
  position: absolute;
}

.sg-icon-block__icon {
  display: block;
  height: 54px;
  object-fit: contain;
  pointer-events: none;
  position: relative;
  width: 54px;
  z-index: 1;
}

.hero-icon-blocks {
  height: var(--hero-scene-size);
  left: 50%;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate(
    -50%,
    calc(
      -50% + var(--hero-scene-shift-y) + var(--hero-scene-drop) +
      var(--hero-scene-anchor-shift)
    )
  );
  width: var(--hero-scene-size);
  z-index: 3;
}

.hero-icon-blocks .sg-icon-block {
  cursor: default;
  pointer-events: none;
}

.orbit-icon {
  left: var(--orbit-x);
  position: absolute;
  top: var(--orbit-y);
  transform: translate(-50%, -50%);
}

.orbit-icon--figma {
  --orbit-x: 13.1%;
  --orbit-y: 36.85%;
  border-radius: 24px;
  height: 72px;
  width: 72px;
}

.orbit-icon--figma .sg-icon-block__icon {
  height: 26px;
  width: 26px;
}

.orbit-icon--tiktok {
  --orbit-x: 28.5%;
  --orbit-y: 40.8%;
  border-radius: 24px;
  height: 72px;
  width: 72px;
}

.orbit-icon--tiktok .sg-icon-block__icon {
  height: 24px;
  width: 24px;
}

.orbit-icon--instagram {
  --orbit-x: 22.1%;
  --orbit-y: 22.2%;
  border-radius: 24px;
  height: 72px;
  width: 72px;
}

.orbit-icon--instagram .sg-icon-block__icon {
  height: 24px;
  width: 24px;
}

.orbit-icon--youtube {
  --orbit-x: 80.5%;
  --orbit-y: 25.6%;
  border-radius: 24px;
  height: 72px;
  width: 72px;
}

.orbit-icon--youtube .sg-icon-block__icon {
  height: 28px;
  width: 28px;
}

.orbit-icon--spotify-lower {
  --orbit-x: 45%;
  --orbit-y: 27%;
  border-radius: 24px;
  height: 72px;
  width: 72px;
}

.orbit-icon--spotify-lower .sg-icon-block__icon {
  height: 24px;
  width: 24px;
}

.orbit-icon--openai {
  --orbit-x: 64.1%;
  --orbit-y: 31%;
  border-radius: 24px;
  height: 72px;
  width: 72px;
}

.orbit-icon--openai .sg-icon-block__icon {
  height: 28px;
  width: 28px;
}

.hero-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  transform: translateY(var(--hero-copy-shift-y));
  width: 100%;
  z-index: 2;
}

.hero h1 {
  color: #B7954E;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: var(--hero-title-max-width);
  text-align: center;
  width: min(100%, var(--hero-title-max-width));
}

.hero-title__line {
  display: block;
  text-align: center;
}

.hero-title__line--one {
  font-size: 34px;
}

.hero-copy p {
  color: #B7954E;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 28px 0 0;
  max-width: var(--hero-body-max-width);
}

.hero-cta-stack {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: clamp(30px, 3.2vw, 46px);
  width: 100%;
}

.hero-actions {
  align-items: center;
  column-gap: var(--hero-action-gap);
  display: grid;
  grid-template-columns: var(--hero-action-slot-width);
  justify-content: center;
  margin-top: 36px;
  width: max-content;
}

.hero-avatars {
  align-items: center;
  display: none;
  justify-content: center;
  margin-top: 36px;
  position: relative;
}


.hero-avatars .avatar {
  background: #F5F5F5;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-left: -10px;
  position: relative;
  width: 40px;
  z-index: 1;
}

.hero-avatars .avatar:first-child {
  margin-left: 0;
}

.hero-avatars .avatar {
  animation: avatar-wave 1.7s ease-in-out infinite;
}

.hero-avatars .avatar:nth-child(1) { animation-delay: 0s; }
.hero-avatars .avatar:nth-child(2) { animation-delay: 0.15s; }
.hero-avatars .avatar:nth-child(3) { animation-delay: 0.3s; }
.hero-avatars .avatar:nth-child(4) { animation-delay: 0.45s; }
.hero-avatars .avatar:nth-child(5) { animation-delay: 0.6s; }

@keyframes avatar-wave {
  0% { transform: translateY(0); }
  41.2% { transform: translateY(-10px); }
  82.4% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.hero-ring-placeholder {
  appearance: none;
  background: #F5F5F5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: var(--hero-dot-size);
  left: 50%;
  padding: 0;
  position: absolute;
  pointer-events: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--hero-dot-size);
  z-index: 2;
}

.hero-ring-placeholder:focus-visible {
  outline: 2px solid #B7954E;
  outline-offset: 4px;
}

@media (min-width: 901px) {
  .hero {
    --hero-dot-min-size: 300px;
    --hero-dot-fluid-size: 300px;
    --hero-dot-max-size: 300px;
  }

  .orbit-icon--figma .sg-icon-block__icon {
    height: 30px;
    width: 30px;
  }

  .orbit-icon--tiktok .sg-icon-block__icon,
  .orbit-icon--instagram .sg-icon-block__icon,
  .orbit-icon--spotify-lower .sg-icon-block__icon {
    height: 28px;
    width: 28px;
  }

  .orbit-icon--youtube .sg-icon-block__icon,
  .orbit-icon--openai .sg-icon-block__icon {
    height: 32px;
    width: 32px;
  }
}

/* Final orbit assignments: these follow all responsive platform defaults. */
.orbital-hero__planets .orbital-planet--inner {
  --orbit-duration: 36s;
  --orbit-size: var(--inner-orbit-size);
}

.orbital-hero__planets .orbital-planet--outer {
  --orbit-duration: 45s;
  --orbit-size: var(--outer-orbit-size);
}

.orbital-hero__planets .orbital-planet--inner-slot-1 { --orbit-delay: 0s; }
.orbital-hero__planets .orbital-planet--inner-slot-2 { --orbit-delay: -7.2s; }
.orbital-hero__planets .orbital-planet--inner-slot-3 { --orbit-delay: -14.4s; }
.orbital-hero__planets .orbital-planet--inner-slot-4 { --orbit-delay: -21.6s; }
.orbital-hero__planets .orbital-planet--inner-slot-5 { --orbit-delay: -28.8s; }

.orbital-hero__planets .orbital-planet--outer-slot-1 { --orbit-delay: 0s; }
.orbital-hero__planets .orbital-planet--outer-slot-2 { --orbit-delay: -7.5s; }
.orbital-hero__planets .orbital-planet--outer-slot-3 { --orbit-delay: -15s; }
.orbital-hero__planets .orbital-planet--outer-slot-4 { --orbit-delay: -22.5s; }
.orbital-hero__planets .orbital-planet--outer-slot-5 { --orbit-delay: -30s; }
.orbital-hero__planets .orbital-planet--outer-slot-6 { --orbit-delay: -37.5s; }

@media (max-width: 1099px), (min-width: 1100px) and (max-height: 899px) {
  .orbital-hero__planets .orbital-planet--outer {
    --orbit-duration: 54s;
  }

  .orbital-hero__planets .orbital-planet--outer-slot-1 { --orbit-delay: 0s; }
  .orbital-hero__planets .orbital-planet--outer-slot-2 { --orbit-delay: -9s; }
  .orbital-hero__planets .orbital-planet--outer-slot-3 { --orbit-delay: -18s; }
  .orbital-hero__planets .orbital-planet--outer-slot-4 { --orbit-delay: -27s; }
  .orbital-hero__planets .orbital-planet--outer-slot-5 { --orbit-delay: -36s; }
  .orbital-hero__planets .orbital-planet--outer-slot-6 { --orbit-delay: -45s; }
}

@media (max-width: 900px), (min-width: 901px) and (max-height: 759px) {
  .orbital-hero__planets .orbital-planet--outer {
    --orbit-duration: 56s;
  }

  .orbital-hero__planets .orbital-planet--outer-slot-1 { --orbit-delay: 0s; }
  .orbital-hero__planets .orbital-planet--outer-slot-2 { --orbit-delay: -9.333s; }
  .orbital-hero__planets .orbital-planet--outer-slot-3 { --orbit-delay: -18.667s; }
  .orbital-hero__planets .orbital-planet--outer-slot-4 { --orbit-delay: -28s; }
  .orbital-hero__planets .orbital-planet--outer-slot-5 { --orbit-delay: -37.333s; }
  .orbital-hero__planets .orbital-planet--outer-slot-6 { --orbit-delay: -46.667s; }
}

/* Orbit slots make each ring a discrete, collision-safe system. */
.orbital-planet--inner {
  --orbit-duration: 36s;
  --orbit-size: var(--inner-orbit-size);
}

/* Inner orbit is intentionally more compact than the outer orbit. */
.orbital-hero__planets .orbital-planet--inner .orbital-planet__body {
  height: 68px;
  width: 68px;
}

.orbital-hero__planets .orbital-planet--inner.orbital-planet--tiktok img,
.orbital-hero__planets .orbital-planet--inner.orbital-planet--spotify img {
  height: 24px;
  width: 24px;
}

.orbital-hero__planets .orbital-planet--inner.orbital-planet--openai img {
  height: 28px;
  width: 28px;
}

.orbital-planet--outer {
  --orbit-duration: 45s;
  --orbit-size: var(--outer-orbit-size);
}

.orbital-planet--inner-slot-1 { --orbit-delay: 0s; }
.orbital-planet--inner-slot-2 { --orbit-delay: -7.2s; }
.orbital-planet--inner-slot-3 { --orbit-delay: -14.4s; }
.orbital-planet--inner-slot-4 { --orbit-delay: -21.6s; }
.orbital-planet--inner-slot-5 { --orbit-delay: -28.8s; }

.orbital-planet--outer-slot-1 { --orbit-delay: 0s; }
.orbital-planet--outer-slot-2 { --orbit-delay: -7.5s; }
.orbital-planet--outer-slot-3 { --orbit-delay: -15s; }
.orbital-planet--outer-slot-4 { --orbit-delay: -22.5s; }
.orbital-planet--outer-slot-5 { --orbit-delay: -30s; }
.orbital-planet--outer-slot-6 { --orbit-delay: -37.5s; }

@media (max-width: 1099px), (min-width: 1100px) and (max-height: 899px) {
  .orbital-planet--outer {
    --orbit-duration: 54s;
  }

  .orbital-planet--outer-slot-1 { --orbit-delay: 0s; }
  .orbital-planet--outer-slot-2 { --orbit-delay: -9s; }
  .orbital-planet--outer-slot-3 { --orbit-delay: -18s; }
  .orbital-planet--outer-slot-4 { --orbit-delay: -27s; }
  .orbital-planet--outer-slot-5 { --orbit-delay: -36s; }
  .orbital-planet--outer-slot-6 { --orbit-delay: -45s; }
}

@media (max-width: 900px), (min-width: 901px) and (max-height: 759px) {
  .orbital-planet--outer {
    --orbit-duration: 56s;
  }

  .orbital-planet--outer-slot-1 { --orbit-delay: 0s; }
  .orbital-planet--outer-slot-2 { --orbit-delay: -9.333s; }
  .orbital-planet--outer-slot-3 { --orbit-delay: -18.667s; }
  .orbital-planet--outer-slot-4 { --orbit-delay: -28s; }
  .orbital-planet--outer-slot-5 { --orbit-delay: -37.333s; }
  .orbital-planet--outer-slot-6 { --orbit-delay: -46.667s; }
}

@media (max-width: 1099px) {
  .hero {
    --hero-scene-drop: 112px;
  }
}

@media (min-width: 1070px) and (max-width: 1210px) {
  .orbit-icon--openai {
    display: none !important;
  }
}

/* Keep YouTube on the outer ring after its desktop-only 32px rise. */
@media (min-width: 1071px) and (max-width: 1099px) {
  .orbit-icon--youtube {
    --orbit-x: calc(80.5% - 29.4px);
    --orbit-y: calc(25.6% - 32px);
  }
}

.hero-projects {
  bottom: 12px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.hero-projects--mobile {
  display: none;
}

.hero-projects-bar {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-projects-grid {
  display: flex;
  gap: 14px;
}

.hero-project-thumb {
  background: #F5F5F5;
  border-radius: 0;
  height: 80px;
  overflow: hidden;
  transition: transform 400ms ease-in-out !important;
  width: 80px;
  will-change: transform;
}

.hero-project-thumb:hover {
  transform: translate3d(0, -6px, 0) !important;
}

.hero-project-thumb img {
  display: block;
  filter: brightness(0.9) contrast(1.581) url("#perspective-duotone-dark");
  height: 100%;
  object-fit: cover;
  transition: filter 220ms ease;
  width: 100%;
}

.hero-project-thumb:hover img {
  filter: none;
}

/* Desktop uses a concise three-project highlight strip; tablet and mobile retain all four. */
@media (min-width: 1071px) {
  .hero-inner > .hero-projects .hero-project-thumb:nth-child(4) {
    display: none;
  }
}

.visual-filter-definitions {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.hero-bottom-border-gradient {
  display: none;
  height: 14px;
  overflow: hidden;
  width: 100%;
}

.hero-bottom-border-gradient img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.logo-strip {
  align-items: center;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 120px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

#logos[hidden] {
  display: none;
}

.logo-strip-label {
  color: #B7954E;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 0;
  text-transform: none;
}

.logo-strip-label__mobile {
  display: none;
}

@media (min-width: 901px) {
  .logo-strip-label {
    box-sizing: border-box;
    font-size: 16px;
    justify-self: stretch;
    padding-left: 60px;
    text-align: left;
  }
}

.logo-mark {
  align-items: center;
  color: #8B8B8B;
  display: inline-flex;
  justify-content: center;
  justify-self: center;
  opacity: 0.86;
}

.logo-placeholder {
  align-items: center;
  background: var(--logo-placeholder-bg);
  display: flex;
  height: 80px;
  justify-content: center;
  justify-self: center;
  width: min(100%, 150px);
}

.logo-placeholder img {
  display: block;
  height: auto;
  max-height: 80%;
  max-width: 90%;
  object-fit: contain;
  width: auto;
}

/* Optical sizing is set per client mark while the shared max dimensions keep
   the strip fluid on narrow screens. */
.logo-placeholder:nth-of-type(2) img {
  width: 92px;
}

.logo-placeholder:nth-of-type(3) img {
  width: 90px;
}

.logo-placeholder:nth-of-type(4) img {
  width: 110px;
}

.logo-mark svg {
  display: block;
  height: 40px;
  overflow: visible;
  width: 40px;
}

.logo-mark svg circle,
.logo-mark svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.logo-mercedes svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.logo-mercedes {
  color: #B7954E;
}

.logo-honeywell {
  color: #B7954E;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
}

.logo-seal svg {
  height: 48px;
  width: 48px;
}

.logo-seal {
  color: #B7954E;
}

.logo-seal svg circle,
.logo-seal svg path {
  stroke-width: 2.2;
}

.logo-mit {
  color: #B7954E;
  gap: 12px;
  justify-content: flex-start;
}

.mit-bars {
  align-items: flex-start;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(5, 7px);
  height: 26px;
}

.mit-bars span {
  background: currentColor;
  display: block;
  width: 7px;
}

.mit-bars span:nth-child(1),
.mit-bars span:nth-child(2),
.mit-bars span:nth-child(3) {
  height: 26px;
}

.mit-bars span:nth-child(4) {
  height: 11px;
}

.mit-bars span:nth-child(5) {
  height: 7px;
}

.logo-mit > span:last-child {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.05;
}

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

.button {
  border: 0;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 600;
  min-height: clamp(50px, 3.55vw, 60px);
  padding: 0 clamp(28px, 3vw, 42px);
  transform: rotate(-0.39deg);
  white-space: nowrap;
}

.hero-actions .button {
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  margin-top: 24px;
  min-height: 52px;
  width: 100%;
}

.hero-actions .button-dark {
  padding-left: var(--hero-action-campaign-padding-x);
  padding-right: var(--hero-action-campaign-padding-x);
}

.hero-actions .button-dark {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  color: #B7954E;
}

.button-light {
  background: var(--soft);
  color: #B7954E;
}

/* === Saved: warm mesh-gradient rise hover effect (apply to .button-light to re-enable) ===
.button-light {
  background: #F5F5F5;
  color: var(--ink);
  overflow: hidden;
  position: relative;
}

.button-light::before {
  background:
    radial-gradient(ellipse 80% 70% at 20% 95%, #F88F3A 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 75% 60%, #F9C667 0%, transparent 60%),
    #FDF5E4;
  border-radius: inherit;
  clip-path: inset(100% 0 0 0);
  content: '';
  inset: 0;
  -webkit-mask-image: radial-gradient(ellipse 160% 130% at 60% 110%, black 50%, transparent 80%);
  mask-image: radial-gradient(ellipse 160% 130% at 60% 110%, black 50%, transparent 80%);
  opacity: 0;
  position: absolute;
  transition: opacity 0.35s ease-out, clip-path 0s 0.35s;
  z-index: -1;
}

.button-light:hover::before {
  clip-path: inset(0% 0 0 0);
  opacity: 1;
  transition: clip-path 2.0s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease-out;
}
=== end saved gradient effect === */

.button-dark {
  background: var(--charcoal);
  color: var(--gold);
}

.section {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(70px, 9vw, 132px) clamp(22px, 5vw, 80px);
}

.section-kicker {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.section-grid {
  display: grid;
  gap: clamp(34px, 6vw, 100px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.section h2 {
  font-size: clamp(40px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.section-copy {
  color: #252525;
  display: grid;
  gap: 26px;
}

.intro-section {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  border-top: 0;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.intro-section .section-grid {
  align-items: stretch;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.intro-section .section-grid::after {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  width: 0;
}

.intro-left {
  padding: 44px clamp(22px, 4vw, 40px) clamp(70px, 9vw, 132px);
}

.intro-left .section-kicker {
  color: #CFCFCF;
}

.intro-image-wrap {
  display: block;
  margin-top: 136px;
  overflow: visible;
  position: relative;
  width: min(100%, 250px);
}

.intro-image-wrap--flywheel {
  width: min(100%, 540px);
}

.intro-placeholder {
  display: block;
  filter: drop-shadow(0 14px 22px rgba(5, 5, 5, 0.14));
  height: auto;
  width: 100%;
}

.about-flywheel {
  filter: contrast(1.02) url("#flywheel-duotone-dark");
}

.about-row {
  align-items: stretch;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  min-height: 0;
  padding: 44px clamp(22px, 4vw, 40px);
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
}

.about-row:last-child {
  border-bottom: 0;
}

.about-row-label {
  color: #B7954E;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  max-width: 500px;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}

.about-row p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  max-width: 500px;
  padding-bottom: 0;
  text-align: left;
  width: 100%;
}

.about-row + .about-row {
  border-top: 0;
}

@media (min-width: 901px) {
  #about .section-copy .about-row {
    padding-bottom: 56px;
    padding-top: 56px;
  }
}

.intro-section h2 {
  color: #B7954E;
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  letter-spacing: -0.8px;
  line-height: var(--section-heading-line-height);
  max-width: 332px !important;
}

.intro-section .section-copy {
  align-content: start;
  align-self: stretch;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  color: #B7954E;
  display: grid;
  gap: 0;
  grid-auto-rows: max-content;
  padding: 0;
}

.section-copy p,
.ai-copy p,
.programs-list p {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.35;
  margin: 0;
}

.intro-section .section-copy .about-row p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.testimonials-section {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  border-top-color: #EDEDED;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.testimonials-grid {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  border-top: 1px dashed rgba(183, 149, 78, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(220px, 1fr);
  position: relative;
  width: 100%;
}

.testimonials-grid--combined {
  border-bottom: 0;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
}

.testimonials-grid--combined .testimonials-cell:nth-child(-n + 2) {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
}

.testimonials-grid--combined .testimonials-cell:nth-child(n + 3) {
  border-bottom: 0;
}

.testimonials-grid__corner-dots {
  bottom: -25%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  left: -25%;
  pointer-events: none;
  position: absolute;
  right: -25%;
  top: -25%;
  z-index: 1;
}

.testimonials-grid__corner-dot {
  align-self: center;
  height: 9px;
  justify-self: center;
  opacity: 0.5;
  width: 9px;
}

.testimonials-grid__corner-dot:nth-child(10) {
  display: none;
}

.testimonials-grid::before {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.testimonials-grid::after {
  display: none;
}

.testimonials-b-grid {
  border-top: 0;
}

.testimonials-b-section {
  border-top: 0;
}

.testimonials-b-section::after {
  border-top: 0;
}

.testimonials-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
  min-height: 220px;
  padding: 44px clamp(22px, 4vw, 40px);
}

.testimonials-cell:nth-child(odd) {
  border-right: 0;
}

.testimonial-card {
  color: #050505;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 290px;
  min-width: 0;
  width: 100%;
}

.testimonial-attribution {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 18px;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: 100%;
}

.testimonial-avatar {
  aspect-ratio: 1;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 50%;
  display: block;
  flex: 0 0 50px;
  filter: brightness(0.9) contrast(1.581) url("#perspective-duotone-dark");
  height: 50px;
  object-fit: cover;
  width: 50px;
}

.testimonial-identity {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  width: auto;
}

.testimonial-identity cite,
.testimonial-identity span {
  display: block;
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 20px;
  overflow-wrap: break-word;
  white-space: normal;
}

.testimonial-identity cite {
  color: #B7954E;
  font-size: 15px;
  font-weight: 500;
}

.testimonial-identity span {
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
}

.testimonial-quote {
  align-self: center;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  margin: 0;
  max-width: 100%;
  width: 290px;
}

.testimonial-quote p {
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 901px) {
  .testimonials-cell {
    padding-left: 41.76px;
  }

  .testimonial-quote {
    align-items: center;
    display: flex;
    min-height: 112px;
    transform: none;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .testimonial-card {
    grid-template-columns: minmax(0, 1fr) 250.25px;
  }

  .testimonial-quote {
    width: 250.25px;
  }
}

/* Tablet and mobile: read the testimonial before meeting its author. */
@media (max-width: 1023px) {
  .testimonial-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .testimonials-grid--combined .testimonials-cell:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .testimonial-quote {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 100%;
  }

  .testimonial-attribution {
    grid-column: 1;
    grid-row: 2;
  }
}

.process-section {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
}

.process-section__intro {
  color: #B7954E;
}

.process-section__intro h2 {
  max-width: 400px !important;
  width: 100%;
}

.process-section__summary {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 24px 0 0;
  max-width: 400px;
}

.process-framework-asset {
  margin: 76px 0 0;
  max-width: 100%;
}

.process-framework-asset img {
  display: block;
  filter: brightness(0.9) contrast(1.581) url("#flywheel-duotone-dark");
  height: auto;
  max-width: 100%;
  width: 100%;
}

.duotone-tweak-toggle,
.faq-duotone-tweak-toggle {
  background: #7C632C;
  border: 1px solid #7C632C;
  border-radius: 999px;
  bottom: 20px;
  color: #FFF;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  position: fixed;
  right: 20px;
  text-transform: uppercase;
  z-index: 60;
}

.duotone-tweak-panel,
.faq-duotone-tweak-panel {
  background: #FFF;
  border: 1px solid #EDEDED;
  bottom: 72px;
  box-shadow: 0 14px 38px rgba(47, 37, 18, 0.14);
  color: #2F2512;
  padding: 18px;
  position: fixed;
  right: 20px;
  width: min(320px, calc(100vw - 40px));
  z-index: 60;
}

.duotone-tweak-panel[hidden],
.faq-duotone-tweak-panel[hidden] {
  display: none;
}

.duotone-tweak-panel__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.duotone-tweak-panel__header p {
  color: #B7954E;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.duotone-tweak-panel__header h2 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.duotone-tweak-panel__close {
  background: transparent;
  border: 0;
  color: #2F2512;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.duotone-tweak-panel__intro {
  color: #6D6250;
  font-size: 12px;
  line-height: 1.4;
  margin: 14px 0 18px;
}

.duotone-tweak-control {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.duotone-tweak-control span {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-between;
}

.duotone-tweak-control output {
  color: #B7954E;
  font-variant-numeric: tabular-nums;
}

.duotone-tweak-control input {
  accent-color: #B7954E;
  cursor: pointer;
  margin: 0;
  width: 100%;
}

.duotone-tweak-panel__reset {
  background: #F5F5F5;
  border: 1px solid #EDEDED;
  color: #2F2512;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  margin-top: 20px;
  padding: 10px 12px;
  text-transform: uppercase;
  width: 100%;
}

.process-section__item-heading {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 11px;
  width: auto;
}

.process-section__item-heading .about-row-label {
  flex: 0 1 auto;
  width: auto;
}

.process-section__step {
  align-items: center;
  background: #F5F5F5;
  border-radius: 50%;
  color: #B7954E;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 13px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.pricing-section {
  background: #ffffff;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.pricing-section__intro {
  align-self: stretch;
  align-items: center;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: clamp(46px, 6vw, 82px) clamp(22px, 4.5vw, 66px) clamp(58px, 7vw, 92px);
}

.pricing-section__intro .perspective-section__primary-cta {
  margin-left: 0;
  margin-right: 0;
}

.pricing-section h2 {
  color: #B7954E;
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  letter-spacing: -1.25px;
  line-height: var(--section-heading-line-height);
  margin: 0;
  max-width: 520px;
}

.pricing-section__intro > p {
  color: #B7954E;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 1.4;
  margin: 28px 0 0;
  max-width: 400px;
}

.pricing-list {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-item {
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  display: flex;
  flex-direction: column;
  min-height: 760px;
  padding: clamp(34px, 4vw, 56px) clamp(24px, 3.4vw, 56px) clamp(30px, 3vw, 48px);
  transition: background-color 180ms ease;
}

.pricing-item:last-child {
  border-right: 0;
}

.pricing-item--featured {
  background-color: transparent;
}

.pricing-item__heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pricing-item__heading h3 {
  color: #B7954E;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 0;
}

.pricing-item__heading p {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

.pricing-item__image,
.pricing-item__image-placeholder {
  display: block;
  margin-top: 8px;
}

.pricing-item__image {
  flex: 0 0 80px;
  filter: brightness(0.9) contrast(1.581) url("#flywheel-duotone-dark");
  height: 80px;
  object-fit: contain;
  width: 80px;
}

.pricing-item__image--narrative {
  transform: rotate(-20deg);
  transform-origin: center;
}

.pricing-item__image--gold {
  flex-basis: 60px;
  height: 60px;
  width: 60px;
}

.pricing-item__image-placeholder {
  background-color: #F5F5F5;
  background-image: radial-gradient(circle, #E8E8E8 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  border: 1px dashed rgba(183, 149, 78, 0.28);
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
}

.pricing-item__price {
  color: #B7954E;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  margin: 42px 0 0;
}

.pricing-item__price span {
  color: #B7954E;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  margin-left: 8px;
}

.pricing-item__note {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin: 8px 0 0;
}

.pricing-item__price + .pricing-item__note {
  margin-top: 16px;
}

.pricing-item__audience {
  color: #B7954E;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  margin: 42px 0 0;
  max-width: 360px;
}

.pricing-item__included {
  color: #B7954E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 32px 0 0;
}

.pricing-item__features {
  list-style: none;
  margin: 8px 0 22px;
  padding: 0;
}

.pricing-item__features li {
  align-items: center;
  color: #B7954E;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 14px;
  line-height: 1.25;
  min-height: 44px;
  padding: 8px 0;
}

.pricing-item__features li.pricing-feature--muted {
  color: #9B9B9B;
}

.pricing-feature__check {
  background: #B7954E;
  border-radius: 100%;
  display: inline-flex;
  flex: 0 0 6px;
  font-size: 0;
  height: 6px;
  width: 6px;
}

.pricing-item__cta {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
  padding-top: 0;
  text-decoration: none;
}

.pricing-item__cta:hover {
  color: #B7954E;
}

.work-section {
  background: #ffffff;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  margin: 0 auto;
  max-width: 1200px;
}

.work-section__intro {
  align-items: center;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: clamp(46px, 6vw, 82px) clamp(22px, 4.5vw, 66px);
  text-align: center;
}

.work-section__intro .perspective-section__primary-cta {
  margin-left: 0;
  margin-right: 0;
}

.work-section__intro h2 {
  color: #B7954E;
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  letter-spacing: -1.75px;
  line-height: var(--section-heading-line-height);
  margin: 24px 0 0;
  max-width: 520px;
}

.work-section__intro h2 span {
  display: block;
}

.work-section__intro > p {
  color: #B7954E;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin: 28px 0 0;
  max-width: 480px;
}

.work-section__image {
  display: block;
  filter: brightness(0.9) contrast(1.581) url("#flywheel-duotone-dark");
  height: 128px;
  margin: 28px 0 0;
  object-fit: contain;
  transform: rotate(-10deg);
  width: 128px;
}

.work-case-studies {
  margin: 0 auto;
  max-width: none;
  overflow-x: auto;
  padding: 0;
  width: 100%;
}

.work-case-studies__header,
.work-case-study summary {
  align-items: center;
  column-gap: clamp(14px, 2.2vw, 40px);
  display: grid;
  grid-template-columns: 48px minmax(150px, 1.3fr) minmax(190px, 1.45fr) minmax(84px, 0.7fr) minmax(180px, 1.45fr) 72px 62px 92px;
  min-width: 900px;
}

.work-case-studies__header {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  color: #B7954E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  min-height: 52px;
  padding: 0 41.76px 0;
}

.work-case-studies__centered {
  text-align: center;
}

.work-case-studies__header > span:nth-child(5),
.work-case-study summary > span:nth-child(5) {
  left: 24px;
  position: relative;
}

.work-case-studies__header > span:nth-child(2),
.work-case-study summary > span:nth-child(2) {
  transform: translateX(-16px);
}

.work-case-studies__header > span:nth-child(8),
.work-case-study summary > span:nth-child(8) {
  justify-self: start;
}

.work-case-studies__header > span:nth-child(4),
.work-case-studies__header > span:nth-child(5),
.work-case-studies__header > span:nth-child(6),
.work-case-studies__header > span:nth-child(7),
.work-case-studies__header > span:nth-child(8),
.work-case-study summary > span:nth-child(4),
.work-case-study summary > span:nth-child(5),
.work-case-study summary > span:nth-child(6),
.work-case-study summary > span:nth-child(7),
.work-case-study summary > span:nth-child(8) {
  transform: translateX(16px);
}

.work-case-studies__client-image {
  background-color: #F5F5F5;
  background-image: radial-gradient(circle, #E8E8E8 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  border: 1px dashed rgba(183, 149, 78, 0.28);
  border-radius: 50%;
  box-sizing: border-box;
  height: 32px;
  justify-self: center;
  width: 32px;
}

.work-case-study {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  color: #B7954E;
}

.work-case-study:last-of-type {
  border-bottom: 0;
}

.work-case-study summary {
  color: #B7954E;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  list-style: none;
  min-height: 76px;
  padding: 0 41.76px;
}

.work-case-study summary::-webkit-details-marker {
  display: none;
}

.work-case-study summary:focus-visible {
  outline: 2px solid #B7954E;
  outline-offset: -2px;
}

.work-case-study .faq-icon {
  height: 20px;
  justify-self: center;
  object-fit: contain;
  width: 20px;
}

.work-case-study__details {
  border-top: 1px solid rgba(183, 149, 78, 0.18);
  padding: 20px clamp(42px, 5vw, 68px) 24px 0;
}

.work-case-study__details p {
  color: #B7954E;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.programs-list {
  display: grid;
  gap: 0;
}

.programs-section {
  max-width: 1200px;
}

.programs-list article {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 4vw, 66px);
  grid-template-columns: 72px minmax(220px, 0.9fr) minmax(280px, 1.1fr);
  padding: clamp(28px, 5vw, 56px) 0;
}

.programs-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.programs-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.programs-list h3,
.work-strip h3 {
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.ai-panel {
  background: #f7f7f7;
  display: grid;
  gap: clamp(42px, 7vw, 110px);
  grid-template-columns: 1.1fr 0.9fr;
  padding: clamp(32px, 6vw, 76px);
}

.ai-copy {
  align-self: end;
}

.ai-copy ul {
  border-top: 1px solid #d8d8d8;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.ai-copy li {
  border-bottom: 1px solid #d8d8d8;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 600;
  padding: 18px 0;
}

.work-heading {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr auto;
}

.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.work-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(42px, 6vw, 88px);
}

.work-strip article {
  background: #f6f6f6;
  min-height: 260px;
  padding: 28px;
}

.work-strip article {
  align-content: space-between;
  display: grid;
}

.work-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-section {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1200px;
}

.faq-logo-strip {
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  grid-column: 1 / -1;
  margin-bottom: 48px;
  overflow: hidden;
  padding-inline: 40px;
}

.faq-logo-strip .logo-manifesto__logo-rail {
  overflow: visible;
  padding-top: 64px;
}

.faq-logo-strip .logo-manifesto__logo-track {
  animation: logo-manifesto-marquee 28s linear infinite;
  flex: 0 0 max-content;
  width: max-content;
  will-change: transform;
}

.faq-logo-strip .logo-manifesto__logo-group,
.faq-logo-strip .logo-manifesto__logo-group:first-child,
.faq-logo-strip .logo-manifesto__logo-group--clone {
  display: flex;
  flex: 0 0 max-content;
  gap: 42px;
  justify-content: flex-start;
  padding-right: 42px;
  width: max-content;
}

.faq-logo-strip .logo-manifesto__logo-group figure {
  flex: 0 0 84px;
  width: 84px;
}

.faq-logo-strip .logo-manifesto__logo-group img {
  max-height: 20px;
  max-width: 84px;
}

@media (min-width: 561px) {
  .faq-logo-strip {
    border-bottom: 0;
  }
}

.faq-heading {
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  padding: clamp(44px, 5vw, 68px) clamp(22px, 5vw, 70px) 40px;
}

.faq-heading-inner {
  position: sticky;
  top: clamp(100px, 12vh, 132px);
}

.faq-heading h2 {
  color: #B7954E;
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  letter-spacing: -0.8px;
  line-height: var(--section-heading-line-height);
  margin: 0;
}

.faq-heading__description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  margin: 20px 0 0;
  max-width: 320px;
}

.faq-heading__image-placeholder {
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  margin-top: 32px;
  max-width: 280px;
  width: 100%;
}

.faq-heading__image-placeholder img {
  box-sizing: border-box;
  display: block;
  filter: brightness(1.1) contrast(1.16) url("#faq-duotone-dark");
  height: 124px;
  margin-left: -40px;
  margin-top: -20px;
  object-fit: contain;
  padding: 0;
  transform: rotate(-10deg);
  width: 124px;
}

.faq-list {
  display: grid;
  min-width: 0;
}

.faq-list details {
  background-color: #ffffff;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  color: #5e5e5e;
}

.faq-list details:first-child {
  border-top: 0;
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 108px;
  list-style: none;
  padding: 0 clamp(22px, 3vw, 48px);
}

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

.faq-list summary span:first-child {
  color: #B7954E;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.faq-list details:not([open]) summary span:first-child {
  line-height: 1.2;
}

.faq-list details[open] summary span:first-child {
  color: #B7954E;
  font-weight: 600;
}

.faq-icon {
  height: 24px;
  position: relative;
  width: 24px;
}

.faq-icon::before,
.faq-icon::after {
  background: #B7954E;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::before {
  height: 2px;
  width: 12px;
}

.faq-icon::after {
  height: 12px;
  width: 2px;
}

.faq-list details[open] .faq-icon::after {
  opacity: 0;
}

.faq-list p {
  color: #B7954E;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  max-width: 820px;
  padding: 0 clamp(62px, 7.2vw, 112px) clamp(42px, 4.8vw, 62px) clamp(22px, 3vw, 48px);
}

.perspective-section {
  background: #ffffff;
  color: #B7954E;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1100px) {
  .perspective-section__inner {
    padding-bottom: 124px;
  }
}

.perspective-section__inner {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 40px 100px;
  position: relative;
  width: min(1200px, 90vw);
  z-index: 1;
}

.perspective-section__primary-cta,
.perspective-card__label {
  background: #ffffff;
  border: 1px solid #EDEDED;
  color: #B7954E;
  cursor: default;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  width: 160px;
}

.perspective-section__primary-cta {
  margin: 0 auto 28px;
}

.intro-left .perspective-section__primary-cta {
  margin-left: 0;
  margin-right: 0;
}

.faq-heading .perspective-section__primary-cta {
  margin-left: 0;
  margin-right: 0;
}

.perspective-card__label {
  background: #F5F5F5;
  border-color: #F5F5F5;
  border-radius: 50%;
  font-size: 20px;
  height: 60px;
  margin-bottom: -52px;
  min-height: 60px;
  min-width: 60px;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 1;
}

.perspective-section h2 {
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  letter-spacing: -0.8px;
  line-height: var(--section-heading-line-height);
  margin: 0 auto;
  max-width: 480px;
  text-align: center;
}

@media (min-width: 901px) {
  #perspective-title {
    font-size: 26px;
  }
}

.perspective-grid {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
  grid-template-columns: repeat(2, 424px);
  justify-content: center;
  margin-top: clamp(54px, 5.3vw, 76px);
}

.perspective-card-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.perspective-card__label[hidden] {
  display: none;
}

.perspective-card {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  border: 1px dashed rgba(183, 149, 78, 0.2);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  padding: 56px 0 0;
  width: min(100%, 424px);
}

.perspective-card__copy {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 24px 36px;
  text-align: center;
}

.perspective-card h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.05;
  margin: 0;
}

.perspective-card p {
  color: #B7954E;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.4;
  margin: 30px auto 0;
  max-width: 320px;
}

.perspective-card__visual {
  display: flex;
  height: 112px;
  justify-content: center;
  margin: 32px auto 0;
  max-width: 124px;
  perspective: 600px;
}

.perspective-card__visual img {
  display: block;
  filter: brightness(0.9) contrast(1.581) url("#perspective-duotone-dark");
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transform-origin: center bottom;
  width: 100%;
}

.perspective-card__visual--queen img {
  transform: rotateX(6deg) rotateY(-14deg) rotateZ(-8deg);
}

.perspective-card__visual--trumpet img {
  transform: rotateX(-5deg) rotateY(16deg) rotateZ(8deg);
}

.perspective-card__services {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.perspective-card__services li {
  align-items: center;
  background: #ffffff;
  border-top: 1px dashed rgba(183, 149, 78, 0.2);
  border-radius: 0;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: -0.035em;
  min-height: 94px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}

.perspective-card__services li:nth-child(odd) {
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
}

.perspective-section__cta {
  display: flex;
  font-size: 13px;
  font-weight: 400;
  margin: clamp(42px, 5vw, 68px) auto 0;
  width: fit-content;
}

.perspective-section__cta:hover {
  transform: translateY(-3px) rotate(-0.39deg);
}

.perspective-section__mountains {
  bottom: -70px;
  display: block;
  filter: url("#campaign-duotone");
  height: auto;
  left: 50%;
  max-width: none;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: max(1200px, 100vw);
  z-index: 0;
}

.site-footer {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  color: #050505;
  padding: 0;
}

.figma-footer__margin {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  border-top: 1px dashed rgba(183, 149, 78, 0.2);
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}

.figma-footer__frame {
  min-height: 1198px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.figma-footer__background {
  inset: 750px 0 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.figma-footer__background img {
  display: block;
  filter: brightness(0.9) contrast(1.581) url("#perspective-duotone-dark");
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  width: 100%;
}

.figma-footer__grid {
  column-gap: 32px;
  display: grid;
  grid-template-columns: minmax(0, 698px) 390px;
  min-height: 1198px;
  position: relative;
  z-index: 1;
}

.figma-footer__left {
  display: flex;
  flex-direction: column;
  min-height: 856px;
  min-width: 0;
}

.figma-footer__intro {
  flex: 0 0 856px;
  padding-top: 84px;
}

.figma-footer__intro .perspective-section__primary-cta {
  margin-left: 0;
  margin-right: 0;
}

.figma-footer__intro h2 {
  color: #B7954E;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  letter-spacing: -0.8px;
  line-height: var(--section-heading-line-height);
  margin: 0;
  max-width: 400px;
}

.figma-footer__intro p {
  color: #B7954E;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 36px 0 0;
  max-width: 300px;
}

/* Desktop contact/FAQ refinements: keep the compact phone treatment below intact. */
@media (min-width: 901px) {
  .faq-heading {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
  }

  .figma-footer__intro {
    padding-top: 0;
  }

  .faq-heading h2,
  .figma-footer__intro h2 {
    font-size: 28px;
    font-weight: 500;
  }

  .faq-heading h2 {
    width: min(100%, 420px);
  }

  .faq-heading__description {
    max-width: 280px;
  }

  .figma-footer__intro h2 {
    max-width: 280px;
  }

  .figma-footer__intro p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-top: 20px;
  }
}

.figma-footer__booking {
  background: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 19px;
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 1198px;
  overflow: hidden;
}

.figma-footer__calendar {
  height: 100%;
  overflow: auto;
  width: 100%;
}

.figma-footer__calendar iframe {
  border: 0;
  display: block;
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 1240px) {
  .site-footer {
    padding: 0;
  }

  .figma-footer__frame {
    padding-left: clamp(24px, 3.3vw, 40px);
    padding-right: clamp(24px, 3.3vw, 40px);
  }

  .figma-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  }
}

@media (max-width: 900px) {
  .section-frame {
    padding-left: 24px;
    padding-right: 24px;
  }

  .site-footer {
    padding: 0;
  }

  .figma-footer__margin {
    padding: 32px 0 0;
  }

  .figma-footer__frame {
    min-height: 0;
    padding: 0 24px 24px;
  }

  .figma-footer__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .figma-footer__left {
    min-height: 0;
  }

  .figma-footer__booking {
    grid-column: auto;
    grid-row: auto;
  }

  .figma-footer__intro {
    flex-basis: auto;
    padding-top: 56px;
    padding-bottom: 72px;
    text-align: center;
  }

  .figma-footer__intro .perspective-section__primary-cta,
  .figma-footer__intro h2,
  .figma-footer__intro p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .figma-footer__booking {
    /* Keep a generously sized calendar without forcing a fixed 1198px panel on tablets. */
    height: clamp(780px, 100svh, 1000px);
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding: 0 16px;
  }

  .figma-footer__frame {
    padding: 0 16px 16px;
  }

  .figma-footer__intro {
    padding-bottom: 54px;
    padding-top: 42px;
  }

  .figma-footer__intro p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 300px;
  }

  .figma-footer__booking {
    border-radius: 14px;
    height: clamp(780px, 100svh, 1000px);
  }
}

@media (min-width: 561px) and (max-width: 768px) {
  .work-case-studies__header,
  .work-case-study summary {
    box-sizing: border-box;
  }

  .work-case-studies__header > span,
  .work-case-study summary > span {
    left: auto !important;
    transform: none !important;
  }
}

@media (max-width: 1212px) {
  .hero-projects {
    padding-right: 12px;
  }
}

@media (max-width: 900px) {
  .hero-bottom-border-gradient {
    display: none;
  }

  .site-header {
    padding: 18px 0;
  }

  .nav-shell {
    column-gap: 14px;
    grid-template-columns: 1fr auto auto;
    padding: 0 16px 0 0;
    position: relative;
  }

  .orbital-hero__scene-container {
    padding-inline: 24px;
  }

  .brand {
    grid-column: auto;
    grid-row: auto;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }

  .brand img {
    height: 50.4px;
    width: 120px;
  }

  .nav-left {
    display: none;
  }

  .nav-right {
    display: none;
  }

  .mobile-menu-toggle {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 50%;
    color: #B7954E;
    cursor: pointer;
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
  }

  .mobile-menu-toggle__icon,
  .mobile-menu-toggle__icon::before,
  .mobile-menu-toggle__icon::after {
    background: currentColor;
    display: block;
    height: 1px;
    position: relative;
    width: 15px;
  }

  .mobile-menu-toggle__icon::before,
  .mobile-menu-toggle__icon::after {
    content: "";
    left: 0;
    position: absolute;
  }

  .mobile-menu-toggle__icon::before {
    top: -5px;
  }

  .mobile-menu-toggle__icon::after {
    top: 5px;
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon {
    background: transparent;
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .mobile-site-menu {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    display: grid;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(260px, calc(100vw - 36px));
    z-index: 30;
  }

  .mobile-site-menu[hidden] {
    display: none;
  }

  .mobile-site-menu a {
    border-top: 1px solid #EDEDED;
    color: #B7954E;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 17px 18px;
    text-transform: uppercase;
  }

  .mobile-site-menu a:first-child {
    border-top: 0;
  }

  .nav-pill {
    min-height: 42px;
    padding: 0 18px;
  }

  .hero {
    --hero-min-height: clamp(800px, 100svh, 980px);
    --hero-copy-shift-y: -4px;
    --hero-padding-top: 132px;
    --hero-scene-min-size: 760px;
    --hero-scene-fluid-size: 120vw;
    --hero-scene-max-size: 980px;
    --hero-scene-shift-min: 210px;
    --hero-scene-shift-fluid: 26vw;
    --hero-scene-shift-max: 260px;
    --hero-title-max-width: 580px;
    background-image: radial-gradient(circle, #ECECEC 0.7px, transparent 0.7px);
  }

  .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-copy p br,
  .hero h1 br {
    display: none;
  }

  .hero-copy p {
    font-weight: 400;
  }

  /* Keep the shared dotted-surface treatment legible on mobile Safari. */
  .hero,
  .about-row,
  .intro-section .section-copy,
  .pricing-section__intro,
  .pricing-list,
  .work-section__intro,
  .perspective-card,
  .site-footer {
    background-image: radial-gradient(circle, #ECECEC 0.7px, transparent 0.7px);
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--hero-action-gap);
    width: 100%;
  }

  .hero-cta-stack {
    width: min(100%, 290px);
  }

  .hero-actions .button {
    margin-top: 0;
    width: min(100%, 210px);
  }

  .hero-inner > .hero-projects {
    display: none;
  }

  .hero-projects--mobile {
    display: block;
    padding: 40px clamp(22px, 4vw, 60px) 24px;
    position: relative;
    width: 100%;
  }

  .hero-projects--mobile .hero-projects-bar {
    color: #C1A568;
  }

  .hero-projects--mobile .hero-projects-grid {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-projects--mobile .hero-project-thumb {
    aspect-ratio: 1;
    height: auto;
    width: 100%;
  }

  .logo-strip-label {
    font-size: 17px;
    width: 157px;
  }

  .logo-strip {
    gap: 6px;
    column-gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 90px;
    padding-bottom: 56px;
  }

  .logo-strip-label {
    order: 1;
  }

  .logo-placeholder {
    order: 2;
    width: 100%;
  }

  .logo-placeholder:nth-of-type(4) {
    display: none;
  }

  .section-grid,
  .ai-panel,
  .work-heading,
  .faq-section,
  .pricing-section,
  .work-section {
    grid-template-columns: 1fr;
  }

  .pricing-section__intro {
    border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
    border-right: 0;
  }

  .pricing-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .faq-heading {
    border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
    border-right: 0;
    height: 500px;
  }

  .faq-heading-inner {
    position: static;
  }

  .faq-heading h2 br {
    display: none;
  }

  .programs-list article {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .work-strip {
    grid-template-columns: 1fr;
  }

  .work-strip article {
    min-height: 190px;
  }

  .perspective-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }

  .perspective-card {
    height: auto;
    min-height: 470px;
    justify-self: center;
  }

  .pricing-item {
    align-items: center;
    border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
    border-right: 0;
    min-height: 0;
    padding: 44px 22px 48px;
    text-align: center;
  }

  .pricing-item:last-child {
    border-bottom: 0;
  }

  .pricing-item__price {
    margin-top: 42px;
  }

  .pricing-item__audience {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
  }

  .pricing-item__heading {
    align-items: center;
    text-align: center;
  }

  .pricing-item__features {
    align-self: center;
    margin-top: 8px;
    max-width: 100%;
    width: fit-content;
  }

  .pricing-item__features li {
    justify-content: center;
  }

  .pricing-item__cta {
    align-self: center;
  }
}

/* Keep Campaigns compact in the in-hero tablet layout to avoid orbit overlap. */
@media (min-width: 901px) and (max-width: 1070px) {
  .hero-inner > .hero-projects {
    display: block;
  }

  .hero-projects--mobile {
    display: none;
  }

  .hero-projects-count {
    display: none;
  }

  .hero-projects-grid {
    display: grid;
    gap: 10px 14px;
    grid-template-columns: repeat(2, 80px);
  }

  /* Move YouTube 72px up along the outer orbit, adjusting x to stay on the curve. */
  .orbit-icon--youtube {
    --orbit-x: calc(80.5% - clamp(76px, calc(107px - 3vw), 80px));
    --orbit-y: calc(25.6% - 72px);
  }

  .logo-strip-label {
    font-size: 17px;
    width: min(220px, 100%);
  }

  .logo-strip {
    gap: 6px;
    column-gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 90px;
    padding-bottom: 56px;
  }

  .logo-strip-label {
    order: 1;
  }

  .logo-placeholder {
    order: 2;
    width: 100%;
  }

  .logo-placeholder:nth-of-type(4) {
    display: none;
  }
}

@media (max-width: 850px) {
  .orbit-icon--figma {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .work-case-studies__header,
  .work-case-study summary {
    grid-template-columns: 44px minmax(126px, 1.25fr) minmax(164px, 1.4fr) minmax(76px, 0.75fr) minmax(156px, 1.25fr) 66px 58px;
    min-width: 780px;
  }

  .work-case-studies__header > span:nth-child(8),
  .work-case-study summary > span:nth-child(8) {
    display: none;
  }
}

@media (max-width: 900px) {
  .perspective-section__inner {
    padding-inline: 24px;
  }

  .work-case-studies__header,
  .work-case-study summary {
    grid-template-columns: 44px minmax(126px, 1.25fr) minmax(164px, 1.4fr) minmax(76px, 0.75fr) minmax(156px, 1.25fr) 66px 58px;
    min-width: 780px;
  }

  .work-case-studies__header > span:nth-child(8),
  .work-case-study summary > span:nth-child(8) {
    display: none;
  }

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

  .intro-section .section-grid::after {
    display: none;
  }

  .intro-left {
    border-bottom: 1px solid #EDEDED;
    text-align: center;
  }

  /* Mobile: the Services and Process introductions share one centered reading
     axis with their stacked detail rows. */
  .intro-left .button,
  .intro-left h2,
  .process-section__summary {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .intro-section .section-copy .about-row {
    align-items: center;
    text-align: center;
  }

  .intro-section .section-copy .about-row-label,
  .intro-section .section-copy .about-row p {
    text-align: center;
  }

  .process-section__item-heading .about-row-label {
    font-size: 14px;
  }

  #about .section-copy .about-row-label {
    font-size: 14px;
  }

  .logo-strip-label {
    justify-self: center;
    text-align: center;
    width: 100%;
  }

  .intro-image-wrap {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    width: 100%;
  }

  .intro-image-wrap--flywheel {
    max-width: 624px;
  }

  .process-framework-asset {
    margin-left: auto;
    margin-right: auto;
    max-width: 624px;
    width: 100%;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

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

  .testimonials-grid::after {
    display: none;
  }

  .testimonials-cell {
    min-height: 240px;
  }

  .testimonials-cell:nth-child(odd) {
    border-right: 0;
  }

  .testimonials-cell:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .testimonials-grid--combined .testimonials-cell:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .testimonials-grid__corner-dots {
    bottom: -12.5%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    left: -50%;
    right: -50%;
    top: -12.5%;
  }

  .testimonials-grid__corner-dot:nth-child(10) {
    display: block;
  }

  .testimonials-cell:not(:last-child) {
    border-bottom: 1px dashed rgba(183, 149, 78, 0.2);
  }

  .testimonial-card {
    gap: 24px;
    grid-template-columns: 1fr;
    max-width: none;
    text-align: center;
  }

  .testimonial-attribution {
    flex: 0 1 auto;
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: fit-content;
  }

  .testimonial-identity {
    align-items: center;
    flex: 0 1 auto;
    text-align: center;
    width: auto;
  }

  .testimonial-quote {
    grid-column: 1;
    grid-row: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 458px;
    text-align: center;
    width: 100%;
  }

  .testimonial-quote p {
    font-size: 18px;
  }
}

@media (max-width: 912px) {
  .work-case-studies__header,
  .work-case-study summary {
    column-gap: 18px;
    grid-template-columns: 40px minmax(110px, 1.2fr) minmax(150px, 1.35fr) minmax(72px, 0.7fr) minmax(140px, 1.2fr) 58px;
    min-width: 640px;
  }

  .work-case-studies__header > span:nth-child(6),
  .work-case-study summary > span:nth-child(6) {
    display: none;
  }
}

@media (max-width: 820px) {
  .work-case-studies__header,
  .work-case-study summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 700px) {
  .logo-strip-label {
    font-size: 15px;
    font-weight: 600;
  }

  .logo-strip-label__desktop {
    display: none;
  }

  .logo-strip-label__mobile {
    display: inline;
  }

  .work-case-studies__header,
  .work-case-study summary {
    column-gap: 18px;
    grid-template-columns: 40px minmax(110px, 1.2fr) minmax(150px, 1.35fr) minmax(72px, 0.7fr) minmax(140px, 1.2fr) 58px;
    min-width: 640px;
  }

  .work-case-studies__header > span:nth-child(6),
  .work-case-study summary > span:nth-child(6) {
    display: none;
  }
}

@media (max-width: 768px) {
  .work-case-studies__header,
  .work-case-study summary {
    column-gap: 18px;
    grid-template-columns: minmax(110px, 1.2fr) minmax(150px, 1.35fr) minmax(72px, 0.7fr) minmax(140px, 1.2fr);
    min-width: 520px;
  }

  .work-case-studies__header > span:nth-child(7),
  .work-case-study summary > span:nth-child(7) {
    display: none;
  }

  .work-case-studies__header > span:first-child,
  .work-case-study summary > span:first-child {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 800px) {
  .work-case-studies__header,
  .work-case-study summary {
    column-gap: 18px;
    grid-template-columns: minmax(126px, 1.25fr) minmax(164px, 1.4fr) minmax(76px, 0.75fr) minmax(156px, 1.25fr) 58px;
    min-width: 640px;
  }

  .work-case-studies__header > span:first-child,
  .work-case-study summary > span:first-child {
    display: none;
  }
}

@media (max-width: 560px) {
  /* Let the compact case-study table use the available phone width instead of
     retaining the tablet-sized minimum grid. */
  .work-case-studies {
    box-sizing: border-box;
    overflow-x: visible;
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-case-studies__header {
    box-sizing: border-box;
    column-gap: 10px;
    min-width: 0;
  }

  .work-case-study summary {
    box-sizing: border-box;
  }

  .work-case-studies__header,
  .work-case-study summary {
    padding-left: 0;
    padding-right: 0;
  }

  .work-case-studies__header > span,
  .work-case-study summary > span {
    left: auto !important;
    transform: none !important;
  }

  .hero {
    --hero-scene-min-size: 342px;
    --hero-scene-fluid-size: 122vw;
    --hero-scene-max-size: 683px;
    /* Keep the orbit scene close to the CTA on phones without clipping it on shorter viewports. */
    --hero-scene-shift-min: 210px;
    --hero-scene-shift-fluid: 51vw;
    --hero-scene-shift-max: 286px;
    --hero-dot-min-size: 120px;
    --hero-dot-fluid-size: 22vw;
    --hero-dot-max-size: 148px;
  }

  .hero-icon-blocks .sg-icon-block {
    border-radius: clamp(20px, 4.3vw, 24px) !important;
    height: clamp(68px, 15vw, 84px) !important;
    width: clamp(68px, 15vw, 84px) !important;
  }

  /* Place Spotify on the crest of the outer orbit on phone layouts. */
  .orbit-icon--spotify-lower {
    --orbit-x: 50%;
    --orbit-y: 11%;
  }

  /* Keep OpenAI on the inner orbit while lowering its phone placement. */
  .orbit-icon--openai {
    --orbit-x: calc(64.1% + 46px);
    --orbit-y: calc(31% + 76px);
  }

  .orbit-icon--tiktok .sg-icon-block__icon,
  .orbit-icon--instagram .sg-icon-block__icon,
  .orbit-icon--youtube .sg-icon-block__icon,
  .orbit-icon--spotify-lower .sg-icon-block__icon {
    height: clamp(28px, 6vw, 38px) !important;
    width: clamp(28px, 6vw, 38px) !important;
  }

  .orbit-icon--openai .sg-icon-block__icon {
    height: clamp(30px, 6.8vw, 38px) !important;
    width: clamp(30px, 6.8vw, 38px) !important;
  }

  .hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .hero-title__line--one {
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
  }

  .hero-copy p {
    font-size: 19px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }

  .about-row p {
    font-size: 17px;
  }

  /* Phone body copy: preserve hierarchy while improving legibility. */
  .perspective-card p,
  .work-section__intro > p,
  .pricing-section__intro > p {
    font-weight: 400;
  }

  .intro-section .section-copy .about-row p,
  .process-section__summary {
    font-size: 18px;
    font-weight: 400;
  }

  .pricing-item__audience {
    font-weight: 400;
  }

  .section h2 {
    font-size: 38px;
  }

  /* Keep the primary section statements compact and emphatic on phones. */
  #about .intro-left h2,
  #process-title,
  #perspective-title,
  #work-title,
  #pricing-title,
  #faq-title,
  #footer-title {
    font-size: 28px;
    font-weight: 700;
  }

  #perspective-title,
  #about .intro-left h2,
  #process-title,
  #work-title,
  #pricing-title,
  #footer-title,
  .intro-section .section-copy .about-row p,
  .process-section__summary,
  .work-section__intro > p,
  .pricing-section__intro > p,
  .pricing-section__intro > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    width: 100%;
  }

  .pricing-item__audience {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
  }

  .intro-section h2,
  .process-section__intro h2 {
    max-width: 340px !important;
  }

  .work-section__intro {
    min-height: 240px;
    padding-bottom: 52px;
    padding-top: 52px;
  }

  .work-case-studies__header {
    min-height: 52px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-case-study summary {
    column-gap: 10px;
    font-size: 15px;
    min-height: 68px;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-case-studies__header,
  .work-case-study summary {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr) minmax(0, 1.3fr);
  }

  .work-case-studies__header > span:nth-child(4),
  .work-case-study summary > span:nth-child(4) {
    display: none;
  }

  .work-case-studies__header > span:nth-child(7),
  .work-case-study summary > span:nth-child(7) {
    display: none;
  }

  .faq-list summary {
    padding: 0 16px;
  }

  .faq-icon {
    height: 18px;
    width: 18px;
  }

  .faq-icon::before {
    width: 10px;
  }

  .faq-icon::after {
    height: 10px;
  }

  .faq-list p {
    padding: 0 52px 30px 16px;
  }

  .perspective-section__inner {
    padding-bottom: 100px;
    padding-inline: 18px;
    padding-top: 56px;
  }

  .perspective-section__mountains {
    left: 0;
    transform: none;
    width: 100%;
  }

  .perspective-section h2 {
    letter-spacing: -0.8px;
    line-height: 1.2;
  }

  .perspective-section h2 br {
    display: none;
  }

  .perspective-grid {
    gap: 32px;
    margin-top: 44px;
  }

  /* Give each numbered marker more breathing room before its card heading. */
  .perspective-card-group {
    gap: 42px;
  }

  .perspective-card {
    border-radius: 0;
    height: auto;
    min-height: 420px;
    padding: 34px 0 0;
  }

  .perspective-card h3 {
    font-size: 20px;
  }

  .perspective-card p {
    font-size: 16px;
    margin-top: 23px;
  }

  .testimonial-quote p {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }

  .perspective-card__services {
    gap: 0;
  }

  .perspective-card__services li {
    border-radius: 0;
    font-size: 12px;
    min-height: 76px;
  }

}

@media (max-width: 512px) {
  .hero h1 {
    font-size: 30px;
    width: min(100%, 380px);
  }

  .hero-title__line--one {
    font-size: 28px;
  }

  .hero-projects--mobile {
    padding-bottom: 20px;
  }

  .logo-strip {
    column-gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr 1fr;
    height: 110px;
    padding: 0 clamp(22px, 4vw, 60px) 146px;
    row-gap: 20px;
  }

  .logo-strip-label {
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
    width: auto;
  }

  .logo-placeholder:nth-of-type(4) {
    display: block;
  }

  /* The Universal mark carries extra height above its wordmark; optically
     align it with the other client marks on the two-row phone layout. */
  .logo-placeholder:nth-of-type(4) img {
    transform: translateY(18px);
  }

  .logo-strip > .logo-mark {
    max-width: 100%;
    min-width: 0;
  }

}

/* Keep the FAQ heading inside the smallest supported phone viewport. */
@media (max-width: 360px) {
  .faq-heading h2 {
    font-size: 32px;
  }

  .faq-heading h2 .no-wrap {
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .duotone-tweak-toggle,
  .duotone-tweak-panel {
    display: none;
  }
}

/* Scratchpad direction 01: the live homepage hero, contained in a stable
   1200px component canvas. These overrides are deliberately scoped so this
   experiment cannot change the production hero. */
.hero-study__frame--live-copy {
  background: transparent;
  border: 0;
  overflow: hidden;
}

.hero--scratch-copy {
  --hero-min-height: 760px;
  --hero-padding-top: 104px;
  --hero-scene-size: min(1200px, 100%);
  --hero-scene-shift-y: 220px;
  --hero-scene-drop: 0px;
  --hero-copy-shift-y: -14px;
  border-bottom: 1px dashed rgba(183, 149, 78, 0.28);
  border-top: 1px dashed rgba(183, 149, 78, 0.28);
  min-height: var(--hero-min-height);
  padding-bottom: 34px;
  padding-top: var(--hero-padding-top);
}

.hero--scratch-copy .hero-inner {
  min-height: calc(var(--hero-min-height) - var(--hero-padding-top) - 34px);
  width: min(100%, 1200px);
}

.hero--scratch-copy .hero-projects {
  right: clamp(18px, 4vw, 54px);
}

@media (max-width: 760px) {
  .hero--scratch-copy {
    --hero-min-height: 650px;
    --hero-padding-top: 74px;
    --hero-scene-size: 760px;
    --hero-scene-shift-y: 190px;
    --hero-copy-shift-y: 0px;
  }

  .hero--scratch-copy .hero-projects {
    display: none;
  }
}

/* Production orbital hero: promoted from experiment-lightspark. */
.orbital-hero {
  align-items: center;
  background-color: #FFFFFF;
  background-image:
    linear-gradient(to bottom, transparent 78%, #FFFFFF 100%),
    radial-gradient(circle, #F2F2F2 0.5px, transparent 0.5px);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, 4px 4px;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  z-index: 2;
}

.orbital-hero .hero-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  position: relative;
  width: 100%;
}

.orbital-hero .hero-scene[hidden],
.orbital-hero .hero-icon-blocks[hidden],
.orbital-hero .hero-copy[hidden],
.orbital-hero .hero-projects[hidden],
.hero-bottom-border-gradient[hidden],
.hero-projects--mobile[hidden] {
  display: none !important;
}

.orbital-hero__scene-container {
  align-self: stretch;
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1200px;
  min-height: 100svh;
  padding-inline: 40px;
  position: relative;
  width: min(1200px, 90vw);
}

.orbital-hero__scene {
  --far-orbit-size: calc(100% - 96px);
  --inner-orbit-size: 516px;
  --orbital-scene-size: min(980px, calc(100svh - 48px), calc(100vw - 48px));
  --outer-orbit-size: calc(50% + 174px);
  height: var(--orbital-scene-size);
  left: 50%;
  position: absolute;
  top: calc(50% + 24px);
  transform: translate(-50%, -50%);
  width: var(--orbital-scene-size);
}

@media (min-width: 901px) {
  .page-shell {
    overflow-x: clip;
  }

  .orbital-hero {
    clip-path: none;
    overflow: visible;
  }

  .orbital-hero__scene {
    --orbital-scene-size: min(1160px, calc(100svh + 176px), calc(100vw - 48px));
  }

  .orbital-hero__copy {
    margin-top: 40px;
    top: calc(50% + 54px);
  }

  .orbital-hero__copy h1 {
    margin-top: 60px;
  }

}

/* Give the orbital artwork more breathing room on large desktop canvases. */
@media (min-width: 1440px) and (min-height: 900px) {
  .orbital-hero__scene {
    --inner-orbit-size: 596px;
    --outer-orbit-size: calc(50% + 394px);
  }
}

.orbital-hero__rings,
.orbital-hero__planets {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.orbital-hero__rings {
  z-index: 1;
}

.orbital-hero__ring {
  border: 1px dashed rgba(183, 149, 78, 0.28);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbital-hero__ring--inner {
  height: var(--inner-orbit-size);
  width: var(--inner-orbit-size);
}

.orbital-hero__ring--outer {
  height: var(--outer-orbit-size);
  width: var(--outer-orbit-size);
}

.orbital-hero__ring--far {
  height: var(--far-orbit-size);
  width: var(--far-orbit-size);
}

.orbital-hero__copy {
  align-items: center;
  color: #B7954E;
  display: flex;
  flex-direction: column;
  left: 50%;
  padding: 38px 24px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(510px, 72%);
  z-index: 3;
}

.orbital-hero__copy::before {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 58px 44px rgba(255, 255, 255, 0.9);
  content: "";
  inset: 18% 7%;
  position: absolute;
  z-index: -1;
}

.orbital-hero__copy h1 {
  color: #B7954E;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.2;
  margin: 0;
  max-width: 300px;
  width: auto;
}

.orbital-hero__copy .hero-title__image {
  display: inline-flex;
  height: 28px;
  margin: 0 0.12em;
  overflow: hidden;
  position: relative;
  top: 0.1em;
  vertical-align: baseline;
  width: 48px;
}

.orbital-hero__copy .hero-title__image img {
  display: block;
  filter: brightness(0.9) contrast(1.581) url("#perspective-duotone-dark");
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.orbital-hero__copy p {
  color: #B7954E;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.42;
  margin: 28px auto 0;
  max-width: 300px;
}

.orbital-hero__planets {
  z-index: 2;
}

.orbital-planet {
  --orbit-delay: 0s;
  --orbit-duration: 45s;
  --orbit-size: var(--outer-orbit-size);
  animation: orbital-planet-orbit var(--orbit-duration) linear var(--orbit-delay) infinite;
  height: var(--orbit-size);
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: var(--orbit-size);
  will-change: transform;
}

.orbital-planet__body {
  align-items: center;
  animation: orbital-planet-counter-orbit var(--orbit-duration) linear var(--orbit-delay) infinite;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  display: flex;
  height: 72px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 72px;
  will-change: transform;
}

.orbital-planet img {
  display: block;
  object-fit: contain;
}

.orbital-planet--inner {
  --orbit-duration: 36s;
  --orbit-size: var(--inner-orbit-size);
}

.orbital-planet--far {
  --orbit-duration: 52s;
  --orbit-size: var(--far-orbit-size);
}

.orbital-planet--figma { --orbit-delay: 0s; }
.orbital-planet--tiktok { --orbit-delay: 0s; }
.orbital-planet--instagram { --orbit-delay: 0s; }
.orbital-planet--youtube { --orbit-delay: -9s; }
.orbital-planet--spotify { --orbit-delay: -7.2s; }
.orbital-planet--openai { --orbit-delay: -14.4s; }
.orbital-planet--duplicate-instagram { --orbit-delay: -13s; }
.orbital-planet--duplicate-youtube { --orbit-delay: -18s; }
.orbital-planet--duplicate-spotify { --orbit-delay: -21.6s; }
.orbital-planet--duplicate-openai { --orbit-delay: -28.8s; }
.orbital-planet--duplicate-figma { --orbit-delay: -26s; }
.orbital-planet--duplicate-youtube-two { --orbit-delay: -39s; }
.orbital-planet--duplicate-tiktok { --orbit-delay: -27s; }
.orbital-planet--duplicate-spotify-two { --orbit-delay: -36s; }
.orbital-planet--outer-extra-1 { --orbit-delay: -4.5s; }
.orbital-planet--outer-extra-2 { --orbit-delay: -13.5s; }
.orbital-planet--outer-extra-3 { --orbit-delay: -22.5s; }
.orbital-planet--outer-extra-4 { --orbit-delay: -31.5s; }

.orbital-planet--figma img {
  height: 30px;
  width: 30px;
}

.orbital-planet--tiktok img,
.orbital-planet--instagram img,
.orbital-planet--spotify img {
  height: 28px;
  width: 28px;
}

.orbital-planet--youtube img,
.orbital-planet--openai img {
  height: 32px;
  width: 32px;
}

@keyframes orbital-planet-orbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbital-planet-counter-orbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@media (max-width: 1099px) {
  .orbital-hero__scene {
    --outer-orbit-size: calc(100% - 96px);
  }

  .orbital-hero__ring--far {
    display: none;
  }

  .orbital-planet--outer,
  .orbital-planet--far {
    --orbit-duration: 54s;
    --orbit-size: var(--outer-orbit-size);
  }

  .orbital-planet--figma { --orbit-delay: 0s; }
  .orbital-planet--instagram { --orbit-delay: -6s; }
  .orbital-planet--youtube { --orbit-delay: -12s; }
  .orbital-planet--duplicate-instagram { --orbit-delay: -18s; }
  .orbital-planet--duplicate-youtube { --orbit-delay: -24s; }
  .orbital-planet--duplicate-figma { --orbit-delay: -30s; }
  .orbital-planet--duplicate-youtube-two { --orbit-delay: -36s; }
  .orbital-planet--duplicate-tiktok { --orbit-delay: -42s; }
  .orbital-planet--duplicate-spotify-two { --orbit-delay: -48s; }
}

@media (min-width: 1100px) and (max-height: 899px) {
  .orbital-hero__scene {
    --outer-orbit-size: calc(100% - 96px);
  }

  .orbital-hero__ring--far {
    display: none;
  }

  .orbital-planet--outer,
  .orbital-planet--far {
    --orbit-duration: 54s;
    --orbit-size: var(--outer-orbit-size);
  }

  .orbital-planet--figma { --orbit-delay: 0s; }
  .orbital-planet--instagram { --orbit-delay: -6s; }
  .orbital-planet--youtube { --orbit-delay: -12s; }
  .orbital-planet--duplicate-instagram { --orbit-delay: -18s; }
  .orbital-planet--duplicate-youtube { --orbit-delay: -24s; }
  .orbital-planet--duplicate-figma { --orbit-delay: -30s; }
  .orbital-planet--duplicate-youtube-two { --orbit-delay: -36s; }
  .orbital-planet--duplicate-tiktok { --orbit-delay: -42s; }
  .orbital-planet--duplicate-spotify-two { --orbit-delay: -48s; }
}

@media (min-width: 901px) and (max-height: 759px) {
  .orbital-hero,
  .orbital-hero .hero-inner {
    min-height: max(100svh, 680px);
  }

  .orbital-hero__scene {
    --orbital-scene-size: min(1160px, calc(max(100svh, 680px) + 176px), calc(100vw - 48px));
    --outer-orbit-size: calc(100% - 96px);
  }

  .orbital-hero__ring--inner,
  .orbital-hero__ring--far {
    display: none;
  }

  .orbital-planet {
    --orbit-duration: 56s;
    --orbit-size: var(--outer-orbit-size);
  }

  .orbital-planet--figma { --orbit-delay: 0s; }
  .orbital-planet--tiktok { --orbit-delay: -4s; }
  .orbital-planet--instagram { --orbit-delay: -8s; }
  .orbital-planet--youtube { --orbit-delay: -12s; }
  .orbital-planet--spotify { --orbit-delay: -16s; }
  .orbital-planet--openai { --orbit-delay: -20s; }
  .orbital-planet--duplicate-instagram { --orbit-delay: -24s; }
  .orbital-planet--duplicate-youtube { --orbit-delay: -28s; }
  .orbital-planet--duplicate-spotify { --orbit-delay: -32s; }
  .orbital-planet--duplicate-openai { --orbit-delay: -36s; }
  .orbital-planet--duplicate-figma { --orbit-delay: -40s; }
  .orbital-planet--duplicate-youtube-two { --orbit-delay: -44s; }
  .orbital-planet--duplicate-tiktok { --orbit-delay: -48s; }
  .orbital-planet--duplicate-spotify-two { --orbit-delay: -52s; }
}

@media (max-width: 900px) {
  .orbital-hero__scene-container {
    padding-inline: 24px;
  }

  .orbital-hero,
  .orbital-hero .hero-inner {
    min-height: 844px;
  }

  .orbital-hero__scene {
    --far-orbit-size: calc(109.3333% + 64px);
    --inner-orbit-size: calc(46.6667% + 64px);
    --outer-orbit-size: calc(78% + 64px);
    height: clamp(342px, 122vw, 683px);
    top: 50%;
    width: clamp(342px, 122vw, 683px);
  }

  .orbital-hero__copy {
    padding: 30px 20px;
    width: min(510px, 76%);
  }

  .orbital-planet {
    --orbit-duration: 56s;
    --orbit-size: var(--outer-orbit-size);
  }

  .orbital-planet__body {
    border-radius: clamp(20px, 4.3vw, 24px);
    height: clamp(68px, 15vw, 84px);
    width: clamp(68px, 15vw, 84px);
  }

  .orbital-hero__planets .orbital-planet--inner .orbital-planet__body {
    height: calc(clamp(68px, 15vw, 84px) - 4px);
    width: calc(clamp(68px, 15vw, 84px) - 4px);
  }

  .orbital-planet--figma { --orbit-delay: 0s; }
  .orbital-planet--tiktok { --orbit-delay: -4s; }
  .orbital-planet--instagram { --orbit-delay: -8s; }
  .orbital-planet--youtube { --orbit-delay: -12s; }
  .orbital-planet--spotify { --orbit-delay: -16s; }
  .orbital-planet--openai { --orbit-delay: -20s; }
  .orbital-planet--duplicate-instagram { --orbit-delay: -24s; }
  .orbital-planet--duplicate-youtube { --orbit-delay: -28s; }
  .orbital-planet--duplicate-spotify { --orbit-delay: -32s; }
  .orbital-planet--duplicate-openai { --orbit-delay: -36s; }
  .orbital-planet--duplicate-figma { --orbit-delay: -40s; }
  .orbital-planet--duplicate-youtube-two { --orbit-delay: -44s; }
  .orbital-planet--duplicate-tiktok { --orbit-delay: -48s; }
  .orbital-planet--duplicate-spotify-two { --orbit-delay: -52s; }
}

@media (max-width: 560px) {
  .orbital-hero,
  .orbital-hero .hero-inner {
    min-height: 0;
  }

  .orbital-hero .hero-inner {
    display: block;
  }

  .orbital-hero__scene-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-block: 112px 48px;
    padding-inline: 18px;
  }

  .orbital-hero__copy {
    left: auto;
    order: 1;
    padding: 26px 12px;
    position: relative;
    top: auto;
    transform: none;
    width: min(330px, 100%);
  }

  .orbital-hero__scene {
    /* Keep the orbit plus its animated planet cards within the two gold rails. */
    --inner-orbit-size: calc(52vw - 16px);
    --outer-orbit-size: calc(90vw - clamp(68px, 15vw, 84px) - 2px);
    height: clamp(400px, 104vw, 460px);
    left: auto;
    margin-top: 0;
    order: 2;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }

  .orbital-hero__copy {
    width: min(360px, 100%);
  }

  .orbital-hero__copy h1 {
    font-size: 32px;
    letter-spacing: -0.045em;
    max-width: min(300px, calc(95vw - 88px));
    width: min(300px, calc(100vw - 48px));
  }

  .orbital-hero__copy .hero-title__image {
    height: 33px;
    margin-inline: 0.08em;
    width: 53px;
  }

  .orbital-hero__copy p {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 20px;
    max-width: min(290px, calc(95vw - 88px));
    width: min(260px, calc(100vw - 88px));
  }

  .orbital-planet--tiktok img,
  .orbital-planet--instagram img,
  .orbital-planet--youtube img,
  .orbital-planet--spotify img {
    height: clamp(24px, calc(6vw - 4px), 34px);
    width: clamp(24px, calc(6vw - 4px), 34px);
  }

  .orbital-planet--openai img {
    height: clamp(26px, calc(6.8vw - 4px), 34px);
    width: clamp(26px, calc(6.8vw - 4px), 34px);
  }

  .orbital-planet--figma img {
    height: 26px;
    width: 26px;
  }

  .orbital-hero__planets .orbital-planet--inner.orbital-planet--tiktok img,
  .orbital-hero__planets .orbital-planet--inner.orbital-planet--spotify img {
    height: calc(clamp(24px, calc(6vw - 4px), 34px) - 4px);
    width: calc(clamp(24px, calc(6vw - 4px), 34px) - 4px);
  }

  .orbital-hero__planets .orbital-planet--inner.orbital-planet--openai img {
    height: calc(clamp(26px, calc(6.8vw - 4px), 34px) - 4px);
    width: calc(clamp(26px, calc(6.8vw - 4px), 34px) - 4px);
  }
}

@media (max-width: 360px) {
  .orbital-planet__body {
    border-radius: 18px;
    height: 58px;
    width: 58px;
  }

  .orbital-hero__planets .orbital-planet--inner .orbital-planet__body {
    height: 54px;
    width: 54px;
  }

  .orbital-hero__copy h1,
  .orbital-hero__copy p {
    max-width: calc(95vw - 104px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbital-planet,
  .orbital-planet__body {
    animation-play-state: paused;
  }
}

/* Logos 002 — logo rail and manifesto */
.logo-manifesto {
  background: #FFFFFF;
  z-index: 1;
  width: 100%;
}

.logo-manifesto__container {
  border-left: 1px dashed rgba(183, 149, 78, 0.2);
  border-right: 1px dashed rgba(183, 149, 78, 0.2);
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1200px;
  padding-bottom: 100px;
  padding-inline: 40px;
  width: min(1200px, 90vw);
}

.logo-manifesto__logo-rail {
  align-items: flex-end;
  display: flex;
  height: 96px;
  overflow: hidden;
  padding-top: 64px;
}

.logo-manifesto__logo-track,
.logo-manifesto__logo-group {
  align-items: center;
  display: flex;
}

.logo-manifesto__logo-track,
.logo-manifesto__logo-group:first-child {
  width: 100%;
}

.logo-manifesto__logo-group {
  justify-content: space-between;
}

.logo-manifesto__logo-group--clone {
  display: none;
}

.logo-manifesto__logo-group figure {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0;
  width: 10.2%;
}

.logo-manifesto__logo-group img {
  display: block;
  height: auto;
  max-height: 22px;
  max-width: 92px;
  object-fit: contain;
  opacity: 0.9;
  transform: scale(1.7);
  width: 100%;
}

.logo-manifesto__logo-group figure:nth-child(2) img,
.logo-manifesto__logo-group figure:nth-child(3) img,
.logo-manifesto__logo-group figure:nth-child(4) img {
  max-width: 68px;
}

.logo-manifesto__logo-group figure:nth-child(5) img,
.logo-manifesto__logo-group figure:nth-child(6) img {
  max-width: 76px;
}

/* Keep the Rebellion mark optically balanced with the rest of the desktop rail. */
.logo-manifesto__logo-group figure:nth-child(9) img {
  max-width: 108px;
  transform: none;
}

.logo-manifesto__intro {
  align-items: center;
  display: grid;
  min-height: 160px;
}

.logo-manifesto__statement {
  margin: 32px 0 0 25%;
  max-width: 600px;
  width: 50%;
}

.logo-manifesto__statement p {
  align-self: center;
  color: #8C8C8C;
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0;
  width: 100%;
}

.logo-manifesto__statement strong {
  color: #B7964E;
  font-weight: 500;
}

/* Center the manifesto copy at tablet and desktop sizes; phones retain the full-width layout below. */
@media (min-width: 561px) {
  .logo-manifesto__statement {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 440px);
  }

  .logo-manifesto__statement p {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .logo-manifesto__container {
    padding-inline: 24px;
  }
}

@media (max-width: 560px) {
  .logo-manifesto__container {
    padding-inline: 18px;
  }

  .logo-manifesto__logo-rail {
    height: 84px;
    padding-top: 68px;
    width: 100%;
  }

  .logo-manifesto__logo-track {
    animation: logo-manifesto-marquee 28s linear infinite;
    flex: 0 0 max-content;
    width: max-content;
    will-change: transform;
  }

  .logo-manifesto__logo-group,
  .logo-manifesto__logo-group:first-child,
  .logo-manifesto__logo-group--clone {
    display: flex;
    flex: 0 0 max-content;
    gap: 42px;
    justify-content: flex-start;
    padding-right: 42px;
    width: max-content;
  }

  .logo-manifesto__logo-group figure {
    flex: 0 0 84px;
    width: 84px;
  }

  .logo-manifesto__logo-group img {
    max-height: 20px;
    max-width: 84px;
  }

  .logo-manifesto__statement {
    margin: 32px 0 0;
    width: 100%;
  }

  .logo-manifesto__statement p {
    align-self: stretch;
    box-sizing: border-box;
    padding: 0;
    font-size: 17px;
    line-height: 1.35;
    margin: 0;
    max-width: none;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-manifesto__logo-track {
    animation-play-state: paused;
  }
}

@keyframes logo-manifesto-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .faq-logo-strip {
    padding-inline: 24px;
  }
}

@media (max-width: 560px) {
  .faq-logo-strip {
    border-bottom: 0;
    margin-bottom: 24px;
    padding-inline: 18px;
  }

  .faq-logo-strip .logo-manifesto__logo-rail {
    padding-top: 68px;
  }
}

/* Give the narrow Rebellion mark the same visual presence as the other FAQ marquee logos. */
.faq-logo-strip .logo-manifesto__logo-group figure:nth-child(9) img {
  flex-shrink: 0;
  height: 40px;
  max-height: none;
  max-width: none;
  object-fit: contain;
  width: 104px;
}

/* Match the FAQ marquee's Rebellion enlargement in the original Logos 002 rail. */
#logos-002 .logo-manifesto__logo-group figure:nth-child(9) img {
  flex-shrink: 0;
  height: 42px;
  max-height: none;
  max-width: none;
  object-fit: contain;
  width: 128px;
}

@media (min-width: 561px) {
  #logos-002 .logo-manifesto__logo-rail {
    overflow: visible;
  }
}

/* Mobile testimonial alignment: keep quote and author blocks on the same
   left edge inside the single-column testimonial stack. */
@media (max-width: 700px) {
  #testimonial .testimonials-grid--combined .testimonial-quote,
  #testimonial .testimonials-grid--combined .testimonial-quote p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  #testimonial .testimonials-grid--combined .testimonial-quote p {
    font-size: 15px;
    max-width: 320px;
  }

  #testimonial .testimonials-grid--combined .testimonial-attribution {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }

  #testimonial .testimonials-grid--combined .testimonial-identity {
    align-items: flex-start;
    text-align: left;
  }
}

@media (min-width: 901px) {
  .logo-manifesto {
    background: transparent;
    padding-top: 0;
  }

  .logo-manifesto__logo-rail {
    position: relative;
    z-index: 1;
  }

  .logo-manifesto__intro {
    background: #FFFFFF;
    /* The manifesto copy now follows this rail as its own sibling, so this
       panel only needs to contain the rail itself. */
    height: 160px;
    padding-top: 48px;
    position: relative;
    z-index: 1;
  }

  .logo-manifesto__statement p {
    margin-top: 120px;
    transform: translateY(0);
  }
}

/* The far-orbit planets have no corresponding visible ring on large screens. */
@media (min-width: 1100px) {
  .orbital-planet--far {
    display: none;
  }
}

@media (max-width: 560px) {
  .logo-manifesto__container {
    margin-top: -80px;
  }

  #testimonial > .scratchpad-logo-grid__intro {
    align-items: flex-start;
    height: 120px;
  }

  #testimonial > .scratchpad-logo-grid__intro .scratchpad-logo-grid__intro-content {
    align-items: flex-start;
    align-self: stretch;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
    width: 100%;
  }

  #testimonials-heading {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .section-frame {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Make the shared post-perspective frame authoritative over legacy section
   padding shorthand, while preserving every section's interior layout. */
@media (min-width: 901px) {
  .section-frame {
    padding-left: 40px;
    padding-right: 40px;
  }

  .figma-footer__frame {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 900px) {
  .section-frame {
    padding-left: 24px;
    padding-right: 24px;
  }

  .figma-footer__frame {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 560px) {
  .section-frame {
    padding-left: 18px;
    padding-right: 18px;
  }

  .figma-footer__frame {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* These framed sections own their interior spacing; keep their guide borders
   flush to the shared 1200px frame at every breakpoint. */
#about,
#process,
#testimonial,
#pricing,
#faq {
  padding-left: 0;
  padding-right: 0;
}

/* Responsive polish pass: keep the animated hero decorative, legible, and
   collision-free at the production breakpoints. */
@media (min-width: 901px) and (max-width: 1099px) {
  .site-header:not(.is-scrolled) {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 72%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .orbital-planet--far {
    display: none;
  }
}

@media (max-width: 900px) {
  /* The generic tablet orbit rule intentionally controls the outer ring. The
     inner planets need their own radius so duplicate platforms never stack. */
  .orbital-hero__planets .orbital-planet--inner {
    --orbit-duration: 36s;
    --orbit-size: var(--inner-orbit-size);
  }

  /* Keep the orbiting planets clear of the center copy on every mobile
     layout. These values add 80px to each active orbit's diameter. */
  .orbital-hero__scene {
    --inner-orbit-size: calc(46.6667% + 144px);
    --outer-orbit-size: calc(78% + 144px);
  }

  .orbital-planet__body {
    height: clamp(64px, 10vw, 76px);
    width: clamp(64px, 10vw, 76px);
  }

  .orbital-hero__planets .orbital-planet--inner .orbital-planet__body {
    height: calc(clamp(64px, 10vw, 76px) - 4px);
    width: calc(clamp(64px, 10vw, 76px) - 4px);
  }

  /* The third decorative orbit is redundant once the composition stacks. */
  .orbital-planet--far {
    display: none;
  }
}

@media (max-width: 560px) {
  .orbital-hero,
  .orbital-hero .hero-inner {
    min-height: 0;
  }

  .orbital-hero__scene {
    --inner-orbit-size: calc(52vw - 16px);
    --outer-orbit-size: calc(90vw - clamp(58px, 15vw, 72px) - 2px);
    height: clamp(400px, 104vw, 460px);
    width: 100%;
  }

  .orbital-planet--inner,
  .orbital-planet--far {
    display: none;
  }

  .orbital-planet__body {
    border-radius: clamp(18px, 4.3vw, 22px);
    height: clamp(50px, calc(15vw - 8px), 64px);
    width: clamp(50px, calc(15vw - 8px), 64px);
  }

  .orbital-hero__copy {
    width: min(330px, 78%);
  }

  .orbital-hero__copy::before {
    box-shadow: 0 0 42px 30px rgba(255, 255, 255, 0.94);
    inset: 8% -6%;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-bottom: 0;
    padding-top: 0;
  }

  .nav-shell {
    padding: 20px 16px 20px 0;
  }

  #faq-title {
    font-weight: 500;
  }

  #footer-title {
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .figma-footer__intro .perspective-section__primary-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .figma-footer__intro p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

/* Mobile readability: keep all copy that uses the 300 weight at 400 on phone
   layouts, while preserving the lighter desktop and tablet typography. */
@media (max-width: 700px) {
  .hero-copy p,
  .about-row p,
  .intro-section .section-copy .about-row p,
  .testimonial-identity span,
  .testimonial-quote,
  .testimonial-quote p,
  .process-section__summary,
  .pricing-section__intro > p,
  .pricing-item__heading p,
  .pricing-item__price span,
  .pricing-item__note,
  .pricing-item__audience,
  .work-section__intro > p,
  .work-case-study summary,
  .work-case-study__details p,
  .faq-heading__description,
  .faq-list p,
  .perspective-card p,
  .figma-footer__intro > p,
  .orbital-hero__copy p {
    font-weight: 400;
  }
}
