*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--black:#000;--white:#fff;--red:#E32029;--muted:rgba(255,255,255,.62);--surface:#060606}
html{scroll-behavior:smooth}
html,body,*{cursor:none!important}
body{background:#000;color:#fff;font-family:'Barlow',Helvetica,Arial,sans-serif;overflow-x:hidden}

.pw-cursor{width:10px;height:10px;background:#fff;border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:99999;transform:translate(-50%,-50%);transition:width .15s,height .15s,background .2s;will-change:left,top}
.pw-cursor.grow{width:36px;height:36px;background:#E32029;opacity:.6}

#pwNav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:32px 60px;transition:background .3s,padding .3s}
#pwNav.scrolled{background:rgba(0,0,0,.95);padding:22px 60px}
.pw-nav-logo{display:flex;align-items:center;flex-shrink:0}
.pw-nav-logo img{height:44px!important;width:auto!important;display:block!important}
.pw-nav-links{display:flex;align-items:center;gap:36px;list-style:none;padding:0;margin:0}
.pw-nav-links li a{color:rgba(255,255,255,.62);text-decoration:none;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:color .2s;display:block}
.pw-nav-links li a:hover,.pw-nav-links li.current-menu-item>a,.pw-nav-links li.current_page_item>a{color:#fff}
.pw-nav-links li ul{display:none}
.pw-nav-cta{background:none;border:1.5px solid rgba(255,255,255,.3);color:#fff;font-family:'Barlow',sans-serif;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:13px 28px;flex-shrink:0;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}
.pw-nav-cta:hover{background:#fff;color:#000;border-color:#fff}
.pw-hamburger{display:none;flex-direction:column;gap:6px;background:none;border:none;padding:4px;z-index:1010;flex-shrink:0}
.pw-hamburger span{width:28px;height:2px;background:#fff;display:block;transition:all .3s}
.pw-hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.pw-hamburger.open span:nth-child(2){opacity:0}
.pw-hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.pw-mob-menu{display:none;position:fixed;inset:0;z-index:900;background:#000;flex-direction:column;align-items:center;justify-content:center}
.pw-mob-menu.open{display:flex}
.pw-mob-menu a{color:#fff;text-decoration:none;font-family:'Barlow Condensed',sans-serif;font-size:clamp(38px,10vw,56px);font-weight:900;text-transform:uppercase;padding:14px 0;line-height:1;border-bottom:1px solid rgba(255,255,255,.08);width:80%;text-align:center;transition:color .2s}
.pw-mob-menu a:hover{color:#E32029}
.pw-mob-menu a.mob-cta{border:none;margin-top:16px;font-size:clamp(16px,4vw,20px);letter-spacing:.2em;color:#E32029;font-family:'Barlow',sans-serif;font-weight:700}

.pw-footer{background:#050505;border-top:1px solid rgba(255,255,255,.07);padding:80px 60px 44px}
.pw-footer-inner{max-width:1200px;margin:0 auto}
.pw-footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.07)}
.pw-footer-tagline{font-size:13px;color:rgba(255,255,255,.5);line-height:1.75;max-width:220px;margin:16px 0 24px}
.pw-footer-social{display:flex;gap:10px}
.pw-footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);text-decoration:none;transition:border-color .2s,color .2s,background .2s}
.pw-footer-social a:hover{border-color:#E32029;color:#fff;background:rgba(227,32,41,.12)}
.pw-footer-col-title{font-size:9px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:18px}
.pw-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:11px}
.pw-footer-col ul a{color:rgba(255,255,255,.5);text-decoration:none;font-size:13px;transition:color .2s}
.pw-footer-col ul a:hover{color:#fff}
.pw-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;flex-wrap:wrap;gap:12px}
.pw-footer-copy{font-size:11px;color:rgba(255,255,255,.22);letter-spacing:.04em}
.pw-footer-copy .heart{color:#E32029}
.pw-footer-badge{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.08);padding:5px 12px}

.pw-popup-overlay{display:none;position:fixed;inset:0;z-index:9000;background:rgba(0,0,0,.93);align-items:center;justify-content:center;padding:20px}
.pw-popup-overlay.open{display:flex}
.pw-popup-box{max-width:620px;width:100%;background:#0a0a0a;border:1px solid rgba(255,255,255,.1);max-height:92vh;overflow-y:auto}
.pw-popup-head{display:flex;align-items:flex-start;justify-content:space-between;padding:32px 36px 0;gap:16px}
.pw-popup-eyebrow{font-size:9px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:#E32029;margin-bottom:8px}
.pw-popup-title{font-family:'Barlow Condensed',Helvetica,sans-serif;font-weight:900;font-size:clamp(26px,5vw,44px);text-transform:uppercase;line-height:.92;letter-spacing:-.01em}
.pw-popup-title em{font-style:normal;color:#E32029}
.pw-popup-close{background:none;border:1px solid rgba(255,255,255,.15);color:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:16px;margin-top:4px;transition:border-color .2s,background .2s}
.pw-popup-close:hover{border-color:#E32029;background:rgba(227,32,41,.1);color:#E32029}
.pw-popup-form{padding:22px 36px 36px;display:flex;flex-direction:column;gap:0}
.pw-row{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}
.pw-field{position:relative;border-bottom:1px solid rgba(255,255,255,.12);transition:border-color .2s}
.pw-field.pw-full{grid-column:1/-1}
.pw-field:first-child{border-top:1px solid rgba(255,255,255,.12)}
.pw-field:focus-within{border-color:#E32029}
.pw-field label{display:block;font-size:9px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.28);padding:14px 0 3px;transition:color .2s}
.pw-field:focus-within label{color:#E32029}
.pw-field input,.pw-field select,.pw-field textarea{display:block;width:100%;background:none;border:none;outline:none;font-family:'Barlow',sans-serif;font-size:15px;color:#fff;padding:0 0 14px;caret-color:#E32029}
.pw-field select{-webkit-appearance:none;appearance:none}
.pw-field select option{background:#111}
.pw-field textarea{resize:none;height:76px;padding-top:4px}
.pw-field input::placeholder,.pw-field textarea::placeholder{color:rgba(255,255,255,.18)}
.pw-sel-wrap{position:relative}
.pw-sel-arr{position:absolute;right:0;bottom:18px;pointer-events:none;color:rgba(255,255,255,.3);font-size:11px}
.pw-actions{margin-top:24px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.pw-submit{background:#E32029;color:#fff;font-family:'Barlow',sans-serif;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:15px 36px;border:none;flex:1;transition:background .2s}
.pw-submit:hover{background:#c41c23}
.pw-note{font-size:11px;color:rgba(255,255,255,.22);line-height:1.6}
.pw-popup-ok{display:none;text-align:center;padding:56px 36px}
.pw-popup-ok.show{display:block}
.pw-ok-icon{width:50px;height:50px;border:1px solid #E32029;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.pw-popup-ok h3{font-family:'Barlow Condensed',sans-serif;font-size:26px;font-weight:900;text-transform:uppercase;margin-bottom:8px}
.pw-popup-ok p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.7}




































@media(max-width:960px){
  #pwNav{padding:22px 24px}
  #pwNav.scrolled{padding:16px 24px}
  .pw-nav-links,.pw-nav-cta{display:none!important}
  .pw-hamburger{display:flex!important}
  .pw-footer{padding:64px 24px 36px}
  .pw-footer-top{grid-template-columns:1fr 1fr;gap:36px 24px}
  
  
  .pw-row{grid-template-columns:1fr}
}
@media(max-width:480px){
  #pwNav{padding:18px 20px}
  .pw-footer{padding:48px 20px 28px}
  .pw-footer-top{grid-template-columns:1fr}
  .pw-footer-bottom{flex-direction:column;align-items:flex-start}
  
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black: #000000; --white: #FFFFFF; --red: #E32029;
  --white-muted: rgba(255,255,255,0.62);
  --white-dim: rgba(255,255,255,0.07);
}
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Barlow', Helvetica, Arial, sans-serif; overflow-x: hidden; }

@media (pointer: fine) {
  body { cursor: none; }
  .cursor { width: 10px; height: 10px; background: var(--white); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .15s, height .15s, background .2s; }
  .cursor.grow { width: 36px; height: 36px; background: var(--red); opacity: .55; }
}

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 26px 60px; transition: background .3s, padding .3s; }
nav.scrolled { background: rgba(0,0,0,0.92); padding: 18px 60px; }
.nav-logo { display: flex; align-items: center; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { color: var(--white-muted); text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-cta { background: none; border: 1px solid rgba(255,255,255,0.28); color: var(--white); font-family: 'Barlow',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 10px 22px; cursor: pointer; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--white); color: var(--black); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; z-index: 210; }
.hamburger span { width: 26px; height: 2px; background: var(--white); display: block; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 190; background: #000; flex-direction: column; align-items: center; justify-content: center; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); text-decoration: none; font-family: 'Barlow Condensed',sans-serif; font-size: clamp(36px,10vw,56px); font-weight: 900; text-transform: uppercase; letter-spacing: .04em; padding: 12px 0; line-height: 1; border-bottom: 1px solid rgba(255,255,255,0.08); width: 80%; text-align: center; transition: color .2s; }
.mobile-menu a:hover { color: var(--red); }
.mobile-menu a:last-child { border: none; margin-top: 16px; font-size: clamp(16px,4vw,20px); letter-spacing: .2em; color: var(--red); }

/* SHARED LAYOUT */
.section-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.section-label { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; }
.section-label-line { width: 40px; height: 1px; background: var(--red); }
.section-label-text { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--red); }
.grid-lines { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.018) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.018) 1px,transparent 1px);
  background-size: 80px 80px; }

.btn-primary { background: var(--white); color: var(--black); font-family: 'Barlow',sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 16px 34px; border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: background .2s, color .2s; }
.btn-primary:hover { background: var(--red); color: var(--white); }
.btn-secondary { background: transparent; color: var(--white); font-family: 'Barlow',sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 15px 34px; border: 1px solid rgba(255,255,255,0.3); cursor: pointer; text-decoration: none; display: inline-block; transition: border-color .2s, background .2s; }
.btn-secondary:hover { border-color: var(--white); }

/* ══ HERO ══ */
.about-hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 0 60px;
  position: relative; overflow: hidden;
  background: var(--black);
}
.about-hero-inner {
  max-width: 1200px; width: 100%; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 440px;
  align-items: center; gap: 0;
  position: relative; z-index: 2;
  padding: 110px 0 90px;
}
.hero-bg-text {
  position: absolute; top: 50%; left: -10px; transform: translateY(-50%);
  font-family: 'Barlow Condensed',sans-serif;
  font-size: clamp(180px,24vw,320px); font-weight: 900; color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.032);
  user-select: none; pointer-events: none; line-height: 1; z-index: 0;
}
.about-hero-left { }

/* Eyebrow label */
.hero-eyebrow {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 36px;
}
.hero-eyebrow-line { width: 36px; height: 1px; background: var(--red); }
.hero-eyebrow-text {
  font-size: 10px; font-weight: 700; letter-spacing: .3em;
  text-transform: uppercase; color: var(--red);
}

.about-hero-heading {
  font-family: 'Barlow Condensed',Helvetica,sans-serif;
  font-weight: 900; line-height: 0.91; letter-spacing: -0.01em; text-transform: uppercase;
}
.about-hero-heading .line1 { font-size: clamp(52px,6.5vw,88px); color: rgba(255,255,255,0.55); display: block; font-weight: 400; letter-spacing: 0.02em; }
.about-hero-heading .line2 { font-size: clamp(82px,11.5vw,148px); color: var(--white); display: block; }
.about-hero-heading .line3 { font-size: clamp(82px,11.5vw,148px); color: var(--red); display: block; }

/* Divider rule */
.hero-rule { width: 100%; height: 1px; background: rgba(255,255,255,0.1); margin: 32px 0; max-width: 520px; }

.about-hero-sub { font-size: 16px; font-weight: 400; color: var(--white-muted); max-width: 460px; line-height: 1.75; }
.hero-cta-row { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }

/* Scroll hint */
.hero-scroll-hint {
  display: flex; align-items: center; gap: 12px; margin-top: 56px;
}
.hero-scroll-hint-line { width: 36px; height: 1px; background: rgba(255,255,255,0.2); }
.hero-scroll-hint-text { font-size: 9px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,0.3); }

/* Right visual */
.about-hero-right { display: flex; align-items: center; justify-content: flex-end; height: 100%; padding-top: 60px; }
.hero-visual-frame {
  position: relative; width: 360px; height: 500px;
}
.hero-visual-frame::before { content:''; position:absolute; inset:0; border:1px solid rgba(255,255,255,0.07); }
.hero-visual-frame::after { content:''; position:absolute; top:16px; left:16px; right:-16px; bottom:-16px; border:1px solid rgba(227,32,41,0.18); pointer-events:none; }

/* Stat chips on right visual */
.hero-stat-chips {
  position: absolute; bottom: -52px; left: 0; right: 16px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 1px; background: rgba(255,255,255,0.07);
}
.hero-stat-chip { background: #050505; padding: 16px 12px; text-align: center; }
.hero-stat-chip-num { font-family: 'Barlow Condensed',sans-serif; font-size: 24px; font-weight: 400; color: var(--white); line-height: 1; }
.hero-stat-chip-num span { color: var(--red); }
.hero-stat-chip-label { font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 4px; }

/* ══ INTRO / STATS ══ */
.section-intro { background: #060606; padding: 100px 60px; border-top: 1px solid rgba(255,255,255,0.06); position: relative; overflow:hidden; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro-heading {
  font-family: 'Barlow Condensed',Helvetica,sans-serif;
  font-weight: 900; font-size: clamp(40px,5.5vw,72px);
  text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em;
}
.intro-heading em { font-style: normal; color: var(--red); }
.intro-body { font-size: 16px; font-weight: 400; color: var(--white-muted); line-height: 1.8; }
.intro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.07); margin-top: 52px; }
.intro-stat { background: #060606; padding: 32px 28px; }
.intro-stat-num { font-family: 'Barlow Condensed',sans-serif; font-size: 48px; font-weight: 400; color: var(--white); line-height: 1; }
.intro-stat-num span { color: var(--red); }
.intro-stat-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--white-muted); margin-top: 6px; }

/* ══ HOW WE WORK ══ */
.section-howwework { background: var(--black); padding: 120px 60px; border-top: 1px solid rgba(255,255,255,0.06); position: relative; overflow:hidden; }
.hww-header { margin-bottom: 72px; }
.hww-subtitle { font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 12px; }
.hww-heading {
  font-family: 'Barlow Condensed',Helvetica,sans-serif;
  font-weight: 900; font-size: clamp(46px,6vw,82px);
  text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em;
}
.hww-heading em { font-style: normal; color: var(--red); }
.hww-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.07); }
.hww-card { background: var(--black); padding: 48px 36px; position: relative; transition: background .2s; }
.hww-card:hover { background: rgba(227,32,41,0.04); }
.hww-card-num { font-family: 'Barlow Condensed',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--red); margin-bottom: 28px; }
.hww-card-title { font-family: 'Barlow Condensed',sans-serif; font-size: 32px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 18px; line-height: 1; }
.hww-card-body { font-size: 14px; font-weight: 400; color: var(--white-muted); line-height: 1.75; }
.hww-card-icon { position: absolute; top: 48px; right: 36px; opacity: .12; }

/* ══ VISION / MISSION ══ */
.section-vismis { background: #080808; padding: 120px 60px; border-top: 1px solid rgba(255,255,255,0.06); position: relative; overflow:hidden; }
.vismis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.07); }
.vismis-panel { background: #080808; padding: 64px 56px; }
.vismis-panel:hover { background: rgba(227,32,41,0.03); }
.vismis-tag { font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }
.vismis-title { font-family: 'Barlow Condensed',sans-serif; font-size: clamp(36px,4.5vw,60px); font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em; line-height: 0.92; margin-bottom: 28px; }
.vismis-body { font-size: 14px; font-weight: 400; color: var(--white-muted); line-height: 1.8; }
.vismis-body + .vismis-body { margin-top: 20px; }
.vismis-sublist { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }
.vismis-subitem-title { font-family: 'Barlow Condensed',sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--white); margin-bottom: 6px; }
.vismis-subitem-body { font-size: 13px; font-weight: 400; color: var(--white-muted); line-height: 1.7; }

/* ══ TEAM ══ */
.section-team { background: var(--black); padding: 120px 60px; border-top: 1px solid rgba(255,255,255,0.06); position: relative; overflow:hidden; }
.team-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 64px; flex-wrap: wrap; }
.team-heading { font-family: 'Barlow Condensed',Helvetica,sans-serif; font-weight: 900; font-size: clamp(46px,6vw,80px); text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em; }
.team-heading em { font-style: normal; color: var(--red); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.07); }
.team-card { background: var(--black); position: relative; overflow: hidden; cursor: pointer; }
.team-card:hover .team-card-overlay { opacity: 1; }
.team-card-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; filter: grayscale(100%) contrast(1.1); transition: filter .3s, transform .4s; }
.team-card:hover .team-card-photo { filter: grayscale(80%) contrast(1.05); transform: scale(1.03); }
.team-card-photo-placeholder {
  width: 100%; aspect-ratio: 3/4;
  background: #111;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px;
}
.team-card-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.92));
  padding: 32px 20px 24px;
  opacity: 0; transition: opacity .25s;
}
.team-card-info { padding: 20px 20px 24px; border-top: 1px solid rgba(255,255,255,0.07); }
.team-name { font-family: 'Barlow Condensed',sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; line-height: 1.1; margin-bottom: 4px; }
.team-role { font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.team-card-lead { background: rgba(227,32,41,0.05); border: 1px solid rgba(227,32,41,0.15); }
.team-card-lead .team-card-info { border-top-color: rgba(227,32,41,0.2); }

/* ══ TESTIMONIALS ══ */
.section-testimonials { background: #060606; padding: 100px 60px; border-top: 1px solid rgba(255,255,255,0.06); position: relative; overflow:hidden; }
.testi-header { text-align: center; margin-bottom: 64px; }
.testi-heading { font-family: 'Barlow Condensed',sans-serif; font-weight: 900; font-size: clamp(40px,5.5vw,72px); text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em; }
.testi-heading em { font-style: normal; color: var(--red); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,0.07); }
.testi-card { background: #060606; padding: 40px 36px; position: relative; transition: background .2s; }
.testi-card:hover { background: rgba(227,32,41,0.04); }
.testi-quote { font-size: 48px; font-weight: 900; color: var(--red); opacity: .3; line-height: .8; margin-bottom: 20px; font-family: Georgia,serif; }
.testi-body { font-size: 14px; font-weight: 400; color: var(--white-muted); line-height: 1.8; margin-bottom: 32px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: #1a1a1a; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Barlow Condensed',sans-serif; font-size: 14px; font-weight: 700; color: var(--red); }
.testi-name { font-family: 'Barlow Condensed',sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.testi-location { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: .08em; margin-top: 2px; }

/* ══ TICKER ══ */
.ticker-wrap { overflow: hidden; background: var(--red); padding: 13px 0; white-space: nowrap; position: relative; z-index: 3; }
.ticker-track { display: inline-flex; animation: ticker 32s linear infinite; }
.ticker-track span { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--white); padding: 0 28px; }
.ticker-track span.dot { color: rgba(255,255,255,0.45); padding: 0 5px; letter-spacing: 0; font-size: 16px; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ══ FOOTER ══ */
.site-footer { background: #050505; border-top: 1px solid rgba(255,255,255,0.06); padding: 64px 60px 40px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-tagline { font-size: 13px; font-weight: 400; color: var(--white-muted); line-height: 1.7; max-width: 240px; margin-bottom: 28px; margin-top: 16px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: var(--white-muted); text-decoration: none; font-size: 13px; transition: border-color .2s, color .2s, background .2s; }
.footer-social a:hover { border-color: var(--red); color: var(--white); background: rgba(227,32,41,0.1); }
.footer-col-title { font-size: 9px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: var(--white-muted); text-decoration: none; font-size: 13px; font-weight: 400; transition: color .2s; }
.footer-col ul a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.22); letter-spacing: .04em; }
.footer-copy span { color: var(--red); }
.footer-badge { font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.08); padding: 5px 12px; }

/* ══ RESPONSIVE ══ */
@media (max-width: 960px) {
  nav { padding: 20px 24px; }
  nav.scrolled { padding: 16px 24px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .about-hero { padding: 0 24px; }
  .about-hero-inner { grid-template-columns: 1fr; padding: 100px 0 70px; }
  .about-hero-right { display: none; }
  .hero-scroll-hint { display: none; }
  .section-intro, .section-howwework, .section-vismis, .section-team, .section-testimonials { padding: 80px 24px; }
  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .hww-grid { grid-template-columns: 1fr; }
  .hww-card { padding: 36px 28px; }
  .vismis-grid { grid-template-columns: 1fr; }
  .vismis-panel { padding: 48px 32px; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .site-footer { padding: 56px 24px 32px; }
}
@media (max-width: 480px) {
  nav { padding: 18px 20px; }
  .about-hero { padding: 0 20px; }
  .about-hero-heading .line1 { font-size: clamp(32px,10vw,48px); }
  .about-hero-heading .line2 { font-size: clamp(60px,22vw,88px); }
  .about-hero-heading .line3 { font-size: clamp(60px,22vw,88px); }
  .section-intro, .section-howwework, .section-vismis, .section-team, .section-testimonials { padding: 60px 20px; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .site-footer { padding: 48px 20px 28px; }
}