/* Pit Stop Coffee — static GitHub Pages website */
:root{
  --red:#e21e2b;
  --red2:#ff2434;
  --black:#060606;
  --charcoal:#111;
  --charcoal2:#181818;
  --white:#fff;
  --cream:#f5f2ec;
  --gray:#aaa;
  --darkgray:#616161;
  --line:rgba(255,255,255,.13);
  --darkline:rgba(6,6,6,.14);
  --max:1180px;
  --radius:22px;
  --shadow:0 28px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:inherit}
img,svg{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--red);color:#fff}
.skip-link{
  position:fixed;left:12px;top:12px;z-index:9999;
  padding:10px 14px;background:#fff;color:#000;border-radius:8px;
  transform:translateY(-160%)
}
.skip-link:focus{transform:none}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.topbar{
  min-height:34px;display:flex;align-items:center;justify-content:center;gap:9px;
  padding:7px 16px;background:var(--red);font-size:.69rem;font-weight:900;
  letter-spacing:.12em;text-transform:uppercase
}
.status-dot{
  width:7px;height:7px;border-radius:50%;background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.18)
}
.site-header{
  width:min(calc(100% - 40px),var(--max));height:88px;margin-inline:auto;
  display:flex;align-items:center;justify-content:space-between;gap:26px;
  position:relative;z-index:50
}
.brand{display:flex;align-items:center;text-decoration:none}
.brand img{width:118px;height:70px;object-fit:contain}
.site-nav{display:flex;align-items:center;gap:27px}
.site-nav>a:not(.btn){
  text-decoration:none;color:#d1d1d1;font-size:.87rem;font-weight:750;
  transition:color .2s ease
}
.site-nav>a:not(.btn):hover{color:#fff}
.menu-button{display:none;width:44px;height:44px;padding:10px;border:0;background:transparent}
.menu-button span{display:block;height:2px;margin:5px 0;background:#fff;transition:.2s ease}
.btn{
  min-height:51px;display:inline-flex;align-items:center;justify-content:center;gap:11px;
  padding:14px 22px;border:1px solid var(--red);border-radius:9px;
  background:var(--red);color:#fff;text-decoration:none;font-size:.84rem;
  font-weight:900;letter-spacing:.015em;box-shadow:0 11px 30px rgba(226,30,43,.22);
  transition:transform .2s ease,background .2s ease,border-color .2s ease
}
.btn:hover{transform:translateY(-2px);background:var(--red2);border-color:var(--red2)}
.btn-small{min-height:42px;padding:10px 16px;font-size:.77rem}
.btn-outline{background:transparent;border-color:rgba(255,255,255,.45);box-shadow:none}
.btn-outline:hover{background:#fff;border-color:#fff;color:#000}
.btn-full{width:100%;border:0;margin-top:3px}
.quiet-link{
  display:inline-flex;align-items:center;gap:9px;color:#fff;
  text-underline-offset:4px;font-size:.86rem;font-weight:800
}
.quiet-link span{color:var(--red);font-size:1.05rem}
.light-link span{color:#fff}
.eyebrow{
  margin:0 0 17px;display:flex;align-items:center;gap:10px;color:#d8d8d8;
  font-size:.68rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase
}
.eyebrow i{display:block;width:27px;height:3px;background:var(--red)}
.eyebrow.dark{color:#595959}
.eyebrow.white{color:rgba(255,255,255,.82)}
.eyebrow.white i{background:#fff}

/* Hero */
.hero{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.05)}
.hero:before{
  content:"";position:absolute;width:610px;height:610px;right:-100px;top:-170px;
  border-radius:50%;background:rgba(226,30,43,.15);filter:blur(80px);pointer-events:none
}
.hero-inner{
  width:min(calc(100% - 40px),var(--max));min-height:700px;margin-inline:auto;
  display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center;padding:68px 0 82px
}
.hero-copy{position:relative;z-index:2}
.hero h1{
  margin:0;max-width:720px;font-size:clamp(3.65rem,6.8vw,6.7rem);
  line-height:.91;letter-spacing:-.065em;font-weight:950
}
.hero h1 span{color:var(--red)}
.hero-lead{
  max-width:650px;margin:27px 0 0;color:#bdbdbd;
  font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.7
}
.hero-actions{display:flex;align-items:center;gap:27px;margin-top:34px;flex-wrap:wrap}
.trust-row{display:flex;margin-top:50px}
.trust-row>div{display:grid;padding:0 22px;border-left:1px solid var(--line)}
.trust-row>div:first-child{padding-left:0;border-left:0}
.trust-row strong{font-size:.79rem}
.trust-row small{margin-top:3px;color:#858585;font-size:.66rem}
.hero-media{min-height:545px;position:relative;display:flex;align-items:center;justify-content:center}
.photo-frame{
  width:min(100%,455px);height:540px;position:relative;overflow:hidden;
  border:1px solid rgba(255,255,255,.16);border-radius:26px;
  background:#111;box-shadow:var(--shadow);transform:rotate(1.1deg)
}
.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center}
.photo-shade{
  position:absolute;inset:0;
  background:linear-gradient(to bottom,transparent 48%,rgba(0,0,0,.85))
}
.photo-label{position:absolute;left:28px;right:28px;bottom:25px;display:grid}
.photo-label strong{font-size:.83rem;letter-spacing:.09em}
.photo-label span{margin-top:4px;color:#d0d0d0;font-size:.75rem}
.accent-card{
  width:215px;position:absolute;right:-24px;bottom:47px;z-index:3;
  display:grid;padding:18px 19px;border-radius:14px;background:var(--red);
  box-shadow:0 18px 44px rgba(0,0,0,.36);transform:rotate(-2deg)
}
.accent-card span{font-size:.62rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.accent-card strong{margin-top:3px;font-size:1.65rem;letter-spacing:-.04em}
.accent-card small{margin-top:3px;color:rgba(255,255,255,.78);font-size:.66rem;line-height:1.4}
.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0d0d0d}
.marquee div{
  width:max-content;display:flex;align-items:center;gap:29px;padding:15px 0;
  color:rgba(255,255,255,.55);font-size:.67rem;font-weight:950;letter-spacing:.14em;
  animation:ticker 25s linear infinite
}
.marquee b{color:var(--red)}
@keyframes ticker{to{transform:translateX(-50%)}}

/* Audience */
.audience-bar{background:var(--black);padding:33px 0 37px}
.audience-bar p{margin:0 0 21px;text-align:center;color:#696969;font-size:.67rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.audience-bar .shell>div{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}
.audience-bar span{color:#c7c7c7;font-size:.82rem;font-weight:800}

/* Shared sections */
.section{padding:110px 0}
.light{background:var(--cream);color:var(--black)}
.section-heading,.menu-header{
  display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:53px
}
.section-heading h2,.menu-header h2,.process-copy h2,.pricing-copy h2,.story-copy h2,.faq-copy h2,.quote-copy h2{
  margin:0;font-size:clamp(2.75rem,5.1vw,5rem);line-height:.96;
  letter-spacing:-.055em;font-weight:950
}
.section-heading>p,.menu-header>p{
  max-width:500px;margin:0 0 4px;color:#5f5f5f;font-size:.98rem;line-height:1.75
}

/* Event cards */
.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.event-card{
  min-height:385px;display:flex;flex-direction:column;padding:29px;
  border:1px solid var(--darkline);border-radius:var(--radius);background:#fff;
  transition:transform .25s ease,box-shadow .25s ease
}
.event-card:hover{transform:translateY(-6px);box-shadow:0 22px 52px rgba(0,0,0,.1)}
.event-card.featured{background:var(--black);color:#fff;border-color:var(--black)}
.card-number{color:#9b9b9b;font-size:.65rem;font-weight:950;letter-spacing:.14em}
.icon-circle{
  width:64px;height:64px;display:grid;place-items:center;margin:47px 0 28px;
  border-radius:50%;background:#eee;color:#000;font-size:1.25rem;font-weight:900
}
.featured .icon-circle{background:var(--red);color:#fff}
.event-card h3{margin:0;font-size:1.31rem;letter-spacing:-.025em}
.event-card p{margin:12px 0 26px;color:#686868;font-size:.89rem;line-height:1.67}
.featured p{color:#aaa}
.event-card a{margin-top:auto;color:#000;font-size:.78rem;font-weight:900;text-underline-offset:4px}
.featured a{color:#fff}
.event-card a span{color:var(--red);margin-left:4px}

/* Process */
.process{
  background:
    radial-gradient(circle at 10% 12%,rgba(226,30,43,.18),transparent 29%),
    var(--charcoal)
}
.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}
.process-copy{position:sticky;top:50px}
.process-copy>p:not(.eyebrow){max-width:480px;margin:25px 0 31px;color:#a3a3a3;line-height:1.75}
.steps{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.steps li{
  display:grid;grid-template-columns:62px 1fr;gap:26px;padding:37px 0;
  border-bottom:1px solid var(--line)
}
.steps>li>span{
  width:51px;height:51px;display:grid;place-items:center;border-radius:50%;
  background:var(--red);font-size:.69rem;font-weight:950
}
.steps h3{margin:0;font-size:1.42rem;letter-spacing:-.025em}
.steps p{max-width:570px;margin:9px 0 0;color:#969696;font-size:.9rem;line-height:1.68}

/* Menu */
.menu-section{
  background:
    linear-gradient(rgba(226,30,43,.96),rgba(226,30,43,.96)),
    repeating-linear-gradient(45deg,#fff 0 25px,transparent 25px 50px)
}
.menu-header>p{color:rgba(255,255,255,.79)}
.menu-board{
  display:grid;grid-template-columns:1fr 1fr;gap:0 54px;padding:45px 49px;
  border-radius:25px;background:var(--black);box-shadow:0 30px 85px rgba(95,0,0,.28)
}
.menu-board article{
  display:grid;grid-template-columns:39px 1fr;gap:13px;align-items:center;
  padding:20px 0;border-bottom:1px solid var(--line)
}
.menu-board article:nth-last-child(-n+2){border-bottom:0}
.menu-board article>span{
  width:30px;height:30px;display:grid;place-items:center;border-radius:50%;
  border:1px solid rgba(255,255,255,.18);color:var(--red);font-size:.59rem;font-weight:950
}
.menu-board h3{margin:0;color:#fff;font-size:1.15rem;letter-spacing:.015em;text-transform:uppercase}
.menu-board p{margin:3px 0 0;color:#a6a6a6;font-size:.78rem}
.menu-options{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:22px;
  overflow:hidden;border-radius:14px;background:rgba(255,255,255,.3)
}
.menu-options div{display:grid;padding:22px;background:rgba(0,0,0,.16);text-align:center}
.menu-options strong{font-size:.72rem;letter-spacing:.13em}
.menu-options span{margin-top:5px;color:rgba(255,255,255,.77);font-size:.7rem}

/* Pricing */
.pricing-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.pricing-copy>p:not(.eyebrow){max-width:520px;margin:25px 0 31px;color:#636363;line-height:1.75}
.price-factors{
  overflow:hidden;border:1px solid var(--darkline);border-radius:22px;background:#fff;
  box-shadow:0 22px 55px rgba(0,0,0,.08)
}
.factor-title{
  margin:0;padding:24px 25px;border-bottom:1px solid var(--darkline);
  font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase
}
.price-factors>div{
  display:grid;grid-template-columns:42px 1fr;gap:0 15px;padding:20px 25px;
  border-bottom:1px solid var(--darkline)
}
.price-factors>div>span{
  grid-row:span 2;color:var(--red);font-size:.65rem;font-weight:950
}
.price-factors strong{font-size:.93rem}
.price-factors small{margin-top:3px;color:#707070;font-size:.75rem}
.launch-note{
  margin:0;padding:17px 25px;background:#0b0b0b;color:#c9c9c9;
  font-size:.72rem;text-align:center
}

/* Story */
.story{position:relative;overflow:hidden;background:#0b0b0b}
.story:after{
  content:"PIT STOP";position:absolute;right:-65px;bottom:-70px;color:rgba(255,255,255,.025);
  font-size:14rem;line-height:1;font-weight:950;letter-spacing:-.08em;white-space:nowrap
}
.story-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:100px;align-items:center;position:relative;z-index:2}
.logo-panel{
  min-height:470px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  overflow:hidden;border-radius:27px;background:
    radial-gradient(circle at center,rgba(226,30,43,.27),transparent 48%),
    #030303;border:1px solid var(--line)
}
.logo-panel img{width:min(80%,420px)}
.logo-panel p{margin:5px 0 0;color:var(--red);font-size:.69rem;font-weight:950;letter-spacing:.31em}
.story-copy>p:not(.eyebrow){max-width:620px;margin:22px 0 0;color:#aaa;line-height:1.8}
.story-copy .quiet-link{margin-top:29px}

/* FAQ */
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:95px}
.faq-copy{position:sticky;top:50px;align-self:start}
.faq-copy>p:not(.eyebrow){max-width:400px;margin:22px 0 0;color:#686868;line-height:1.7}
.accordion{border-top:1px solid var(--darkline)}
.faq-item{border-bottom:1px solid var(--darkline)}
.faq-item button{
  width:100%;min-height:83px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:0;border:0;background:transparent;color:#000;text-align:left;font-weight:850
}
.faq-item button>span{
  width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;
  border:1px solid var(--darkline);border-radius:50%;color:var(--red);
  font-size:1.15rem;font-weight:500;transition:transform .2s ease
}
.faq-item button[aria-expanded="true"]>span{transform:rotate(45deg)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}
.faq-answer>p{
  min-height:0;overflow:hidden;margin:0 54px 0 0;color:#666;font-size:.9rem;line-height:1.72
}
.faq-item.open .faq-answer{grid-template-rows:1fr}
.faq-item.open .faq-answer>p{padding-bottom:28px}

/* Quote */
.quote-section{
  padding:110px 0;position:relative;overflow:hidden;background:var(--red)
}
.quote-section:before{
  content:"";position:absolute;inset:0;opacity:.12;
  background:
    linear-gradient(45deg,#fff 25%,transparent 25%) 0 0/50px 50px,
    linear-gradient(45deg,transparent 75%,#fff 75%) 0 0/50px 50px,
    linear-gradient(45deg,transparent 75%,#fff 75%) 25px -25px/50px 50px,
    linear-gradient(45deg,#fff 25%,transparent 25%) 25px 25px/50px 50px;
  mask-image:linear-gradient(to right,transparent 7%,#000 100%)
}
.quote-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:82px;position:relative;z-index:2}
.quote-copy>p:not(.eyebrow){max-width:500px;margin:25px 0 31px;color:rgba(255,255,255,.84);line-height:1.74}
.promise{display:flex;align-items:flex-start;gap:13px;margin-top:17px}
.promise>span{
  width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;margin-top:2px;
  border-radius:50%;background:#fff;color:var(--red);font-size:.7rem;font-weight:950
}
.promise>div{display:grid}
.promise strong{font-size:.82rem}
.promise small{margin-top:3px;color:rgba(255,255,255,.68);font-size:.7rem}
.quote-form{
  padding:34px;border-radius:25px;background:#fff;color:#000;
  box-shadow:0 30px 90px rgba(90,0,0,.31)
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.quote-form label{display:grid;gap:7px;margin-bottom:15px;font-size:.7rem;font-weight:900}
.quote-form input,.quote-form select,.quote-form textarea{
  width:100%;border:1px solid #d5d5d5;border-radius:8px;outline:none;
  background:#fafafa;color:#000;padding:13px 14px;font-size:.84rem;
  transition:border-color .2s ease,box-shadow .2s ease
}
.quote-form input,.quote-form select{height:48px}
.quote-form textarea{resize:vertical}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{
  border-color:var(--red);box-shadow:0 0 0 3px rgba(226,30,43,.1)
}
.fineprint{margin:12px 0 0;color:#777;text-align:center;font-size:.66rem}
.fineprint a{color:#000}

/* Footer */
footer{padding:65px 0 20px;background:#050505}
.footer-grid{display:grid;grid-template-columns:1.7fr .65fr .85fr;gap:58px;padding-bottom:52px}
.footer-brand img{width:165px}
.footer-brand p{color:#7c7c7c;font-size:.78rem}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}
.footer-grid strong{margin-bottom:9px;color:#717171;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase}
.footer-grid a{color:#c9c9c9;text-decoration:none;font-size:.78rem}
.footer-grid a:hover{color:#fff}
.footer-bottom{
  display:flex;justify-content:space-between;gap:30px;padding-top:19px;
  border-top:1px solid var(--line);color:#626262;font-size:.66rem
}
.mobile-cta{display:none}

/* Reveal */
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(21px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .js .reveal{opacity:1;transform:none}
}

/* Tablet */
@media(max-width:980px){
  .site-nav{gap:17px}
  .hero-inner{grid-template-columns:1fr;gap:42px;padding-top:82px}
  .hero-copy{text-align:center}
  .hero-copy .eyebrow{justify-content:center}
  .hero h1,.hero-lead{margin-left:auto;margin-right:auto}
  .hero-actions,.trust-row{justify-content:center}
  .hero-media{min-height:530px}
  .section-heading,.menu-header{grid-template-columns:1fr;gap:24px}
  .section-heading .eyebrow,.menu-header .eyebrow{justify-content:flex-start}
  .event-grid{grid-template-columns:1fr 1fr}
  .event-card.featured{grid-column:span 2}
  .process-grid,.pricing-grid,.story-grid,.faq-grid,.quote-grid{grid-template-columns:1fr;gap:58px}
  .process-copy,.faq-copy{position:static}
  .story-grid{gap:50px}
  .logo-panel{max-width:670px;width:100%;margin-inline:auto}
}

/* Mobile */
@media(max-width:760px){
  body{padding-bottom:67px}
  .topbar{font-size:.59rem}
  .site-header{width:min(calc(100% - 28px),var(--max));height:76px}
  .brand img{width:94px;height:58px}
  .menu-button{display:block;position:relative;z-index:62}
  .menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .site-nav{
    position:fixed;inset:34px 0 0;z-index:60;display:flex;flex-direction:column;
    align-items:stretch;justify-content:center;gap:0;padding:34px;
    background:rgba(6,6,6,.985);opacity:0;pointer-events:none;transform:translateY(-12px);
    transition:.23s ease
  }
  .site-nav.open{opacity:1;pointer-events:auto;transform:none}
  .site-nav>a:not(.btn){padding:16px 0;border-bottom:1px solid var(--line);font-size:1.28rem}
  .site-nav .btn{margin-top:24px}
  .hero-inner,.shell{width:min(calc(100% - 28px),var(--max))}
  .hero-inner{min-height:auto;padding:62px 0}
  .hero h1{font-size:clamp(3.05rem,15vw,4.8rem)}
  .hero-lead{font-size:.96rem}
  .hero-actions{flex-direction:column;gap:17px}
  .hero-actions .btn{width:100%}
  .trust-row{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin-top:40px}
  .trust-row>div{padding:0 8px}
  .trust-row strong{font-size:.68rem}
  .trust-row small{font-size:.56rem}
  .hero-media{min-height:480px}
  .photo-frame{height:465px}
  .accent-card{right:-5px;bottom:25px;width:190px}
  .audience-bar .shell>div{gap:15px 23px}
  .section{padding:82px 0}
  .section-heading h2,.menu-header h2,.process-copy h2,.pricing-copy h2,.story-copy h2,.faq-copy h2,.quote-copy h2{
    font-size:clamp(2.45rem,12vw,3.9rem)
  }
  .event-grid{grid-template-columns:1fr}
  .event-card.featured{grid-column:auto}
  .event-card{min-height:350px}
  .process-grid{gap:43px}
  .steps li{grid-template-columns:51px 1fr;gap:17px}
  .menu-board{grid-template-columns:1fr;padding:25px 22px}
  .menu-board article:nth-last-child(2){border-bottom:1px solid var(--line)}
  .menu-options{grid-template-columns:1fr}
  .pricing-grid{gap:43px}
  .logo-panel{min-height:380px}
  .faq-grid{gap:42px}
  .quote-section{padding:82px 0}
  .quote-grid{gap:42px}
  .quote-form{padding:23px 18px}
  .form-row{grid-template-columns:1fr;gap:0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:37px}
  .footer-brand{grid-column:span 2}
  .footer-bottom{flex-direction:column;gap:5px}
  .mobile-cta{
    min-height:59px;display:flex;align-items:center;justify-content:center;gap:9px;
    position:fixed;z-index:75;left:9px;right:9px;bottom:8px;border-radius:10px;
    background:var(--red);color:#fff;text-decoration:none;font-size:.82rem;font-weight:950;
    box-shadow:0 12px 32px rgba(0,0,0,.48)
  }
}
