/* =========================================
   Toilhouse · bundle.css
   Fingerprint dimensions applied:
   - dom_hierarchy: container-wrapped
   - layout_strategy: position-absolute (fixed header)
   - css_naming: camelCase
   - css_units: clamp
   - css_variables: none (hardcoded)
   - css_reset: opinionated
   - css_methodology: semantic-css
   - typography_hierarchy: streaming-lato
   - spacing_rhythm: newspaper
   - color_sections: pastel-blocks (adapted, masculine palette)
   - section_class_names: descriptive-full (transposed to camelCase)
   - animation_type: none
   - image_strategy: parallax-effect (hero bg w/ overlay)
   - navigation_type: tab-navigation
   - mobile_behavior: bottom-nav (compact mobile menu)
   ========================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2926;
  background: #f4ede2;
}
img, svg, video { max-width: 100%; display: block; }
a { color: #b85f3f; text-decoration: none; }
a:hover { text-decoration: underline; }
button { cursor: pointer; border: none; background: none; font: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; color: #221f1c; line-height: 1.18; }
h1 { font-size: clamp(2rem, 5.2vw, 3.4rem); font-weight: 900; letter-spacing: -0.015em; }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); font-weight: 900; letter-spacing: -0.01em; }
h3 { font-size: clamp(1.125rem, 1.8vw, 1.375rem); font-weight: 700; }
p  { font-size: clamp(0.95rem, 1.2vw, 1.05rem); line-height: 1.65; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem); }
.sectionBand { padding: clamp(2.2rem, 4.5vw, 3.6rem) 0; position: relative; width: 100%; }
.sectionBandHero { padding: 0; }
.sectionBandHero      { background: #2d2926; color: #f4ede2; }
.sectionBandStats     { background: #efe8db; }
.sectionBandFeatured  { background: #f4ede2; }
.sectionBandFeatures  { background: #e3dcce; }
.sectionBandTeam      { background: #efe8db; }
.sectionBandPricing   { background: #d4c9b4; }
.sectionBandCancel    { background: #efe8db; }
.sectionBandFaq       { background: #f4ede2; }
.sectionBandRegister  { background: #2d2926; color: #f4ede2; }
.sectionBandContact   { background: #efe8db; }
.sectionBandAuth      { background: #f4ede2; }
.sectionBandPageHero  { background: #2d2926; color: #f4ede2; padding: clamp(4.2rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 3.2rem); }
.sectionBandLegal     { background: #f4ede2; padding-top: clamp(4.5rem, 7vw, 6rem); }
.sectionBandCatalog   { background: #f4ede2; }
.sectionBandFilters   { background: #efe8db; padding: clamp(1.1rem, 2.6vw, 1.8rem) 0; }
.sectionBandHowWeWork { background: #d4c9b4; }
.sectionBandDash      { background: #efe8db; padding: clamp(5rem, 8vw, 7rem) 0; }

.sectionBandHero h1, .sectionBandHero h2, .sectionBandHero h3,
.sectionBandRegister h1, .sectionBandRegister h2,
.sectionBandPageHero h1, .sectionBandPageHero h2 { color: #f6efe2; }
.siteHeader {
  position: fixed; top: 0; left: 0; right: 0;
  background: rgba(28, 26, 24, 0.92);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(184, 95, 63, 0.25);
}
.headerInner { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 1rem; }
.brandMark { display: inline-flex; align-items: center; gap: 10px; color: #f6efe2; font-weight: 900; font-size: 1.3rem; letter-spacing: -0.02em; }
.brandMark:hover { text-decoration: none; }
.brandGlyph { display: inline-flex; width: 32px; height: 32px; background: #b85f3f; color: #f6efe2; border-radius: 8px; align-items: center; justify-content: center; font-size: 1rem; }
.brandWord { font-family: 'Lato'; }
.primaryTabs { display: flex; }
.tabsList { display: flex; gap: clamp(0.25rem, 1vw, 0.75rem); align-items: center; }
.tabsItem { list-style: none; }
.tabLink {
  display: inline-block;
  padding: 8px 14px;
  color: #f6efe2;
  font-size: 0.95rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
.tabLink:hover { color: #f6c4ad; text-decoration: none; }
.tabLink.activeTab { border-bottom-color: #b85f3f; color: #f6c4ad; }
.tabLink.loginLink { border: 1px solid rgba(246,239,226,0.4); border-radius: 6px; padding: 7px 14px; }
.tabLink.registerLink { background: #b85f3f; border-radius: 6px; padding: 8px 14px; color: #f6efe2; }
.tabLink.registerLink:hover { background: #d77352; color: #fff; }
[data-mm-header]{--mm-bg:#1c1a18;--mm-text:#f6efe2;--mm-primary:#b85f3f;--mm-overlay-bg:rgba(0,0,0,0.65);--mm-transition:0.3s ease}
[data-mm-header]{position:relative}
[data-mm-toggle]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}
[data-mm-toggle] span{display:block;width:24px;height:2px;background:var(--mm-text);transition:var(--mm-transition)}
[data-mm-menu]{position:fixed;top:0;left:0;width:100%;background:var(--mm-bg);transform:translateY(-100%);transition:transform var(--mm-transition);z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:60px 24px 24px;box-shadow:0 4px 20px rgba(0,0,0,0.35)}
[data-mm-menu].mm-open{transform:translateY(0)}
[data-mm-menu] ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
[data-mm-menu] ul li a{display:block;padding:14px 0;color:var(--mm-text);text-decoration:none;font-size:16px;border-bottom:1px solid rgba(255,255,255,0.08);transition:color var(--mm-transition)}
[data-mm-menu] ul li a:hover{color:var(--mm-primary)}
[data-mm-close]{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:var(--mm-text);padding:4px 8px}
[data-mm-overlay]{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--mm-overlay-bg);opacity:0;visibility:hidden;transition:opacity var(--mm-transition),visibility var(--mm-transition);z-index:1050}
[data-mm-overlay].mm-visible{opacity:1;visibility:visible}
@media(min-width:768px){
  [data-mm-toggle]{display:none!important}
  [data-mm-menu]{position:static!important;width:auto!important;height:auto!important;background:transparent!important;transform:none!important;padding:0!important;overflow:visible!important;flex-direction:row!important;box-shadow:none!important}
  [data-mm-menu] ul{flex-direction:row;gap:0;align-items:center}
  [data-mm-menu] ul li a{padding:8px 16px;border-bottom:none;font-size:inherit}
  [data-mm-close]{display:none!important}
  [data-mm-overlay]{display:none!important}
}
@media(prefers-reduced-motion:reduce){[data-mm-menu],[data-mm-overlay],[data-mm-toggle] span{transition:none!important}}
.mainContent { padding-top: 64px; }
.heroSection { min-height: clamp(560px, 75vh, 720px); overflow: hidden; }
.heroBackdrop {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}
.heroVeil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,18,16,0.78) 0%, rgba(20,18,16,0.55) 50%, rgba(20,18,16,0.85) 100%); z-index: 1; }
.heroLayout { position: relative; z-index: 2; padding-top: clamp(2.4rem, 6vw, 4rem); padding-bottom: clamp(2.4rem, 6vw, 4rem); display: flex; gap: clamp(1.2rem, 2.5vw, 2rem); align-items: stretch; }
.curriculumPanel { width: 300px; flex-shrink: 0; background: rgba(28,26,24,0.78); border: 1px solid rgba(246,239,226,0.08); border-radius: 14px; overflow: hidden; backdrop-filter: blur(6px); }
.curriculumHead { display: flex; justify-content: space-between; align-items: baseline; padding: 18px 22px; border-bottom: 1px solid rgba(246,239,226,0.08); }
.curriculumLabel { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: #b85f3f; font-weight: 900; }
.curriculumMeta { font-size: 0.75rem; color: rgba(246,239,226,0.55); }
.curriculumScroll { max-height: 560px; overflow-y: auto; }
.curriculumModule { border-bottom: 1px solid rgba(246,239,226,0.06); }
.moduleSummary { display: flex; align-items: center; gap: 12px; padding: 14px 20px; cursor: pointer; list-style: none; color: #f6efe2; font-weight: 700; font-size: 0.92rem; }
.moduleSummary::-webkit-details-marker { display: none; }
.moduleNumber { display: inline-block; min-width: 26px; color: #b85f3f; font-weight: 900; }
.moduleTitle { flex: 1; }
.moduleExpand { color: rgba(246,239,226,0.5); transform: rotate(90deg); transition: none; }
.curriculumModule[open] .moduleExpand { transform: rotate(270deg); }
.lessonList { padding: 0 0 12px; }
.lessonRow { padding: 0 8px; }
.lessonRow.isActive { background: rgba(184,95,63,0.18); border-left: 3px solid #b85f3f; }
.lessonOpen { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; padding: 9px 12px; width: 100%; text-align: left; color: rgba(246,239,226,0.85); font-size: 0.84rem; }
.lessonOpen:hover { color: #f6c4ad; }
.lessonNumber { font-variant-numeric: tabular-nums; color: rgba(246,239,226,0.5); font-size: 0.78rem; }
.lessonTitle { line-height: 1.35; }
.lessonRight { display: inline-flex; gap: 8px; align-items: center; color: rgba(246,239,226,0.55); font-size: 0.78rem; }
.lessonDuration { font-variant-numeric: tabular-nums; }
.lessonBadge { font-size: 0.65rem; padding: 2px 6px; border-radius: 4px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800; }
.lessonBadgeFree { background: rgba(184,95,63,0.22); color: #f6c4ad; border: 1px solid rgba(184,95,63,0.45); }
.lessonLock { font-size: 0.85rem; }
.heroMain { flex: 1; display: flex; flex-direction: column; gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.heroPlayer { position: relative; aspect-ratio: 16/9; border-radius: 16px; background-image: url('/dist/img/hero.jpg'); background-size: cover; background-position: center; border: 1px solid rgba(246,239,226,0.12); box-shadow: 0 18px 50px rgba(0,0,0,0.45); cursor: pointer; overflow: hidden; }
.heroPlayer::after { content: ''; position: absolute; inset: 0; background: rgba(20,18,16,0.3); }
.heroBigPlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 88px; height: 88px; border-radius: 50%; background: rgba(255,255,255,0.18); border: 2px solid rgba(255,255,255,0.65); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; z-index: 2; }
.heroPlayerTag { position: absolute; bottom: 14px; left: 14px; color: #f6efe2; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(0,0,0,0.4); padding: 4px 10px; border-radius: 4px; z-index: 2; }
.heroCopy { display: flex; flex-direction: column; gap: clamp(0.7rem, 1.5vw, 1.2rem); }
.heroEyebrow { font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: #b85f3f; font-weight: 900; }
.heroHeadline { color: #f6efe2; }
.heroLead { color: rgba(246,239,226,0.82); max-width: 620px; }
.heroActions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.heroTrust { display: flex; flex-wrap: wrap; gap: clamp(0.7rem, 1.6vw, 1.4rem); margin-top: 0.5rem; color: rgba(246,239,226,0.75); font-size: 0.85rem; }
.heroTrust li { display: inline-flex; gap: 6px; align-items: center; }
.trustGlyph { color: #b85f3f; }
.actionButton { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 8px; font-weight: 800; font-size: 0.95rem; letter-spacing: 0.02em; text-decoration: none; line-height: 1; min-height: 44px; }
.primaryButton { background: #b85f3f; color: #f6efe2; }
.primaryButton:hover { background: #d77352; color: #fff; text-decoration: none; }
.ghostButton { border: 1px solid rgba(246,239,226,0.45); color: #f6efe2; }
.ghostButton:hover { background: rgba(246,239,226,0.08); text-decoration: none; }
.primaryButtonLarge { padding: 16px 30px; font-size: 1rem; }
.sectionHeader { max-width: 760px; margin: 0 auto clamp(1.4rem, 3vw, 2.4rem); text-align: center; display: flex; flex-direction: column; gap: 0.6rem; }
.sectionEyebrow { font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; color: #b85f3f; font-weight: 900; }
.sectionTitle { color: #221f1c; }
.sectionLead { color: #4a443d; max-width: 640px; margin: 0 auto; }
.sectionBandHero .sectionLead, .sectionBandRegister .sectionLead, .sectionBandPageHero .sectionLead { color: rgba(246,239,226,0.82); }
.metricsGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: clamp(0.8rem, 2vw, 1.4rem); }
.metricCard { background: #f4ede2; border: 1px solid rgba(45,41,38,0.08); border-radius: 12px; padding: clamp(1rem, 2vw, 1.6rem); text-align: center; }
.metricValue { font-size: clamp(1.8rem, 3.4vw, 2.4rem); font-weight: 900; color: #b85f3f; line-height: 1.05; }
.metricLabel { color: #4a443d; font-size: 0.95rem; margin-top: 0.3rem; }
.videoGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(0.9rem, 1.8vw, 1.4rem); }
.videoCard { background: #fff; border: 1px solid rgba(45,41,38,0.08); border-radius: 12px; overflow: hidden; cursor: pointer; }
.videoThumb { position: relative; aspect-ratio: 16/9; background-size: cover; background-position: center; overflow: hidden; }
.thumbnailImg { width: 100%; height: 100%; object-fit: cover; }
.videoDuration { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.7); color: #f6efe2; font-size: 0.78rem; padding: 2px 8px; border-radius: 4px; font-variant-numeric: tabular-nums; }
.videoLock { position: absolute; top: 8px; right: 8px; background: rgba(0,0,0,0.6); color: #f6efe2; font-size: 0.85rem; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.videoPlayHint { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(184,95,63,0.85); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.videoBody { padding: clamp(0.85rem, 1.4vw, 1.2rem); }
.videoLevel { display: inline-block; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: #b85f3f; font-weight: 800; }
.videoTitle { margin-top: 0.35rem; font-size: 1.05rem; color: #221f1c; line-height: 1.32; }
.videoMeta { margin-top: 0.45rem; color: #6a5f55; font-size: 0.85rem; }
.featuresGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(0.9rem, 1.8vw, 1.4rem); }
.featureCard { background: #f4ede2; border: 1px solid rgba(45,41,38,0.08); border-radius: 12px; padding: clamp(1rem, 2vw, 1.5rem); display: flex; flex-direction: column; gap: 0.6rem; }
.featureIcon { width: 44px; height: 44px; border-radius: 10px; background: #b85f3f; color: #f6efe2; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.featureTitle { color: #221f1c; }
.featureText { color: #4a443d; font-size: 0.93rem; line-height: 1.55; }
.teamGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(0.9rem, 2vw, 1.6rem); }
.teamGridLarge { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.teamCard { background: #f4ede2; border: 1px solid rgba(45,41,38,0.08); border-radius: 14px; overflow: hidden; }
.teamPhoto { aspect-ratio: 4/5; background-size: cover; background-position: center; background-color: #d4c9b4; }
.teamPhotoLarge { aspect-ratio: 1/1; }
.teamBody { padding: clamp(1rem, 2vw, 1.4rem); display: flex; flex-direction: column; gap: 0.4rem; }
.teamName { color: #221f1c; }
.teamRole { color: #b85f3f; font-weight: 800; font-size: 0.85rem; letter-spacing: 0.05em; }
.teamBio { color: #4a443d; font-size: 0.92rem; line-height: 1.55; }
.plansGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(0.9rem, 2vw, 1.6rem); align-items: stretch; }
.planCard { background: #f4ede2; border: 1px solid rgba(45,41,38,0.1); border-radius: 16px; padding: clamp(1.2rem, 2.4vw, 1.8rem); display: flex; flex-direction: column; gap: 0.7rem; position: relative; }
.planCardPopular { border: 2px solid #b85f3f; background: #fff; box-shadow: 0 18px 50px rgba(45,41,38,0.12); }
.planBadge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #b85f3f; color: #f6efe2; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; font-weight: 900; }
.planName { color: #221f1c; }
.planPrice { display: flex; align-items: baseline; gap: 6px; margin-top: 0.3rem; }
.planPriceMain { font-size: clamp(2rem, 3.4vw, 2.6rem); font-weight: 900; color: #b85f3f; line-height: 1; }
.planPricePer { color: #6a5f55; font-size: 0.95rem; }
.planNote { color: #6a5f55; font-size: 0.85rem; }
.planFeatures { display: flex; flex-direction: column; gap: 0.45rem; margin: 0.4rem 0 0.6rem; }
.planFeatures li { color: #2d2926; padding-left: 22px; position: relative; font-size: 0.93rem; }
.planFeatures li::before { content: '✓'; position: absolute; left: 0; color: #b85f3f; font-weight: 900; }
.planCta { margin-top: auto; width: 100%; }
.paymentMethods { text-align: center; margin-top: clamp(1.2rem, 2.5vw, 2rem); color: #6a5f55; font-size: 0.87rem; }
.cancelSteps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(0.9rem, 2vw, 1.4rem); counter-reset: step; }
.cancelStep { background: #f4ede2; border: 1px solid rgba(45,41,38,0.08); border-radius: 12px; padding: clamp(1rem, 2vw, 1.5rem); display: flex; flex-direction: column; gap: 0.4rem; }
.cancelStepNumber { font-size: 1.1rem; font-weight: 900; color: #b85f3f; letter-spacing: 0.08em; }
.cancelStepTitle { color: #221f1c; }
.cancelStepText { color: #4a443d; font-size: 0.93rem; }
.faqShell { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(1.4rem, 3vw, 2.4rem); }
.faqGroup { display: flex; flex-direction: column; gap: 0.8rem; }
.faqGroupTitle { color: #221f1c; margin-bottom: 0.5rem; }
.faqList { display: flex; flex-direction: column; gap: 0.5rem; }
.faqItem { background: #f4ede2; border: 1px solid rgba(45,41,38,0.1); border-radius: 10px; padding: 0 clamp(1rem, 2vw, 1.4rem); }
.faqItem[open] { background: #fff; border-color: #b85f3f; }
.faqQuestion { padding: 14px 0; font-weight: 700; color: #221f1c; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faqQuestion::-webkit-details-marker { display: none; }
.faqQuestion::after { content: '+'; font-size: 1.4rem; color: #b85f3f; font-weight: 900; }
.faqItem[open] .faqQuestion::after { content: '−'; }
.faqAnswer { padding-bottom: 14px; color: #4a443d; font-size: 0.95rem; }
.faqMore { text-align: center; color: #6a5f55; margin-top: 0.8rem; }
.registerInner { text-align: center; display: flex; flex-direction: column; gap: 0.9rem; max-width: 720px; margin: 0 auto; }
.registerHeadline { color: #f6efe2; }
.registerLead { color: rgba(246,239,226,0.82); }
.registerSmall { color: rgba(246,239,226,0.6); font-size: 0.8rem; }
.registerInner .actionButton { align-self: center; }
.contactGrid { display: grid; grid-template-columns: 1fr 320px; gap: clamp(1rem, 3vw, 2rem); align-items: start; }
.contactCopy { display: flex; flex-direction: column; gap: 0.6rem; }
.contactList { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 0.6rem; color: #2d2926; }
.contactList strong { color: #221f1c; }
.contactCtaBox { background: #fff; border: 1px solid rgba(45,41,38,0.1); border-radius: 14px; padding: clamp(1.2rem, 2.4vw, 1.8rem); display: flex; flex-direction: column; gap: 0.6rem; }
.contactCtaTitle { font-weight: 900; color: #221f1c; font-size: 1.1rem; }
.contactCtaText { color: #4a443d; font-size: 0.92rem; }
.contactPageGrid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2.4rem); align-items: start; }
.contactInfoList { display: grid; grid-template-columns: 130px 1fr; gap: 0.55rem 1rem; margin-top: 0.6rem; }
.contactInfoList dt { font-weight: 800; color: #221f1c; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }
.contactInfoList dd { color: #2d2926; font-size: 0.95rem; }
.contactInfoTitle { color: #221f1c; }
.contactFormTitle { color: #221f1c; margin-bottom: 0.8rem; }
.contactPageForm { background: #fff; border: 1px solid rgba(45,41,38,0.1); border-radius: 14px; padding: clamp(1.2rem, 2.4vw, 1.8rem); }
.authForm { display: flex; flex-direction: column; gap: 0.85rem; }
.formGroup { display: flex; flex-direction: column; gap: 0.3rem; }
.formLabel { color: #221f1c; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.formInput { padding: 11px 14px; border: 1px solid rgba(45,41,38,0.2); background: #fff; color: #221f1c; border-radius: 8px; font-size: 0.98rem; font-family: inherit; width: 100%; min-height: 44px; }
.formInput:focus { outline: 2px solid #b85f3f; outline-offset: 1px; }
textarea.formInput { resize: vertical; min-height: 110px; }
.formCheckbox { display: flex; gap: 10px; align-items: flex-start; font-size: 0.88rem; color: #4a443d; }
.formCheckbox input { margin-top: 4px; }
.formHint { color: #6a5f55; font-size: 0.78rem; }
.authSuccess { background: rgba(184,95,63,0.12); border: 1px solid #b85f3f; padding: 12px 16px; border-radius: 8px; color: #2d2926; }
.authError { background: rgba(180,40,40,0.08); border: 1px solid #b42828; padding: 12px 16px; border-radius: 8px; color: #b42828; }
.authSubmit { width: 100%; }
.authShell { display: grid; grid-template-columns: 1fr 420px; gap: clamp(1.2rem, 3vw, 2.4rem); align-items: start; }
.authCopy { display: flex; flex-direction: column; gap: 0.6rem; }
.authHeadline { color: #221f1c; }
.authLead { color: #4a443d; }
.authBullets { display: flex; flex-direction: column; gap: 0.4rem; color: #2d2926; margin-top: 0.6rem; }
.authCard { background: #fff; border: 1px solid rgba(45,41,38,0.1); border-radius: 14px; padding: clamp(1.4rem, 2.6vw, 2rem); display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 18px 50px rgba(45,41,38,0.06); }
.authCardTitle { color: #221f1c; }
.authSwitch { font-size: 0.9rem; color: #6a5f55; text-align: center; }
.categoryStrip { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 0.9rem; }
.categoryChip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; background: #f4ede2; border: 1px solid rgba(45,41,38,0.12); border-radius: 999px; font-size: 0.9rem; }
.categoryChipActive { background: #b85f3f; color: #f6efe2; border-color: #b85f3f; }
.categoryCount { font-size: 0.78rem; opacity: 0.7; font-variant-numeric: tabular-nums; }
.librarySearchRow { display: grid; grid-template-columns: 1fr 220px; gap: 0.6rem; max-width: 760px; }
.pageHeroTitle { color: #f6efe2; margin-top: 0.4rem; }
.pageHeroLead { color: rgba(246,239,226,0.82); max-width: 720px; margin-top: 0.7rem; }
.legalShell { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.9rem; }
.legalTitle { color: #221f1c; }
.legalIntro { color: #4a443d; }
.legalShell h2 { margin-top: 1.2rem; font-size: 1.25rem; }
.legalShell h3 { margin-top: 0.7rem; font-size: 1.05rem; color: #2d2926; }
.legalShell ul { padding-left: 1.2rem; }
.legalShell ul li { list-style: disc; margin-bottom: 0.3rem; color: #2d2926; }
.siteFooter { background: #1c1a18; color: #d8d0c1; padding: clamp(2.4rem, 4.5vw, 3.6rem) 0 1.4rem; }
.footerColumns { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
.footerHeading { color: #f6efe2; font-size: 0.92rem; letter-spacing: 0.04em; margin-bottom: 0.7rem; }
.footerLinks { display: flex; flex-direction: column; gap: 0.4rem; }
.footerLinks a { color: #d8d0c1; font-size: 0.88rem; }
.footerLinks a:hover { color: #f6c4ad; }
.footerLogo { display: inline-flex; align-items: center; gap: 10px; color: #f6efe2; font-weight: 900; font-size: 1.2rem; }
.footerTagline { color: #b85f3f; font-weight: 800; margin: 0.8rem 0 0.4rem; font-size: 0.92rem; letter-spacing: 0.06em; }
.footerCompanyBlock { font-size: 0.82rem; line-height: 1.55; color: #b5ac9c; }
.footerContactBlock { font-size: 0.88rem; line-height: 1.6; }
.footerContactBlock a { color: #f6c4ad; }
.footerContactPerson { font-size: 0.82rem; color: #b5ac9c; margin-top: 0.5rem; }
.footerBaseline { border-top: 1px solid rgba(246,239,226,0.08); margin-top: 1.6rem; padding-top: 1rem; display: flex; flex-direction: column; gap: 0.3rem; }
.footerBaseline p { font-size: 0.8rem; color: #b5ac9c; }
.footerNote { color: #8c8474; }
[data-cookie-settings] { cursor: pointer; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 1200; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.modalOverlay { position: absolute; inset: 0; background: rgba(20,18,16,0.75); backdrop-filter: blur(8px); }
.modalContent { position: relative; background: #fff; border-radius: 14px; max-width: 520px; width: 100%; padding: clamp(1.4rem, 2.8vw, 2rem); box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.modalClose { position: absolute; top: 10px; right: 14px; font-size: 1.6rem; color: #4a443d; }
.modalLead { color: #4a443d; margin: 0.4rem 0 1rem; }
.videoModal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 3vw, 2rem); }
.videoModalBackdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.75); backdrop-filter: blur(18px) saturate(0.6); }
.videoModalPlayer { position: relative; max-width: 820px; width: 100%; aspect-ratio: 16/9; background: rgba(10,10,10,0.85); border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 32px 80px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,255,255,0.04); background-size: cover; background-position: center; overflow: hidden; transform: scale(0.92); opacity: 0; transition: transform 280ms cubic-bezier(0.25,0.46,0.45,0.94), opacity 280ms; }
.videoModal.isOpen .videoModalPlayer { transform: scale(1); opacity: 1; }
.videoModalPlayBtn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 88px; height: 88px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.6); color: #fff; font-size: 2rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 30px rgba(255,255,255,0.15); cursor: pointer; }
.videoModalPlayBtn:hover { background: rgba(255,255,255,0.22); }
.videoModalControls { position: absolute; bottom: 0; left: 0; right: 0; height: 48px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%); display: flex; align-items: center; gap: 10px; padding: 0 16px 10px; color: rgba(255,255,255,0.85); font-size: 13px; }
.videoModalControls .ctrlIcon { font-size: 14px; color: rgba(255,255,255,0.85); }
.videoModalProgress { flex: 1; height: 4px; background: rgba(255,255,255,0.18); border-radius: 2px; overflow: hidden; }
.videoModalProgress::after { content: ''; display: block; width: 12%; height: 100%; background: #fff; }
.videoModalClose { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; backdrop-filter: blur(4px); cursor: pointer; }
.videoModalClose:hover { background: rgba(255,255,255,0.18); color: #fff; }
.videoModalTitleBar { position: absolute; top: 16px; left: 16px; right: 60px; color: #fff; font-weight: 800; font-size: 1rem; text-shadow: 0 1px 4px rgba(0,0,0,0.6); }
@media (max-width: 960px) {
  .heroLayout { flex-direction: column-reverse; }
  .curriculumPanel { width: 100%; }
  .curriculumScroll { max-height: 360px; }
  .contactGrid, .contactPageGrid, .authShell { grid-template-columns: 1fr; }
  .footerColumns { grid-template-columns: repeat(2, 1fr); }
  .librarySearchRow { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .footerColumns { grid-template-columns: 1fr; }
  .siteHeader .headerInner { padding-top: 10px; padding-bottom: 10px; }
  .mainContent { padding-top: 58px; }
  .heroSection { min-height: 0; }
  .heroBackdrop { background-attachment: scroll; }
}
