:root {
  --bg: #f8fbfa;
  --surface: #ffffff;
  --surface-cool: rgba(255, 255, 255, 0.72);
  --ink: #173f35;
  --plum: #593e4e;
  --green: #2f7d68;
  --pink: #f8dbe9;
  --pink-strong: #eaa8c7;
  --mint: #e5f5ef;
  --sun: #fff6c7;
  --grass: #e2f7a2;
  --line: rgba(23, 63, 53, 0.16);
  --muted: rgba(23, 63, 53, 0.72);
  --shadow: 0 24px 80px rgba(23, 63, 53, 0.12);
  --zh-font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

* {
  box-sizing: border-box;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(242, 252, 251, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 800;
  color: var(--ink);
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(23, 63, 53, 0.82);
  font-size: 16px;
  font-weight: 650;
}

.nav-links a {
  padding: 8px 2px;
}

.nav-links a:hover,
.nav-links .active {
  color: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #ffffff;
  padding: 0 18px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(23, 63, 53, 0.18);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.32);
  color: var(--ink);
  box-shadow: none;
}

.page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: center;
  gap: 56px;
  padding: 86px 0 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--plum);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.profile-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.profile-avatar {
  width: 64px;
  height: 64px;
  border: 3px solid rgba(255, 248, 239, 0.92);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(23, 63, 53, 0.18);
  object-fit: cover;
  object-position: 48% 26%;
}

.profile-kicker .eyebrow {
  margin-bottom: 3px;
}

.profile-kicker span {
  display: block;
  color: rgba(23, 63, 53, 0.78);
  font-size: 15px;
  font-weight: 700;
}

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

h1 {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 8vw, 100px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 700px;
  color: rgba(23, 63, 53, 0.82);
  font-size: 22px;
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.logo-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  padding: 18px;
  box-shadow: var(--shadow);
}

.logo-panel img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.cup-mark {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 32px;
  background:
    radial-gradient(circle at 52% 42%, rgba(247, 184, 216, 0.94), transparent 36%),
    radial-gradient(circle at 15% 18%, rgba(207, 238, 227, 0.9), transparent 38%),
    #ffffff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.cup-image {
  width: min(76%, 320px);
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(0.95);
}

.steam-cup-image {
  width: min(58%, 240px);
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(0.9);
}

.portrait-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(23, 63, 53, 0.12);
}

.portrait-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 48% 24%;
}

.home-photo-panel img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 16%;
}

.lesson-photo-panel img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 48% 18%;
}

.contact-photo-panel img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 50% 68%;
  transform: scale(1.35);
  transform-origin: 50% 70%;
}

.lesson-photo-slot {
  background:
    linear-gradient(135deg, var(--pink) 0%, #fff 45%, var(--grass) 100%);
  transform: rotate(1deg);
}

.lesson-vibe-panel img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.contact-cup {
  border: 2px solid var(--ink);
  border-radius: 24px;
  background:
    linear-gradient(145deg, var(--sun), var(--pink) 48%, var(--grass));
  box-shadow: 10px 10px 0 rgba(23, 63, 53, 0.95);
}

.abstract-panel {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 44% 42%, rgba(247, 184, 216, 0.88), transparent 28%),
    radial-gradient(circle at 68% 62%, rgba(89, 62, 78, 0.28), transparent 24%),
    radial-gradient(circle at 24% 74%, rgba(207, 238, 227, 0.9), transparent 26%),
    #ffffff;
  box-shadow: var(--shadow);
}

.abstract-panel::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 999px;
}

.abstract-panel.has-icon {
  display: grid;
  place-items: center;
}

.cup {
  position: relative;
  width: 172px;
  height: 92px;
  border: 5px solid var(--plum);
  border-radius: 24px 24px 68px 68px;
}

.cup::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  height: 30px;
  border-radius: 999px;
  background: var(--plum);
}

.cup::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -28px;
  height: 13px;
  border-radius: 999px;
  background: var(--plum);
}

.band {
  margin: 0 calc(50% - 50vw);
  padding: 78px max(20px, calc((100vw - 1120px) / 2));
}

.warm {
  background: rgba(255, 255, 255, 0.78);
}

.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.lead {
  color: rgba(23, 63, 53, 0.82);
  font-size: 20px;
  line-height: 1.7;
}

.lead strong {
  color: var(--ink);
  font-weight: 850;
}

.stats,
.grid,
.note-grid,
.contact-grid,
.principle-grid {
  display: grid;
  gap: 18px;
}

.stats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

.stat,
.card,
.lesson-card,
.note-card,
.strength-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  padding: 24px;
  box-shadow: 0 16px 44px rgba(23, 63, 53, 0.07);
}

.card:nth-child(2) {
  background: rgba(255, 255, 255, 0.82);
}

.card:nth-child(3) {
  background: rgba(255, 255, 255, 0.82);
}

.stat strong {
  display: block;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.stat span,
.card p,
.lesson-card p,
.note-card p {
  color: rgba(23, 63, 53, 0.82);
  font-size: 16.5px;
  line-height: 1.65;
}

.review-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(229, 245, 239, 0.76);
  padding: 20px 22px;
  box-shadow: none;
}

.review-strip p {
  max-width: 680px;
  margin: 0;
  color: rgba(23, 63, 53, 0.84);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.55;
}

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

.lesson-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.method-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.method-card {
  position: relative;
  display: grid;
  gap: 18px;
  border-left: 1px solid var(--line);
  padding: 4px 0 4px 32px;
  font-family: Montserrat, "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
}

.method-icon {
  position: absolute;
  right: 6px;
  top: -34px;
  width: 82px;
  height: 82px;
  opacity: 0.14;
  object-fit: contain;
}

.method-row {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.method-row span {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.method-row p,
.strength-lines p {
  color: rgba(23, 63, 53, 0.82);
  font-size: 16.5px;
  line-height: 1.62;
  margin-bottom: 0;
}

.method-card strong {
  color: var(--green);
  font-weight: 750;
}

.method-row p:last-child,
.strength-lines p:last-child {
  margin-bottom: 0;
}

.strength-lines {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.strength-lines p {
  margin-bottom: 0;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.strength-card:nth-child(1) {
  background: rgba(255, 211, 232, 0.62);
}

.strength-card:nth-child(2) {
  background: rgba(221, 247, 239, 0.74);
}

.strength-card:nth-child(3) {
  background: rgba(255, 249, 170, 0.58);
}

.strength-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 22px;
}

.strength-card p {
  margin-bottom: 0;
  color: rgba(23, 63, 53, 0.82);
  font-size: 16.5px;
  line-height: 1.62;
}

.compact-title {
  max-width: 860px;
}

.experience-note-inline {
  max-width: 900px;
}

.experience-note-inline .section-title {
  margin-bottom: 0;
}

.card h3,
.lesson-card h3,
.note-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 22px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.experience-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.experience-visual {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 10px 10px 0 rgba(23, 63, 53, 0.95);
  transform: rotate(-1deg);
}

.experience-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 55%;
}

.experience-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: rgba(255, 249, 170, 0.92);
  padding: 14px;
  box-shadow: 4px 4px 0 rgba(23, 63, 53, 0.95);
}

.experience-note strong,
.experience-note span {
  display: block;
}

.experience-note strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.experience-note span {
  margin-top: 4px;
  color: rgba(23, 63, 53, 0.78);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.soft-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soft-list li {
  border: 1px solid var(--ink);
  border-left: 8px solid var(--pink-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  padding: 12px 14px;
  color: rgba(23, 63, 53, 0.84);
  font-size: 17px;
  line-height: 1.55;
}

.process-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  counter-increment: process;
  position: relative;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  padding: 16px 16px 16px 62px;
  color: rgba(23, 63, 53, 0.84);
  font-size: 17px;
  line-height: 1.55;
  box-shadow: 5px 5px 0 rgba(23, 63, 53, 0.92);
}

.process-list li::before {
  content: counter(process);
  position: absolute;
  left: 15px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--grass);
  color: var(--ink);
  font-weight: 900;
}

.testimonial-split {
  align-items: center;
}

.testimonial-stack {
  display: grid;
  gap: 14px;
}

.testimonial-stack blockquote {
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: #ffffff;
  padding: 18px 20px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 780;
  line-height: 1.45;
  box-shadow: 5px 5px 0 rgba(23, 63, 53, 0.92);
}

.testimonial-stack blockquote:nth-child(2) {
  background: var(--pink);
}

.testimonial-stack blockquote:nth-child(3) {
  background: var(--grass);
}

.about-hero h1 {
  font-size: clamp(48px, 7vw, 84px);
}

.story-block {
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  padding: 24px;
  box-shadow: 7px 7px 0 rgba(23, 63, 53, 0.95);
}

.story-block p {
  color: rgba(23, 63, 53, 0.84);
  font-size: 18px;
  line-height: 1.72;
}

.story-block p:last-child {
  margin-bottom: 0;
}

.principle-grid {
  grid-template-columns: repeat(3, 1fr);
}

.principle-card {
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  padding: 24px;
  box-shadow: 6px 6px 0 rgba(23, 63, 53, 0.92);
}

.principle-card:nth-child(2) {
  background: rgba(247, 184, 216, 0.74);
}

.principle-card:nth-child(3) {
  background: rgba(185, 242, 93, 0.58);
}

.principle-card h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.principle-card p {
  color: rgba(23, 63, 53, 0.82);
  font-size: 17px;
  line-height: 1.62;
}

.note-grid {
  grid-template-columns: repeat(3, 1fr);
}

.podcast-hero-card {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: #f8fffd;
  padding: 18px;
  box-shadow: 12px 12px 0 rgba(23, 63, 53, 0.95);
  transform: rotate(1deg);
}

.play-mark {
  position: absolute;
  right: 28px;
  bottom: 58px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--grass);
  box-shadow: 5px 5px 0 rgba(23, 63, 53, 0.95);
}

.play-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid var(--ink);
}

.podcast-hero-card img {
  display: block;
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background: #fff;
}

.podcast-sticker {
  position: absolute;
  right: 12px;
  top: 14px;
  z-index: 1;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff78e;
  color: var(--ink);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(5deg);
}

.podcast-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.podcast-mini-list span {
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 5px 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.podcast-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.podcast-heading .section-title {
  margin-bottom: 0;
}

.episode-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.episode-card {
  position: relative;
  min-height: 220px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 8px 8px 0 rgba(23, 63, 53, 0.95);
}

.episode-card:nth-child(2) {
  background: #fffef0;
}

.episode-card:nth-child(3) {
  background: #f4fffb;
}

.episode-card.featured {
  background: #fff8fc;
}

.episode-card.listening {
  background: #f6f4ff;
  color: var(--ink);
}

.episode-card.listening p,
.episode-card.listening h3 {
  color: var(--ink);
}

.episode-number {
  position: absolute;
  right: 18px;
  top: 16px;
  color: rgba(23, 63, 53, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 8vw, 92px);
  font-weight: 900;
  line-height: 0.82;
}

.episode-card.listening .episode-number {
  color: rgba(255, 255, 255, 0.16);
  font-size: clamp(42px, 6vw, 74px);
}

.episode-card h3 {
  position: relative;
  max-width: 520px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.05;
}

.episode-card p {
  position: relative;
  max-width: 540px;
  color: rgba(23, 63, 53, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.episode-actions {
  position: relative;
  margin-top: 24px;
}

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-cloud li {
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #ffffff;
  padding: 10px 14px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
  box-shadow: 4px 4px 0 rgba(23, 63, 53, 0.95);
}

.topic-cloud li:nth-child(2n) {
  background: #f7b8d8;
}

.topic-cloud li:nth-child(3n) {
  background: #fff78e;
}

.topic-cloud li:nth-child(4n) {
  background: #cfeee3;
}

.article-page {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}

.article-hero {
  padding: 76px 0 42px;
}

.article-hero h1 {
  max-width: 840px;
  font-size: clamp(46px, 7vw, 82px);
}

.zh-text {
  font-family: var(--zh-font);
}

.article-cover {
  overflow: hidden;
  margin: 0 0 42px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(23, 63, 53, 0.08);
}

.article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 48%;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.article-section {
  padding: 44px 0;
  border-top: 1px solid var(--line);
}

.word-table {
  display: grid;
  gap: 10px;
}

.word-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  padding: 14px 16px;
}

.word-row strong {
  color: var(--plum);
  font-family: var(--zh-font);
  font-size: 22px;
}

.script-box {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  padding: 28px;
}

.reading-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(229, 245, 239, 0.7);
  padding: 14px 16px;
}

.reading-note span {
  color: var(--green);
  font-family: Montserrat, "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.reading-note p {
  margin: 0;
  color: rgba(23, 63, 53, 0.78);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.story-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(24px, 5vw, 42px);
  box-shadow: 0 18px 50px rgba(23, 63, 53, 0.08);
}

.chinese-story p {
  color: rgba(23, 63, 53, 0.9);
  font-family: var(--zh-font);
  font-size: clamp(22px, 3vw, 29px);
  line-height: 2.05;
}

.chinese-story p:last-child {
  margin-bottom: 0;
}

.gloss {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid rgba(47, 125, 104, 0.34);
  color: var(--green);
  cursor: help;
  outline: none;
}

.gloss::after {
  content: attr(data-pinyin) "\A" attr(data-meaning);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 6;
  width: max-content;
  max-width: min(280px, 72vw);
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(23, 63, 53, 0.16);
  color: var(--ink);
  font-family: Montserrat, "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, 6px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: pre-line;
}

.gloss:hover::after,
.gloss:focus::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.script-box h3 {
  margin-top: 28px;
}

.script-box h3:first-child {
  margin-top: 0;
}

.script-box p,
.script-box li {
  color: rgba(23, 63, 53, 0.84);
  font-size: 17px;
  line-height: 1.72;
}

.script-box ul {
  margin-top: 0;
  padding-left: 22px;
}

.tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(247, 184, 216, 0.52);
  color: var(--plum);
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 800;
}

.price {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.5vw, 32px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 12px;
}

.price-note {
  margin-top: -6px;
  margin-bottom: 14px;
  color: rgba(23, 63, 53, 0.72);
  font-size: 15px;
  font-weight: 800;
}

.lesson-points {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding-left: 20px;
  color: rgba(23, 63, 53, 0.82);
  font-size: 16.5px;
  line-height: 1.5;
}

.lesson-points li::marker {
  color: var(--plum);
}

.form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
  color: rgba(23, 63, 53, 0.82);
  font-size: 15px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: inherit;
  padding: 14px 15px;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  padding: 24px;
  box-shadow: 0 16px 44px rgba(23, 63, 53, 0.07);
}

.contact-card h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.contact-note {
  color: rgba(23, 63, 53, 0.78);
  font-size: 17px;
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 22px;
}

.contact-icons.email-only {
  grid-template-columns: 1fr;
}

.contact-icons.email-only .contact-icon {
  min-height: 112px;
}

.contact-icon {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--ink);
  padding: 14px 10px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: none;
}

.contact-icon:nth-child(2) {
  background: var(--mint);
}

.contact-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 22px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 850;
  box-shadow: 5px 5px 0 rgba(23, 63, 53, 0.94);
}

.social-link svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  color: rgba(23, 63, 53, 0.82);
  font-size: 16.5px;
}

.contact-list a {
  color: var(--plum);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

.qr-placeholder {
  display: grid;
  place-items: center;
  min-height: 170px;
  border: 2px dashed rgba(23, 63, 53, 0.45);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.qr-placeholder.compact {
  min-height: 118px;
  padding: 18px;
}

.qr-placeholder span {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.qr-placeholder small {
  color: rgba(23, 63, 53, 0.62);
  font-size: 14px;
  font-weight: 800;
}

.full-button {
  width: 100%;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
  color: rgba(23, 63, 53, 0.78);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-brand {
  display: grid;
  gap: 5px;
}

.footer-brand span:first-child {
  color: var(--green);
  font-family: Montserrat, "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
}

.footer-brand span:last-child {
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  font-family: Montserrat, "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.footer-links a {
  color: rgba(23, 63, 53, 0.72);
  text-decoration: none;
}

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

.legal-page .article-hero {
  padding-bottom: 28px;
}

.legal-date {
  color: rgba(23, 63, 53, 0.62);
  font-family: Montserrat, "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
}

.legal-box h2 {
  color: var(--green);
  font-size: 22px;
  margin: 28px 0 10px;
}

.legal-box h2:first-child {
  margin-top: 0;
}

.legal-box p {
  color: rgba(23, 63, 53, 0.82);
  line-height: 1.75;
}

@media (max-width: 900px) {
  .hero,
  .split,
  .experience-split,
  .contact-grid,
  .method-split {
    grid-template-columns: 1fr;
  }

  .method-card {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 26px;
    padding-left: 0;
  }

  .logo-panel {
    max-width: 420px;
  }

  .stats,
  .grid,
  .lesson-grid,
  .note-grid,
  .strength-grid,
  .episode-board,
  .principle-grid {
    grid-template-columns: 1fr;
  }

  .review-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .reading-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .podcast-heading {
    align-items: start;
    flex-direction: column;
  }

  .podcast-hero-card {
    max-width: 420px;
  }

  .word-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    padding-top: 56px;
  }

  h1 {
    font-size: 58px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .profile-avatar {
    width: 58px;
    height: 58px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

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

  .contact-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}
