/* ========= Base / Reset ========= */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  /* Prevent iOS font size jumps and enable dark-scheme support */
  -webkit-text-size-adjust: 100%;
  color-scheme: light dark;
  scroll-behavior: smooth;              /* nice scrolling */
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

  :root{
    --font-display: "Bangers", system-ui, sans-serif;
    --font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }
  h1,h2,h3,.display{ font-family: var(--font-display); letter-spacing:.5px; }
  body{ font-family: var(--font-body); }
  .btn{ font-weight:700; }


html, body {
  overflow-x: hidden;   /* hide horizontal scroll */
}


  
body {
  margin: 0;  line-height: 1.5;
   
  letter-spacing: .01em;

}


/* Gradient background like the mock */
  .afc-navbar {
background: linear-gradient(100deg, #FF0202 0%, #B50000 100%);
  }

  /* Brand styles */
  .brand-logo {
    height: 48px; /* tune to taste (32–48px range works well) */
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
  }
  .brand-text {
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
  }

  /* Nav links */
  .navbar .nav-link {
    color: rgba(255,255,255,.85);
    font-weight: 500;
  }
  .navbar .nav-link:hover,
  .navbar .nav-link:focus {
    color: #fff;
  }
  .navbar .nav-link.active {
    color: #fff;
    font-weight: 700;
  }

  /* Make the default Bootstrap toggler icon visible on dark bg */
  .navbar-toggler {
    outline: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5rem; height: 1.5rem;
  }

  /* Spacing & height harmony */
  .navbar { min-height: 64px; }
  .brand-logo{
  /* make it white */
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0,0,0,.25));
}
/* kill the border/ring on the hamburger */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* or zero out the Bootstrap var */
.navbar { --bs-navbar-toggler-focus-width: 0; }
/* Section fallback gradient (if image fails) */




/* Gradient background */
.site-footer{
  background: linear-gradient(100deg, #FF0000 0%, #A90000 100%);
}

/* Logo size */
.footer-logo {
    height: 58px; /* tune to taste (32–48px range works well) */
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
}
.footer-logo{
    filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0,0,0,.25));
}


/* Social round buttons */
.social-link{
  --size: 42px;
  width: var(--size); height: var(--size);
  display: inline-grid; place-items: center;
  color: #fff; text-decoration: none;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  transition: background .2s ease, transform .2s ease, color .2s ease, border-color .2s ease;
}
.social-link:hover{
  background: rgba(255,255,255,.12);
  border-color: #fff;
  transform: translateY(-2px);
}

/* Section titles with white underline */
.footer-title{
  font-weight: 700; letter-spacing:.2px; margin-bottom:.75rem;
  position: relative;
}
.footer-title::after{
  content:""; display:block; width:34px; height:3px; margin-top:.35rem;
  background:#fff; border-radius:3px; opacity:.85;
}

/* Links & contact */
.footer-links a{
  color: rgba(255,255,255,.92);
  text-decoration: none;
  display:block; padding:.25rem 0;
}
.footer-links a:hover{ color:#fff; text-decoration: underline; }

.footer-contact li{
  display:flex; gap:.6rem; align-items:flex-start; padding:.35rem 0;
  color: rgba(255,255,255,.9);
}
.footer-contact i{ margin-top:.2rem; width:1.1rem; text-align:center; }
.footer-contact a{ color: rgba(255,255,255,.92); text-decoration:none; }
.footer-contact a:hover{ color:#fff; text-decoration: underline; }

/* Divider line like mock */
.footer-divider{
  border: 0; height: 1px;
  background: rgba(255,255,255,.35);
}

/* Responsive spacing tweaks */
@media (max-width: 576px){
  .social-link{ --size: 38px; }
}
  :root{
    --brand:#ff0000;
    --brand-dark:#a90000;
    --ink:#121212;
    --muted:#6b7280;
    --card:#ffffff;
  }

  /* HERO */

  .about-hero .wrap{ max-width: 920px; padding: 5rem 1.25rem; }
  .tag{ display:inline-block; padding:.35rem .7rem; border-radius:999px; background:rgba(255,255,255,.12); font-weight:700; letter-spacing:.06em; }
  .hero-title{ font-weight:900; letter-spacing:.4px; }
  .hero-sub{ opacity:.95; }

  /* STAT RIBBON */
  .stat-ribbon{
    margin-top:-48px;
    position:relative;
  }
  .stat-card{
    background:#fff;
    border:1px solid #eee; border-radius:16px;
    padding:1.25rem 1rem;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
  }
  .stat-num{ font-size:clamp(28px,4vw,44px); font-weight:900; background:linear-gradient(90deg,var(--brand),var(--brand-dark)); -webkit-background-clip:text; color:transparent; }
  .stat-label{ color:var(--muted); font-weight:700; text-transform:uppercase; font-size:.82rem; letter-spacing:.08em; }

  /* SECTIONS */
  .section{ padding: clamp(2.25rem, 4vw, 4rem) 0; }
  .section-title{ font-weight:900; letter-spacing:.3px; }
  .lead-muted{ color:#374151; opacity:.92; }

  /* STORY split */
  

/* Reveal base */
.reveal-left, .reveal-right, .reveal-up, .reveal-down, .reveal-fade {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .7s cubic-bezier(.22,.61,.36,1), opacity .6s ease;
}

/* Start states */
.reveal-left  { transform: translateX(-38px); }
.reveal-right { transform: translateX( 38px); }
.reveal-up    { transform: translateY( 38px); }
.reveal-down  { transform: translateY(-38px); }
.reveal-fade  { transform: none; }

/* Visible state */
.reveal-show {
  opacity: 1;
  transform: translate(0,0);
}

/* Stagger list items inside a container marked .reveal-stagger */
.reveal-stagger li {
  opacity: 0;
  transform: translateY(16px);
  transition: transform .55s ease, opacity .5s ease;
}
.reveal-stagger.reveal-show li { opacity: 1; transform: none; }
.reveal-stagger.reveal-show li:nth-child(1){ transition-delay: .08s; }
.reveal-stagger.reveal-show li:nth-child(2){ transition-delay: .16s; }
.reveal-stagger.reveal-show li:nth-child(3){ transition-delay: .24s; }
.reveal-stagger.reveal-show li:nth-child(4){ transition-delay: .32s; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal-left, .reveal-right, .reveal-up, .reveal-down, .reveal-fade,
  .reveal-stagger li {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}



  .dot-list li{ margin-bottom:.65rem; }
  .dot-list li::marker{ color:var(--brand-dark); }

  /* Recipe pillars */
  .pillar{ border:1px solid #eee; border-radius:16px; padding:1.25rem; height:100%; background:var(--card); }
  .pillar i{ width:44px; height:44px; display:grid; place-items:center; border-radius:12px; color:#fff;
             background:linear-gradient(120deg,var(--brand),var(--brand-dark)); }

             /* existing */
.pillar{
  border:1px solid #eee; border-radius:16px; padding:1.25rem; height:100%; background:var(--card);
}
.pillar i{
  width:44px; height:44px; display:grid; place-items:center; border-radius:12px; color:#fff;
  background:linear-gradient(120deg,var(--brand),var(--brand-dark));
}

/* reveal-up animation */
.reveal-up{
  opacity:0;
  transform: translateY(36px);
  will-change: transform, opacity;
  transition: transform .7s cubic-bezier(.22,.61,.36,1), opacity .55s ease;
}
.reveal-show{
  opacity:1;
  transform: none;
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal-up{ opacity:1; transform:none; transition:none; }
}


  /* Timeline */
  .timeline{
    overflow-x:auto; white-space:nowrap; scrollbar-width:thin;
    border-left:4px solid var(--brand);
    padding-left:1rem;
  }
  .tl-item{ display:inline-block; vertical-align:top; min-width:260px; background:#fff; border:1px solid #eee; border-left:6px solid var(--brand-dark); border-radius:12px; padding:1rem; margin-right:1rem; }
  .tl-year{ font-weight:900; color:var(--brand-dark); }


  /* Reveal-up base */
.reveal-up{
  opacity: 0;
  transform: translateY(36px);
  will-change: transform, opacity;
  transition: transform .7s cubic-bezier(.22,.61,.36,1), opacity .55s ease;
}
.reveal-show{
  opacity: 1;
  transform: none;
}

/* Optional: make each timeline item pop a touch on hover (nice on desktop) */
.timeline .tl-item{
  transition: transform .2s ease, box-shadow .2s ease;
}
@media (hover:hover){
  .timeline .tl-item:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,.06);
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal-up{ opacity:1; transform:none; transition:none; }
}

  /* Signature grid */
  .sig-card{ border:1px solid #eee; border-radius:16px; overflow:hidden; height:100%; background:#fff; }
  .sig-media{ aspect-ratio: 4/3; background:#f6f6f6 center/cover no-repeat; }
  .sig-body{ padding:1rem; }

 

  /* Reveal-up base */
.reveal-up{
  opacity:0;
  transform: translateY(36px);
  will-change: transform, opacity;
  transition: transform .7s cubic-bezier(.22,.61,.36,1), opacity .55s ease;
}
.reveal-show{ opacity:1; transform:none; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal-up{ opacity:1; transform:none; transition:none; }
}


  /* base reveal */
.reveal-up,
.reveal-left,
.reveal-right{
  opacity:0;
  will-change: transform, opacity;
  transition: transform .7s cubic-bezier(.22,.61,.36,1), opacity .55s ease;
}
.reveal-up   { transform: translateY(36px); }
.reveal-left { transform: translateX(-42px); }
.reveal-right{ transform: translateX(42px); }

.reveal-show{
  opacity:1; transform: none;
}

/* motion safety */
@media (prefers-reduced-motion: reduce){
  .reveal-up,.reveal-left,.reveal-right{ opacity:1; transform:none; transition:none; }
}


  .check i{ color:#16a34a; }

  /* CTA */
  .cta{
    background:linear-gradient(120deg, var(--brand), var(--brand-dark));
    color:#fff; border-radius:18px;
  }
  .btn-ghost{
    background:#fff; color:var(--brand-dark); font-weight:800; border-radius:999px;
  }
  .btn-ghost:hover{ background:#fff; color:var(--brand); }

  /* Small helpers */
  .muted{ color:var(--muted); }

/* ===== About with Media & Icons ===== */
.about-copy { background:#fff; }

.about-card{
  max-width: 900px;
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:16px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.about-title{
  font-family: var(--font-body, "Inter", system-ui);
  font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  margin-bottom: .75rem;
}

/* --- Icon bullets --- */
.about-iconlist{
  list-style:none; padding:0; margin: .25rem 0 1rem 0;
  display:grid; gap:.45rem;
}
.about-iconlist li{
  display:flex; align-items:flex-start; gap:.6rem; color:#111;
}
.about-iconlist i{
  width:1.25rem; text-align:center; margin-top:.2rem;
  background: linear-gradient(120deg, var(--brand, #ff0000), var(--brand-dark, #a90000));
  -webkit-background-clip:text; color:transparent;
}

/* --- Body text --- */
.about-card p{ color:#222; line-height:1.9; text-align:justify; margin:0 0 1rem; }
.about-card p strong{ font-weight:800; }

/* --- Founder mini-profile --- */
.founder-avatar{
  width:64px; height:64px; object-fit:cover;
  border-radius:50%; border:3px solid #fff; box-shadow:0 6px 18px rgba(0,0,0,.12);
}

/* --- Closing quote --- */
.about-invite{
  font-weight:700; font-style:italic; text-align:center; margin-top:.8rem;
}

/* --- Media collage (left) --- */
.about-media{
  position:relative;
  min-height: 460px;
}
.about-photo{
  position:absolute; border-radius:16px; background:#f4f4f4 center/cover no-repeat;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}


/* floating badge */
.about-badge{
  position:absolute; left:-6px; top:-10px;
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.45rem .65rem;
  border-radius:999px;
  background:linear-gradient(120deg, var(--brand, #ff0000), var(--brand-dark, #a90000));
  color:#fff; font-weight:800; box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.about-badge i{ font-size:1rem; }

/* Responsive tweaks */
@media (max-width: 991.98px){
  .about-media{ min-height: 360px; margin-bottom:.5rem; }
  .about-photo.primary{ inset: 0 18% 28% 0; }
  .about-photo.secondary{ width:64%; height:56%; }
}
@media (max-width: 575.98px){
  .about-media{ min-height: 300px; }
  .about-photo.primary{ inset: 0 10% 34% 0; border-radius:14px; }
  .about-photo.secondary{ width:70%; height:54%; border-width:4px; border-radius:14px; }
  .about-badge{ transform: scale(.95); }
}

  