:root {
  --ink: #222622;
  --ink-soft: #424840;
  --muted: #73766f;
  --ivory: #f7f5ef;
  --paper: #fdfcf8;
  --sage: #35443b;
  --gold: #a98b65;
  --gold-light: #d9c8ae;
  --line: rgba(74, 69, 58, .14);
  --shadow: 0 24px 70px rgba(43, 39, 30, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1360px, calc(100% - 72px)); margin-inline: auto; }

.header { height: 124px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 18px; min-width: 300px; }
.brand b { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; line-height: 1; font-weight: 600; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; letter-spacing: .07em; }
.brand-mark { width: 38px; height: 38px; position: relative; transform: rotate(28deg); border: 1px solid var(--gold); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; inset: 6px -6px; border: 1px solid var(--gold-light); }
.brand-mark::after { inset: -6px 6px; }
.brand-mark i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); z-index: 2; }
.brand-mark i:nth-child(1) { left: -8px; top: -8px; }.brand-mark i:nth-child(2) { right: -8px; top: -8px; }.brand-mark i:nth-child(3) { right: -8px; bottom: -8px; }.brand-mark i:nth-child(4) { left: -8px; bottom: -8px; }
.nav { display: flex; align-items: center; gap: clamp(26px, 3vw, 48px); color: var(--ink-soft); font-size: 12px; letter-spacing: .035em; }
.nav a { position: relative; padding-block: 8px; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--gold); transition: right .25s; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.contact-button { padding: 14px 27px; border: 1px solid var(--sage); border-radius: 2px; color: var(--paper); background: var(--sage); font-size: 11px; letter-spacing: .06em; transition: background .2s, color .2s; }
.contact-button:hover { color: var(--sage); background: transparent; }
.menu-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.menu-button span { width: 15px; height: 1px; background: var(--ink); display: block; }

.hero { min-height: 735px; display: grid; grid-template-columns: 48% 52%; position: relative; padding-top: 72px; }
.hero-copy { padding: 7px 0 55px 18px; position: relative; z-index: 5; }
.eyebrow { display: inline-block; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; margin-bottom: 26px; }
.eyebrow::before { content: ""; display: inline-block; width: 35px; height: 1px; margin: 0 12px 3px 0; background: var(--gold); }
h1, .barriers-heading h2, .method-copy h2 { font-family: "Cormorant Garamond", Georgia, serif; }
h1 { margin: 0 0 25px; font-size: clamp(47px, 4.15vw, 66px); line-height: .99; letter-spacing: -.042em; font-weight: 500; }
h1 span { color: var(--gold); font-style: italic; }
.lead { max-width: 570px; margin: 0 0 27px; padding-left: 19px; border-left: 1px solid var(--gold-light); color: var(--muted); font-size: 13px; line-height: 1.8; }
.enrollment { display: flex; align-items: center; gap: 13px; margin: 0 0 29px; color: var(--ink-soft); font-size: 13px; }
.enrollment-text { line-height: 1.5; }.enrollment strong { color: var(--gold); font-weight: 600; white-space: nowrap; }
.calendar { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 20px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.messengers { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 650px; }
.messenger { min-height: 76px; display: flex; align-items: center; gap: 15px; padding: 13px 17px; border: 1px solid var(--line); border-radius: 3px; background: rgba(253,252,248,.72); box-shadow: none; transition: transform .2s, border-color .2s, background .2s; }
.messenger:hover { transform: translateY(-2px); border-color: var(--gold-light); background: var(--paper); }
.messenger-icon { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 50%; }
.messenger-icon img { display: block; width: 30px; height: 30px; object-fit: contain; }
.whatsapp .messenger-icon { background: #486657; }.whatsapp .messenger-icon img { filter: brightness(0) invert(1); width: 20px; height: 20px; }
.telegram .messenger-icon img { width: 34px; height: 34px; filter: grayscale(.45) saturate(.65); }
.messenger b, .messenger small { display: block; }.messenger b { font-size: 11px; font-weight: 600; }.messenger small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.arrow { margin-left: auto; color: var(--gold); font-family: Georgia, serif; font-size: 22px; }

.hero-visual { position: relative; min-width: 0; }
.portrait { position: absolute; inset: 0 28px 48px 12px; overflow: hidden; border-radius: 50% 50% 8px 8px / 42% 42% 8px 8px; background: #ebe8e0; box-shadow: var(--shadow); }
.portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); pointer-events: none; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; display: block; filter: saturate(.82) contrast(.97); }
.orbit { position: absolute; border: 1px solid var(--gold-light); border-radius: 50%; pointer-events: none; opacity: .7; }
.orbit-one { inset: -25px 0 22px -13px; }.orbit-two { inset: 15px 47px 62px 25px; opacity: .35; }
.formula { position: absolute; z-index: 3; color: var(--gold-light); font-family: "Cormorant Garamond", serif; font-size: 18px; font-style: italic; }
.formula-one { left: -68px; top: 112px; }.formula-two { left: -66px; bottom: 145px; font-size: 54px; transform: rotate(-12deg); }
.dots { width: 92px; height: 72px; position: absolute; opacity: .38; background-image: radial-gradient(var(--gold-light) 1.5px, transparent 1.5px); background-size: 16px 16px; }
.dots-left { left: -65px; top: 50px; }.dots-right { right: -15px; top: 48px; }
.stat-card { position: absolute; z-index: 6; border: 1px solid rgba(169,139,101,.25); background: rgba(253,252,248,.92); backdrop-filter: blur(12px); box-shadow: 0 18px 50px rgba(43,39,30,.09); }
.progress-card { left: 50%; bottom: 28px; transform: translateX(-50%); min-width: 265px; display: flex; align-items: center; gap: 16px; padding: 16px 22px; border-radius: 2px; }
.progress-card p { margin: 0; line-height: 1.45; white-space: nowrap; }.progress-card p b { display: block; font-family: "Cormorant Garamond", serif; font-size: 16px; font-weight: 600; }.progress-card p span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }.progress-card strong { color: var(--gold); font-size: 11px; }
.bars { width: 30px; height: 26px; display: flex; align-items: flex-end; gap: 4px; }.bars i { width: 4px; height: 8px; border: 1px solid var(--gold); }.bars i:nth-child(2) { height: 16px; }.bars i:nth-child(3) { height: 23px; }
.grade-card { right: -19px; top: 50%; transform: translateY(-50%); min-width: 150px; padding: 20px 24px; border-radius: 2px; }.grade-card small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; }.grade-card strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 29px; font-weight: 600; }.stars { margin-top: 11px; color: var(--gold); letter-spacing: 3px; font-size: 10px; white-space: nowrap; }

.benefits { min-height: 164px; margin-top: 20px; margin-bottom: 50px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 38px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits article { display: flex; gap: 17px; align-items: flex-start; padding: 0 24px; border-right: 1px solid var(--line); }.benefits article:last-child { border-right: 0; }
.benefit-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 22px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.benefits h2 { margin: 1px 0 8px; font-family: "Cormorant Garamond", serif; font-size: 17px; line-height: 1.2; font-weight: 600; }.benefits p { margin: 0; color: var(--muted); font-size: 10.5px; line-height: 1.7; }

.barriers { padding: 115px 22px 120px; }
.barriers-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.barriers-heading h2 { margin: 0; font-size: clamp(45px, 4.4vw, 65px); line-height: .98; letter-spacing: -.04em; font-weight: 500; }.barriers-heading h2 span { color: var(--gold); font-style: italic; }
.barriers-heading > p { max-width: 470px; margin: 0 0 4px; padding-left: 22px; border-left: 1px solid var(--gold-light); color: var(--muted); font-size: 13px; line-height: 1.85; }
.barrier-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.barrier-card { min-height: 350px; position: relative; padding: 35px 32px 38px; border-right: 1px solid var(--line); background: transparent; overflow: hidden; }.barrier-card:last-child { border-right: 0; }
.barrier-card.featured { color: var(--paper); background: var(--sage); }
.barrier-number { position: absolute; right: 22px; top: 17px; color: rgba(169,139,101,.18); font-family: "Cormorant Garamond", serif; font-size: 58px; line-height: 1; }.featured .barrier-number { color: rgba(255,255,255,.08); }
.barrier-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 23px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }.featured .barrier-icon { color: var(--gold-light); border-color: rgba(217,200,174,.45); }
.barrier-card h3 { max-width: 300px; margin: 26px 0 15px; font-family: "Cormorant Garamond", serif; font-size: 24px; line-height: 1.15; font-weight: 600; }
.barrier-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }.featured p { color: rgba(255,255,255,.68); }
.barriers-note { width: fit-content; max-width: 790px; margin: 35px auto 0; display: flex; align-items: center; gap: 15px; padding: 13px 20px; border-bottom: 1px solid var(--gold-light); color: var(--ink-soft); }
.barriers-note > span { color: var(--gold); font-size: 22px; }.barriers-note p { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 16px; line-height: 1.5; }

.method { padding: 30px 22px 120px; }
.method-intro { min-height: 610px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(65px, 8vw, 120px); align-items: center; padding: 58px clamp(35px, 5vw, 78px); position: relative; background: #efede6; }
.method-intro::after { content: "x² + y²"; position: absolute; right: 28px; bottom: 2px; color: rgba(169,139,101,.1); font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 76px; }
.method-photo-wrap { width: min(100%, 330px); height: 500px; position: relative; justify-self: center; }
.method-photo-wrap::before { content: ""; position: absolute; inset: -15px 15px 15px -15px; border: 1px solid var(--gold-light); }
.method-photo { position: absolute; inset: 0; z-index: 1; overflow: hidden; background: #ddd8cc; }
.method-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; filter: saturate(.76) contrast(.96); }
.method-copy { position: relative; z-index: 2; max-width: 610px; }
.personal-message { padding: 45px 48px 40px; border: 1px solid rgba(169,139,101,.25); border-radius: 0; background: rgba(253,252,248,.86); box-shadow: var(--shadow); }
.personal-message::before { content: ""; position: absolute; left: -20px; top: 0; width: 35px; height: 35px; background: linear-gradient(225deg, var(--paper) 50%, transparent 51%); }
.message-quote { position: absolute; right: 26px; top: 21px; color: rgba(169,139,101,.18); font-size: 52px; font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48; }
.message-label { display: inline-block; margin-bottom: 17px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.method-copy h2 { margin: 0 0 23px; font-size: clamp(45px, 4.2vw, 62px); line-height: .95; letter-spacing: -.045em; font-weight: 500; }.method-copy h2 span { color: var(--gold); font-style: italic; }
.method-copy > p { margin: 0 0 15px; color: var(--muted); font-size: 12.5px; line-height: 1.85; }.method-copy .method-lead { color: var(--ink-soft); font-family: "Cormorant Garamond", serif; font-size: 20px; line-height: 1.45; }
.message-signature { display: flex; align-items: center; gap: 13px; margin-top: 25px; }.signature-line { width: 42px; height: 1px; background: var(--gold); }.message-signature p { margin: 0; }.message-signature b, .message-signature small { display: block; }.message-signature b { font-family: "Cormorant Garamond", serif; font-size: 17px; }.message-signature small { margin-top: 1px; color: var(--muted); font-size: 9px; letter-spacing: .04em; }
.method-principles { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-top: 0; }
.method-principles article { min-height: 195px; display: flex; align-items: flex-start; gap: 20px; padding: 31px 34px; background: rgba(253,252,248,.52); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.method-principles article:nth-child(2n) { border-right: 0; }.method-principles article:nth-last-child(-n+2) { border-bottom: 0; }
.principle-icon { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 22px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.method-principles h3 { margin: 0 0 10px; font-family: "Cormorant Garamond", serif; font-size: 21px; line-height: 1.2; font-weight: 600; }.method-principles p { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.8; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (max-width: 1180px) {
  .nav { display: none; position: absolute; top: 95px; right: 0; min-width: 230px; flex-direction: column; align-items: flex-start; gap: 15px; padding: 25px 28px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }.nav.open { display: flex; }
  .hero { grid-template-columns: 52% 48%; }.hero-copy { padding-left: 0; }.portrait { right: 0; }.grade-card { right: -12px; }
  .benefits { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }.benefits article:nth-child(2) { border-right: 0; }.benefits article:nth-child(3), .benefits article:nth-child(4) { padding-top: 30px; border-top: 1px solid var(--line); }
  .barriers { padding-inline: 0; }.method { padding-inline: 0; }.method-intro { grid-template-columns: .8fr 1.2fr; gap: 55px; padding-inline: 45px; }.method-photo-wrap { width: 290px; height: 455px; }
}

@media (max-width: 850px) {
  .container { width: min(100% - 36px, 680px); }.header { height: 94px; }.brand { min-width: auto; }.brand small { display: none; }.contact-button { display: none; }
  .hero { display: flex; flex-direction: column; padding-top: 40px; }.hero-visual { order: 0; height: 540px; margin-bottom: 52px; }.hero-copy { order: 1; }.portrait { inset: 0 25px 34px; }.orbit-one { inset: -12px 8px 10px; }.formula { display: none; }.progress-card { bottom: 15px; }.grade-card { right: 0; }
  h1 { font-size: clamp(48px, 9vw, 62px); }.lead { max-width: none; }.messengers { max-width: none; }
  .benefits { margin-top: 55px; }
  .barriers { padding-top: 85px; }.barriers-heading { grid-template-columns: 1fr; gap: 25px; }.barriers-heading > p { max-width: 600px; }.barrier-list { grid-template-columns: 1fr; border-bottom: 0; }.barrier-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .method { padding-top: 15px; }.method-intro { grid-template-columns: 1fr; gap: 60px; padding: 65px 45px; }.method-photo-wrap { width: min(70%, 320px); height: 490px; }.method-copy { max-width: none; }.method-principles { grid-template-columns: 1fr; }.method-principles article, .method-principles article:nth-child(2n), .method-principles article:nth-last-child(-n+2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }.method-principles article:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }.header { height: 80px; }.brand b { font-size: 22px; }.brand-mark { width: 31px; height: 31px; }
  .hero-visual { height: 420px; margin-bottom: 42px; }.portrait { inset: 0 0 28px; }.progress-card { min-width: 238px; padding: 12px 15px; bottom: 8px; }.progress-card p b { font-size: 14px; }.grade-card { right: -4px; min-width: 126px; padding: 16px 17px; }.grade-card strong { font-size: 23px; }
  .hero-copy { padding-bottom: 30px; }.eyebrow { font-size: 9px; }.hero-copy h1 { font-size: 42px; line-height: 1.01; }.hero-copy h1 br:nth-of-type(2) { display: none; }.lead { padding-left: 14px; }.messengers { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; padding: 30px 5px; }.benefits article, .benefits article:nth-child(2) { padding: 22px 12px; border-right: 0; border-top: 1px solid var(--line); }.benefits article:first-child { border-top: 0; }
  .barriers { padding: 75px 0 90px; }.barriers-heading { margin-bottom: 38px; }.barriers-heading h2 { font-size: 43px; }.barriers-heading h2 br { display: none; }.barriers-heading > p { padding-left: 15px; }.barrier-card { padding: 30px 24px; }.barriers-note { align-items: flex-start; padding-inline: 5px; }
  .method { padding: 0 0 80px; }.method-intro { padding: 45px 20px 50px; gap: 48px; }.method-photo-wrap { width: min(76%, 280px); height: 420px; }.personal-message { padding: 35px 25px 31px; }.personal-message::before { display: none; }.method-copy h2 { font-size: 43px; }.method-copy h2 br { display: none; }.method-principles article { padding: 26px 21px; gap: 15px; }
  .dots { display: none; }
}
