/*
================================================================================
  DSC° — Homepage Styles
  Links after style.css on index.html only
================================================================================
*/

/* NAV — sits below ticker, snaps up on scroll */
nav { transform: translateY(66px); }
nav.scrolled { transform: translateY(0); }

/* HERO */
.hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: calc(36px + var(--nav-h) + 60px);
  padding-bottom: 120px;
  padding-left: max(48px, calc((100vw - var(--max-w)) / 2));
  padding-right: max(48px, calc((100vw - var(--max-w)) / 2));
  grid-template-columns: unset;
  gap: 0;
  position: relative;
  overflow: hidden;
}

/* Dots — homepage hero, forced visible */
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: radial-gradient(rgba(140,220,210,.35) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 110% 100% at 50% 0%, #000 0%, transparent 78%);
  mask-image: radial-gradient(ellipse 110% 100% at 50% 0%, #000 0%, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

.hero > * { position: relative; z-index: 1; }

.hero-preheader {
  font-family: 'Caveat', cursive;
  font-size: 28px;
  font-weight:300;
  letter-spacing: 0em;
  text-transform: none;  text-align: center;
  color: var(--text2);
  margin-bottom: 16px;
  opacity: 0;
  animation: silk-in 0.8s var(--silk) 0.2s forwards;
 
}

.hero h1 {
  font-family: 'Zodiak-Variable', serif;
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 300; /* was 100 — matched to studio h1 for one heading voice */
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--text); text-align: center;
  max-width: 860px;
  margin-bottom: 32px;
  opacity: 0;
  animation: silk-in 0.9s var(--silk) 0.35s forwards;
  text-transform:uppercase;
}

.hero h1 em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: var(--sky-text);
  font-weight:300;
  text-transform: none;
}

.hero-sub-kicker {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .06em;
}

.hero-sub {
  font-size: 17px;
  color: var(--text2);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 40px;
  font-weight: 300;
  opacity: 0;
  animation: silk-in 0.9s var(--silk) 0.5s forwards;
  text-align: center;
}

.hero-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border2);
  border-radius: 50%;
  color: var(--text2);
  opacity: 0;
  animation: silk-in 0.9s var(--silk) 0.65s forwards;
  transition: border-color 0.5s var(--silk), color 0.5s var(--silk), transform 0.5s var(--silk);
}

.hero-scroll svg {
  width: 18px;
  height: 18px;
  animation: scroll-bob 2.2s ease-in-out infinite;
}

.hero-scroll:hover {
  border-color: var(--sky2);
  color: var(--sky-text);
  transform: translateY(2px);
}

@keyframes scroll-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* PARALLAX */
.parallax-section {
  position: relative;
  height: 560px;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.parallax-bg {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  height: 150%;
  z-index: 0;
  will-change: transform;
  background:
    url('../images/banner.png') center/cover no-repeat,
    linear-gradient(135deg, #0D0B09 0%, #1A120D 40%, #08403F 100%) center/cover no-repeat;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13,11,9,0.88) 0%,
    rgba(8,64,63,0.12) 100%
  );
  z-index: 1;
}

.parallax-content {
  position: relative;
  z-index: 2;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 max(48px, calc((100vw - var(--max-w)) / 2)) 26px;
}

.parallax-eyebrow {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.parallax-name {
  font-family: 'Zodiak-Variable', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-style: normal;
  font-weight:300;
  color: #FFFFFF;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-transform:uppercase;
}

/* FOUNDER */
.founder-section {
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  padding: 120px max(48px, calc((100vw - var(--max-w)) / 2));
}

.founder-inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.founder-descriptor {
  position: sticky;
  top: calc(36px + var(--nav-h) + 32px);
}

.founder-descriptor-word {
  font-family: 'Zodiak-Variable', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight:300;
  font-style: normal;
  color: var(--text2);
  letter-spacing: -0.03em;
  line-height: 1.2;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.3s;
  text-transform:uppercase;
}

.founder-descriptor-word:first-child { border-top: 1px solid var(--border); }
.founder-descriptor-word.accent {
  color: var(--sky-text);
  font-style: italic; 
}

.founder-bio {
  padding-top: 8px;
  position: relative;
}

.founder-ghost {
  position: absolute;
  top: -70px;
  left: -48px;
  font-family: 'Zodiak-Variable', serif;
  font-size: clamp(180px, 22vw, 320px);
  font-weight:600;
  line-height: 1;
  color: var(--sky3);
  opacity: 0.65;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.founder-bio p.found-line {
  font-family: 'Zodiak-Variable', serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.3;
} 
.founder-bio p {
  position: relative;
  z-index: 1;
  font-size: 17px;
  color: var(--text2);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 24px;
}

.founder-bio p em{
  font-family: 'EB Garamond', serif;
	  font-style: italic;
	  color: var(--text2);
 }	  
.founder-bio p:last-child { margin-bottom: 0; }

.founder-quote {
  border-top: 1px solid var(--border);
  padding-top: 80px;
  text-align: center;
}

.founder-quote blockquote {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: var(--text2);
  max-width: 780px;
  margin: 0 auto 24px;
}

.founder-quote blockquote em { color: var(--sky-text); }

/* PROOF */

.proof-header {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) max(48px, calc((100vw - var(--max-w)) / 2)) clamp(28px, 3vw, 44px);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  text-align: left;
}

.proof-header .section-tag {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.proof-header .section-title {
  font-family: 'Zodiak-Variable', serif;
  font-weight: 300;
  color: var(--text);
  margin: 0;
}

.proof-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* Editorial stagger — offsets the second card to break the symmetric grid */
.proof-card:nth-child(2) { margin-top: 56px; }

.proof-card {
  background: var(--bg2);
  border: 1px solid var(--border2);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  border-radius: 16px;
  padding: 36px;
}

.proof-stars {
  font-size: 14px;
  color: var(--sky-text);
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.proof-quote {
  font-family: 'Zodiak-Variable', serif;
  font-size: 16px;
  color: var(--text2);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 28px;
}

.proof-author { display: flex; align-items: flex-start; gap: 12px; }
.proof-author > div { min-width: 0; }

.proof-avatar {
  flex: 0 0 38px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--bg3);
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--sky-text);
  font-family: 'Inter', sans-serif;
}

.proof-name { font-size: 13px; font-weight: 600; color: var(--text2); }
.proof-role { font-size: 11px; color: var(--text3); margin-top: 2px; }

@media (max-width: 780px) {
  .proof-section { grid-template-columns: 1fr; }
  .proof-card,
  .proof-card:nth-child(2) { padding: 26px 22px; }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero { padding-bottom: 64px; }
  
  
  
  
  
  .founder-inner { grid-template-columns: 1fr; gap: 48px; }
  .founder-descriptor { position: static; }
  .proof-section { grid-template-columns: 1fr; padding: 0 24px 72px; }
  .proof-card:nth-child(2) { margin-top: 0; }
  .founder-ghost { display: none; }
  
  .parallax-content { padding: 0 24px 40px; }
  .founder-section { padding: 72px 24px; }
  .parallax-section { height: 360px; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: 34px; }
  .parallax-section { height: 360px; }
  
}

/* REDUCED MOTION — hero load-in animations start at opacity 0, so they must
   be neutralized here, not just paused */
@media (prefers-reduced-motion: reduce) {
  .hero-preheader,
  .hero h1,
  .hero-sub,
  .hero-scroll { animation: none; opacity: 1; }
  .hero-scroll svg { animation: none; }
}

.ed{
  padding: clamp(56px, 8vw, 112px) max(48px, calc((100vw - var(--max-w)) / 2));
}

.route{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(18px, 2.5vw, 28px);
  padding: clamp(34px, 4.5vw, 56px) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: inherit;
  text-decoration: none;
  transition: padding-left .5s var(--silk), background .5s var(--silk);
}
.route:visited{ color: inherit; }
.route:hover{ background: var(--bg2); }

.route--visual .route__art,
.route__art{ display: block; width: 100%; max-width: 320px; margin: 0 auto; }
.route__art img{ width: 100%; height: auto; display: block; }

.route__go{
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--sky-text);
  white-space: nowrap;
}

@media (max-width: 720px){
  .route{ gap: 16px; }
}

/* --- FOOTER, editorial --- */
.site-footer{
  border-top: 1px solid var(--border);
  padding: 28px max(48px, calc((100vw - var(--max-w)) / 2));
}
.site-footer .footer-copy{
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text3);
}
.site-footer-right{ gap: 24px; }
.site-footer .footer-link{
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.founder-quote-label{
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 18px;
}

/* body copy — weight 200, as requested */
.founder-bio p{
  font-weight: 300;
}

/* --- DISPLAY SCALE --- */
.hero h1{
  font-size: clamp(44px, 7.4vw, 104px);
  line-height: .98;
  letter-spacing: -.035em;
}
.parallax-name{
  font-size: clamp(38px, 5.6vw, 78px);
}
.founder-quote blockquote{
  font-size: clamp(28px, 4.4vw, 64px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.founder-bio p{
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.75;
  max-width: 58ch;
}

/* ============================================================
   TYPE — TWO WEIGHTS ONLY: 300 / 600
   Bricolage Grotesque 300 ...... body copy
   Bricolage Grotesque 600 ...... eyebrows, labels, buttons
   Zodiak 200 light / regular ... headlines
   Caveat 400 · EB Garamond italic — one weight each
   Overrides the 500s and 600s coming from style.css.
   ============================================================ */

body, p,
.hero h1, .hero h1 em, .hero-preheader, .hero-sub,
.parallax-name, .founder-bio p, .founder-descriptor-word,
.proof-quote, .proof-header .section-title, .proof-role {
  font-weight: 300;
}

.section-tag, .parallax-eyebrow, .parallax-role,
.route__go, .route-label,
.proof-avatar, .proof-name, .founder-ghost,
.footer-link, .footer__back-top, .footer-copy,
.nav-links a, .mobile-menu a, .nav-logo,
.btn-primary, .btn-ghost, .btn-outline {
  font-weight: 600;
}

/* ============================================================
   ROUTE LABEL — tells a visitor this is a hub
   ============================================================ */

.route-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text3);
  text-align: center;
  margin-bottom: 28px;
}

/* ============================================================
   FOUNDER ROLE LINE — under the name in the parallax
   ============================================================ */

.parallax-role {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 14px;
}

/* current-page nav state had no rule at all */
.nav-links a.active { color: var(--sky-text); }

/* your .proof-stars has margin-bottom:20px for sitting above the quote */
.proof-author .proof-stars { margin: 6px 0 0; }

/* ============================================================
   MOBILE — menu links matched to the CTA button
   ============================================================ */

@media (max-width: 900px) {
  .mobile-menu a {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 0;
  }
  .mobile-menu .m-btns .btn-primary {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  /* hero + route were stacking 120px and 112px of padding into a dead gap */
  .hero { padding-bottom: 48px; }
  .ed { padding-top: 48px; padding-bottom: 64px; }
  .route { padding: 28px 0; }
}