/* styles.css */
:root {
  --ink: #000000;
  --muted: #656565;
  --line: #dedede;
  --paper: #fff;
  --soft: #f7f7f8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
::selection {
  background: #000000;
  color: white;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.announcement {
  min-height: 40px;
  padding: 10px 48px;
  display: flex;
  justify-content: center;
  gap: 32px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.announcement a {
  border-bottom: 1px solid #777;
}
.announcement a span {
  margin-left: 12px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 29px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: block;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.7px;
  line-height: 1;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
}
.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink);
  padding: 13px 17px;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 65px;
  padding-top: 73px;
  padding-bottom: 65px;
  align-items: center;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(45px, 4.5vw, 65px);
  font-weight: 500;
  line-height: 1.055;
  letter-spacing: -3.2px;
  margin-bottom: 27px;
}
h1 span,
h2 span {
  color: #777;
}
.lead {
  font-size: 15px;
  line-height: 1.8;
  max-width: 420px;
  color: var(--muted);
  margin-bottom: 27px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 51px;
  padding: 16px 21px;
  background: var(--ink);
  color: white;
  border: 1px solid var(--ink);
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #393939;
  transform: translateY(-2px);
}
.button span {
  font-size: 18px;
  line-height: 1;
}
.campaign {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding-block: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campaign p {
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}
.campaign p > span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 3px;
}
.countdown {
  display: flex;
  align-items: start;
  gap: 17px;
}
.countdown div {
  min-width: 39px;
  text-align: center;
}
.countdown strong {
  display: block;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
}
.countdown span {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 5px;
}
.countdown b {
  font-size: 20px;
  font-weight: 400;
  color: #aaa;
  margin-top: 3px;
}
.section {
  padding-block: 64px;
}
h2 {
  font-size: clamp(34px, 3.4vw, 47px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -1.9px;
  margin-bottom: 25px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.prose {
  max-width: 470px;
  padding-top: 5px;
}
.prose p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 19px;
}
.practice {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
}
.section-description {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 330px;
}
.practice-list article {
  display: flex;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.practice-list article:first-child {
  border-top: 1px solid var(--line);
}
.practice-list article > span {
  font-size: 10px;
  color: #777;
  padding-top: 5px;
}
.practice-list h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin-bottom: 10px;
}
.practice-list p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  max-width: 360px;
}
.personal-section {
  background: var(--soft);
}
.audiences {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 55px;
}
.audiences article {
  border-top: 1px solid #b9b9b9;
  padding-top: 22px;
}
.audiences h3 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-weight: 500;
}
.audiences article > p:not(.audience-label) {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 405px;
}
.investment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.price-panel {
  border: 1px solid var(--ink);
  padding: 32px;
}
.price-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.price-heading span:first-child {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.price-heading span:last-child {
  font-size: 8px;
  letter-spacing: 1.7px;
}
.price-panel ul {
  list-style: none;
  padding: 21px 0;
  margin: 20px 0;
  border-top: 1px solid var(--line);
}
.price-panel li {
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 0 8px 19px;
  position: relative;
}
.price-panel li:before {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 14px;
}
.price-panel .button {
  width: 100%;
  text-align: left;
}
.price-footnote {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin: 15px 0 0;
}
/* FAQ: centered introduction and single-open animated accordion. */
.faq {
  border-top: 1px solid var(--line);
}
.faq-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px;
}
.faq-heading h2 {
  margin-bottom: 16px;
}
.faq-heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.faq-list {
  width: min(100%, 896px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  border: 1px solid var(--line);
  background: var(--paper);
  transition: border-color 0.3s;
}
.faq-item.is-open {
  border-color: #999;
}
.faq-item h3 {
  margin: 0;
}
.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.faq-question span {
  transition: transform 0.2s;
}
.faq-question:hover span {
  transform: translateX(4px);
}
.faq-question:focus-visible {
  outline-offset: -5px;
}
.faq-question svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 0.3s;
}
.faq-question[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition:
    grid-template-rows 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    visibility 0.3s;
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
.faq-answer > div {
  min-height: 0;
  overflow: hidden;
}
.faq-answer p {
  padding: 0 28px 26px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.closing {
  background: var(--soft);
  padding: 80px 0;
}
.closing h2 {
  font-size: clamp(38px, 4vw, 55px);
  margin-bottom: 32px;
}
.closing > .wrap > p:last-child {
  font-size: 11px;
  color: var(--muted);
  margin-top: 20px;
  margin-bottom: 0;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 35px;
}
.footer .brand {
  font-size: 24px;
}
.footer p,
.footer > a:last-child {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
dialog {
  border: 1px solid var(--ink);
  padding: 45px;
  max-width: 470px;
  width: calc(100% - 32px);
  color: var(--ink);
}
dialog::backdrop {
  background: #0009;
}
dialog h2 {
  font-size: 34px;
}
dialog > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.close-dialog {
  position: absolute;
  right: 13px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 28px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 10;
  background: #fff;
  padding: 15px;
  border: 1px solid;
  clip-path: inset(50%);
}
.skip-link:focus-visible {
  top: 10px;
  clip-path: none;
}
.reveal {
  animation: appear 0.65s ease both;
}
@keyframes appear {
  from {
    opacity: 0.4;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports (animation-timeline: view()) {
  .reveal {
    animation-timeline: view();
    animation-range: entry 0% entry 18%;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 95px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 35px;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -2.4px;
  }
  .split,
  .practice,
  .investment {
    gap: 45px;
  }
  .section {
    padding-block: 52px;
  }
  .price-panel {
    padding: 25px;
  }
  .audiences {
    gap: 45px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .announcement {
    padding: 10px 20px;
    font-size: 9px;
    gap: 15px;
    justify-content: space-between;
  }
  .header {
    padding-block: 23px;
  }
  .brand {
    font-size: 27px;
  }
  .header nav > a:not(.nav-cta) {
    display: none;
  }
  .header nav {
    gap: 0;
  }
  .nav-cta {
    font-size: 10px;
    padding: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 44px;
    padding-bottom: 32px;
  }
  h1 {
    font-size: clamp(40px, 8.8vw, 62px);
    letter-spacing: -2.2px;
    line-height: 1.08;
    margin-bottom: 22px;
  }
  .lead {
    font-size: 14px;
    max-width: 460px;
  }
  .hero-copy .button {
    width: 100%;
    max-width: 400px;
  }
  .campaign {
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    padding-block: 25px;
  }
  .campaign p {
    font-size: 12px;
  }
  .campaign p > span {
    font-size: 10px;
  }
  .countdown {
    gap: 23px;
  }
  .countdown strong {
    font-size: 29px;
  }
  .section {
    padding-block: 38px;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
  .split,
  .practice,
  .investment,
  .faq {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .prose p {
    font-size: 15px;
  }
  .practice-list article {
    padding-block: 21px;
  }
  .practice-list h3 {
    font-size: 18px;
  }
  .audiences {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .audiences h3 {
    font-size: 27px;
    margin-bottom: 18px;
  }
  .investment {
    gap: 30px;
  }
  .price-panel {
    padding: 26px;
  }
  .faq {
    gap: 7px;
  }
  .faq-question {
    font-size: 16px;
    padding: 20px;
    gap: 16px;
  }
  .faq-answer p {
    padding: 0 20px 22px;
    font-size: 14px;
  }
  .faq-heading > p:last-child {
    font-size: 14px;
  }
  .closing {
    padding-block: 55px;
  }
  .closing h2 {
    font-size: 36px;
  }
  .closing .button {
    width: 100%;
    font-size: 14px;
    gap: 15px;
  }
  .closing > .wrap > p:last-child {
    font-size: 10px;
    line-height: 1.7;
  }
  .footer {
    flex-wrap: wrap;
    padding-block: 29px;
  }
  .footer p {
    width: 100%;
    order: 3;
    font-size: 9px;
  }
  .footer > a:last-child {
    font-size: 9px;
  }
  dialog {
    padding: 40px 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
:root .countdown {
  column-gap: clamp(12px, 3vw, 23px);
}
@media (max-width: 360px) {
  .price-panel {
    padding: 22px;
  }
  .price-panel .button {
    font-size: 13px;
    padding-inline: 15px;
    gap: 12px;
  }
}

body:has(dialog[open]) {
  overflow: hidden;
}
[hidden] {
  display: none !important;
}

/* hero.css */
/* Textile forms are built with solid surfaces, borders and stitched seams. */
.hero.hero-belts {
  display: block;
  padding: 0;
  background: #f7f7f8;
  overflow: hidden;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 12px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 36px;
}
.hero-belts .hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 25px 45px;
}
.hero-belts h1 {
  font-size: clamp(52px, 5.6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.065em;
  margin-bottom: 30px;
}
.hero-belts h1 span {
  color: #777;
}
.hero-belts .lead {
  max-width: 405px;
  font-size: 15px;
}
.hero-belts .hero-copy > * {
  animation: hero-enter 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero-belts .hero-copy > :nth-child(2) {
  animation-delay: 0.1s;
}
.hero-belts .hero-copy > :nth-child(3) {
  animation-delay: 0.2s;
}
.hero-belts .hero-copy > :nth-child(4) {
  animation-delay: 0.3s;
}
.hero-belts .hero-copy > :nth-child(5) {
  animation-delay: 0.4s;
}
.hero-belts.is-paused *,
.hero-belts.is-offscreen * {
  animation-play-state: paused !important;
}
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .hero-layout {
    gap: 0;
  }
  .hero-belts h1 {
    font-size: 59px;
  }
}
@media (max-width: 760px) {
  .hero-layout {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .hero-belts .hero-copy {
    padding: 0;
  }
  .hero-belts h1 {
    font-size: clamp(48px, 11vw, 72px);
    margin-bottom: 24px;
  }
  .hero-belts .lead {
    font-size: 14px;
    max-width: 440px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-belts *,
  .hero-belts *:before {
    animation: none !important;
    transition: none !important;
  }
}

/* photos.css */
/* Real training photographs sit behind the content, with solid contrast layers. */
.photo-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.photo-layer {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: #000000;
}
.photo-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  filter: grayscale(1);
}
.photo-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #111c;
  pointer-events: none;
}
.practice-portrait {
  padding: 38px;
  min-height: 640px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.practice-portrait::after {
  background: #1119;
}
.practice-portrait .photo-layer img {
  object-position: 53% center;
}
.practice-portrait .section-description {
  color: #eee;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 160px;
}
.audiences {
  gap: 24px;
}
.audiences .audience-photo {
  padding: 38px;
  min-height: 560px;
  color: #fff;
  display: flex;
  flex-direction: column;
  border: 0;
}
.audience-photo::after {
  background: #111b;
}

.audiences .audience-photo > p:not(.audience-label) {
  color: #eee !important;
}
.audience-photo .photo-layer img {
  object-position: center 55%;
}
.closing.photo-section {
  background: #000000;
  color: #fff;
}
.closing.photo-section::after {
  background: #1119;
}
.closing-photo {
  left: 42%;
}
/* Exclude the notification and letterboxing from the source photograph. */
.closing-photo img {
  position: absolute;
  top: -52vw;
  height: auto;
  object-position: center;
}
.closing.photo-section h2 span {
  color: #c9c9c9;
}
.closing.photo-section > .wrap > p:last-child {
  color: #ddd;
}
.closing.photo-section .button {
  background: #fff;
  color: #000000;
  border-color: #fff;
}
.closing.photo-section .button:hover {
  background: #e5e5e5;
}
@media (max-width: 1000px) {
  .practice-portrait,
  .audiences .audience-photo {
    padding: 28px;
  }
}
@media (max-width: 760px) {
  .practice-portrait {
    min-height: 530px;
  }
  .practice-portrait .section-description {
    padding-top: 120px;
  }
  .audiences .audience-photo {
    min-height: 530px;
    padding: 28px;
  }
  .closing.photo-section {
    padding-top: 330px;
  }
  .closing-photo {
    left: 0;
    height: 330px;
  }
  .closing-photo img {
    top: -75vw;
    height: auto;
    object-position: center;
  }
  .closing.photo-section > .wrap {
    padding-top: 28px;
  }
  .closing.photo-section::after {
    background: #1115;
  }
}

/* promotion.css */
:root {
  --gold: #d4b464;
  --gold-dark: #d4b464;
}
.brand-art {
  display: block;
  position: relative;
  width: 280px;
  aspect-ratio: 5.8;
  overflow: hidden;
  background: transparent;
}
.brand-art img {
  position: absolute;
  width: 125%;
  max-width: none;
  height: auto;
  left: -12.5%;
  top: 50%;
  transform: translateY(-50%);
}
.header {
  width: 100%;
  padding: 22px max(48px, calc((100vw - 1200px) / 2));
  background: #000000;
  color: #fff;
  border-bottom: 1px solid #d4b46455;
}
.header .nav-cta {
  border-color: var(--gold);
  color: var(--gold);
}
.announcement {
  background: var(--gold);
  color: #000000;
  font-weight: 500;
}
.announcement a {
  border-bottom-color: #d4b464;
}
.hero-brand {
  display: inline-block;
  padding: 6px 15px;
  background: transparent;
  margin-bottom: 22px;
}
.hero-brand .brand-art {
  width: 290px;
}
.hero-belts h1 span {
  color: var(--gold-dark);
}
.button {
  background: var(--gold);
  color: #000000;
  border-color: var(--gold);
  font-weight: 600;
}
.button:hover {
  background: #d4b464;
  border-color: #d4b464;
}
.campaign {
  border-top: 3px solid var(--gold);
  padding: 27px 30px;
  background: #000000;
  color: #fff;
  border-bottom: 0;
}
.campaign p > span {
  color: #c9c9c9;
}
.countdown strong {
  color: var(--gold);
  font-size: 34px;
}
.countdown span {
  color: #ddd;
  font-size: 10px;
}
.countdown b {
  color: #a18b55;
}
.section-brand {
  display: inline-block;
  background: transparent;
  padding: 6px 12px;
  margin-bottom: 26px;
}
.section-brand .brand-art {
  width: 280px;
}
.price-panel {
  border: 1px solid var(--gold);
  border-top-width: 4px;
}
.price-heading {
  background: transparent;
  padding: 15px;
  justify-content: center;
  border: 0;
}
.price-heading .brand-art {
  width: 100%;
  max-width: 310px;
}
.faq-item.is-open {
  border-color: #d4b464;
}
.faq-question[aria-expanded="true"] svg {
  color: var(--gold-dark);
}
.closing.photo-section .button {
  background: var(--gold);
  border-color: var(--gold);
  color: #000000;
}
.closing.photo-section .button:hover {
  background: #d4b464;
}
.closing.photo-section h2 span {
  color: var(--gold);
}
.footer {
  width: 100%;
  padding: 30px max(48px, calc((100vw - 1200px) / 2));
  background: #000000;
  color: #fff;
}
.header-identity {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
@media (max-width: 760px) {
  .header-identity {
    gap: 6px;
  }
  .header .header-identity .brand-art {
    width: clamp(125px, 35vw, 190px);
  }
}
.footer p,
.footer > a:last-child {
  color: #c9c9c9;
}
@media (max-width: 1000px) {
  .header,
  .footer {
    padding-inline: 32px;
  }
  .header .brand-art {
    width: 240px;
  }
}
@media (max-width: 760px) {
  .header,
  .footer {
    padding-inline: 20px;
  }
  .header .brand-art {
    width: clamp(155px, 45vw, 230px);
  }
  .header nav .nav-cta {
    padding: 10px;
  }
  .hero-brand {
    padding: 5px 12px;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .hero-brand .brand-art {
    width: 250px;
    max-width: 100%;
  }
  .campaign {
    padding: 24px 20px;
  }
  .campaign .countdown {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }
  .countdown strong {
    font-size: 29px;
  }
  .section-brand {
    max-width: 100%;
  }
  .section-brand .brand-art {
    width: 250px;
    max-width: 100%;
  }
  .footer .brand-art {
    width: 240px;
  }
}

/* Dark signature on light surfaces; retain the original gold lettering. */
.hero-brand .brand-art::after,
.price-heading .brand-art::after,
dialog .section-brand .brand-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  mask: url("assets/brand/authentic-personnalite.png") center / 125% auto
    no-repeat;
  clip-path: inset(0 55% 0 0);
  pointer-events: none;
}
.hero-brand,
.section-brand {
  padding-inline: 0;
}

/* dark.css */
:root {
  --ink: #f1eee7;
  --muted: #b3b0aa;
  --paper: #000000;
  --soft: #000000;
  --line: #38352e;
  --gold-dark: #d4b464;
  background: #000000;
  color: #f1eee7;
  color-scheme: dark;
}
body {
  background: #000000;
}
.hero.hero-belts,
.personal-section,
.closing {
  background: #000000;
}
.hero-brand .brand-art::after,
.price-heading .brand-art::after,
dialog .section-brand .brand-art::after {
  display: none;
}
.header {
  border-top: 1px solid #333;
}
.hero-belts h1 span,
h2 span {
  color: var(--gold);
}
.announcement {
  background: #000000;
  color: var(--gold);
}
.campaign.wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  margin: 0;
  padding: 16px max(48px, calc((100vw - 1200px) / 2));
  border-top: 0;
  border-bottom: 1px solid #d4b46455;
  background: #000000;
}
html {
  scroll-padding-top: 110px;
}
.campaign p {
  color: #efe9db;
}
.campaign .countdown strong {
  font-size: 30px;
}
.campaign .countdown span {
  font-size: 9px;
}
.price-panel {
  background: #000000;
}
.price-heading {
  border-bottom: 1px solid #3b372e;
}
.price-panel li::before {
  color: var(--gold);
}

.faq-question[aria-expanded="true"] {
  color: var(--gold);
}
.faq-item {
  background: #000000;
}
.faq-question {
  color: #f0ece3;
}
.skip-link {
  background: #000000;
  color: #fff;
}
dialog {
  background: #000000;
  border-color: var(--gold);
}
dialog .close-dialog {
  color: #f1eee7;
}
@media (max-width: 760px) {
  .campaign.wrap {
    padding: 14px 20px;
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .campaign p {
    max-width: 160px;
    font-size: 10px;
  }
  .campaign p > span {
    display: none;
  }
  .campaign .countdown {
    width: auto;
    flex: 1;
    gap: 4px;
  }
  .campaign .countdown div {
    min-width: 24px;
  }
  .campaign .countdown strong {
    font-size: 22px;
  }
  .campaign .countdown span {
    font-size: 7px;
  }
  .campaign .countdown b {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
}

/* pricing.css */
/* Text-led hero, without decorative belts. */
.header,
.campaign.wrap,
.faq,
.investment-details,
.practice-list article,
.practice-list article:first-child {
  border-top: 0;
  border-bottom: 0;
}
.practice-list article {
  --practice-title-size: 19px;
  align-items: baseline;
}
.practice-list article > span {
  color: var(--gold);
  font-size: var(--practice-title-size);
  font-weight: 500;
  line-height: 1.2;
  padding-top: 0;
  font-variant-numeric: tabular-nums;
}
.practice-list h3 {
  font-size: var(--practice-title-size);
  line-height: 1.2;
}
@media (max-width: 760px) {
  .practice-list article {
    --practice-title-size: 18px;
  }
}
.hero-layout {
  display: block;
  padding-block: 48px 35px;
}
.hero-belts .hero-copy {
  max-width: 950px;
  padding-block: 0;
  margin-inline: auto;
  text-align: center;
}
.hero-belts h1 {
  font-size: clamp(54px, 6.3vw, 88px);
}
.hero-belts .lead {
  max-width: 620px;
  margin-inline: auto;
}

/* A single, permanent offer with transparent pricing. */
#investimento {
  display: block;
}
.investment-intro {
  max-width: 780px;
  margin-bottom: 42px;
  margin-inline: auto;
  text-align: center;
}
.investment-intro .section-description {
  max-width: 580px;
  margin-inline: auto;
}
.investment-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-block: 38px;
  border-top: 0;
  border-bottom: 0;
}
.investment-value {
  padding: 28px;
  border: 1px solid #d4b46455;
  background: #000000;
}
.investment-price {
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -3px;
  color: var(--gold);
  margin-bottom: 16px;
  white-space: nowrap;
}
.investment-price > span:first-child {
  display: block;
  color: #e0d8c7;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.investment-price > span:last-child {
  font-size: 28px;
  letter-spacing: -1px;
}
.investment-value .button {
  width: 100%;
  text-align: left;
}
.investment-note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin: 16px 0 0;
  max-width: 400px;
}
@media (max-width: 1000px) {
  .investment-details {
    gap: 35px;
  }
  .investment-value {
    padding-left: 30px;
  }
}
@media (max-width: 760px) {
  .hero-layout {
    padding-block: 35px;
  }
  .hero-belts h1 {
    font-size: clamp(46px, 10vw, 66px);
  }
  .investment-intro {
    margin-bottom: 28px;
  }
  .investment-details {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 28px;
  }
  .investment-value {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .investment-price {
    font-size: 58px;
  }
}

.pricing-choice-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
#pricing-number {
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  display: inline-block;
}
.investment-price {
  font-size: clamp(42px, 4.5vw, 62px);
}
.price-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.price-word > span {
  display: inline-block;
  color: inherit;
}
@media (max-width: 760px) {
  .investment-value {
    padding: 22px;
    border: 1px solid #d4b46455;
  }
  .investment-price {
    font-size: 46px;
  }
}

/* Each block starts on entering the viewport, rather than while below the fold. */
.price-motion-group:not(.price-in-view) .price-reveal {
  opacity: 0;
  transform: translateY(-20px);
  filter: blur(10px);
}
.price-motion-group:not(.price-in-view) .price-word > span {
  transform: translateY(-110%);
}
.price-in-view .price-reveal {
  animation: price-reveal-in 0.5s ease both;
  animation-delay: var(--reveal-delay);
}
.price-in-view .price-word > span {
  animation: price-word-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--word-delay);
}
#investment-title > .price-word {
  color: inherit;
}
@keyframes price-reveal-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes price-word-in {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .price-motion-group:not(.price-in-view) .price-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .price-motion-group:not(.price-in-view) .price-word > span {
    transform: none;
  }
  .price-in-view .price-reveal,
  .price-in-view .price-word > span {
    animation: none;
  }
}

.faq-brand-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 24px;
  vertical-align: top;
  background: #000;
}
.faq-brand-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq-professor-link {
  margin-top: 24px;
  max-width: 100%;
}
.faq-professor-link svg {
  flex-shrink: 0;
}

/* copy-layout.css */
/* Layout adjustments for the approved full-length copy. */
#investimento .investment-details {
  display: block;
  max-width: 600px;
  margin-inline: auto;
  padding: 0;
}
#investimento .investment-intro {
  margin-bottom: 28px;
}
#investimento .investment-value {
  padding: 36px;
  text-align: center;
}
#investimento .investment-price {
  margin: 0 0 28px;
}
#investimento .investment-value .button {
  text-align: center;
}
#investimento .investment-note {
  margin: 18px auto 0;
}
@media (max-width: 760px) {
  #investimento .investment-value {
    padding: 26px 22px;
  }
}
#componentes-jornada {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: stretch;
}
#componentes-jornada .practice-title {
  font-size: clamp(32px, 3.3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0;
}
#componentes-jornada .practice-title span {
  color: var(--gold);
}
#componentes-jornada .practice-list article {
  --practice-title-size: 20px;
  gap: 20px;
  padding-block: 20px;
}
#componentes-jornada .practice-list h3 {
  color: var(--gold);
  line-height: 1.3;
}
#componentes-jornada .practice-list p {
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 760px) {
  #componentes-jornada {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #componentes-jornada .practice-list article {
    --practice-title-size: 19px;
    gap: 14px;
  }
}
.hero-belts h1 {
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.08;
  text-wrap: balance;
}
.hero-belts .hero-copy {
  max-width: 1080px;
}
.hero-belts .lead {
  max-width: 740px;
}
.hero-microcopy {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 16px auto 0;
}
.intro h2 {
  text-wrap: balance;
}
#metodo .split {
  grid-template-columns: minmax(0, 420px) minmax(0, 520px);
  gap: 44px;
  max-width: 984px;
  margin-inline: auto;
}
#metodo .prose {
  max-width: none;
}
@media (max-width: 760px) {
  #metodo .split {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.practice-portrait h2 {
  font-size: clamp(30px, 3vw, 43px);
  text-wrap: balance;
}
.practice-list h3 {
  line-height: 1.4;
}
.practice-list p {
  max-width: 100%;
}
.audiences {
  margin-top: 0;
  align-items: stretch;
}
.audiences .audience-photo {
  padding: 36px;
  min-height: 0;
}
.audiences .audience-photo h3 {
  font-size: 28px;
  line-height: 1.25;
  text-wrap: balance;
}
.audience-photo::after {
  background: rgb(10 10 10 / 82%);
}
.audience-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.audience-benefits li {
  position: relative;
  padding: 7px 0 7px 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #e0ded8;
}
.audience-benefits .benefit-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 9px;
  left: 0;
  object-fit: contain;
}
.audience-connection p {
  font-size: 14px;
  line-height: 1.85;
  color: #dedbd3;
  margin-bottom: 18px;
}
.audience-connection p:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .hero-belts h1 {
    font-size: clamp(38px, 8.5vw, 58px);
  }
  .hero-microcopy {
    font-size: 11px;
  }
  .audiences .audience-photo {
    padding: 27px;
  }
  .audiences .audience-photo h3 {
    font-size: 25px;
  }
}

.personnalite-section {
  background: #000000;
}
.personnalite-intro {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
}
#personnalite-title {
  color: var(--gold);
}
.personnalite-explanation h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
.personnalite-explanation p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 18px;
}
.personnalite-explanation p:last-child {
  margin-bottom: 0;
  color: #e5dfd1;
}
@media (max-width: 760px) {
  .personnalite-intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .personnalite-explanation h3 {
    font-size: 24px;
  }
}

.personnalite-intro {
  display: block;
}
#personnalite-title {
  text-align: center;
  margin-bottom: 36px;
}
.personnalite-explanation {
  max-width: 780px;
  margin-inline: auto;
}

/* audiences.css */
#sua-trilha .audiences {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  margin: 0;
}
#sua-trilha .audience-photo {
  font-weight: 700;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px;
  min-height: 0;
  background: #000000;
  border: 1px solid #d4b46480;
  border-radius: 12px;
  overflow: hidden;
}
#sua-trilha .photo-layer {
  inset: 0;
  height: 100%;
  z-index: -2;
}
#sua-trilha .photo-layer img {
  object-fit: contain;
  object-position: center;
  padding: 24px;
  filter: none;
}
#sua-trilha .audience-photo::after {
  display: block;
  background: rgb(0 0 0 / 48%);
  z-index: -1;
}
#sua-trilha .audience-card-title {
  color: var(--gold) !important;
  font-size: 29px !important;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2 !important;
  margin: 0 0 18px;
}
#sua-trilha .audience-photo h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-wrap: auto;
  margin-bottom: 25px;
}
#sua-trilha .audience-benefits {
  margin: 0 0 28px;
}
#sua-trilha .audience-benefits li {
  font-size: 14px;
  padding-block: 7px;
}
#sua-trilha .audience-connection {
  margin-top: auto;
  padding: 18px 0 0;
  background: transparent;
  border-radius: 0;
}
#sua-trilha .audience-connection p {
  font-size: 13px;
  line-height: 1.85;
}
#sua-trilha .wellbeing-note p {
  padding: 4px 0 4px 18px;
  color: #f5f5f5;
  margin-bottom: 0;
}
.wellbeing-note {
  margin-top: 26px;
}
.wellbeing-title {
  display: block;
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 1000px) {
  #sua-trilha .audience-photo {
    padding-inline: 25px;
  }
  #sua-trilha .audience-connection {
    padding: 18px 0 0;
  }
}
@media (max-width: 760px) {
  #sua-trilha .audiences {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #sua-trilha .audience-photo {
    padding: 28px;
  }
  #sua-trilha .photo-layer {
    height: 100%;
  }
  #sua-trilha .audience-card-title {
    font-size: 27px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  #sua-trilha .photo-layer img {
    transition: none;
  }
}

.journey-heading {
  text-align: center;
  margin-bottom: 38px;
}
.journey-heading h2 {
  margin-bottom: 20px;
}
#sua-trilha .audience-photo {
  border-radius: 16px;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}
@media (max-width: 760px) {
  .journey-heading h2 {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #sua-trilha .audience-photo {
    transition: none;
  }
}

/* Page heading hierarchy. */
body h1,
body h2,
body h3 {
  font-weight: 700;
}

/* testimonials.css */
.reviews-section {
  overflow: hidden;
  background: #000;
}
.reviews-heading {
  text-align: center;
  margin-bottom: 42px;
}
.reviews-heading h2 {
  max-width: 800px;
  margin: 0 auto 18px;
}
.reviews-heading > p,
.reviews-footer {
  color: var(--muted);
}
.reviews-viewport {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #000;
}
.reviews-track,
.reviews-group {
  display: flex;
  gap: 24px;
  width: max-content;
}
.reviews-track {
  padding: 4px 0;
}
.reviews-group {
  padding-left: 24px;
  gap: 24px;
}
.reviews-track {
  gap: 0;
}
.review-card {
  width: min(440px, 82vw);
  margin: 0;
  padding: 32px;
  border: 1px solid #d4b46450;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  background: #000;
}
.review-quote {
  width: 30px;
  height: 30px;
  color: var(--gold);
  margin-bottom: 22px;
}
.review-card blockquote {
  margin: 0 0 32px;
  flex: 1;
}
.review-card blockquote p {
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: -0.5px;
  color: #f5f5f5;
  margin: 0;
}
.review-card figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review-avatar {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid #d4b46470;
  border-radius: 50%;
  font-size: 13px;
}
.review-card strong {
  display: block;
  color: var(--gold);
  font-size: 14px;
}
.review-card a {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: var(--muted);
  text-underline-offset: 4px;
}
.reviews-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  font-size: 12px;
}
.reviews-footer p {
  margin: 0;
}
.reviews-footer a {
  color: inherit;
  text-underline-offset: 3px;
}
.reviews-toggle {
  flex-shrink: 0;
  background: transparent;
  border: 0;
  color: var(--gold);
  font: inherit;
  cursor: pointer;
  padding: 12px 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.reviews-toggle:focus-visible,
.reviews-viewport:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.reviews-section.is-ready .reviews-track {
  animation: reviews-slide 45s linear infinite;
}
.reviews-section.is-ready .reviews-viewport {
  overflow-x: auto;
  cursor: grab;
}
.reviews-section.is-manual .reviews-track {
  animation: none;
}
.reviews-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.reviews-section.is-paused .reviews-track,
.reviews-viewport:hover .reviews-track,
.reviews-viewport:focus-within .reviews-track {
  animation-play-state: paused;
}
@keyframes reviews-slide {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 760px) {
  .review-card {
    padding: 25px;
  }
  .review-card blockquote p {
    font-size: 22px;
  }
  .reviews-footer {
    align-items: flex-start;
  }
  .reviews-heading {
    margin-bottom: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reviews-section.is-ready .reviews-track {
    animation: none;
  }
  .reviews-section.is-ready .reviews-viewport {
    overflow-x: auto;
  }
  .reviews-group[aria-hidden] {
    display: none;
  }
  .reviews-toggle {
    display: none;
  }
}
