@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
}

:root {
  --ink: #080a0c;
  --gold: #c7a361;
  --gold2: #efd69a;
  --cream: #f4efe5;
  --muted: #969a9c;
  --line: rgba(199, 163, 97, 0.22);
  --green: #75bd9a;
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--font-sans), Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: auto; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 100; padding: 12px 16px; background: var(--gold2); color: #16120b; font-weight: 700; transition: top 0.2s; }
.skip-link:focus { top: 12px; }

.nav-shell { position: fixed; inset: 0 0 auto; z-index: 20; background: rgba(8, 10, 12, 0.72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.13em; }
.brand small { display: block; color: #7f8385; font-size: 0.51rem; letter-spacing: 0.26em; margin-top: 3px; }
.brand-mark { position: relative; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: block; flex: 0 0 auto; }
.brand-mark i, .brand-mark b { position: absolute; display: block; height: 1px; background: var(--gold); transform: rotate(-43deg); transform-origin: left; }
.brand-mark i { width: 18px; left: 10px; top: 25px; }
.brand-mark b { width: 11px; left: 21px; top: 17px; }
.brand-mark b::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); transform: rotate(43deg); }
.nav-links { display: flex; gap: 32px; color: #c0c1c0; font-size: 0.78rem; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold2); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 25px; background: linear-gradient(120deg, var(--gold2), var(--gold)); color: #16120b; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; transition: transform 0.25s, box-shadow 0.25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(199, 163, 97, 0.18); }
.button-small { min-height: 43px; padding: 0 20px; }
.menu { display: none; background: none; border: 0; padding: 12px; color: white; cursor: pointer; }
.menu span { display: block; width: 25px; height: 1px; background: currentColor; margin: 6px; transition: transform 0.2s; }

.hero { position: relative; min-height: 100vh; padding: 150px 0 0; background: radial-gradient(circle at 76% 40%, rgba(199, 163, 97, 0.13), transparent 30%), linear-gradient(120deg, #080a0c, #0a0d10 60%, #080a0c); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.04; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 13px; text-transform: uppercase; letter-spacing: 0.24em; font-size: 0.63rem; font-weight: 700; color: var(--gold2); }
.kicker span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: var(--font-display), Georgia, serif; font-weight: 500; margin: 0; }
h1 { font-size: clamp(4.4rem, 7.2vw, 7rem); line-height: 0.81; letter-spacing: -0.047em; }
h1 em, h2 em { font-weight: 400; color: var(--gold2); }
.lead { max-width: 585px; color: #b4b6b7; font-size: 1rem; line-height: 1.85; margin: 34px 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; border-bottom: 1px solid #45484a; padding: 12px 0; }
.text-link span { color: var(--gold); margin-left: 10px; }
.trust { display: flex; gap: 22px; margin-top: 45px; color: #8f9394; font-size: 0.64rem; }
.trust i { color: var(--gold); font-style: normal; margin-right: 6px; }
.hero-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-image { position: relative; width: 88%; aspect-ratio: 0.88; margin: 0; overflow: hidden; border: 1px solid var(--line); clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.75) contrast(1.05); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(4, 6, 8, 0.87)); }
.hero-image figcaption { position: absolute; z-index: 2; left: 27px; bottom: 24px; }
.hero-image figcaption span { display: block; color: var(--gold); font-size: 0.55rem; letter-spacing: 0.27em; }
.hero-image figcaption b { display: block; font-family: var(--font-display), Georgia, serif; font-size: 1.4rem; margin-top: 5px; }
.orbit { position: absolute; border: 1px solid rgba(199, 163, 97, 0.12); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 650px; height: 650px; }
.floating-card { position: absolute; right: -5px; top: 20%; z-index: 3; width: 145px; padding: 16px; background: rgba(10, 13, 15, 0.88); backdrop-filter: blur(12px); border: 1px solid var(--line); font-size: 0.62rem; color: #999; }
.floating-card b { display: block; color: white; font-size: 1rem; margin: 5px 0; }
.floating-card em { color: var(--green); font-style: normal; }
.metric-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.metric-row div { padding: 27px 25px; border-right: 1px solid rgba(255, 255, 255, 0.08); display: flex; align-items: center; gap: 14px; }
.metric-row div:first-child { padding-left: 0; }
.metric-row div:last-child { border: 0; }
.metric-row b { font-family: var(--font-display), Georgia, serif; color: var(--gold2); font-size: 1.8rem; }
.metric-row span { color: #777b7d; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.08em; }

.section { padding: 130px 0; }
.academy { background: #0b0e11; }
.section-intro { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 100px; align-items: end; margin-bottom: 62px; }
.section-intro h2, .method h2, .risk h2, .manifesto h2 { font-size: clamp(3.4rem, 5.8vw, 5.5rem); line-height: 0.92; letter-spacing: -0.035em; }
.section-intro > p { color: var(--muted); line-height: 1.8; font-size: 0.88rem; max-width: 430px; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255, 255, 255, 0.07); }
.module { position: relative; min-height: 330px; padding: 32px; border-right: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(255, 255, 255, 0.07); transition: background 0.25s; }
.module:nth-child(3n) { border-right: 0; }
.module:nth-child(n+4) { border-bottom: 0; }
.module:hover { background: linear-gradient(135deg, rgba(199, 163, 97, 0.09), transparent); }
.module-no { position: absolute; right: 25px; top: 25px; color: #4c5052; font-size: 0.66rem; }
.module-icon { color: var(--gold); font-size: 1.75rem; height: 65px; }
.module h3 { font-size: 1.7rem; }
.module p { color: #8d9193; font-size: 0.76rem; line-height: 1.8; max-width: 290px; }
.module a { position: absolute; bottom: 28px; color: var(--gold2); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.1em; }
.module a span { margin-left: 10px; }

.method { background: #080a0c; }
.split { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 90px; align-items: center; }
.editorial-image { position: relative; margin: 0; height: 650px; border: 1px solid var(--line); overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5, 7, 9, 0.65)); }
.editorial-image figcaption { position: absolute; z-index: 2; bottom: 24px; left: 26px; color: var(--gold2); font-size: 0.6rem; letter-spacing: 0.2em; }
.method-copy > p:not(.kicker) { color: var(--muted); font-size: 0.86rem; line-height: 1.85; margin: 28px 0; }
.method ol { list-style: none; padding: 0; margin: 34px 0 0; }
.method li { display: flex; gap: 22px; padding: 21px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.method li > b { color: var(--gold); font-size: 0.6rem; }
.method li span { color: #7f8385; font-size: 0.73rem; }
.method li strong { display: block; color: #e7e2d8; font-family: var(--font-display), Georgia, serif; font-size: 1.2rem; margin-bottom: 3px; }

.risk { background: radial-gradient(circle at 75% 50%, rgba(199, 163, 97, 0.09), transparent 33%), #0d1013; }
.risk-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 100px; align-items: center; }
.risk-lead { color: var(--muted); max-width: 520px; line-height: 1.85; font-size: 0.86rem; }
.risk blockquote { margin: 50px 0 0; padding: 5px 0 5px 22px; border-left: 1px solid var(--gold); font-family: var(--font-display), Georgia, serif; font-size: 1.4rem; color: #d7d0c3; max-width: 520px; }
.calculator { padding: 44px; background: linear-gradient(145deg, #151a1f, #0b0e11); border: 1px solid var(--line); box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35); }
.calc-head { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 22px; margin-bottom: 28px; font-size: 0.58rem; letter-spacing: 0.2em; color: #727678; }
.calc-head b { color: var(--gold2); }
.calculator label { display: block; margin: 26px 0; }
.calculator label > span { display: flex; justify-content: space-between; color: #b9bbba; font-size: 0.7rem; }
.calculator output { color: var(--gold2); font-weight: 700; }
input[type="range"] { width: 100%; height: 2px; margin-top: 16px; accent-color: var(--gold); cursor: pointer; }
.calc-result { display: grid; grid-template-columns: 1fr 1fr; margin-top: 35px; border: 1px solid var(--line); }
.calc-result div { padding: 22px; }
.calc-result div + div { border-left: 1px solid var(--line); }
.calc-result span { display: block; color: #75797b; font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.08em; }
.calc-result b { font-family: var(--font-display), Georgia, serif; font-size: 1.8rem; color: var(--gold2); }
.calculator small { display: block; color: #5f6365; font-size: 0.55rem; margin-top: 14px; }

.manifesto { text-align: center; background: linear-gradient(rgba(8, 10, 12, 0.72), rgba(8, 10, 12, 0.92)), url("assets/w-trading-strategy.png") center / cover; }
.manifesto .kicker { justify-content: center; }
.manifesto p:not(.kicker) { max-width: 590px; margin: 28px auto 34px; color: #aaaead; line-height: 1.8; }
.manifesto .button { margin: auto; }

footer { background: #07090a; padding: 70px 0 25px; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.footer-grid { display: grid; grid-template-columns: 2fr 0.65fr 0.65fr; gap: 60px; }
.footer-grid > div:first-child p { color: #74787a; max-width: 400px; font-size: 0.7rem; line-height: 1.8; margin-top: 22px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; font-size: 0.68rem; color: #7b7f81; }
.footer-grid > div:not(:first-child) b { color: #d9d4ca; font-size: 0.7rem; margin-bottom: 8px; }
.footer-placeholder { color: #55595b; cursor: not-allowed; }
.legal { display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255, 255, 255, 0.06); padding-top: 22px; margin-top: 50px; color: #55595b; font-size: 0.54rem; }
.legal p { max-width: 700px; margin: 0; text-align: right; line-height: 1.6; }

:focus-visible { outline: 2px solid var(--gold2); outline-offset: 4px; }

@media (max-width: 900px) {
  .desktop-cta { display: none; }
  .menu { display: block; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; padding: 28px 24px; background: #0b0e11; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .hero { padding-top: 125px; }
  .hero-grid, .split, .risk-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 500px; }
  .hero-image { width: min(540px, 88%); }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row div:nth-child(2) { border-right: 0; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .module:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, 0.07); }
  .module:nth-child(2n) { border-right: 0; }
  .module:nth-child(n+4) { border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .module:nth-child(n+5) { border-bottom: 0; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; }
  .editorial-image { height: 520px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 600px) {
  .wrap { width: min(calc(100% - 30px), 1180px); }
  .nav { height: 72px; }
  .nav-links { top: 72px; }
  h1 { font-size: 3.75rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust { flex-direction: column; gap: 10px; }
  .hero-art { min-height: 400px; }
  .hero-image { width: 100%; aspect-ratio: 1; }
  .orbit-two { width: 420px; height: 420px; }
  .orbit-one { width: 340px; height: 340px; }
  .floating-card { right: -6px; top: 10%; }
  .metric-row { margin-top: 20px; }
  .metric-row div { padding: 20px 8px; display: block; }
  .metric-row b { display: block; }
  .metric-row span { font-size: 0.5rem; }
  .section { padding: 85px 0; }
  .section-intro h2, .method h2, .risk h2, .manifesto h2 { font-size: 3.5rem; }
  .module-grid { grid-template-columns: 1fr; }
  .module, .module:nth-child(3n), .module:nth-child(2n), .module:nth-child(n+5) { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .module:last-child { border-bottom: 0; }
  .editorial-image { height: 420px; }
  .split, .risk-grid { gap: 55px; }
  .calculator { padding: 27px 20px; }
  .calc-result b { font-size: 1.45rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .legal { display: block; }
  .legal p { text-align: left; margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
