/* Summit Seekers V7 — restrained editorial system inspired by Finance Forward Network.
   Keeps Summit Seekers' own navy / blue / teal / gold identity and all V6 functionality. */
:root{
  --paper:#f7f8f5;
  --white:#ffffff;
  --ink:#071b2e;
  --ink-2:#18384f;
  --muted:#617481;
  --line:#d7e0e2;
  --navy-950:#041625;
  --navy-900:#08263f;
  --navy-800:#0d3a60;
  --navy-700:#245f92;
  --teal-700:#18798a;
  --teal-600:#36a6b5;
  --sky-500:#4eb9d2;
  --gold-500:#f2c94c;
  --cream-100:#fff7dc;
  --shadow:none;
  --shadow-dark:none;
  --radius:10px;
  --max:1180px;
}

html{scroll-padding-top:78px}
body{background:var(--paper);font-size:17px;line-height:1.68;letter-spacing:-.005em}
.container{width:min(calc(100% - 48px),var(--max))}

/* Top bar: anchored, full width, no floating gaps. */
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(4,22,37,.97);border-bottom:1px solid rgba(255,255,255,.11);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.nav-shell{width:min(calc(100% - 40px),1280px);min-height:72px;margin:auto;padding:9px 0;border:0;border-radius:0;background:transparent;box-shadow:none;gap:22px}
.brand-mark{width:44px;height:44px;border-radius:7px;box-shadow:none;border:1px solid rgba(255,255,255,.14)}
.brand-copy strong{font-size:16px;font-weight:800;letter-spacing:-.025em}
.brand-copy small{color:#8dd5de;font-size:8px;letter-spacing:.16em;margin-top:5px}
.desktop-nav{gap:22px}
.desktop-nav a{font-size:13px;font-weight:700;color:#b9cbd5;padding:12px 0;border-bottom:1px solid transparent}
.desktop-nav a:hover,.desktop-nav a.active{color:#fff;border-bottom-color:var(--gold-500)}
.account-button{font-size:13px;border-radius:5px;color:#d8e4e9}
.nav-join{border-radius:5px!important;box-shadow:none!important}
.menu-button{margin-left:auto;border-radius:6px;background:transparent;border:1px solid rgba(255,255,255,.16)}
.mobile-nav{width:100%;margin:0;padding:8px 20px 16px;border:0;border-top:1px solid rgba(255,255,255,.08);border-radius:0;background:#041625;box-shadow:none}
.mobile-nav a,.mobile-nav button{border-radius:4px;font-size:15px;padding:13px 4px;border-bottom:1px solid rgba(255,255,255,.07)}

/* Buttons — compact, editorial, no glossy gradients. */
.button{border-radius:6px;padding:12px 17px;font-size:13px;letter-spacing:.01em;box-shadow:none!important;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--teal-600);color:#031521}
.button-primary:hover{background:#61c0cc}
.button-secondary{background:transparent;color:var(--ink);border:1px solid #bac8ce}
.button-dark{background:var(--navy-900);color:#fff}
.button-gold{background:var(--gold-500);color:#1d2a30}
.button-quiet{background:transparent;border:1px solid var(--line);color:var(--navy-900)}
.button-ghost-light{border-radius:6px;background:transparent;border:1px solid rgba(255,255,255,.3)}
.text-link{font-size:14px;margin-top:22px}

/* Home hero — less decorative, more signal. */
.hero{min-height:720px;padding:138px 0 70px;background:var(--navy-950);align-items:flex-end;border-bottom:1px solid rgba(255,255,255,.1)}
.hero:before{opacity:.65;background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 78%)}
.hero-glow{display:none}
.hero-grid{grid-template-columns:1fr;gap:0;align-items:end}
.hero-copy{max-width:1000px}
.eyebrow{font-size:11px;letter-spacing:.16em;color:#8ed7df}
.eyebrow span{width:6px;height:6px;box-shadow:none}
.hero h1{max-width:980px;font-size:clamp(58px,7.1vw,88px);line-height:.96;letter-spacing:-.055em;margin:22px 0 26px;font-weight:850}
.hero h1 em{background:none;color:#8fd9e2;-webkit-text-fill-color:initial}
.hero-lead{max-width:790px;font-size:19px;line-height:1.7;color:#c0d0d8}
.hero-actions{margin-top:28px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:64px;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.trust-row span{border:0;border-right:1px solid rgba(255,255,255,.13);background:transparent;border-radius:0;padding:18px 16px 18px 0;color:#9fb5c0;font-size:12px}
.trust-row span:not(:first-child){padding-left:20px}
.trust-row span:last-child{border-right:0}
.trust-row b{display:block;font-size:24px;line-height:1.05;margin-bottom:5px;letter-spacing:-.03em;color:#fff}
.hero-visual{display:none}

/* Editorial section rhythm. */
.section{padding:92px 0;border-bottom:1px solid var(--line)}
.section-light{background:var(--paper)}
.section-heading{margin-bottom:38px}
.section-heading.two-col{grid-template-columns:1.05fr .95fr;gap:60px;align-items:end}
.section-label{font-size:10px;letter-spacing:.17em;color:var(--teal-700)}
.section-heading h2,.academy-copy h2,.mentor-panel h2,.account-banner h2{font-size:clamp(40px,4.7vw,60px);line-height:1;letter-spacing:-.048em;font-weight:820}
.section-heading p{font-size:17px;line-height:1.65;color:var(--muted);max-width:540px}
.centered p{max-width:720px}

/* About — flat columns, strong numbering, less “card UI”. */
.about-clean-grid,.feature-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-focus,.feature-card{border:0;border-right:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none;min-height:300px;padding:28px 26px 30px}
.about-focus:last-child,.feature-card:last-child{border-right:0}
.about-focus:hover,.feature-card:hover{transform:none;box-shadow:none;background:#fff}
.about-focus .feature-icon-svg{width:40px;height:40px;margin-bottom:54px}
.about-focus>span,.feature-number{font-size:10px;letter-spacing:.15em}
.about-focus h3,.feature-card h3{font-size:27px;line-height:1.08;margin:8px 0 10px}
.about-focus p,.feature-card p{font-size:16px;line-height:1.6}
.feature-icon{border-radius:5px;margin:42px 0 18px}

/* Journey — visually obvious, but restrained. */
.journey-section{background:var(--navy-900);color:#fff;border-bottom:0}
.journey-section:after{display:none}
.journey-track,.journey-grid{gap:0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.journey-track:before{display:none}
.journey-step,.journey-grid article{border:0;border-right:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;min-height:260px;padding:26px 22px}
.journey-step:last-child,.journey-grid article:last-child{border-right:0}
.journey-step>b,.journey-grid span{color:#8ad4dd;font-size:10px}
.journey-icon{width:38px;height:38px;margin:34px 0 34px;padding:8px;border:0;border-radius:4px;background:rgba(255,255,255,.05);color:var(--gold-500)}
.journey-step h3,.journey-grid h3{font-size:26px;margin:0 0 8px;letter-spacing:-.035em}
.journey-step p,.journey-grid p{font-size:15px;line-height:1.55;color:#afc4ce}

/* Program cards — still visual and clickable, but closer to a publication index. */
.v6-program-grid,.program-grid{gap:12px;grid-template-columns:repeat(3,1fr)}
.program-link,.program-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:none;min-height:300px;padding:24px;transition:background .18s ease,border-color .18s ease}
.program-link:hover,.program-card:hover{transform:none;box-shadow:none;background:#fbfdfc;border-color:#aabec5}
.program-icon-wrap,.program-icon,.program-hero-icon,.academy-feature-mark{border-radius:7px!important;box-shadow:none!important}
.program-link h3,.program-card h3{font-size:26px;line-height:1.05;letter-spacing:-.035em}
.program-link p,.program-card p{font-size:15px;line-height:1.55;color:var(--muted)}
.program-link .program-arrow{font-size:13px}
.soft-blue-section{background:#edf5f5}

/* Mission / impact / mentor / contact panels: remove dashboard look. */
.preview-panel,.mission-card,.principle-card,.detail-panel,.impact-method-grid article,.verified-impact-grid article,.mentor-benefit-grid article,.mentor-path-grid article,.contact-mini,.cta-panel,.academy-dashboard-head,.academy-stat-grid article,.academy-feature-card,.academy-course-card,.module-block,.project-submit-card,.certificate-card,.team-profile,.founder-profile{border-radius:8px!important;box-shadow:none!important}
.preview-panel,.mission-card,.principle-card,.detail-panel,.impact-method-grid article,.verified-impact-grid article,.mentor-benefit-grid article,.mentor-path-grid article,.academy-stat-grid article,.academy-course-card,.team-profile,.founder-profile{border-color:var(--line)!important}
.cta-panel,.contact-mini{background:#fff;border:1px solid var(--line)}
.preview-panel{padding:34px}
.preview-panel h2{font-size:40px}
.principle-grid,.mission-grid,.impact-method-grid,.mentor-benefit-grid{gap:12px}
.verified-impact-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.verified-impact-grid article{border:0!important;border-right:1px solid var(--line)!important;background:transparent!important}
.verified-impact-grid article:last-child{border-right:0!important}

/* Subpage heroes — simple blocks, not glossy banners. */
.page-hero,.program-page-hero,.academy-course-hero{min-height:520px;padding:150px 0 72px;background:var(--navy-950);border-bottom:1px solid rgba(255,255,255,.11)}
.page-hero-grid{opacity:.55;background-size:64px 64px}
.page-hero-inner{max-width:900px;margin-left:0}
.page-hero h1,.program-page-hero h1,.academy-course-hero h1{font-size:clamp(52px,6.4vw,78px);line-height:.97;letter-spacing:-.052em;max-width:980px}
.page-hero p,.program-page-hero p,.academy-course-hero p{font-size:18px;line-height:1.65;color:#bdd0da;max-width:760px}
.page-hero-actions{margin-top:26px}
.program-hero-inner{align-items:end}
.program-hero-icon{width:92px;height:92px}

/* Academy — content-first, closer to a course index than an app dashboard. */
.academy-section{background:var(--navy-950)}
.academy-dashboard-shell{border-top:1px solid var(--line)}
.academy-dashboard-head{padding:28px 0;border:0;border-bottom:1px solid var(--line);background:transparent}
.academy-dashboard-head h2{font-size:38px}
.academy-stat-grid{gap:0;border-bottom:1px solid var(--line)}
.academy-stat-grid article{border:0!important;border-right:1px solid var(--line)!important;background:transparent!important;padding:24px 20px}
.academy-stat-grid article:first-child{padding-left:0}
.academy-stat-grid article:last-child{border-right:0!important}
.academy-stat-grid strong{font-size:22px}
.academy-feature-card{border:1px solid #bfd1d3!important;background:#fff;padding:28px}
.academy-feature-mark{background:#e6f2f3}
.academy-course-grid{gap:12px}
.academy-course-card{background:#fff;min-height:210px}
.academy-module{border-radius:7px!important;box-shadow:none!important}
.module-block-head{background:#f6f8f7}
.lesson-row{padding:16px 18px}
.lesson-dialog{border-radius:10px;box-shadow:none}
.lesson-close{border-radius:5px}
.lesson-objective,.lesson-try,.lesson-takeaway,.lesson-quiz,.lesson-quiz label{border-radius:6px}
.project-submit-card,.certificate-card{background:#fff}

/* Team */
.team-page-grid{gap:12px}
.founder-profile{grid-template-columns:250px 1fr;padding:18px}
.founder-photo{height:315px;border-radius:6px}
.team-photo{border-radius:6px 6px 0 0}
.team-profile>div:last-child,.founder-profile>div:last-child{padding:22px}
.team-profile h2{font-size:32px}

/* Forms / legal */
.application-page{background:var(--paper);padding-top:96px}
.application-header{max-width:1100px;margin-left:auto;margin-right:auto}
.application-hero{border-radius:8px;background:var(--navy-950);box-shadow:none;padding:38px}
.application-hero h1{font-size:clamp(46px,6vw,68px)}
.application-path div{border-radius:4px}
.application-card{border-radius:8px;box-shadow:none;padding:32px}
.field input,.field select,.field textarea{border-radius:5px!important}
.choice-card{border-radius:5px}
.form-note{border-radius:0 5px 5px 0}

/* Footer — simpler information architecture; no “sitemap feature” feel. */
.site-footer{background:var(--navy-950);color:#fff;padding-top:52px;border-top:1px solid rgba(255,255,255,.1)}
.footer-grid{gap:40px}
.footer-grid>div h3{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#82cbd5}
.footer-grid>div a,.footer-grid>div button{color:#b8cbd4;font-size:13px;padding:4px 0}
.footer-grid>div a:hover{color:#fff}
.footer-brand p{color:#9eb5c0;max-width:340px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:#879fac}
.site-footer .brand-copy strong{color:#fff}

/* Assistant / modals */
.chat-fab{border-radius:6px!important;box-shadow:none!important;border:1px solid #b9c8cd!important}
.chat-panel,.modal{border-radius:8px!important;box-shadow:none!important}
.modal-tabs button,.chat-input input,.chat-input button{border-radius:5px!important}

/* Mobile: clean stacking and guaranteed right-aligned hamburger. */
@media(max-width:1120px){
  .nav-actions{margin-left:auto}
  .menu-button{display:flex;margin-left:auto}
  .v6-program-grid,.program-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:800px){
  body{font-size:16px}
  .container{width:min(calc(100% - 30px),var(--max))}
  .site-header{min-height:68px}
  .nav-shell{width:calc(100% - 24px);min-height:68px;padding:8px 0}
  .brand{min-width:0;max-width:calc(100% - 64px)}
  .brand-mark{width:42px;height:42px;flex:0 0 42px}
  .brand-copy strong{font-size:16px;white-space:nowrap}
  .brand-copy small{display:none}
  .nav-actions{margin-left:auto;flex:0 0 auto}
  .menu-button{width:44px;height:44px;flex:0 0 44px;margin-left:auto}
  .hero{padding:116px 0 54px}
  .hero h1{font-size:clamp(48px,13.2vw,64px);line-height:.98}
  .hero-lead{font-size:17px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .hero-actions .button{width:100%}
  .trust-row{grid-template-columns:1fr 1fr;margin-top:44px}
  .trust-row span{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:15px 12px 15px 0!important}
  .trust-row span:nth-child(odd){border-right:1px solid rgba(255,255,255,.12)}
  .trust-row span:nth-last-child(-n+2){border-bottom:0}
  .trust-row span:nth-child(even){padding-left:16px!important}
  .trust-row b{font-size:21px}
  .section{padding:64px 0}
  .section-heading.two-col{grid-template-columns:1fr;gap:18px}
  .section-heading h2,.academy-copy h2,.mentor-panel h2,.account-banner h2{font-size:40px}
  .section-heading p{font-size:16px}
  .about-clean-grid,.feature-grid{grid-template-columns:1fr;border-bottom:0}
  .about-focus,.feature-card{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:24px 8px}
  .about-focus .feature-icon-svg{margin-bottom:28px}
  .journey-track,.journey-grid{grid-template-columns:1fr}
  .journey-step,.journey-grid article{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:24px 4px}
  .journey-step:last-child,.journey-grid article:last-child{border-bottom:0}
  .journey-icon{margin:22px 0 20px}
  .v6-program-grid,.program-grid{grid-template-columns:1fr}
  .program-link,.program-card{min-height:250px}
  .page-hero,.program-page-hero,.academy-course-hero{min-height:auto;padding:118px 0 58px}
  .page-hero h1,.program-page-hero h1,.academy-course-hero h1{font-size:46px}
  .page-hero p,.program-page-hero p,.academy-course-hero p{font-size:17px}
  .page-hero-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .page-hero-actions .button{width:100%}
  .academy-dashboard-head{display:block;padding:22px 0}
  .academy-dashboard-head .button{width:100%;margin-top:18px}
  .academy-stat-grid{grid-template-columns:1fr}
  .academy-stat-grid article,.academy-stat-grid article:first-child{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:18px 0}
  .academy-stat-grid article:last-child{border-bottom:0!important}
  .academy-feature-card{padding:22px 18px}
  .verified-impact-grid{grid-template-columns:1fr;border-bottom:0}
  .verified-impact-grid article{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .founder-profile{grid-template-columns:1fr;padding:14px}
  .founder-photo{height:240px}
  .team-profile>div:last-child,.founder-profile>div:last-child{padding:20px 8px 8px}
  .application-page{padding-top:84px}
  .application-hero{padding:28px 20px}
  .application-card{padding:24px 18px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:520px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .brand-copy strong{font-size:15px}
  .hero h1{font-size:46px}
  .trust-row{grid-template-columns:1fr}
  .trust-row span,.trust-row span:nth-child(odd),.trust-row span:nth-child(even){border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:14px 0!important}
  .trust-row span:last-child{border-bottom:0}
  .page-hero h1,.program-page-hero h1,.academy-course-hero h1{font-size:42px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
}
