:root { --ink:#101319; --paper:#f4f1e9; --panel:#fffdf8; --muted:#61656c; --line:#d8d4ca; --accent:#df5c3f; --accent2:#183b5b; --radius:22px; --serif:Georgia,"Times New Roman",serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; }
button,input,textarea { font:inherit; }
.vitality-site { --paper:#f4f1e9; --panel:#fffdf8; --ink:#101319; --muted:#62666d; --line:#d8d4ca; --accent:#df5c3f; --accent2:#183b5b; min-height:100vh; color:var(--ink); background:var(--paper); }
.site-header { min-height:88px; display:grid; grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr); align-items:center; gap:28px; padding:18px clamp(20px,5vw,76px); border-bottom:1px solid var(--line); background:color-mix(in srgb,var(--paper) 94%,transparent); position:relative; z-index:3; }
.site-brand { display:flex; align-items:center; gap:12px; text-decoration:none; font-weight:750; }
.site-brand > span:last-child { display:flex; flex-direction:column; gap:3px; }
.site-brand small { color:var(--muted); font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.brand-mark { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; color:var(--paper); background:var(--ink); font-family:var(--serif); font-size:19px; }
.site-header nav { display:flex; gap:25px; }
.site-header nav a { color:var(--muted); text-decoration:none; font-size:14px; }
.site-header nav a:hover { color:var(--ink); }
.header-contact { justify-self:end; font-weight:750; text-decoration:none; }
.hero { min-height:680px; position:relative; overflow:hidden; }
.hero-copy { position:relative; z-index:2; }
.eyebrow { margin:0 0 18px; color:var(--accent); font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.hero h1 { margin:0; max-width:840px; font-family:var(--serif); font-size:clamp(48px,6.5vw,104px); line-height:.94; letter-spacing:-.04em; }
.hero-lead { max-width:680px; margin:26px 0 0; color:var(--muted); font-size:clamp(17px,1.4vw,21px); line-height:1.55; }
.hero-actions { display:flex; align-items:center; gap:24px; margin-top:34px; }
.primary-button { display:inline-flex; justify-content:center; align-items:center; min-height:52px; padding:0 24px; border:0; border-radius:999px; color:white; background:var(--accent); text-decoration:none; font-weight:800; cursor:pointer; }
.text-link { text-decoration:none; font-weight:700; }
.hero-visual { position:relative; margin:0; overflow:hidden; }
.hero-visual img { object-fit:cover; }
.proof-stack,.proof-strip,.proof-cloud { position:relative; z-index:2; }
.proof-stack { display:grid; gap:10px; }
.proof-stack span { display:flex; align-items:center; gap:14px; padding:13px 16px; border:1px solid var(--line); background:color-mix(in srgb,var(--paper) 90%,transparent); font-size:13px; }
.proof-stack b { color:var(--accent); font-size:11px; }
.proof-strip { display:flex; gap:8px; flex-wrap:wrap; }
.proof-strip span,.proof-cloud span { padding:11px 14px; border-radius:999px; background:var(--panel); border:1px solid var(--line); font-size:12px; font-weight:700; }

/* 01 — спортивный плакат */
.theme-forge { --paper:#f3eee5; --panel:#fff9ef; --ink:#15191d; --muted:#5b6167; --line:#cfc6b6; --accent:#e15337; --accent2:#163d60; }
.hero-forge { display:grid; grid-template-columns:minmax(360px,.9fr) 1.1fr; grid-template-rows:1fr auto; gap:28px; padding:70px clamp(20px,5vw,76px) 38px; }
.hero-forge:before { content:""; position:absolute; inset:0 60% 0 0; background:linear-gradient(135deg,transparent 60%,rgba(225,83,55,.16) 60%); }
.hero-forge .forge-number { position:absolute; top:22px; left:45%; color:rgba(22,61,96,.09); font-size:300px; font-weight:900; line-height:1; }
.hero-forge .hero-copy { align-self:center; }
.hero-forge h1 { font-family:Arial,Helvetica,sans-serif; font-size:clamp(54px,6.4vw,100px); font-weight:900; text-transform:uppercase; }
.hero-forge .hero-visual { grid-column:2; grid-row:1 / span 2; min-height:570px; border-radius:8px 92px 8px 8px; box-shadow:18px 18px 0 var(--accent2); }
.hero-forge .proof-stack { grid-column:1; grid-row:2; grid-template-columns:repeat(3,1fr); }
.hero-forge .proof-stack span { flex-direction:column; align-items:flex-start; }

/* 02 — редакционный ритм */
.theme-rhythm { --paper:#0e2425; --panel:#173437; --ink:#f4eee2; --muted:#b8c3bd; --line:#345052; --accent:#f0a24c; --accent2:#7db2a2; }
.theme-rhythm .site-header { background:#0e2425; }
.theme-rhythm .brand-mark { color:#0e2425; background:#f0a24c; }
.hero-rhythm { display:grid; grid-template-columns:.92fr 1.08fr; align-items:center; gap:60px; padding:70px clamp(20px,6vw,90px); }
.hero-rhythm .rhythm-line { position:absolute; width:520px; height:520px; border:1px solid var(--line); border-radius:50%; left:-190px; top:70px; box-shadow:0 0 0 50px rgba(125,178,162,.03),0 0 0 100px rgba(125,178,162,.02); }
.hero-rhythm .hero-copy { max-width:620px; }
.hero-rhythm h1 { font-size:clamp(62px,8vw,126px); color:var(--ink); }
.hero-rhythm .hero-visual { min-height:490px; border-radius:250px 250px 20px 20px; }
.hero-rhythm .proof-strip { position:absolute; right:7vw; bottom:50px; max-width:55%; justify-content:flex-end; }
.theme-rhythm .text-link { color:var(--ink); }

/* 03 — полевая карта */
.theme-compass { --paper:#e7e1d2; --panel:#f4efdf; --ink:#193228; --muted:#5e6b62; --line:#b7b09e; --accent:#b65f32; --accent2:#294d3b; }
.hero-compass { display:grid; grid-template-columns:1.35fr .9fr; min-height:760px; }
.hero-compass .hero-visual { min-height:760px; }
.hero-compass .compass-panel { position:relative; z-index:2; display:flex; flex-direction:column; justify-content:center; padding:70px clamp(30px,5vw,80px); background:var(--paper); }
.hero-compass h1 { font-size:clamp(52px,5.8vw,90px); }
.hero-compass .proof-stack { margin-top:38px; grid-template-columns:1fr; }
.hero-compass .compass-rose { position:absolute; z-index:2; left:40px; top:36px; width:72px; height:72px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.75); border-radius:50%; color:white; font:700 20px var(--serif); }
.hero-compass .compass-rose:after { content:""; position:absolute; width:1px; height:94px; background:white; transform:rotate(36deg); }

/* 04 — индустриальный монолит */
.theme-monolith { --paper:#111315; --panel:#1a1d20; --ink:#f4f4ef; --muted:#b8bab7; --line:#383d3b; --accent:#b8ef3f; --accent2:#687a38; }
.theme-monolith .site-header { background:#111315; }
.theme-monolith .brand-mark { color:#111315; background:#b8ef3f; }
.theme-monolith .primary-button { color:#111315; }
.hero-monolith { min-height:780px; }
.hero-monolith .hero-visual { position:absolute; inset:0; }
.hero-monolith .hero-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(9,10,11,.97) 0%,rgba(9,10,11,.82) 44%,rgba(9,10,11,.12) 78%); }
.hero-monolith .monolith-copy { position:relative; z-index:2; max-width:820px; padding:96px clamp(20px,6vw,98px); }
.hero-monolith h1 { font-family:Arial,Helvetica,sans-serif; font-size:clamp(58px,7.4vw,118px); font-weight:950; line-height:.86; text-transform:uppercase; }
.hero-monolith .mono-index { display:block; margin-bottom:70px; color:var(--accent); font:800 12px monospace; letter-spacing:.2em; }
.hero-monolith .proof-strip { margin-top:50px; }
.hero-monolith .proof-strip span { color:var(--ink); background:rgba(17,19,21,.82); }
.theme-monolith .text-link { color:var(--ink); }

/* 05 — воздушная студия */
.theme-air { --paper:#f3f8f8; --panel:#ffffff; --ink:#18313b; --muted:#667a80; --line:#cadcde; --accent:#ed895b; --accent2:#3891a6; }
.hero-air { display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:48px; padding:64px clamp(20px,5vw,76px); }
.hero-air .hero-visual { min-height:560px; border-radius:50% 50% 18px 18px / 18% 18% 18px 18px; }
.hero-air .hero-copy { padding-left:4vw; }
.hero-air h1 { color:var(--accent2); font-size:clamp(60px,7vw,110px); }
.hero-air .air-orbit { position:absolute; left:-80px; bottom:-130px; width:430px; height:430px; border:64px solid rgba(56,145,166,.08); border-radius:50%; }
.hero-air .proof-cloud { position:absolute; left:5vw; bottom:45px; display:flex; gap:8px; flex-wrap:wrap; max-width:38%; }

/* 06 — два голоса */
.theme-dialogue { --paper:#f1e8df; --panel:#fff8f1; --ink:#3b2532; --muted:#786874; --line:#cfbfc4; --accent:#ad5e51; --accent2:#6e405d; }
.hero-dialogue { display:grid; grid-template-columns:1.1fr .9fr; min-height:760px; padding:56px clamp(20px,5vw,76px); gap:0; }
.hero-dialogue .hero-visual { min-height:640px; border-radius:180px 0 0 18px; }
.hero-dialogue .dialogue-card { position:relative; z-index:2; align-self:center; margin-left:-40px; padding:64px; background:var(--panel); border:1px solid var(--line); box-shadow:0 24px 70px rgba(59,37,50,.13); }
.hero-dialogue h1 { font-size:clamp(58px,6vw,94px); }
.hero-dialogue .proof-stack { margin-top:38px; grid-template-columns:1fr; }
.hero-dialogue .dialogue-label { position:absolute; z-index:2; top:35px; right:6vw; color:var(--accent2); font:700 12px monospace; letter-spacing:.3em; }

.approach-section,.products-section,.program-section,.materials-section,.faq-section,.contact-section { padding:clamp(72px,8vw,130px) clamp(20px,7vw,110px); border-top:1px solid var(--line); }
.section-heading { display:grid; grid-template-columns:minmax(130px,.35fr) minmax(420px,1fr); column-gap:60px; align-items:start; margin-bottom:48px; }
.section-heading .eyebrow { grid-row:1 / span 2; }
.section-heading h2,.materials-section h2,.contact-copy h2 { margin:0; max-width:950px; font:500 clamp(38px,4.4vw,72px)/1.04 var(--serif); letter-spacing:-.035em; }
.section-heading > p:last-child { max-width:690px; margin:24px 0 0; color:var(--muted); font-size:18px; line-height:1.6; }
.outcome-list { list-style:none; margin:0 0 0 35%; padding:0; border-top:1px solid var(--line); }
.outcome-list li { display:grid; grid-template-columns:90px 1fr; gap:18px; padding:23px 0; border-bottom:1px solid var(--line); align-items:start; }
.outcome-list li span { color:var(--accent); font:700 12px monospace; }
.outcome-list strong { font-size:clamp(20px,2vw,29px); line-height:1.25; }
.products-section { display:grid; grid-template-columns:.85fr 1.15fr; gap:50px; }
.products-section .section-heading { display:block; margin:0; }
.flagship-product { grid-row:2; padding:32px; background:var(--accent); color:white; border-radius:var(--radius); }
.theme-monolith .flagship-product { color:#111315; }
.flagship-product > span { font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.16em; }
.flagship-product h3 { margin:38px 0 10px; font:500 35px/1.1 var(--serif); }
.flagship-product > strong { display:block; font-size:30px; }
.flagship-product p { line-height:1.55; }
.flagship-product a { display:inline-block; margin-top:10px; font-weight:800; }
.product-list { grid-column:2; grid-row:1 / span 2; border-top:1px solid var(--line); }
.product-list article { display:grid; grid-template-columns:1fr auto; gap:25px; padding:30px 0; border-bottom:1px solid var(--line); }
.product-list h3 { margin:0 0 8px; font-size:24px; }
.product-list p { margin:0; color:var(--muted); line-height:1.5; }
.product-list > article > strong { white-space:nowrap; font-size:22px; }
.program-list { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.program-list article { min-height:260px; padding:30px; background:var(--panel); }
.program-list article > span { display:block; min-height:48px; color:var(--accent); font:800 12px monospace; text-transform:uppercase; }
.program-list h3 { margin:34px 0 13px; font:500 27px var(--serif); }
.program-list p { margin:0; color:var(--muted); line-height:1.55; }
.materials-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; background:color-mix(in srgb,var(--panel) 75%,var(--paper)); }
.materials-section ul { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.materials-section li { min-height:128px; display:flex; align-items:flex-end; padding:22px; border:1px solid var(--line); background:var(--paper); font-size:19px; font-weight:750; }
.faq-list { margin-left:35%; border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { list-style:none; display:flex; justify-content:space-between; gap:25px; padding:28px 0; cursor:pointer; font-size:22px; font-weight:750; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--accent); font-size:30px; font-weight:400; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { max-width:780px; margin:-8px 0 30px; color:var(--muted); font-size:17px; line-height:1.65; }
.contact-section { display:grid; grid-template-columns:1fr 1fr; gap:80px; background:var(--ink); color:var(--paper); }
.contact-copy > p:not(.eyebrow) { max-width:650px; color:color-mix(in srgb,var(--paper) 72%,transparent); font-size:18px; line-height:1.6; }
.contact-copy dl { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin:40px 0; }
.contact-copy dl div { display:flex; flex-direction:column; gap:7px; }
.contact-copy dt { color:color-mix(in srgb,var(--paper) 55%,transparent); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.contact-copy dd { margin:0; line-height:1.4; }
.external-profile { font-weight:750; }
.lead-form { align-self:start; display:grid; grid-template-columns:1fr 1fr; gap:18px; padding:36px; border-radius:var(--radius); background:var(--paper); color:var(--ink); }
.lead-form label { display:grid; gap:9px; font-size:13px; font-weight:750; }
.lead-form input,.lead-form textarea { width:100%; border:1px solid var(--line); border-radius:12px; background:var(--panel); color:var(--ink); padding:15px 16px; outline:none; }
.lead-form input:focus,.lead-form textarea:focus { border-color:var(--accent); box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent); }
.lead-form textarea { resize:vertical; }
.form-wide { grid-column:1 / -1; }
.lead-form .consent { display:flex; align-items:flex-start; gap:9px; color:var(--muted); font-size:12px; font-weight:500; line-height:1.5; }
.lead-form .consent input { width:18px; margin-top:2px; }
.form-success { align-self:start; padding:42px; border-radius:var(--radius); background:var(--paper); color:var(--ink); }
.form-success strong { font:500 34px var(--serif); }
.form-success p { color:var(--muted); line-height:1.5; }
.form-success button { border:0; padding:0; color:var(--accent); background:none; font-weight:800; cursor:pointer; }
.site-footer { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:36px; padding:48px clamp(20px,7vw,110px); color:var(--muted); background:var(--paper); font-size:12px; line-height:1.6; }
.site-footer > div { display:flex; flex-direction:column; gap:5px; }
.site-footer strong { color:var(--ink); }
.site-footer nav { display:flex; flex-direction:column; gap:4px; }
.site-footer > p { grid-column:1 / -1; margin:4px 0 0; padding-top:24px; border-top:1px solid var(--line); }

.legal-document { min-height:100vh; padding-bottom:80px; color:var(--ink); background:var(--paper); }
.legal-document > header { display:flex; justify-content:space-between; padding:26px clamp(20px,7vw,110px); border-bottom:1px solid var(--line); font-weight:700; }
.legal-document article { max-width:880px; margin:0 auto; padding:80px 24px; }
.legal-document h1 { margin:0 0 20px; font:500 clamp(44px,6vw,76px)/1 var(--serif); }
.legal-document .document-date { color:var(--muted); }
.legal-document article section { margin-top:44px; }
.legal-document h2 { font-size:22px; }
.legal-document article p { color:var(--muted); font-size:17px; line-height:1.7; }

.showcase-shell { min-height:100vh; padding:60px clamp(20px,6vw,96px); color:#eaf0f3; background:#07131f; }
.showcase-header { max-width:1500px; margin:0 auto 55px; }
.showcase-kicker { color:#7fa7bb; font-size:12px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.showcase-heading { display:grid; grid-template-columns:1fr auto; gap:60px; align-items:end; margin-top:24px; }
.showcase-heading h1 { max-width:1000px; margin:0; font:500 clamp(52px,7vw,112px)/.92 var(--serif); letter-spacing:-.05em; }
.showcase-heading p { max-width:760px; margin:28px 0 0; color:#9db0bb; font-size:19px; line-height:1.6; }
.showcase-count { display:flex; flex-direction:column; align-items:center; min-width:160px; padding:28px; border:1px solid #294050; border-radius:90px 90px 16px 16px; }
.showcase-count strong { font:500 72px var(--serif); }
.showcase-count span { color:#7fa7bb; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.concept-grid { max-width:1500px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.concept-card { --card:#17384b; min-height:420px; display:flex; flex-direction:column; padding:26px; border:1px solid rgba(255,255,255,.12); border-radius:24px; color:white; background:var(--card); text-decoration:none; transition:transform .2s ease,border-color .2s ease; }
.concept-card:hover { transform:translateY(-4px); border-color:rgba(255,255,255,.4); }
.concept-coral { --card:#8d3e31; }.concept-amber{--card:#6f4b22}.concept-pine{--card:#284b3c}.concept-lime{--card:#3d492b}.concept-sky{--card:#285f70}.concept-plum{--card:#633c56}
.concept-topline,.concept-action { display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.7); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.concept-mark { flex:1; display:grid; place-items:center; }
.concept-mark span { width:110px; height:110px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.45); border-radius:50%; font:500 56px var(--serif); }
.concept-place { color:rgba(255,255,255,.65); font-size:12px; }
.concept-copy h2 { margin:7px 0; font:500 35px var(--serif); }
.concept-copy p { margin:0 0 26px; color:rgba(255,255,255,.78); }
.showcase-footer { max-width:1500px; margin:45px auto 0; padding-top:24px; border-top:1px solid #294050; display:flex; justify-content:space-between; color:#7fa7bb; font-size:12px; }

@media (max-width:980px) {
  .site-header { grid-template-columns:1fr auto; }.site-header nav{display:none}.header-contact{font-size:13px}
  .hero-forge,.hero-rhythm,.hero-air,.hero-dialogue,.hero-compass{grid-template-columns:1fr}.hero-forge .hero-visual{grid-column:1;grid-row:2;min-height:440px}.hero-forge .proof-stack{grid-column:1;grid-row:3}.hero-rhythm{padding-bottom:120px}.hero-rhythm .hero-visual{min-height:420px}.hero-rhythm .proof-strip{left:20px;right:20px;max-width:none;justify-content:flex-start}.hero-compass .hero-visual{min-height:480px}.hero-compass .compass-panel{padding:60px 24px}.hero-air{padding-bottom:130px}.hero-air .hero-visual{min-height:430px}.hero-air .proof-cloud{left:20px;bottom:45px;max-width:80%}.hero-dialogue .hero-visual{min-height:450px;border-radius:140px 140px 0 0}.hero-dialogue .dialogue-card{margin:-30px 20px 0;padding:42px}.hero-monolith .monolith-copy{padding:80px 24px}
  .section-heading{grid-template-columns:1fr}.section-heading .eyebrow{grid-row:auto}.outcome-list,.faq-list{margin-left:0}.products-section{grid-template-columns:1fr}.flagship-product,.product-list{grid-column:1;grid-row:auto}.program-list{grid-template-columns:1fr 1fr}.materials-section{grid-template-columns:1fr}.contact-section{grid-template-columns:1fr}.concept-grid{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr 1fr}.showcase-heading{grid-template-columns:1fr}.showcase-count{display:none}
}
@media (max-width:640px) {
  .site-header{min-height:72px;padding:14px 18px}.header-contact{display:none}.hero{min-height:auto}.hero h1{font-size:48px}.hero-forge,.hero-rhythm,.hero-air,.hero-dialogue{padding:48px 18px}.hero-forge .forge-number{font-size:190px}.hero-forge .proof-stack{grid-template-columns:1fr}.hero-forge .hero-visual,.hero-rhythm .hero-visual,.hero-air .hero-visual{min-height:330px}.hero-compass{display:flex;flex-direction:column}.hero-compass .hero-visual{min-height:360px}.hero-dialogue .dialogue-card{padding:30px}.hero-monolith{min-height:700px}.hero-actions{align-items:flex-start;flex-direction:column}.approach-section,.products-section,.program-section,.materials-section,.faq-section,.contact-section{padding:64px 18px}.section-heading{gap:0}.section-heading h2,.materials-section h2,.contact-copy h2{font-size:39px}.outcome-list li{grid-template-columns:52px 1fr}.program-list,.materials-section ul{grid-template-columns:1fr}.lead-form{grid-template-columns:1fr;padding:24px}.form-wide{grid-column:1}.contact-copy dl{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;padding:38px 18px}.concept-grid{grid-template-columns:1fr}.showcase-shell{padding:44px 18px}.showcase-heading h1{font-size:52px}.showcase-footer{flex-direction:column;gap:10px}
}
