.about-hero{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#050505;
  color:#fff;
}
.about-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.about-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 43%,rgba(0,0,0,.25) 100%),
    linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%);
}
.about-hero-content{
  position:relative;
  z-index:1;
  width:min(680px,90%);
  margin-left:6vw;
  padding:90px 0;
}
.about-script{
  margin:0 0 8px;
  color:#fff;
  font:3rem/1 Yellowtail,cursive;
}
.about-hero h1{
  margin:0;
  font:8rem/.78 "Bebas Neue",Impact,sans-serif;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.about-hero h1 span,
.about-cta h2 span{color:#f7c400}
.about-hero-copy{
  max-width:590px;
  margin:28px 0;
  color:#eee;
  font-size:1.08rem;
  line-height:1.65;
}
.about-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.about-outline{
  border:2px solid rgba(255,255,255,.65);
  color:#fff;
}
.about-outline:hover{
  background:#fff;
  color:#111;
}

.section-kicker{
  margin:0 0 8px;
  color:#d6a900;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.78rem;
}
.story-section{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:8vw;
  padding:100px 7vw;
  background:#f8f5ef;
}
.story-title h2,
.section-heading h2,
.difference-copy h2,
.journey-heading h2{
  margin:0;
  font:5.5rem/.9 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
}
.story-title h2 span{color:#d6a900}
.story-copy{
  max-width:720px;
  color:#4d4d4d;
  font-size:1.03rem;
  line-height:1.8;
}
.story-lead{
  color:#111;
  font-weight:700;
}
.story-copy blockquote{
  margin:22px 0 25px;
  color:#111;
  font:2.55rem/1.05 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
  border-left:6px solid #f7c400;
  padding-left:20px;
}
.story-closing{
  color:#111;
  font-weight:800;
  font-size:1.12rem;
}

.values-section{
  padding:95px 5vw 105px;
  background:#fff;
}
.section-heading{
  max-width:840px;
  margin:0 auto 48px;
  text-align:center;
}
.section-heading h2{font-size:5rem}
.section-heading>p:last-child{
  max-width:650px;
  margin:12px auto 0;
  color:#666;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.value-card{
  position:relative;
  min-height:315px;
  padding:32px 25px 28px;
  overflow:hidden;
  background:#0b0b0b;
  color:#fff;
  transition:transform .25s ease,box-shadow .25s ease;
}
.value-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 35px rgba(0,0,0,.16);
}
.value-number{
  position:absolute;
  top:8px;
  right:14px;
  color:rgba(247,196,0,.17);
  font:5.8rem/1 "Bebas Neue",Impact,sans-serif;
}
.value-icon{
  position:relative;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:45px;
  border:2px solid #f7c400;
  color:#f7c400;
  font-size:1.6rem;
  border-radius:50%;
}
.value-card h3{
  position:relative;
  margin:0 0 10px;
  font:1.8rem/1 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
}
.value-card p{
  position:relative;
  margin:0;
  color:#cfcfcf;
  font-size:.92rem;
  line-height:1.6;
}

.difference-section{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  min-height:650px;
}
.difference-image{
  overflow:hidden;
  background:#f3efe6;
}
.difference-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.difference-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:80px 6vw;
  background:#f7c400;
  color:#111;
}
.difference-copy .section-kicker{color:#111}
.difference-copy h2{font-size:5.2rem}
.check-list{
  display:grid;
  gap:12px;
  margin:28px 0 35px;
  font-weight:700;
}
.check-list span{
  display:inline-grid;
  place-items:center;
  width:25px;
  height:25px;
  margin-right:8px;
  background:#111;
  color:#f7c400;
  border-radius:50%;
}
.difference-copy .yellow-button{
  align-self:flex-start;
  background:#111;
  color:#fff;
}

.serve-section{
  padding:95px 6vw 100px;
  background:#0a0a0a;
  color:#fff;
}
.section-heading.light h2{color:#fff}
.section-heading.light>p:last-child{color:#bbb}
.serve-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  max-width:1200px;
  margin:0 auto;
}
.serve-item{
  min-height:170px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:20px;
  text-align:center;
  border:1px solid #303030;
  background:#111;
  transition:border-color .25s ease,transform .25s ease;
}
.serve-item:hover{
  border-color:#f7c400;
  transform:translateY(-5px);
}
.serve-item span{font-size:2.3rem}
.serve-item h3{
  margin:13px 0 0;
  font:1.5rem/1.05 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
}
.serve-action{
  margin-top:38px;
  text-align:center;
}

.promise-section{
  display:grid;
  grid-template-columns:.42fr 1.58fr;
  gap:6vw;
  padding:100px 7vw;
  background:#f8f5ef;
}
.promise-label{
  color:#d6a900;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.82rem;
}
.promise-lines p{
  margin:0;
  color:#111;
  font:5.5rem/.95 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
}
.promise-lines .accent{color:#d6a900}

.journey-section{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:7vw;
  padding:100px 7vw;
  background:#fff;
}
.journey-heading{
  position:sticky;
  top:130px;
  align-self:start;
}
.journey-heading h2{font-size:5rem}
.journey-heading>p:last-child{
  max-width:500px;
  color:#666;
  line-height:1.7;
}
.timeline{
  position:relative;
  padding-left:42px;
}
.timeline::before{
  content:"";
  position:absolute;
  top:18px;
  bottom:18px;
  left:18px;
  width:3px;
  background:#e5e0d7;
}
.timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:95px 1fr;
  gap:25px;
  min-height:145px;
  padding:0 0 45px 25px;
}
.timeline-dot{
  position:absolute;
  left:-42px;
  top:0;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  background:#f7c400;
  border:5px solid #fff;
  border-radius:50%;
  box-shadow:0 0 0 2px #f7c400;
}
.timeline-year{
  color:#d6a900;
  font:1.65rem/1 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
}
.timeline-copy h3{
  margin:0 0 8px;
  font:2.25rem/1 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
}
.timeline-copy p{
  margin:0;
  color:#666;
  line-height:1.65;
}
.timeline-item.upcoming .timeline-dot{
  background:#fff;
  filter:grayscale(1);
}

.about-cta{
  position:relative;
  min-height:610px;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#fff;
  text-align:center;
}
.about-cta>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-cta-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.78);
}
.about-cta-content{
  position:relative;
  z-index:1;
  max-width:820px;
  padding:80px 25px;
}
.about-cta h2{
  margin:0;
  font:7rem/.82 "Bebas Neue",Impact,sans-serif;
  text-transform:uppercase;
}
.about-cta-content>p:not(.about-script){
  max-width:670px;
  margin:25px auto 30px;
  color:#ddd;
  line-height:1.65;
}

.reveal{
  opacity:0;
  transform:translateY(25px);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}

@media(max-width:1100px){
  .value-grid{grid-template-columns:repeat(2,1fr)}
  .value-card:last-child{grid-column:span 2}
  .serve-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .about-hero-overlay{
    background:linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.42));
  }
  .about-hero-content{
    width:auto;
    margin:0;
    padding:120px 28px 70px;
    align-self:end;
  }
  .about-hero h1{font-size:6.5rem}
  .story-section,
  .difference-section,
  .promise-section,
  .journey-section{grid-template-columns:1fr}
  .difference-image{min-height:500px}
  .promise-lines p{font-size:4.5rem}
  .journey-heading{position:static}
}
@media(max-width:600px){
  .about-hero{min-height:650px}
  .about-script{font-size:2.25rem}
  .about-hero h1{font-size:5.2rem}
  .story-section,
  .values-section,
  .serve-section,
  .promise-section,
  .journey-section{padding:70px 22px}
  .story-title h2,
  .section-heading h2,
  .difference-copy h2,
  .journey-heading h2{font-size:3.8rem}
  .value-grid,
  .serve-grid{grid-template-columns:1fr}
  .value-card:last-child{grid-column:auto}
  .difference-image{min-height:330px}
  .difference-copy{padding:65px 24px}
  .promise-lines p{font-size:3.45rem}
  .timeline{padding-left:30px}
  .timeline-item{
    grid-template-columns:1fr;
    gap:8px;
    padding-left:20px;
  }
  .timeline-dot{left:-30px}
  .about-cta h2{font-size:5rem}
}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
}
