/* ===== OBJECTIVE FONT ===== */
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('../../fonts/Objective-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root{
  --page: #E6E6E6 ;
  --ink: #171717;
  --muted: rgba(23,23,23,.62);
  --line: rgba(23,23,23,.12);
  --pill: rgba(23,23,23,.08);
  --yellow: #E96224;
  --container: 1120px;
}

*{ box-sizing: border-box; }
html,body{ height: 100%; }
body{
  margin: 0;
  color: var(--ink);
  /* background: var(--page); */
  font-family: 'Objective', Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.45;
  padding-top: var(--header-h, 76px);
}

a{ color: inherit; text-decoration: none; }
.container{ width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.page{ padding: 0; }
.banner{
  background: #000;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  margin-top: calc(-1 * var(--header-h, 76px));
}
.banner-inner{
  padding-top: calc(var(--header-h, 76px) + clamp(40px, 8vh, 80px));
  padding-bottom: 12px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.banner-text{
  max-width: 520px;
  padding-right: clamp(24px, 5vw, 80px);
}

/* LemonYellow-like logic: a 200vw row that translates on scroll */
.detail-container{
  display: flex;
  width: 200vw;
  transform: translate3d(0,0,0);
  will-change: transform;
}
.detail-panel{
  width: 100vw;
  padding-right: clamp(24px, 5vw, 80px);
  padding-left: 0;
}

.banner-title{
   color: #fff !important;
  margin: 0 0 12px;
  font-weight: 300;
  letter-spacing: -.5px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.08;
 
}
.banner-sub{
  margin: 0;
  font-size: 16px;
  color: rgba(255,255,255,.75);
}
.banner-sub-accent{
  color: rgba(255,255,255,.95);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.banner-art{
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-image: url("../banner.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-cart{
  position: absolute;
  bottom: 70px;
  left: 0;
  width: min(240px, 42vw);
  height: auto;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  pointer-events: none;
  user-select: none;
  z-index: 3;
}

/* Slide 2: Solutions (overlay inside pinned banner) */
.solutions-slide{
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  background: #e8e8e8;
}
.solutions-copy{
  order: 2;
  padding: clamp(8px, 2vw, 20px) clamp(24px, 4vw, 50px);
  padding-left: clamp(40px, 6vw, 80px);
}
.solutions-inner{
  height: 100%;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 0;
  align-items: center;
  padding-top: 0;
}
.solutions-media{
  order: 1;
}
.solutions-copy{
  order: 2;
}
.solutions-title{
  margin: 0;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -.5px;
  line-height: 1.05;
  color: var(--ink);
}
.solutions-sub{
  margin: 10px 0 0;
  color: rgba(23,23,23,.55);
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23,23,23,.18);
  max-width: 380px;
}
.solutions-grid{
  margin-top: clamp(24px, 3.5vh, 36px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 40px) clamp(28px, 4vw, 56px);
  max-width: 560px;
}
.solutions-card h3{
  margin: 0;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 30px);
  letter-spacing: -.3px;
  color: var(--ink);
}
.solutions-card p{
  margin: 8px 0 0;
  color: rgba(23,23,23,.55);
  font-size: 13px;
  line-height: 1.6;
  max-width: 22ch;
  font-weight: 400;
}
.solutions-cta{
  margin-top: clamp(28px, 4vh, 44px);
}
.solutions-cta-btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 999px;
  transition: background .2s ease, transform .2s ease;
}
.solutions-cta-btn:hover{
  background: #333;
  transform: translateX(3px);
}
.solutions-media{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  order: 1;
}
.solutions-cart{
  width: 100%;
  height: 100%;
  transform: translate3d(0,0,0);
  will-change: transform;
  user-select: none;
  pointer-events: none;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 980px){
  .solutions-inner{ grid-template-columns: 1fr; }
  .solutions-media{ justify-content: center; height: auto; }
  .solutions-cart{ width: min(260px, 60vw); }
  .solutions-grid{ grid-template-columns: 1fr; }
}

/* Page sections (Vista content) */
.section{
  padding: 72px 0;
  background: var(--page);
}
.section:nth-of-type(even){
  background: #fffefc;
}
.section-title{
  margin: 0;
  font-weight: 500;
  letter-spacing: .2px;
  font-size: clamp(28px, 3.2vw, 46px);
}
.section-lead{
  margin: 10px 0 0;
  color: rgba(23,23,23,.78);
  max-width: 70ch;
}
.section-text{
  margin: 14px 0 0;
  color: rgba(23,23,23,.62);
  max-width: 90ch;
}
.two-col{
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.panel{
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.7);
  padding: 18px;
}
.panel-title{ margin: 0; font-weight: 600; }
.panel-text{ margin: 10px 0 0; color: rgba(23,23,23,.7); }
.placeholder-box{
  margin-top: 18px;
  border: 1px dashed rgba(23,23,23,.22);
  border-radius: 18px;
  padding: 24px;
  color: rgba(23,23,23,.55);
}
.bullets{
  margin: 18px 0 0;
  padding-left: 18px;
  color: rgba(23,23,23,.7);
}
.cards-3{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.card{
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  padding: 18px;
}
.card h3{ margin: 0; font-weight: 600; }
.card p{ margin: 10px 0 0; color: rgba(23,23,23,.65); line-height: 1.55; }
.services-grid{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.service{
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  padding: 18px;
}
.service h3{ margin: 0; font-weight: 600; }
.service p{ margin: 10px 0 0; color: rgba(23,23,23,.65); }
.testimonials{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.quote{
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  padding: 18px;
}
.quote blockquote{ margin: 0; color: rgba(23,23,23,.72); }
.quote figcaption{ margin-top: 12px; color: rgba(23,23,23,.55); font-size: 13px; }
.stats{
  background: radial-gradient(60% 180% at 50% 0%, rgba(255,216,77,.28), rgba(255,255,255,0) 70%), var(--page);
}
.stats-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.stat{
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  padding: 18px;
}
.stat-num{ font-size: 34px; font-weight: 700; line-height: 1; }
.stat-label{ margin-top: 10px; color: rgba(23,23,23,.65); }
.footer{
  padding: 0;
  background: #111;
  color: rgba(255,255,255,.88);
}

/* ── FOOTER HERO ── */
.footer-hero{
  position: relative;
  overflow: hidden;
}
.footer-hero-bg{
  position: relative;
  z-index: 0;
  line-height: 0;
}
.footer-hero-img{
  width: 100%;
  height: auto;
  display: block;
}
.footer-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.1) 0%,
    rgba(0,0,0,.45) 60%,
    rgba(0,0,0,.88) 100%
  );
}
.footer-hero-content{
  position: absolute;
  bottom: clamp(28px, 5vw, 56px);
  right: clamp(32px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 1;
}
.footer-logo{
  height: clamp(44px, 5.5vw, 72px);
  width: auto;
  object-fit: contain;
  filter: brightness(1.1);
}
.footer-tagline{
  margin: 0;
  font-size: clamp(11px, 1.2vw, 14px);
  color: rgba(255,255,255,.7);
  letter-spacing: 1px;
  font-style: italic;
}

/* ── FOOTER INFO ── */
.footer-info{
  position: relative;
  overflow: hidden;
}
.footer-info-bg{
  position: relative;
  z-index: 0;
  line-height: 0;
}
.footer-info-bg img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}
.footer-grid{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(var(--container), calc(100% - 40px));
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: clamp(24px, 4vw, 60px);
}

/* Col */
.footer-col{
  border-radius: 0;
}
.footer-col-content{
  padding: 0;
}

.footer-title{
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.footer-text{
  margin: 6px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  line-height: 1.65;
}
.footer-text strong{
  color: rgba(255,255,255,.75);
  font-weight: 500;
}
.footer-links{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a{
  color: rgba(255,255,255,.55);
  font-size: 12px;
  transition: color .2s ease;
}
.footer-links a:hover{ color: #fff; }

/* ── FOOTER BOTTOM BAR ── */
.footer-bottom-bar{
  position: relative;
  overflow: hidden;
}
.footer-bottom-bg{
  position: relative;
  z-index: 0;
  line-height: 0;
}
.footer-bottom-bg img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}
.footer-bottom-bar .container{
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}
.footer-bottom-bar small{
  color: rgba(255,255,255,.5);
  font-size: 12px;
}

@media (max-width: 860px){
  .footer-grid{ grid-template-columns: 1fr; gap: 20px; }
  .footer-info{ height: auto; padding: 40px 0; }
  .footer-grid{ position: relative; top: auto; left: auto; transform: none; width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
  .footer-hero-content{ right: 20px; bottom: 20px; }
}

@media (max-width: 980px){
  .two-col{ grid-template-columns: 1fr; }
  .cards-3{ grid-template-columns: 1fr; }
  .services-grid{ grid-template-columns: 1fr; }
  .testimonials{ grid-template-columns: 1fr; }
  .stats-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid{ grid-template-columns: 1fr; }
}
.sr-only{
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link{
  position: absolute; left: 16px; top: 16px; z-index: 9999;
  padding: 10px 12px; border-radius: 999px; background: #fff; color: #111;
  transform: translateY(-140%); transition: transform .2s ease;
}
.skip-link:focus{ transform: translateY(0); }

.site-header{
  position: fixed;
  top: 0;
  z-index: 50;
  background: #090909;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  left: 0;
  right: 0;
  transition: background 0.3s ease;
}
.site-header::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, #1c1c1c 0%, #1c1c1c 40%, rgba(28,28,28,0) 100%);
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.site-header.solid{
  background: #000;
}
.site-header.solid::after{
  opacity: 0;
}
.header-row{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 6px 0;
}

.nav-left,
.nav-right{
  display: flex;
  align-items: center;
}
.nav-left{ justify-content: flex-start; }
.nav-right{ justify-content: flex-end; }
.nav-left ul,
.nav-right ul{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: row;
}
.nav-left ul{ justify-content: flex-end; }
.nav-right ul{ justify-content: flex-end; }

/* Center logo — overlaps banner slightly */
.brand--center{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.brand--center .brand-logo{
  height: 80px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.3));
  margin-bottom: 0;
  /* transform: translateY(20px); */
}
.brand{ display: inline-flex; align-items: center; gap: 10px; }
.brand-logo{
  height: 65px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav{ display: flex; align-items: center; gap: 14px; }
.nav-desktop{ display: flex; }
.nav-toggle{
  display: none;
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.55);
  color: var(--ink);
}
.nav-toggle-lines{
  display: block;
  width: 18px; height: 12px;
  margin: 0 auto;
  background:
    linear-gradient(currentColor,currentColor) 0 0/100% 2px,
    linear-gradient(currentColor,currentColor) 0 50%/100% 2px,
    linear-gradient(currentColor,currentColor) 0 100%/100% 2px;
  background-repeat: no-repeat;
  opacity: .9;
}
.nav-panel{ display: none; }
.nav-links{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-links a{
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 10px 10px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
.nav-links a:hover{
  background: var(--pill);
  color: #fff;
}
.nav-cta{ display: flex; align-items: center; gap: 10px; }

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--line);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  will-change: transform;
}
.btn-pill{
  background: transparent;
  border-color: rgba(255,255,255,.25);
  color: #fff;
}
.btn-pill:hover{ background: rgba(255,255,255,.1); transform: translateY(-1px); }

.nav-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(2px);
  z-index: 40;
}

@media (max-width: 860px){
  .nav-left, .nav-right{ display: none; }
  .header-row{
    grid-template-columns: 1fr auto auto;
  }
  .brand--center{ margin-bottom: 0; }
  .nav-toggle{ display: inline-flex; align-items: center; justify-content: center; }
}
  .nav-panel{
    position: fixed;
    z-index: 45;
    top: 12px;
    right: 12px;
    left: 12px;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border-radius: 18px;
    padding: 14px;
    background: rgba(246,244,239,.96);
    border: 1px solid rgba(23,23,23,.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav-panel.is-open{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-panel{ display: flex; }
  .nav-links{ flex-direction: column; align-items: stretch; gap: 6px; }
  .nav-links a{ padding: 12px 12px; border-radius: 14px; 
    /* background: rgba(23,23,23,.04);  */
  }
  .nav-cta{ flex-direction: column; align-items: stretch; }
  .btn{ width: 100%; }
}

/* Motion/accessibility */
@media (prefers-reduced-motion: reduce){
  .btn{ transition: none !important; }
}


/* ===== LOADER ===== */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader.hide {
  opacity: 0;
  visibility: hidden;
}
#loader .loader-logo {
  width: min(280px, 60vw);
  height: auto;
  object-fit: contain;
}
#loader .loader-gif {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* ===== PROCESS SECTION ===== */
.process-section{ overflow: hidden; }
.process-track-wrap{
  margin-top: 48px;
  overflow: hidden;
  width: 100%;
}
.process-track{
  display: flex;
  gap: 40px;
  width: max-content;
  animation: autoScroll 28s linear infinite;
}
.process-track:hover{ animation-play-state: paused; }

@keyframes autoScroll{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.process-step{
  flex: 0 0 280px;
  text-align: center;
  padding: 24px;
  /* border: 1px solid var(--line); */
  border-radius: 12px;
  background: rgba(255,255,255,.8);
}
.process-img-wrap{
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255,216,77,.12); */
  border-radius: 50%;
}
.process-img-wrap img{
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.process-step-num{
  font-size: 13px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.process-step-title{
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 20px;
}
.process-step-desc{
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 768px){
  .process-step{ flex: 0 0 240px; }
}

/* ===== TESTIMONIAL SLIDER ===== */
.testi-section{ background: #111; padding: 72px 0; }
.testi-section .section-title{ color: #fff; }
.testi-section .section-lead{ color: rgba(255,255,255,.6); }

.testi-slider-wrap{
  max-width: 760px;
  margin: 48px auto 0;
  padding: 0 24px;
  position: relative;
}

.testi-slider{
  position: relative;
  min-height: 260px;
}

.testi-card{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  background: #1e1e1e;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 40px;
}
.testi-card.active{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.testi-quote-icon{
  font-size: 80px;
  line-height: 0.6;
  color: var(--yellow);
  font-family: Georgia, serif;
  margin-bottom: 20px;
  display: block;
}

.testi-text{
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255,255,255,.85);
  line-height: 1.75;
  margin: 0 0 28px;
  font-style: italic;
}

.testi-author{
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-avatar{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testi-name{
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.testi-loc{
  font-size: 13px;
  color: rgba(255,255,255,.45);
  margin-top: 2px;
}

.testi-controls{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.testi-btn{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-btn:hover{ background: var(--yellow); border-color: var(--yellow); color: #111; }

.testi-dots{
  display: flex;
  gap: 8px;
  align-items: center;
}
.testi-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.testi-dot.active{
  background: var(--yellow);
  transform: scale(1.4);
}

/* ===== TESTIMONIALS — SPLIT LAYOUT ===== */
.testi-section{
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #0a0a0a;
}

/* Full-bleed banner image darkened behind everything */
.testi-bg{
  position: absolute;
  inset: 0;
  background: url('../oranges-bg.jpg') center center / cover no-repeat;
  opacity: 0.18;
  filter: grayscale(20%);
  z-index: 0;
}

.testi-inner{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ---- LEFT SIDE ---- */
.testi-left{ display: flex; flex-direction: column; gap: 24px; }

.testi-eyebrow{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
}

.testi-heading{
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0;
}

.testi-big-quote{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 28px 28px 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.testi-big-text{
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,0.85);
  line-height: 1.75;
  font-style: italic;
  margin: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.testi-big-text.fade-out{ opacity: 0; transform: translateY(8px); }

.testi-big-author{
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-big-avatar{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.4s ease;
}

.testi-big-name{
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.testi-big-loc{
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 2px;
}

/* Progress bar */
.testi-progress{
  display: none;
}
.testi-progress-bar{
  display: none;
}

/* ---- RIGHT SIDE: name cards ---- */
.testi-card-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testi-name-card{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.testi-name-card:hover{
  background: rgba(255,255,255,0.07);
  transform: translateX(4px);
}
.testi-name-card.active{
  background: rgba(245,200,0,0.08);
  border-color: rgba(245,200,0,0.4);
}

.tnc-num{
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.25);
  letter-spacing: 2px;
  min-width: 24px;
}
.testi-name-card.active .tnc-num{ color: var(--yellow); }

.tnc-info{ flex: 1; }
.tnc-name{
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}
.testi-name-card.active .tnc-name{ color: #fff; }

.tnc-loc{
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-top: 2px;
}

.tnc-arrow{
  font-size: 16px;
  color: rgba(255,255,255,0.15);
  transition: color 0.2s, transform 0.2s;
}
.testi-name-card.active .tnc-arrow,
.testi-name-card:hover .tnc-arrow{
  color: var(--yellow);
  transform: translateX(4px);
}

@media (max-width: 860px){
  .testi-inner{ grid-template-columns: 1fr; gap: 40px; }
  .testi-heading{ font-size: 28px; }
}

/* ===== VIDEO SECTION ===== */
.video-section{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: clamp(520px, 55vh, 600px);
}
.video-section-inner{
  position: relative;
  width: 100%;
  height: 100%;
}
.video-full{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ===== VIDEO OVERLAY TEXT ===== */
.video-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.05) 100%);
  display: flex;
  align-items: center;
}
.video-overlay-content{
  padding: 0 clamp(28px, 8vw, 120px);
  max-width: 580px;
}
.video-tagline{
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 18px;
}
.video-title{
  font-size: clamp(26px, 3.8vw, 48px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.video-points{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-points li{
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  /* padding-left: 18px; */
  position: relative;
  line-height: 1.6;
}
.video-points li::before{
 
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-weight: 700;
}


/* ===== ABOUT SECTION ===== */
.about-section{
  background: #fff;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 80px;
}
.about-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: clamp(60px, 8vh, 100px) 0;
}

/* LEFT */
.about-left{
  position: sticky;
  top: var(--header-h, 76px);
  height: calc(100vh - var(--header-h, 76px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vh, 100px) clamp(32px, 5vw, 72px);
}
.about-eyebrow{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 14px;
  display: block;
}
.about-title{
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.05;
  margin: 0 0 20px;
  color: var(--ink);
}
.about-lead{
  font-size: 15px;
  color: rgba(23,23,23,.62);
  line-height: 1.7;
  max-width: 44ch;
  margin: 0 0 36px;
}
.about-active-step{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 24px;
  border-radius: 14px;
  background: rgba(233,98,36,.07);
  border-left: 3px solid var(--yellow);
  min-height: 90px;
  transition: all .3s ease;
}
.about-step-num{
  font-size: 28px;
  font-weight: 700;
  color: var(--yellow);
  line-height: 1;
  min-width: 36px;
}
.about-step-title{
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  transition: opacity .3s ease;
}
.about-step-desc{
  font-size: 13px;
  color: rgba(23,23,23,.6);
  line-height: 1.6;
  transition: opacity .3s ease;
}

/* RIGHT */
.about-right{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 8vh, 100px) clamp(20px, 4vw, 60px);
  position: sticky;
  top: var(--header-h, 76px);
  height: calc(100vh - var(--header-h, 76px));
}

/* ===== ORANGE WHEEL — 6 individual circles in hex layout ===== */
.orange-wheel{
  position: relative;
  width: min(620px, 88vw);
  height: min(620px, 88vw);
}

/*
  Hexagonal positions (% of container, circle size ~38%):
  1 = top center
  2 = top right
  3 = bottom right
  4 = bottom center
  5 = bottom left
  6 = top left
*/
.o-circle{
  position: absolute;
  width: 34%;
  height: 34%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.4);
  will-change: transform, opacity;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}

.o-circle--1{ top: 0%;    left: 31%; }   /* top center   */
.o-circle--2{ top: 20%;   left: 62%; }   /* top right    */
.o-circle--3{ top: 60%;   left: 62%; }   /* bottom right */
.o-circle--4{ top: 80%;   left: 31%; }   /* bottom center*/
.o-circle--5{ top: 60%;   left: 0%;  }   /* bottom left  */
.o-circle--6{ top: 20%;   left: 0%;  }   /* top left     */

/* Real orange image fills each circle */
.o-circle-img{
  position: absolute;
  inset: 0;
  background-image: url('../orangeslice.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

/* Text overlay */
.o-circle-text{
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16%;
  text-align: center;
  background: rgba(255,255,255,0.72);
}

.o-circle-title{
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 700;
  color: #1a0a00;
  line-height: 1.1;
  margin-bottom: 6px;
  text-shadow: 0 1px 2px rgba(255,255,255,.5);
}

.o-circle-desc{
  font-size: clamp(9px, 0.9vw, 11px);
  color: #2a1000;
  line-height: 1.45;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(255,255,255,.4);
}

/* Active circle highlight */
.o-circle.is-active .o-circle-text{
  background: rgba(255,255,255,0.28);
}

@media (max-width: 860px){
  .about-inner{ grid-template-columns: 1fr; }
  .about-left{
    position: relative;
    top: auto;
    height: auto;
    min-height: unset;
  }
  .about-right{
    position: relative;
    top: auto;
    height: auto;
    padding-top: 0;
    min-height: 420px;
  }
  .orange-wheel{
    width: min(380px, 92vw);
    height: min(380px, 92vw);
  }
}


/* ===== BLOG SECTION — BENTO GRID ===== */
.blog-section{
  background: var(--page);
  overflow: hidden;
}

.blog-bento{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 340px 280px;
  gap: 16px;
}

/* Big card: spans 1 col, 2 rows */
.blog-bento-card--big{
  grid-column: 1;
  grid-row: 1 / 3;
}

/* Top right */
.blog-bento-card:nth-child(2){
  grid-column: 2;
  grid-row: 1;
}

/* Middle right */
.blog-bento-card:nth-child(3){
  grid-column: 3;
  grid-row: 1;
}

/* Bottom wide: spans 2 cols */
.blog-bento-card--wide{
  grid-column: 2;
  grid-row: 2;
}

/* Bottom right */
.blog-bento-card:nth-child(5){
  grid-column: 3;
  grid-row: 2;
}

/* ── Base card styles ── */
.blog-bento-card{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}

.bbc-img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}
.blog-bento-card:hover .bbc-img{
  transform: scale(1.05);
}

/* Gradient overlay on image cards */
.blog-bento-card:not(.blog-bento-card--dark)::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 30%,
    rgba(0,0,0,.75) 100%
  );
  transition: background .4s ease;
}
.blog-bento-card:not(.blog-bento-card--dark):hover::after{
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.1) 0%,
    rgba(0,0,0,.85) 100%
  );
}

/* Dark text-only card */
.blog-bento-card--dark{
  background: var(--ink);
}

.bbc-content{
  position: relative;
  z-index: 2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bbc-content--center{
  justify-content: center;
  height: 100%;
}

.bbc-tag{
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border:1px solid #E6E6E6;
  /* background: var(--yellow); */
  padding: 4px 12px;
  border-radius: 999px;
  width: fit-content;
}

.bbc-title{
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.blog-bento-card--big .bbc-title{
  font-size: clamp(18px, 2vw, 24px);
}
.blog-bento-card--sm .bbc-title,
.blog-bento-card--wide .bbc-title{
  font-size: clamp(14px, 1.4vw, 17px);
}

.bbc-excerpt{
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
  display: none;
}
.blog-bento-card--big .bbc-excerpt,
.blog-bento-card--dark .bbc-excerpt{
  display: block;
}

.bbc-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--yellow);
  margin-top: 4px;
  transition: gap .2s ease;
}
.bbc-link:hover{ gap: 10px; }
.bbc-link span{ transition: transform .2s ease; }
.bbc-link:hover span{ transform: translateX(4px); }

@media (max-width: 980px){
  .blog-bento{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .blog-bento-card--big{ grid-column: 1 / -1; grid-row: auto; height: 320px; }
  .blog-bento-card--wide{ grid-column: 1 / -1; grid-row: auto; }
  .blog-bento-card:nth-child(2),
  .blog-bento-card:nth-child(3),
  .blog-bento-card:nth-child(5){ grid-column: auto; grid-row: auto; height: 240px; }
  .bbc-excerpt{ display: none !important; }
}
@media (max-width: 600px){
  .blog-bento{ grid-template-columns: 1fr; }
  .blog-bento-card--big,
  .blog-bento-card--wide{ grid-column: 1; }
}


/* ===== CONTACT SECTION ===== */
.contact-section{
  position: relative;
  background: #f0f0f0;
  overflow: hidden;
  padding: 72px 0;
}

.contact-body{ position: relative; z-index: 1; }

.contact-inner{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

/* LEFT */
.contact-left{ position: relative; }

.contact-eyebrow{
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 14px;
}

.contact-title{
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 14px;
}

.contact-desc{
  font-size: 14px;
  color: rgba(23,23,23,.55);
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 36ch;
}

.contact-details{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.contact-detail-item{
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-detail-icon{
  font-size: 18px;
  flex-shrink: 0;
}

.contact-detail-value{
  font-size: 14px;
  color: var(--ink);
}

/* Social icons */
.contact-socials{
  display: flex;
  gap: 10px;
}
.contact-social-btn{
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(23,23,23,.2);
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
  text-transform: uppercase;
}
.contact-social-btn:hover{
  background: var(--yellow);
  border-color: var(--yellow);
  color: #fff;
}

/* RIGHT: Form */
.contact-right{ position: relative; z-index: 1; }

.contact-form{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cf-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cf-field{
  display: flex;
  flex-direction: column;
}

.cf-input{
  background: #fff;
  border: 1px solid rgba(23,23,23,.12);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  color: var(--ink);
  font-family: inherit;
  outline: none;
  transition: border-color .2s ease;
  width: 100%;
  box-sizing: border-box;
}
.cf-input::placeholder{ color: rgba(23,23,23,.35); }
.cf-input:focus{ border-color: var(--yellow); }

.cf-textarea{
  resize: none;
  height: 130px;
}

/* Submit */
.cf-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--yellow);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  align-self: flex-start;
}
.cf-submit:hover{
  background: #d4541a;
  transform: translateY(-2px);
}

/* Decorative orange image - right bleeding edge */
.contact-deco-right{
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(160px, 18vw, 260px);
  height: clamp(200px, 28vw, 380px);
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  z-index: 0;
}
.contact-deco-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(20%);
}

@media (max-width: 860px){
  .contact-inner{ grid-template-columns: 1fr; }
  .contact-deco-right{ display: none; }
  .cf-row{ grid-template-columns: 1fr; }
}

/* Background */
.contact-bg{ display: none; }
.contact-bg-overlay{ display: none; }
.contact-hero{ display: none; }
.contact-form-wrap{ background: none; border: none; padding: 0; }
.contact-form-title{ display: none; }
.cf-label{ display: none; }
.cf-chips{ display: none; }
.cf-select{ display: none; }
.contact-deco-orange{ display: none; }


/* ===== CASE STUDIES — HOVER PREVIEW ===== */
.case-section{
  background: var(--page);
  position: relative;
}

.case-list{
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.case-row{
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: clamp(16px, 3vw, 48px);
  padding: clamp(20px, 3vh, 32px) clamp(20px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  position: relative;
  transition: background .2s ease;
  overflow: hidden;
}
.case-row::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--yellow);
  transition: width .3s ease;
  z-index: 0;
}
.case-row:hover::before{ width: 3px; }
.case-row:hover{ background: rgba(233,98,36,.03); }

.case-row-left{
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 36px);
  position: relative;
  z-index: 1;
}

.case-row-num{
  font-size: 11px;
  font-weight: 700;
  color: rgba(23,23,23,.25);
  letter-spacing: 2px;
  min-width: 24px;
  transition: color .2s ease;
}
.case-row:hover .case-row-num{ color: var(--yellow); }

.case-row-title{
  margin: 0;
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
  transition: color .2s ease;
}
.case-row:hover .case-row-title{ color: var(--yellow); }

.case-row-service{
  font-size: 11px;
  font-weight: 600;
  color: rgba(23,23,23,.4);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}

.case-row-result{
  font-size: 13px;
  color: rgba(23,23,23,.45);
  position: relative;
  z-index: 1;
  text-align: right;
  transition: color .2s ease;
}
.case-row:hover .case-row-result{ color: var(--ink); }

.case-row-cta{
  font-size: 13px;
  font-weight: 700;
  color: rgba(23,23,23,.25);
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: color .2s ease, transform .2s ease;
  display: inline-block;
}
.case-row:hover .case-row-cta{
  color: var(--yellow);
  transform: translateX(6px);
}

/* Floating image preview — follows cursor */
.case-preview{
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.85) translate(-50%, -50%);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 999;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.case-preview.is-visible{
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.case-preview-img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image .1s ease;
}

@media (max-width: 860px){
  .case-row{ grid-template-columns: 1fr auto; }
  .case-row-result{ display: none; }
  .case-preview{ display: none; }
}


/* ===== CASE STUDIES — STACKED STICKY CARDS ===== */
.case-stack{
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.case-card{
  position: sticky;
  top: var(--header-h, 76px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: var(--card-bg, #1a1a1a);
  border-radius: 0;
  overflow: hidden;
}

/* Alternate image side */
.case-card:nth-child(even) .case-card-img{ order: 2; }
.case-card:nth-child(even) .case-card-body{ order: 1; }

.case-card-img{
  background-size: cover;
  background-position: center;
  transition: transform .6s ease;
  min-height: 400px;
}
.case-card:hover .case-card-img{
  transform: scale(1.04);
}

.case-card-body{
  padding: clamp(40px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.case-card-meta{
  display: flex;
  align-items: center;
  gap: 14px;
}

.case-card-num{
  font-size: 11px;
  font-weight: 700;
  color: rgba(0,0,0,.35);
  letter-spacing: 3px;
}

.case-card-tag{
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,.6);
  background: transparent;
  border: 1px solid rgba(0,0,0,.2);
  padding: 4px 12px;
  border-radius: 999px;
}

.case-card-title{
  margin: 0;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300;
  color: #000;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.case-card-desc{
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,.6);
  line-height: 1.75;
  max-width: 42ch;
}

.case-card-stats{
  display: flex;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,.1);
}

.case-card-stat{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.case-card-stat strong{
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: #000;
  line-height: 1;
}

.case-card-stat span{
  font-size: 11px;
  color: rgba(0,0,0,.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 860px){
  .case-card{
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }
  .case-card-img{ min-height: 260px; order: 1 !important; }
  .case-card-body{ order: 2 !important; }
}


/* Case card orange decorative */
.case-card-orange{
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.08;
  pointer-events: none;
  transition: opacity .4s ease;
}
.case-card:hover .case-card-orange{
  opacity: 0.14;
}
.case-card-orange img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-card-body{
  position: relative;
}


/* ===== ABOUT2 — HALF TEXT + HALF HORIZONTAL SCROLL ===== */
.about2-section{
  background: #fff;
  height: 100vh;
  overflow: hidden;
}

.about2-inner{
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  height: 100%;
}

/* LEFT: sticky text */
.about2-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 80px) clamp(32px, 5vw, 72px);
  /* border-right: 1px solid var(--line); */
}

/* RIGHT: clipped horizontal scroll area */
.about2-right{
  overflow: hidden;
  position: relative;
  height: 100%;
}

.about2-track{
  display: flex;
  height: 100%;
  width: max-content;
}

/* Each slide = full right section width, shows 3 steps */
.about2-slide{
  width: 70vw;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: clamp(20px, 4vh, 40px) clamp(20px, 3vw, 40px) 0;
  flex-shrink: 0;
  background: #fff;
  overflow: hidden;
}
/* Slide 1 has extra arrow at end — reduce width to compensate */
.about2-slide:first-child{
  width: calc(70vw - 60px);
}
.about2-slide:last-child{
  padding-left: 0;
}

/* Arrow between steps */
.about2-arrow{
  font-size: 22px;
  color: rgba(23,23,23,.3);
  flex-shrink: 0;
  padding: 0 8px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  height: clamp(80px, 10vw, 130px);
  margin-top: clamp(20px, 4vh, 40px);
}

/* Individual step */
.about2-step{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 clamp(12px, 2vw, 24px);
}

.about2-step-img{
  width: clamp(80px, 10vw, 130px);
  height: clamp(80px, 10vw, 130px);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  flex-shrink: 0;
}
.about2-step-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2-step-num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.about2-step-title{
  margin: 0 0 8px;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 700;
  color: var(--ink);
}

.about2-step-desc{
  margin: 0;
  font-size: 12px;
  color: rgba(23,23,23,.55);
  line-height: 1.6;
  max-width: 20ch;
  display: block;
  visibility: visible;
  opacity: 1;
}

.site-header.solid{
  background: #000;
}
.site-header.solid::after{
  opacity: 0;
}


/* ===== SOLUTIONS HEADER ===== */
.solutions-header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #E6E6E6;
}
.solutions-header-row{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 6px 0;
}
.sol-nav-links{
  display: flex !important;
  flex-direction: row !important;
  gap: 18px;
}
.sol-nav-links a{
  color: var(--ink) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px;
}
.sol-nav-links a:hover{
  color: var(--yellow) !important;
  background: transparent !important;
}
.sol-logo{
  height: 65px;
  transform: translateY(20px);
  filter: none !important;
}
.sol-btn{
  background: transparent !important;
  border: 1px solid rgba(23,23,23,.25) !important;
  color: var(--ink) !important;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}
.sol-btn:hover{
  background: rgba(23,23,23,.08) !important;
}

/* Adjust solutions-inner to account for header */
.solutions-inner{
  padding-top: 0;
}

.site-header.sol-active{
  background: #E6E6E6;
}
.site-header.sol-active::after{
  opacity: 0;
}
.site-header.sol-active .nav-links a{
  color: var(--ink);
}
.site-header.sol-active .btn-pill{
  border-color: rgba(23,23,23,.25);
  color: var(--ink);
  background: transparent;
}


/* ===== ABOUT2 TITLE ===== */
.about2-eyebrow{
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 12px;
}
.about2-eyebrow::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: var(--yellow);
  border-radius: 2px;
}
.about2-heading{
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -1px;
}
.about2-heading em{
  font-style: normal;
  color: var(--yellow);
}
.about2-sub{
  margin: 0;
  font-size: 15px;
  color: rgba(23,23,23,.55);
  line-height: 1.6;
  max-width: 40ch;
}


/* ===== ABOUT2 RIGHT TITLE ===== */
.about2-right-title{
  text-align: center;
  padding: clamp(32px, 4vh, 48px) clamp(24px, 4vw, 48px) clamp(24px, 3vh, 36px);
  /* border-bottom: 1px solid var(--line); */
}
.about2-eyebrow{
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 12px;
}
.about2-eyebrow::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background: var(--yellow);
  border-radius: 2px;
}
.about2-heading{
  margin: 0 0 10px;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -1px;
}
.about2-heading em{
  font-style: normal;
  color: var(--yellow);
}
.about2-sub{
  margin: 0;
  font-size: 14px;
  color: rgba(23,23,23,.5);
  line-height: 1.6;
}


/* ===== NEW FOOTER ===== */
.footer{ padding: 0; background: #0d1a0d; }

/* ── SECTION 1: Brand ── */
.footer-brand-section{
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}
.footer-brand-bg{
  position: absolute;
  inset: 0;
}
.footer-brand-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.footer-brand-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,30,10,.3) 0%, rgba(10,30,10,.85) 100%);
}
.footer-brand-content{
  position: relative;
  z-index: 1;
  padding-bottom: clamp(40px, 6vw, 72px);
}
.footer-brand-name{
  margin: 0 0 10px;
  font-size: clamp(56px, 10vw, 140px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
}
.footer-brand-tagline{
  margin: 0;
  font-size: 16px;
  color: rgba(255,255,255,.65);
  font-style: italic;
}

/* ── SECTION 2: Main nav + address ── */
.footer-main{
  background: #0a1a0a;
  padding: 100px 0 100px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-main-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr 1fr;
  gap: clamp(32px, 5vw, 72px);
}
.footer-nav-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-nav-list a{
  color: rgba(255,255,255,.65);
  font-size: 14px;
  transition: color .2s ease;
}
.footer-nav-list a:hover{ color: #fff; }

.footer-addr-label{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.footer-addr-text{
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
}
.footer-addr-phone{
  font-size: 13px;
  color: rgba(255,255,255,.65);
  margin-top: 10px;
}

.footer-social-label{
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin: 0 0 16px;
}
.footer-social-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-social-btn{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
}
.footer-social-btn:hover{
  background: var(--yellow);
  color: #fff;
}

/* ── SECTION 3: Newsletter ── */
.footer-newsletter{
  background: #061006;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 48px 0 28px;
}
.footer-newsletter-inner{
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 80px);
  margin-bottom: 40px;
}
.footer-nl-left{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}
.footer-nl-icon{
  font-size: 40px;
  flex-shrink: 0;
}
.footer-nl-title{
  margin: 0 0 6px;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}
.footer-nl-sub{
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}
.footer-nl-right{ flex-shrink: 0; }
.footer-nl-form{
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 280px;
}
.footer-nl-input{
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.25);
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  font-family: inherit;
  outline: none;
  transition: border-color .2s ease;
}
.footer-nl-input::placeholder{ color: rgba(255,255,255,.35); }
.footer-nl-input:focus{ border-color: rgba(255,255,255,.6); }
.footer-nl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  padding: 12px 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
  align-self: flex-start;
}
.footer-nl-btn:hover{
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.6);
}
.footer-copyright{
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 20px;
}
.footer-copyright small{
  color: rgba(255,255,255,.3);
  font-size: 12px;
}

@media (max-width: 860px){
  .footer-main-grid{ grid-template-columns: 1fr 1fr; }
  .footer-newsletter-inner{ flex-direction: column; align-items: flex-start; }
  .footer-nl-form{ min-width: 100%; width: 100%; }
}


/* ===== BLOG — HOVER REVEAL LIST ===== */
.blog-section{ overflow: hidden; }

.blog-list{
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.blog-list-item{
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(20px, 3vh, 32px) clamp(20px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  position: relative;
  transition: background .25s ease;
  cursor: none;
}
.blog-list-item:hover{
  background: var(--ink);
}
.blog-list-item:hover .bli-num,
.blog-list-item:hover .bli-tag,
.blog-list-item:hover .bli-title,
.blog-list-item:hover .bli-arrow{
  color: #fff;
}
.blog-list-item:hover .bli-tag{
  border-color: rgba(255,255,255,.3);
}

.bli-left{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 160px;
}
.bli-num{
  font-size: 11px;
  font-weight: 700;
  color: rgba(23,23,23,.3);
  letter-spacing: 2px;
  transition: color .25s ease;
}
.bli-tag{
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(23,23,23,.5);
  border: 1px solid rgba(23,23,23,.2);
  padding: 4px 10px;
  border-radius: 999px;
  transition: color .25s ease, border-color .25s ease;
}
.bli-title{
  flex: 1;
  margin: 0;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  transition: color .25s ease;
}
.bli-arrow{
  font-size: 22px;
  color: rgba(23,23,23,.25);
  flex-shrink: 0;
  transition: color .25s ease, transform .25s ease;
}
.blog-list-item:hover .bli-arrow{
  transform: translateX(6px);
  color: var(--yellow);
}

/* Cursor follow image */
.blog-cursor-img{
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 190px;
  border-radius: 14px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8) rotate(-4deg);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 9998;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.blog-cursor-img.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(-4deg);
}
.blog-cursor-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ===== BLOG — FULLSCREEN HOVER STACK ===== */
.blog-section{ padding-bottom: 0; overflow: hidden; }

.blog-stack{
  position: relative;
  margin-top: 48px;
  min-height: 520px;
  overflow: hidden;
}

/* Background images */
.bst-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bst-bg-img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .6s ease;
}
.bst-bg-img.active{ opacity: 1; }

.bst-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.62);
  z-index: 1;
  opacity: 0;
  transition: opacity .4s ease;
}
.blog-stack.is-hovered .bst-overlay{ opacity: 1; }

/* Items */
.bst-items{
  position: relative;
  z-index: 2;
}

.bst-item{
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(22px, 3.5vh, 36px) clamp(20px, 5vw, 80px);
  border-bottom: 1px solid rgba(23,23,23,.12);
  text-decoration: none;
  transition: border-color .3s ease;
  position: relative;
}
.blog-stack.is-hovered .bst-item{
  border-color: rgba(255,255,255,.1);
}

.bst-num{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: rgba(23,23,23,.3);
  min-width: 28px;
  flex-shrink: 0;
  transition: color .3s ease;
}
.bst-item.active .bst-num,
.bst-item:hover .bst-num{ color: var(--yellow); }
.blog-stack.is-hovered .bst-num{ color: rgba(255,255,255,.3); }
.blog-stack.is-hovered .bst-item.active .bst-num,
.blog-stack.is-hovered .bst-item:hover .bst-num{ color: var(--yellow); }

.bst-title{
  flex: 1;
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  transition: color .3s ease, font-weight .3s ease;
}
.bst-item.active .bst-title,
.bst-item:hover .bst-title{ font-weight: 600; }
.blog-stack.is-hovered .bst-title{ color: rgba(255,255,255,.45); }
.blog-stack.is-hovered .bst-item.active .bst-title,
.blog-stack.is-hovered .bst-item:hover .bst-title{ color: #fff; }

.bst-tag{
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(23,23,23,.4);
  flex-shrink: 0;
  transition: color .3s ease;
}
.blog-stack.is-hovered .bst-tag{ color: rgba(255,255,255,.3); }
.blog-stack.is-hovered .bst-item.active .bst-tag,
.blog-stack.is-hovered .bst-item:hover .bst-tag{ color: var(--yellow); }

.bst-arrow{
  font-size: 20px;
  color: rgba(23,23,23,.2);
  flex-shrink: 0;
  transition: color .3s ease, transform .3s ease;
}
.bst-item:hover .bst-arrow{
  color: var(--yellow);
  transform: translate(4px, -4px);
}
.blog-stack.is-hovered .bst-arrow{ color: rgba(255,255,255,.2); }


/* ===== BLOG — 3D CAROUSEL ===== */
.blog-section{ overflow: hidden; }

.blog-carousel-wrap{
  margin-top: 48px;
  perspective: 1200px;
  overflow: hidden;
  padding: 40px 0 60px;
}

.blog-carousel{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: transform .5s ease;
}

.bc-card{
  flex-shrink: 0;
  width: 320px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform .5s ease, box-shadow .5s ease, opacity .5s ease;
  transform: scale(0.82) rotateY(18deg);
  opacity: 0.55;
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
}
.bc-card.is-active{
  transform: scale(1) rotateY(0deg);
  opacity: 1;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  z-index: 2;
}
.bc-card.is-prev{
  transform: scale(0.85) rotateY(20deg) translateX(-20px);
  opacity: 0.6;
}
.bc-card.is-next{
  transform: scale(0.85) rotateY(-20deg) translateX(20px);
  opacity: 0.6;
}

.bc-card-img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}
.bc-card:hover .bc-card-img{ transform: scale(1.05); }

.bc-card-body{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bc-tag{
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--yellow);
  width: fit-content;
}

.bc-title{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}

.bc-link{
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  transition: color .2s ease;
}
.bc-card:hover .bc-link{ color: var(--yellow); }

/* Dots */
.bc-dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.bc-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(23,23,23,.2);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  padding: 0;
}
.bc-dot.active{
  background: var(--yellow);
  transform: scale(1.4);
}

.footer-brand-logo{
  height: clamp(80px, 12vw, 160px);
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 12px;
  filter: brightness(1.1);
}
