:root {
  --page: #d3d0ed;
  --ink: #181322;
  --violet: #5b38cb;
  --white: #faf8fc;
  --hover-pink: #ff2aa8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: Georgia, "Times New Roman", serif; }

.hero { position: relative; isolation: isolate; background: #9c78b0; }
.hero > img { display: block; width: 100%; height: auto; }
.hero::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: -1px; height: clamp(220px,24vw,390px); pointer-events: none; background: linear-gradient(to bottom, rgba(211,208,237,0) 0%, rgba(211,208,237,.14) 34%, rgba(211,208,237,.55) 72%, var(--page) 100%); }

.social-widgets { display: flex; align-items: center; gap: 10px; font-family: Arial, sans-serif; }
.social-widgets a { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 5px 12px 5px 6px; color: inherit; font-size: 12px; text-decoration: none; border: 1px solid rgba(255,255,255,.62); border-radius: 4px; background: rgba(39,25,54,.18); backdrop-filter: blur(8px); }
.social-widgets a span { display: grid; width: 24px; height: 24px; place-items: center; color: #fff; font: 700 11px/1 Arial, sans-serif; border-radius: 50%; background: rgba(87,48,184,.78); transition: background-color 160ms ease; }
.social-widgets a b { font-weight: 400; }
.social-widgets a { transition: color 160ms ease, border-color 160ms ease; }
.social-widgets a:hover, .social-widgets a:focus-visible { color: var(--hover-pink); border-color: var(--hover-pink); outline: none; }
.social-widgets a:hover span, .social-widgets a:focus-visible span { color: #fff; background: var(--hover-pink); }
.hero-socials { position: absolute; z-index: 3; top: 32px; left: 50%; color: #fff; transform: translateX(-50%); }

.hero-brand { position: absolute; z-index: 3; top: 46px; left: 4.2%; display: flex; align-items: center; gap: 18px; color: #fff; font: 500 12px/1.7 Arial,sans-serif; text-transform: uppercase; }
.hero-brand { transition: color 160ms ease; }
.hero-brand:hover, .hero-brand:focus-visible { color: var(--hover-pink); outline: none; }

.menu-button { position: absolute; z-index: 3; top: 32px; right: clamp(22px,4vw,64px); display: grid; width: 44px; height: 40px; padding: 10px; align-content: space-between; border: 1px solid rgba(255,255,255,.7); border-radius: 4px; background: rgba(39,25,54,.18); cursor: pointer; backdrop-filter: blur(8px); }
.menu-button span { display: block; width: 100%; height: 1px; background: #fff; transition: transform 180ms ease, opacity 180ms ease; }
.menu-button { transition: border-color 160ms ease; }
.menu-button:hover, .menu-button:focus-visible { border-color: var(--hover-pink); outline: none; }
.menu-button:hover span, .menu-button:focus-visible span { background: var(--hover-pink); }
.menu-button.is-open span:first-child { transform: translateY(9px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:last-child { transform: translateY(-9px) rotate(-45deg); }

.article-band { padding: clamp(60px,8vw,110px) 24px clamp(80px,10vw,140px); }
.article { width: min(900px,100%); margin: 0 auto; }
.kicker { margin: 0 0 18px; color: var(--violet); font: 600 13px/1.3 Arial,sans-serif; text-align: center; text-transform: uppercase; }
h1 { width: 100%; margin: 0 auto 54px; font-size: clamp(30px,3.4vw,48px); font-weight: 400; line-height: 1.16; text-align: center; letter-spacing: 0; }
.article-copy { width: min(820px,100%); margin: 0 auto; }
.article-copy p { margin: 0 0 19px; font-size: clamp(18px,1.65vw,22px); line-height: 1.38; text-align: left; }

.questions, .author-video { padding: 0 5vw clamp(100px,12vw,170px); }
.section-title { width: min(1120px,100%); margin: 0 auto 48px; font-size: clamp(28px,3vw,38px); font-weight: 400; line-height: 1.2; text-align: center; letter-spacing: 0; }
.cards-grid { width: min(1120px,100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(24px,4vw,54px); }
.flip-card { aspect-ratio: 1/1.01; perspective: 1200px; }
.flip-card-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 650ms cubic-bezier(.2,.75,.25,1); }
.flip-card:hover .flip-card-inner, .flip-card:focus .flip-card-inner { transform: rotateY(180deg); }
.card-face { position: absolute; inset: 0; overflow: hidden; backface-visibility: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 3px; box-shadow: 0 14px 36px rgba(55,41,92,.18); }
.card-front img { display: block; width: 100%; height: 100%; object-fit: cover; }
.question-symbol { position: absolute; z-index: 1; top: 8%; left: 10%; color: #5b38cb; font: 400 clamp(42px,4.5vw,61px)/1 Arial,sans-serif; }
.question-copy { position: absolute; z-index: 1; left: 9%; right: 23%; top: 28%; margin: 0; color: #17111e; font-size: clamp(17px,1.8vw,24px); line-height: 1.42; }
.hover-hint { position: absolute; z-index: 1; left: 10%; bottom: 10%; color: #5b38cb; font: 600 clamp(12px,1.1vw,15px)/1.2 Arial,sans-serif; }
.card-back { display: flex; flex-direction: column; justify-content: center; padding: clamp(22px,3vw,38px); color: var(--white); background: #08070b; transform: rotateY(180deg); border-color: rgba(128,73,255,.68); }
.answer-label { margin: 0 0 16px; color: #9a70ff; font: 600 13px/1.2 Arial,sans-serif; text-transform: uppercase; }
.card-back p:last-child { margin: 0; font-size: clamp(13px,1.38vw,18px); line-height: 1.46; }

.video-frame { position: relative; width: min(1120px,100%); aspect-ratio: 16/9; margin: 0 auto; background: #0a0810; box-shadow: 0 24px 60px rgba(57,43,91,.22); }
.play-button { position: absolute; top: 50%; left: 50%; display: grid; width: 70px; height: 70px; padding-left: 5px; place-items: center; color: #fff; font-size: 22px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(255,255,255,.08); transform: translate(-50%,-50%); cursor: pointer; }

footer { padding: 54px 5vw 30px; color: #eee9f7; background: #0a0810; font-family: Arial,sans-serif; }
.footer-inner { width: min(1180px,100%); margin: 0 auto; display: grid; grid-template-columns: minmax(210px,1fr) auto auto; align-items: center; gap: 42px; }
.footer-brand { display: flex; align-items: center; gap: 18px; font-size: 12px; line-height: 1.55; text-transform: uppercase; }
.footer-brand { transition: color 160ms ease; }
.footer-brand:hover { color: var(--hover-pink); }
.brand-mark { display: block; flex: 0 0 auto; width: 40px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1; vector-effect: non-scaling-stroke; }
.footer-socials { flex-wrap: nowrap; }
.footer-socials a { background: rgba(255,255,255,.05); }
.contacts { display: grid; gap: 11px; }
.contacts a { color: inherit; font-size: 15px; text-decoration: none; }
.contacts small { display: block; margin-bottom: 3px; color: #938ba0; font-size: 10px; text-transform: uppercase; }
.contacts a { transition: color 160ms ease; }
.contacts a:hover, .contacts a:focus-visible { color: var(--hover-pink); outline: none; }
.contacts a:hover small, .contacts a:focus-visible small { color: inherit; }
.footer-contact-button { width: 100%; margin-top: 10px; padding: 12px 16px; color: #fff; font: 600 14px/1.2 Arial,sans-serif; border: 1px solid var(--hover-pink); border-radius: 3px; background: var(--hover-pink); cursor: pointer; transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }
.footer-contact-button:hover, .footer-contact-button:focus-visible { color: var(--hover-pink); background: #fff; box-shadow: 0 0 0 1px var(--hover-pink); outline: none; }
.copyright { width: min(1180px,100%); margin: 46px auto 0; padding-top: 22px; color: #847e91; font-size: 12px; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 900px) {
  .cards-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-socials { flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .hero { overflow: hidden; }
  .hero > img { width: 165%; max-width: none; transform: translateX(-38%); }
  .hero-socials { top: 18px; left: 18px; transform: none; }
  .hero-brand { top: 76px; left: 18px; transform: scale(.78); transform-origin: left top; }
  .hero-socials a { width: 34px; padding: 4px; }
  .hero-socials a b { display: none; }
  .hero-socials a span { margin: auto; }
  .menu-button { top: 18px; right: 18px; }
  .cards-grid { grid-template-columns: 1fr; }
  .question-copy { font-size: 22px; }
  .card-back p:last-child { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) { .flip-card-inner { transition: none; } }

/* About the author: only page-specific layout. Shared branding stays untouched. */
.about-page { background: var(--page); }
.about-page .flip-card.is-flipped .flip-card-inner { transform: rotateY(180deg); }
.about-hero { aspect-ratio: 1672/941; overflow: hidden; background: #c8bad9; }
.about-hero > img { width: 100%; height: 100%; object-fit: cover; }
.about-hero::after { background: linear-gradient(to bottom, rgba(211,208,237,0) 0%, rgba(211,208,237,.14) 34%, rgba(211,208,237,.55) 72%, var(--page) 100%); }
.about-hero .hero-brand { color: #fff; text-decoration: none; }
.about-hero .hero-brand:hover, .about-hero .hero-brand:focus-visible { color: var(--hover-pink); }
.hero-title { position: absolute; z-index: 2; top: 50%; left: clamp(42px,7.5vw,125px); width: min(61vw,940px); color: rgba(255,255,255,.95); font-weight: 400; line-height: 1.12; text-align: center; transform: translateY(-50%); text-shadow: 0 1px 16px rgba(83,50,109,.12); }
.about-hero-title span, .about-hero-title strong { display: block; font-size: clamp(35px,5.2vw,86px); font-weight: 400; letter-spacing: 0; }
.about-hero-title strong { margin-top: .12em; }
.author-portraits { display: grid; width: min(760px,calc(100% - 48px)); margin: 0 auto; padding: clamp(70px,9vw,130px) 0 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(30px,7vw,90px); }
.author-portrait-placeholder { position: relative; aspect-ratio: 3/4; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 3px; background: linear-gradient(155deg,rgba(255,255,255,.58),rgba(190,181,215,.38)); box-shadow: 0 18px 44px rgba(55,41,92,.14); }
.author-portrait-placeholder::before { content: ""; position: absolute; top: 32%; left: 50%; width: 28%; aspect-ratio: 1; border: 1px solid rgba(91,56,203,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.author-portrait-placeholder::after { content: ""; position: absolute; left: 50%; bottom: 23%; width: 54%; height: 31%; border: 1px solid rgba(91,56,203,.3); border-bottom: 0; border-radius: 50% 50% 0 0; transform: translateX(-50%); }
.author-portrait-placeholder span { position: absolute; z-index: 1; left: 0; right: 0; bottom: 9%; color: rgba(43,31,63,.48); font: 500 13px/1.2 Arial,sans-serif; letter-spacing: 1.5px; text-align: center; text-transform: uppercase; }
.author-portrait-photo { background: rgba(255,255,255,.72); }
.author-portrait-photo::before, .author-portrait-photo::after { display: none; }
.author-portrait-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-article-band { padding-top: clamp(70px,9vw,135px); }
.about-article { width: min(960px,100%); }
.about-article .article-copy { width: min(850px,100%); }
.about-article .article-copy p { margin-bottom: 26px; }
.about-video, .about-questions { padding-top: 0; }
.about-card-front .question-copy { top: 24%; right: 8%; min-height: 48%; padding: 0; background: transparent; backdrop-filter: none; }
.question-mark { position: absolute; z-index: 1; top: 8.5%; left: 9.8%; color: #5b38cb; font: 400 clamp(44px,4.4vw,62px)/1 Arial,sans-serif; }
.about-page .card-back p:last-child { font-size: clamp(12px,1.18vw,16px); line-height: 1.48; }

/* One exact hover color across every interactive accent. */
.social-widgets a:hover, .social-widgets a:focus-visible,
.hero-brand:hover, .hero-brand:focus-visible,
.about-hero .hero-brand:hover, .about-hero .hero-brand:focus-visible,
.footer-brand:hover,
.contacts a:hover, .contacts a:focus-visible { color: #ff2aa8; }
.social-widgets a:hover, .social-widgets a:focus-visible,
.menu-button:hover, .menu-button:focus-visible { border-color: #ff2aa8; }
.social-widgets a:hover span, .social-widgets a:focus-visible span { color: #fff; background: #ff2aa8; }
.menu-button:hover span, .menu-button:focus-visible span { background: #ff2aa8; }

@media (max-width: 900px) {
  .about-hero-title span, .about-hero-title strong { font-size: clamp(31px,5.4vw,58px); }
}

@media (max-width: 600px) {
  .author-portraits { width: min(330px,calc(100% - 44px)); grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  .about-hero { aspect-ratio: 4/5; }
  .about-hero > img { width: 178%; height: 100%; object-fit: cover; transform: translateX(-40%); }
  .about-hero-title { top: 53%; left: 22px; width: calc(100% - 44px); }
  .about-hero-title span, .about-hero-title strong { font-size: clamp(31px,10vw,44px); }
  .about-card-front .question-copy { font-size: 22px; }
  .about-page .card-back p:last-child { font-size: 16px; }
}

/* Lesson page */
.lesson-page { background: var(--page); }
.lesson-page .lesson-1-only { display: none; }
.lesson-1-page .lesson-legacy { display: none; }
.lesson-about-band { padding: 0 24px clamp(80px,10vw,140px); }
.lesson-about { padding-top: clamp(30px,4vw,58px); border-top: 1px solid rgba(91,56,203,.2); }
.lesson-hero .hero-brand { color: #fff; text-decoration: none; }
.lesson-hero .hero-brand:hover, .lesson-hero .hero-brand:focus-visible { color: var(--hover-pink); }
.lesson-hero-title { width: min(58vw,820px); }
.lesson-hero-title span { display: block; font-size: clamp(52px,7vw,112px); font-weight: 400; letter-spacing: 0; }
.distressed-title > span, .distressed-title > strong {
  color: transparent;
  font-family: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(52px,6.7vw,110px);
  font-weight: 400;
  letter-spacing: .04em;
  background: linear-gradient(173deg,
    rgba(255,255,255,.98) 0 18%, transparent 18.3% 19.2%,
    rgba(255,255,255,.92) 19.6% 41%, transparent 41.3% 42.1%,
    rgba(255,255,255,.97) 42.5% 68%, transparent 68.2% 69.1%,
    rgba(255,255,255,.9) 69.5% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}
.about-hero-title.distressed-title { width: min(63vw,1010px); }
.lesson-hero-title.distressed-title { width: min(60vw,900px); }
.lesson-hero-title .lesson-number { font-size: clamp(54px,6.8vw,108px); }
.lesson-hero-title .lesson-name { margin-top: .2em; font-size: clamp(30px,3.7vw,58px); line-height: 1.16; }
.lesson-hero-title .lesson-subtitle { display: block; margin-top: .55em; color: rgba(255,255,255,.9); font-family: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif; font-size: clamp(20px,2.1vw,34px); font-style: normal; font-weight: 400; letter-spacing: .04em; }
.lesson-instruction-band { padding-top: clamp(70px,9vw,135px); }
.lesson-instruction .article-copy h2 { margin: 70px 0 28px; font-size: clamp(27px,2.7vw,38px); font-weight: 400; line-height: 1.25; text-align: left; }
.lesson-instruction .article-copy h2:first-child { margin-top: 0; text-align: center; }
.lesson-instruction .article-copy ul, .lesson-instruction .article-copy ol { margin: -8px 0 36px; padding-left: 1.4em; }
.lesson-instruction .article-copy li { margin: 0 0 10px; padding-left: .35em; font-size: clamp(18px,1.65vw,22px); line-height: 1.38; }
.lesson-instruction .article-copy li::marker { color: var(--violet); }
.lesson-instruction .practice-modes, .lesson-instruction .requirements-list { display: grid; gap: 24px; padding: 0; list-style-position: inside; }
.lesson-instruction .practice-modes li, .lesson-instruction .requirements-list li { margin: 0; padding: 24px 26px; border-left: 2px solid rgba(91,56,203,.55); background: rgba(255,255,255,.16); }
.lesson-instruction .practice-modes strong, .lesson-instruction .requirements-list strong { display: inline; font-weight: 400; }
.lesson-instruction .practice-modes span, .lesson-instruction .requirements-list span { display: block; margin: 12px 0 0 1.55em; }
.article-hidden-content[hidden] { display: none; }
.read-more-button { display: block; margin: 28px auto 0; padding: 10px 18px; color: #fff; font: 600 15px/1.2 Arial,sans-serif; letter-spacing: 0; border: 1px solid #fff; border-radius: 3px; background: #b49bac; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); text-shadow: 0 0 1px rgba(255,255,255,.45); cursor: pointer; transition: color 160ms ease,border-color 160ms ease,background-color 160ms ease; }
.read-more-button:hover, .read-more-button:focus-visible { color: var(--hover-pink); border-color: var(--hover-pink); outline: none; }
.lesson-instruction .article-copy .numbered-instruction-heading { display: grid; grid-template-columns: 1.45em minmax(0,1fr); column-gap: .12em; margin: 52px 0 20px; font-size: clamp(25px,2.4vw,34px); font-weight: 400; line-height: 1.2; text-align: left; align-items: baseline; }
.instruction-heading-number, .instruction-heading-text { display: block; line-height: inherit; }
.instruction-heading-number { align-self: start; font-family: Arial,sans-serif; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1,"tnum" 1; line-height: 1.2; }
.lesson-video, .lesson-senses, .lesson-summary-video { padding-top: 0; }
.lesson-cards-grid { width: min(1120px,100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(24px,4vw,54px); align-items: center; }
.lesson-sense-card { aspect-ratio: 1/1.01; }
.lesson-sense-card:nth-child(10) { grid-column: 2; }
.lesson-card-front .hover-hint { left: 10%; }
.sense-number { position: absolute; z-index: 1; top: 8%; left: 10%; color: #5b38cb; font: 400 clamp(30px,3vw,46px)/1 Arial,sans-serif; }
.sense-title { position: absolute; z-index: 1; top: 39%; left: 9%; right: 9%; margin: 0; color: #17111e; font-size: clamp(24px,2.3vw,34px); line-height: 1.2; text-align: center; }
.lesson-card-back { padding: clamp(18px,2vw,28px); }
.media-options { display: grid; gap: 11px; }
.media-options a { display: flex; min-height: 48px; padding: 10px 12px; align-items: center; gap: 10px; color: #f7f2fb; font: 400 clamp(12px,1.15vw,15px)/1.25 Arial,sans-serif; text-decoration: none; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; transition: color 160ms ease,border-color 160ms ease,background-color 160ms ease; }
.media-options a span { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; color: #fff; font-size: 9px; border-radius: 50%; background: #5b38cb; }
.media-options a:hover, .media-options a:focus-visible { color: var(--hover-pink); border-color: var(--hover-pink); background: rgba(255,42,168,.07); outline: none; }
.media-options a:hover span, .media-options a:focus-visible span { background: var(--hover-pink); }
.media-options a[aria-disabled="true"] { color: rgba(255,255,255,.42); border-color: rgba(255,255,255,.2); cursor: default; }
.media-options a[aria-disabled="true"] span { background: rgba(91,56,203,.38); }
.media-options a[aria-disabled="true"]:hover, .media-options a[aria-disabled="true"]:focus-visible { color: rgba(255,255,255,.42); border-color: rgba(255,255,255,.2); background: transparent; }
.media-options a[aria-disabled="true"]:hover span, .media-options a[aria-disabled="true"]:focus-visible span { background: rgba(91,56,203,.38); }
.lesson-summary-video { padding-bottom: clamp(100px,12vw,170px); }

/* Test page */
.test-page { background: var(--page); }
.test-hero-title { width: min(62vw,940px); }
.test-hero-title .lesson-number { font-size: clamp(56px,7.2vw,112px); }
.test-hero-title .lesson-name { margin-top: .18em; font-size: clamp(28px,3.45vw,58px); line-height: 1.18; }
.test-intro-band { padding-bottom: clamp(60px,7vw,100px); }
.test-rules-band { padding-top: 0; }
.test-instruction .article-copy { width: min(900px,100%); }
.test-rule-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: test-rule; }
.test-rule-list li { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 16px; margin: 0; padding: 18px 20px; border-left: 2px solid rgba(91,56,203,.5); background: rgba(255,255,255,.16); counter-increment: test-rule; }
.test-rule-list li::before { content: counter(test-rule) "."; color: var(--violet); font: 500 20px/1.36 Arial,sans-serif; }
.test-rule-list span { font-size: clamp(18px,1.65vw,22px); line-height: 1.36; }
.forbidden-box { margin: clamp(42px,6vw,76px) 0 0; padding: clamp(28px,4vw,44px); border: 1px solid rgba(255,255,255,.72); background: rgba(255,255,255,.2); box-shadow: 0 18px 44px rgba(55,41,92,.11); }
.forbidden-box h2 { margin: 0 0 28px; color: #17111e; font-size: clamp(29px,3vw,40px); font-weight: 400; line-height: 1.2; text-align: center; }
.forbidden-box ol { display: grid; gap: 12px; margin: 0; padding-left: 1.45em; }
.forbidden-box li { margin: 0; padding-left: .35em; font-size: clamp(18px,1.55vw,21px); line-height: 1.34; }
.forbidden-box li::marker { color: var(--violet); }
.test-section { padding-bottom: clamp(100px,12vw,170px); }
.test-cards-grid { width: min(1120px,100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(24px,4vw,54px); align-items: center; }
.test-card:nth-child(10) { grid-column: 2; }
.test-card { cursor: pointer; }
.test-card .test-card-back { pointer-events: none; }
.test-card:hover .test-card-front, .test-card.is-flipped .test-card-front { pointer-events: none; }
.test-card:hover .test-card-back, .test-card.is-flipped .test-card-back { pointer-events: auto; }
.test-card.is-flipped .flip-card-inner { transform: rotateY(180deg); }
.test-card.is-locked { cursor: default; }
.test-card.is-locked:hover .flip-card-inner, .test-card.is-locked:focus .flip-card-inner { transform: none; }
.test-card.is-locked .test-card-front { pointer-events: auto; }
.test-card.is-locked .test-card-back { pointer-events: none; }
.test-card-front .sense-title { top: 37%; }
.test-status { position: absolute; z-index: 1; left: 10%; right: 10%; bottom: 10%; color: #5b38cb; font: 600 clamp(12px,1.1vw,15px)/1.2 Arial,sans-serif; text-align: left; }
.test-card.is-locked .test-status { color: #ff2aa8; }
.test-card-back { display: grid; grid-template-rows: auto minmax(0,1fr) auto auto; justify-content: stretch; gap: clamp(10px,1.35vw,15px); padding: clamp(16px,1.9vw,25px); }
.test-card-back > * { position: relative; z-index: 2; }
.test-question-text { align-self: center; margin: 0; color: #fff; font-size: clamp(13px,1.08vw,15px); line-height: 1.34; }
.test-choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 0; }
.test-choice-row button, .test-submit-button { position: relative; z-index: 3; display: block; width: 100%; min-height: 42px; color: #fff; font: 600 14px/1.2 Arial,sans-serif; border: 1px solid rgba(255,255,255,.72); border-radius: 3px; background: rgba(255,255,255,.08); cursor: pointer; transition: color 160ms ease,border-color 160ms ease,background-color 160ms ease; }
.test-choice-row button:hover, .test-choice-row button:focus-visible, .test-choice-row button.is-selected, .test-submit-button:hover, .test-submit-button:focus-visible { color: #fff; border-color: var(--hover-pink); background: var(--hover-pink); outline: none; }
.test-submit-button { width: 100%; margin-top: 0; }
.test-submit-button:disabled { color: rgba(255,255,255,.42); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); cursor: default; }
.test-result-panel { width: min(960px,100%); margin: clamp(64px,8vw,110px) auto 0; padding: clamp(32px,5vw,56px); color: #17111e; border: 1px solid rgba(255,255,255,.82); background: rgba(255,255,255,.22); box-shadow: 0 20px 55px rgba(55,41,92,.14); }
.test-result-panel h2 { margin: 0 0 18px; font-size: clamp(30px,3.1vw,42px); font-weight: 400; line-height: 1.18; text-align: center; }
.test-score { margin: 0 0 14px; color: var(--violet); font: 600 clamp(24px,2.6vw,36px)/1.2 Arial,sans-serif; text-align: center; }
.test-result-text { width: min(720px,100%); margin: 0 auto clamp(30px,4vw,46px); font-size: clamp(18px,1.65vw,22px); line-height: 1.38; text-align: center; }
.test-recommendations { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.test-recommendations article { padding: 22px; border-left: 2px solid rgba(91,56,203,.5); background: rgba(255,255,255,.2); }
.test-recommendations h3 { margin: 0 0 10px; color: var(--violet); font: 600 17px/1.2 Arial,sans-serif; }
.test-recommendations p, .test-threshold, .test-note { margin: 0; font-size: clamp(16px,1.45vw,19px); line-height: 1.35; }
.test-threshold { margin-top: 30px; color: #17111e; font-weight: 600; text-align: center; }
.test-note { margin-top: 12px; text-align: center; }
.final-survey-cta { padding: 0 24px clamp(100px,12vw,170px); text-align: center; }
.final-survey-cta a { display: inline-flex; min-width: min(420px,100%); min-height: 58px; padding: 16px 34px; align-items: center; justify-content: center; color: #fff; font: 600 18px/1.2 Arial,sans-serif; text-decoration: none; border: 1px solid var(--hover-pink); border-radius: 999px; background: var(--hover-pink); box-shadow: 0 18px 44px rgba(255,42,168,.23); transition: transform 160ms ease, box-shadow 160ms ease; }
.final-survey-cta a:hover, .final-survey-cta a:focus-visible { transform: translateY(-1px); box-shadow: 0 22px 54px rgba(255,42,168,.34); outline: none; }
.survey-hero-title { width: min(66vw,1040px); }
.survey-hero-title .lesson-number { font-size: clamp(54px,6.8vw,108px); }
.survey-hero-title .lesson-name { font-size: clamp(30px,3.7vw,58px); }
.survey-intro-band { padding-bottom: clamp(70px,8vw,110px); }
.survey-cards-grid .survey-card:nth-child(10) { grid-column: auto; }
.survey-card-front .sense-number { left: 0; right: 0; width: 100%; transform: none; text-align: center; font-family: Arial,sans-serif; font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; letter-spacing: 0; }
.survey-card-front .sense-title { left: 0; right: 0; width: 100%; text-align: center; font-family: Arial,sans-serif; font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; letter-spacing: 0; }
.survey-card-back { grid-template-rows: auto auto minmax(0,1fr) auto; gap: 7px; padding: clamp(10px,1.35vw,17px); }
.survey-card-back .answer-label { margin-bottom: 0; font-size: 11px; line-height: 1.1; }
.survey-question-area { display: grid; gap: 4px; align-self: start; min-height: 0; overflow: visible; }
.survey-card-back .test-question-text { align-self: start; font-size: clamp(11px,.88vw,13px); line-height: 1.18; }
.survey-note { margin: 0; color: rgba(255,255,255,.78); font: 400 clamp(10px,.78vw,11px)/1.16 Arial,sans-serif; }
.survey-rating { display: grid; grid-template-columns: repeat(11,minmax(0,1fr)); gap: 4px; }
.survey-rating button, .survey-options button { min-height: 28px; padding: 4px 4px; color: #fff; font: 600 11px/1.05 Arial,sans-serif; border: 1px solid rgba(255,255,255,.54); border-radius: 3px; background: rgba(255,255,255,.06); cursor: pointer; transition: color 160ms ease,border-color 160ms ease,background-color 160ms ease; }
.survey-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; align-self: stretch; overflow: visible; padding-right: 0; }
.survey-options button { min-height: 23px; padding: 3px 5px; text-align: left; font-size: 9.4px; line-height: 1.08; }
.survey-card-single .survey-options button { font-size: 9.7px; }
.survey-card-single .survey-options.option-count-5,
.survey-card-single .survey-options.option-count-4 { grid-template-columns: 1fr; }
.survey-card-multi .survey-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
.survey-options button:hover, .survey-options button:focus-visible, .survey-options button.is-selected, .survey-rating button:hover, .survey-rating button:focus-visible, .survey-rating button.is-selected { color: #fff; border-color: var(--hover-pink); background: var(--hover-pink); outline: none; }
.survey-textarea { width: 100%; min-height: 150px; padding: 10px 12px; color: #17111e; font: 400 14px/1.35 Arial,sans-serif; border: 1px solid rgba(255,255,255,.72); border-radius: 3px; background: rgba(255,255,255,.92); resize: vertical; }
.survey-textarea:focus { border-color: var(--hover-pink); outline: none; }
.survey-card .test-submit-button { min-height: 34px; font-size: 12px; }
.survey-card-text .survey-card-back { grid-template-rows: auto auto minmax(135px,1fr) auto; }
.survey-card-text .survey-question-area { gap: 3px; }
.survey-consent, .survey-stats { width: min(960px,100%); margin: clamp(64px,8vw,110px) auto 0; padding: clamp(30px,4.5vw,52px); color: #17111e; border: 1px solid rgba(255,255,255,.82); background: rgba(255,255,255,.22); box-shadow: 0 20px 55px rgba(55,41,92,.14); }
.survey-consent h2, .survey-stats h2 { margin: 0 0 24px; font-size: clamp(30px,3.1vw,42px); font-weight: 400; line-height: 1.18; text-align: center; }
.survey-consent label { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 14px; align-items: start; margin: 0 0 16px; font: 400 clamp(17px,1.55vw,20px)/1.34 Georgia,"Times New Roman",serif; cursor: pointer; }
.survey-consent label:last-child { margin-bottom: 0; }
.survey-consent input { appearance: none; width: 22px; height: 22px; margin: 2px 0 0; border: 1px solid #fff; border-radius: 3px; background: rgba(255,255,255,.28); box-shadow: inset 0 0 0 2px rgba(255,255,255,.1); }
.survey-consent label:hover, .survey-consent label:focus-within { color: var(--hover-pink); }
.survey-consent label:hover input, .survey-consent label:focus-within input { border-color: var(--hover-pink); }
.survey-consent input:checked { border-color: var(--hover-pink); background: var(--hover-pink); box-shadow: inset 0 0 0 5px rgba(255,255,255,.82); }
.survey-stats-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.survey-stats-grid article { min-height: 104px; padding: 20px; border-left: 2px solid rgba(91,56,203,.5); background: rgba(255,255,255,.2); }
.survey-stats-grid span { display: block; margin-bottom: 10px; color: #4f4465; font: 600 12px/1.2 Arial,sans-serif; text-transform: uppercase; }
.survey-stats-grid strong { display: block; color: var(--violet); font: 600 clamp(19px,2vw,28px)/1.18 Arial,sans-serif; }
.survey-stats-summary { width: min(780px,100%); margin: 0 auto 30px; font-size: clamp(18px,1.6vw,22px); line-height: 1.38; text-align: center; }
.survey-selected-answer { grid-column: 1/-1; }

/* Payment page */
.payment-page { background: var(--page); }
.payment-hero-title { width: min(62vw,940px); }
.payment-hero-title .lesson-number { font-size: clamp(54px,6.8vw,108px); }
.payment-hero-title .lesson-name { margin-top: .16em; font-size: clamp(54px,6.8vw,108px); line-height: 1.12; }
.payment-intro-band { padding-bottom: clamp(48px,6vw,88px); }
.payment-after-band { padding-top: 0; }
.payment-article .article-copy { width: min(900px,100%); }
.payment-article .article-copy a { color: var(--violet); text-decoration: none; transition: color 160ms ease; }
.payment-article .article-copy a:hover, .payment-article .article-copy a:focus-visible { color: var(--hover-pink); outline: none; }
.payment-info-box { margin: clamp(40px,5vw,68px) 0 0; padding: clamp(26px,4vw,42px); border: 1px solid rgba(255,255,255,.82); background: rgba(255,255,255,.2); box-shadow: 0 18px 44px rgba(55,41,92,.11); }
.payment-info-box h2 { margin: 0 0 24px; font-size: clamp(28px,2.8vw,39px); font-weight: 400; line-height: 1.2; text-align: center; }
.payment-info-box p { margin-bottom: 16px; }
.payment-info-box p:last-child { margin-bottom: 0; }
.payment-info-box ul { display: grid; gap: 11px; margin: 0; padding-left: 1.35em; }
.payment-info-box li { margin: 0; padding-left: .35em; font-size: clamp(18px,1.65vw,22px); line-height: 1.34; }
.payment-info-box li::marker { color: var(--violet); }
.payment-warning-box { background: rgba(255,255,255,.24); border-color: rgba(255,255,255,.92); }
.payment-section { padding: 0 5vw clamp(90px,11vw,150px); }
.payment-price-panel { width: min(760px,100%); margin: 0 auto clamp(28px,4vw,46px); padding: clamp(30px,4.5vw,52px); text-align: center; border: 1px solid rgba(255,255,255,.82); background: rgba(255,255,255,.22); box-shadow: 0 20px 55px rgba(55,41,92,.14); }
.payment-price { margin: 0 0 16px; color: var(--violet); font: 600 clamp(34px,4.2vw,58px)/1.1 Arial,sans-serif; }
.payment-price-panel p:not(.payment-price) { margin: 0; font-size: clamp(18px,1.65vw,22px); line-height: 1.36; }
.payment-agreement { display: grid; width: min(820px,100%); margin: 0 auto clamp(34px,5vw,58px); grid-template-columns: 30px minmax(0,1fr); gap: 15px; align-items: start; font: 400 clamp(17px,1.55vw,20px)/1.34 Georgia,"Times New Roman",serif; cursor: pointer; }
.payment-agreement input { appearance: none; width: 23px; height: 23px; margin: 2px 0 0; border: 1px solid #fff; border-radius: 3px; background: rgba(255,255,255,.3); box-shadow: inset 0 0 0 2px rgba(255,255,255,.12); }
.payment-agreement:hover, .payment-agreement:focus-within { color: var(--hover-pink); }
.payment-agreement:hover input, .payment-agreement:focus-within input { border-color: var(--hover-pink); }
.payment-agreement input:checked { border-color: var(--hover-pink); background: var(--hover-pink); box-shadow: inset 0 0 0 5px rgba(255,255,255,.84); }
.payment-flip-card { width: min(390px,100%); margin: 0 auto; cursor: pointer; }
.payment-flip-card:hover .flip-card-inner, .payment-flip-card:focus .flip-card-inner { transform: none; }
.payment-flip-card.is-flipped .flip-card-inner { transform: rotateY(180deg); }
.payment-flip-card.is-payment-disabled { cursor: default; }
.payment-card-front .question-symbol { color: var(--violet); font-size: clamp(48px,5vw,72px); }
.payment-card-front .question-copy { top: 31%; right: 10%; font-size: clamp(21px,2vw,29px); line-height: 1.28; text-align: center; }
.payment-front-button { position: absolute; z-index: 2; left: 10%; right: 10%; bottom: 10%; min-height: 46px; color: #fff; font: 600 14px/1.2 Arial,sans-serif; border: 1px solid var(--hover-pink); border-radius: 3px; background: var(--hover-pink); cursor: pointer; transition: color 160ms ease,border-color 160ms ease,background-color 160ms ease; }
.payment-front-button:hover, .payment-front-button:focus-visible { color: var(--hover-pink); background: #fff; outline: none; }
.payment-front-button:disabled { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.72); background: rgba(91,56,203,.38); cursor: default; }
.payment-card-back { justify-content: center; gap: 18px; }
.payment-options { display: grid; gap: 12px; }
.payment-options a { display: flex; min-height: 48px; padding: 10px 12px; align-items: center; gap: 11px; color: #fff; font: 400 14px/1.22 Arial,sans-serif; text-decoration: none; border: 1px solid rgba(255,255,255,.42); border-radius: 3px; background: rgba(255,255,255,.06); transition: color 160ms ease,border-color 160ms ease,background-color 160ms ease; }
.payment-options a span { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; color: #fff; font: 700 10px/1 Arial,sans-serif; border-radius: 50%; background: var(--violet); }
.payment-options a b { font-weight: 400; }
.payment-options a:hover, .payment-options a:focus-visible { color: #fff; border-color: var(--hover-pink); background: var(--hover-pink); outline: none; }
.payment-options a:hover span, .payment-options a:focus-visible span { background: #fff; color: var(--hover-pink); }

@media (max-width: 900px) {
  .lesson-cards-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lesson-sense-card:nth-child(10) { grid-column: auto; }
  .distressed-title > span, .distressed-title > strong { font-size: clamp(46px,7vw,72px); }
  .test-cards-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .test-card:nth-child(10) { grid-column: auto; }
  .test-recommendations { grid-template-columns: 1fr; }
  .survey-stats-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .lesson-hero-title { top: 53%; left: 22px; width: calc(100% - 44px); }
  .lesson-hero-title span { font-size: clamp(54px,17vw,76px); }
  .distressed-title > span, .distressed-title > strong { font-size: clamp(44px,13vw,62px); }
  .lesson-hero-title .lesson-number { font-size: clamp(50px,15vw,70px); }
  .lesson-hero-title .lesson-name { font-size: clamp(27px,8vw,38px); }
  .lesson-hero-title .lesson-subtitle { font-size: clamp(18px,5.4vw,25px); }
  .lesson-cards-grid { grid-template-columns: 1fr; }
  .test-cards-grid { grid-template-columns: 1fr; }
  .sense-number { font-size: 48px; }
  .sense-title { font-size: 34px; }
  .media-options a { font-size: 16px; }
  .test-hero-title { top: 54%; left: 22px; width: calc(100% - 44px); }
  .test-hero-title .lesson-number { font-size: clamp(50px,15vw,70px); }
  .test-hero-title .lesson-name { font-size: clamp(25px,7.2vw,36px); }
  .survey-hero-title .lesson-number { font-size: clamp(50px,15vw,70px); }
  .survey-hero-title .lesson-name { font-size: clamp(27px,8vw,38px); }
  .payment-hero-title { top: 54%; left: 22px; width: calc(100% - 44px); }
  .payment-hero-title .lesson-number, .payment-hero-title .lesson-name { font-size: clamp(44px,13vw,62px); }
  .test-rule-list li { grid-template-columns: 34px minmax(0,1fr); padding: 16px; }
  .survey-rating { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .payment-info-box { padding: 24px 20px; }
  .payment-flip-card { width: min(340px,100%); }
}

/* Pure-white contrast experiment. Geometry and line weights stay unchanged. */
.hero-socials, .hero-brand, .about-hero .hero-brand, .lesson-hero .hero-brand { color: #fff; }
.social-widgets a { border-color: #fff; }
.menu-button { border-color: #fff; }
.menu-button span { background: #fff; }
.hero-title { color: #fff; }
.distressed-title > span, .distressed-title > strong {
  background: linear-gradient(173deg,
    #fff 0 18%, transparent 18.3% 19.2%,
    #fff 19.6% 41%, transparent 41.3% 42.1%,
    #fff 42.5% 68%, transparent 68.2% 69.1%,
    #fff 69.5% 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.lesson-hero-title .lesson-subtitle { color: #fff; }
.card-face { border-color: #fff; }
.card-back { color: #fff; }
.play-button { color: #fff; border-color: #fff; }
footer { color: #fff; }
.contacts small { color: #fff; }
.media-options a { color: #fff; border-color: #fff; }

/* Per-letter title hover experiment. */
.main-title-letter-overlay { position: absolute; z-index: 2; inset: 0; width: 100%; aspect-ratio: 1639/959; pointer-events: none; }
.title-letter { position: absolute; left: var(--x); top: var(--y); width: var(--w); height: var(--h); opacity: 0; object-fit: fill; pointer-events: auto; transition: opacity 90ms linear; }
.title-letter:hover { opacity: 1; }
.interactive-letter-title .hover-letter {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  background: none;
  transition: color 90ms linear,-webkit-text-fill-color 90ms linear;
}
.interactive-letter-title .hover-letter:hover { color: #ff2aa8; -webkit-text-fill-color: #ff2aa8; }

@media (max-width: 600px) {
  .main-title-letter-overlay { width: 165%; left: 0; right: auto; transform: translateX(-38%); }
}

/* Shared site menu. */
body.menu-open { overflow: hidden; }
.site-menu-overlay[hidden] { display: none; }
.site-menu-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  padding: clamp(12px,2.5vw,38px);
  place-items: center;
  background: rgba(48,35,58,.27);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.site-menu-panel {
  width: min(1450px,92vw);
  height: min(94vh,920px);
  padding: clamp(22px,3vw,42px);
  overflow: auto;
  color: #17131e;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 18px 52px rgba(24,15,30,.32);
}
.site-menu-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: start;
}
.site-menu-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 15px;
  color: #17131e;
  font: 600 12px/1.42 Arial,sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}
.site-menu-brand .brand-mark { width: 40px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1; }
.site-menu-brand .brand-mark { width: 34px; height: 49px; }
.site-menu-brand:hover, .site-menu-brand:focus-visible { color: var(--hover-pink); outline: none; }
.site-menu-socials { color: #17131e; }
.site-menu-socials a { color: inherit; border-color: #c9c5ce; background: #f5f3f6; }
.site-menu-socials a span { color: #fff; background: #17131e; }
.site-menu-close {
  position: relative;
  width: 38px;
  height: 38px;
  justify-self: end;
  border: 1px solid #d5d1d9;
  background: #f5f4f6;
  cursor: pointer;
  transition: border-color 160ms ease;
}
.site-menu-close span { position: absolute; top: 18px; left: 8px; width: 22px; height: 1px; background: #17131e; transition: background-color 160ms ease; }
.site-menu-close span:first-child { transform: rotate(45deg); }
.site-menu-close span:last-child { transform: rotate(-45deg); }
.site-menu-close:hover, .site-menu-close:focus-visible { border-color: var(--hover-pink); outline: none; }
.site-menu-close:hover span, .site-menu-close:focus-visible span { background: var(--hover-pink); }
.site-menu-nav {
  display: grid;
  width: min(760px,100%);
  margin: clamp(22px,3vh,34px) auto 12px;
}
.site-menu-nav a {
  padding: 8px 18px;
  color: #17131e;
  font: 400 clamp(14px,1.08vw,17px)/1.24 Arial,sans-serif;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #eeebf0;
  transition: color 150ms ease,background-color 150ms ease;
}
.site-menu-nav a[href]:hover, .site-menu-nav a[href]:focus-visible { color: var(--hover-pink); background: #fff7fc; outline: none; }
.site-menu-nav .is-future { color: #99939d; cursor: default; }
.menu-contact-button {
  display: block;
  width: min(360px,100%);
  margin: 20px auto 0;
  padding: 12px 24px;
  color: #fff;
  font: 500 16px/1.2 Arial,sans-serif;
  letter-spacing: 0;
  border: 1px solid var(--hover-pink);
  border-radius: 3px;
  background: var(--hover-pink);
  cursor: pointer;
  transition: color 160ms ease,background-color 160ms ease;
}
.menu-contact-button:hover, .menu-contact-button:focus-visible { color: var(--hover-pink); background: #fff; outline: none; }

.contact-form-overlay[hidden] { display: none; }
.contact-form-overlay {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: grid;
  padding: clamp(8px,1.8vw,26px);
  place-items: center;
  background: rgba(30,23,37,.42);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.contact-form-panel {
  position: relative;
  width: min(1320px,96vw);
  max-height: 96vh;
  padding: clamp(24px,3vw,40px) clamp(22px,4vw,56px);
  overflow: auto;
  color: #26212a;
  background: linear-gradient(105deg,#edf0ff 0%,#ffe5ee 52%,#e8e7ee 100%);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(24,15,30,.42);
}
.contact-form-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 2px solid #17131e;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.contact-form-close span { position: absolute; top: 17px; left: 7px; width: 22px; height: 2px; background: #17131e; }
.contact-form-close span:first-child { transform: rotate(45deg); }
.contact-form-close span:last-child { transform: rotate(-45deg); }
.contact-form-close:hover, .contact-form-close:focus-visible { border-color: var(--hover-pink); outline: none; }
.contact-form-close:hover span, .contact-form-close:focus-visible span { background: var(--hover-pink); }
.contact-form-panel h2 { margin: 0; font-size: clamp(38px,4.8vw,66px); font-weight: 400; line-height: 1.02; text-align: center; }
.contact-form-accent { margin: 12px 0 20px; color: var(--hover-pink); font-size: clamp(27px,3.4vw,44px); line-height: 1.04; text-align: center; }
.contact-form-intro { margin: 0 auto 24px; padding-bottom: 22px; font: 400 clamp(15px,1.45vw,20px)/1.35 Arial,sans-serif; text-align: center; border-bottom: 1px solid rgba(54,46,59,.1); }
.contact-form-fields { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(20px,4vw,72px); }
.contact-form-fields label > span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.contact-form-fields input { width: 100%; height: 54px; padding: 0 18px; color: #26212a; font: 400 17px/1 Arial,sans-serif; border: 1px solid rgba(38,33,42,.14); border-radius: 22px; background: #fff; outline: none; }
.contact-form-fields input:focus { border-color: var(--hover-pink); }
.contact-message-field { display: block; margin: clamp(14px,2vw,22px) 0 0; }
.contact-message-field span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.contact-message-field textarea { display: block; width: 100%; min-height: 165px; padding: 16px 18px; color: #26212a; font: 400 17px/1.3 Arial,sans-serif; border: 1px solid rgba(38,33,42,.14); border-radius: 22px; background: #fff; outline: none; resize: vertical; }
.contact-message-field textarea::placeholder, .contact-form-fields input::placeholder { color: rgba(38,33,42,.45); }
.contact-message-field textarea:focus { border-color: var(--hover-pink); }
.contact-submit { width: 100%; margin: 24px 0 18px; padding: 15px 28px; color: #fff; font: 500 19px/1.2 Arial,sans-serif; border: 1px solid var(--hover-pink); border-radius: 28px; background: var(--hover-pink); cursor: pointer; }
.contact-submit:hover, .contact-submit:focus-visible { color: var(--hover-pink); background: #fff; outline: none; }
.contact-consent { display: flex; width: max-content; max-width: 100%; margin: 0 auto; align-items: center; gap: 12px; font: 400 14px/1.28 Arial,sans-serif; cursor: pointer; }
.contact-consent input { width: 21px; height: 21px; margin: 0; accent-color: var(--hover-pink); }
.contact-consent span { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 760px) {
  .site-menu-overlay { padding: 12px; }
  .site-menu-panel { width: 100%; height: 94vh; padding: 24px 18px; }
  .site-menu-header { grid-template-columns: 1fr auto; }
  .site-menu-socials { grid-column: 1/-1; justify-self: center; }
  .site-menu-nav { margin-top: 26px; }
  .site-menu-nav a { padding: 11px 8px; text-align: left; }
  .contact-form-panel { padding: 64px 20px 34px; border-radius: 14px; }
  .contact-form-fields { grid-template-columns: 1fr; gap: 14px; }
  .contact-form-fields input { height: 58px; border-radius: 20px; }
  .contact-message-field textarea { min-height: 145px; border-radius: 20px; font-size: 18px; }
  .contact-form-accent { margin: 18px 0 28px; }
  .contact-form-intro br { display: none; }
}
