/* About page only — requested revisions */
.about-page .eyebrow.no-dash::before{display:none}

/* 1. About hero line-art: larger and fully attached to the bottom border */
.about-page .page-banner{position:relative;overflow:hidden;border-bottom:0}
.about-page .page-banner .banner-lineart{
  right:0;
  bottom:-3px;
  width:610px;
  height:332px;
  background-image:url('../images/industrial-line-cropped.svg');
  background-position:right bottom;
  background-size:contain;
  background-repeat:no-repeat;
  opacity:.78;
  z-index:2;
}
.about-page .page-banner::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:var(--red);
  z-index:3;
}
.about-page .page-banner::after{
  z-index:4;
}

/* 2. Petroleum operations image and refreshed badge */
.about-page .about-petroleum-section .media-frame{
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 22px 55px rgba(0,32,20,.12);
}
.about-page .about-petroleum-section .media-frame img{
  width:100%;
  height:470px;
  object-fit:cover;
  object-position:center center;
}
.about-page .about-petroleum-section .experience-badge-v2{
  right:0;
  bottom:24px;
  min-width:258px;
  padding:0;
  display:grid;
  grid-template-columns:auto auto;
  align-items:center;
  gap:0;
  background:linear-gradient(180deg,#e10b14 0%,#c4070f 100%);
  border-radius:22px 0 0 22px;
  box-shadow:0 18px 32px rgba(146,0,8,.24);
  transform:none;
  overflow:hidden;
}
.about-page .about-petroleum-section .experience-badge-v2>*{transform:none}
.about-page .about-petroleum-section .experience-badge-v2::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0));
  pointer-events:none;
}
.about-page .about-petroleum-section .experience-badge-v2 .experience-number{
  font:800 3.15rem/.95 var(--head);
  padding:18px 24px 18px 28px;
  letter-spacing:.01em;
  position:relative;
  z-index:1;
}
.about-page .about-petroleum-section .experience-badge-v2 .experience-copy{
  min-width:118px;
  padding:18px 24px 18px 20px;
  text-align:left;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  position:relative;
  z-index:1;
}
.about-page .about-petroleum-section .experience-badge-v2 .experience-copy::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:1px;
  background:rgba(255,255,255,.28);
}
.about-page .about-petroleum-section .experience-badge-v2 .experience-copy span,
.about-page .about-petroleum-section .experience-badge-v2 .experience-copy small{
  display:block;
  font:700 .82rem/1.08 var(--head);
  letter-spacing:.08em;
}
.about-page .about-petroleum-section .experience-badge-v2 .experience-copy small{
  font-size:.86rem;
  white-space:nowrap;
}

/* 3. Founder image replacement: preserve natural portrait proportions */
.about-page .founder-section .founder-photo{
  overflow:hidden;
  border-radius:18px;
}
.about-page .founder-section .founder-photo img{
  width:100%;
  height:640px;
  object-fit:cover;
  object-position:center 18%;
}

/* 4. Why Hakaala line-art: larger and attached to the bottom edge */
.about-page .why-section{position:relative;overflow:hidden}
.about-page .why-section::after{
  width:60%;
  height:306px;
  right:0;
  bottom:-3px;
  background-image:url('../images/industrial-line-cropped.svg');
  background-position:right bottom;
  background-size:contain;
  background-repeat:no-repeat;
  opacity:.22;
}
.about-page .why-section::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,#005d37 0%, #00381f 60%, #d90a12 100%);
  z-index:2;
}
.about-page .why-grid,
.about-page .section-head{position:relative;z-index:3}

/* 5. Core strengths requested image */
.about-page .about-core-section .core-team-frame{
  background:#fff;
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 20px 55px rgba(0,32,20,.1);
}
.about-page .about-core-section .core-team-frame img{
  width:100%;
  height:auto;
  aspect-ratio:730/600;
  object-fit:cover;
  object-position:center;
}

/* Shared accents for reference-inspired section headings */
.about-page .title-accent{
  display:block;
  width:180px;
  max-width:100%;
  height:5px;
  margin:14px auto 0;
  background:linear-gradient(90deg,var(--green) 0 38%, #10171c 38% 70%, var(--red) 70% 100%);
  border-radius:30px;
}

/* Company fact sheet redesign */
.about-page .about-facts-section .section-head{margin-bottom:72px}
.about-page .fact-sheet-card{
  position:relative;
  max-width:840px;
  margin:34px auto 0;
  background:#fff;
  border:1px solid #dde6e0;
  border-radius:18px;
  box-shadow:0 14px 40px rgba(0,30,20,.06);
  overflow:visible;
}
.about-page .fact-sheet-cap{
  position:absolute;
  left:0;
  top:-50px;
  width:295px;
  background:#00552f;
  color:#fff;
  font:700 1rem var(--head);
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:16px 24px;
  text-align:center;
  border-radius:16px 16px 0 0;
}
.about-page .fact-sheet-grid{display:grid;grid-template-columns:1fr}
.about-page .fact-sheet-item{
  display:grid;
  grid-template-columns:64px 230px 1fr;
  align-items:stretch;
  border-bottom:1px solid #e3ebe6;
}
.about-page .fact-sheet-item:last-child{border-bottom:0}
.about-page .fact-icon{
  background:#00552f;
  color:#fff;
  display:grid;
  place-items:center;
  border-right:1px solid rgba(255,255,255,.12);
}
.about-page .fact-icon .icon{width:23px;height:23px;stroke-width:1.8}
.about-page .fact-label,
.about-page .fact-value{
  display:flex;
  align-items:center;
  min-height:60px;
  padding:14px 20px;
  font-size:.94rem;
  line-height:1.45;
}
.about-page .fact-label{
  font-weight:700;
  color:#171d21;
  border-right:1px solid #e3ebe6;
}
.about-page .fact-value{color:#46514f}
.about-page .fact-value.highlight{color:#005d37;font-weight:800}

/* The way we deliver redesign */
.about-page .about-deliver-section .section-head{margin-bottom:52px}
.about-page .about-deliver-section .process-grid{
  max-width:1120px;
  margin:0 auto;
}
.about-page .deliver-grid{gap:28px}
.about-page .deliver-card{
  text-align:center;
  padding:38px 30px 34px;
  border:1px solid #e8eeea;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,30,20,.035);
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.about-page .deliver-icon{
  width:80px;
  height:80px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  margin-bottom:22px;
  border-bottom:0 !important;
  box-shadow:none;
}
.about-page .deliver-icon.green{background:#005d37}
.about-page .deliver-icon.dark{background:#0f171d}
.about-page .deliver-icon.red{background:#d90a12}
.about-page .deliver-icon .icon{width:32px;height:32px;stroke-width:1.7}
.about-page .deliver-card h3{
  margin:0 0 10px;
  font:700 clamp(1.45rem,1.8vw,1.9rem)/1 var(--head);
  text-transform:uppercase;
}
.about-page .deliver-card p{
  margin:0;
  color:#4f5b58;
  font-size:1rem;
  line-height:1.62;
  max-width:34ch;
}
.about-page .deliver-link{
  margin-top:auto;
  padding-top:18px;
  font:700 .98rem var(--head);
  color:#005d37;
  letter-spacing:.12em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.about-page .deliver-link .icon{width:18px;height:18px}

.about-page .deliver-card,
.about-page .deliver-icon,
.about-page .deliver-link,
.about-page .deliver-link .icon{transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease, color .28s ease}
.about-page .deliver-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 44px rgba(0,30,20,.1);
}
.about-page .deliver-card:nth-child(1):hover{border-color:rgba(0,93,55,.28)}
.about-page .deliver-card:nth-child(2):hover{border-color:rgba(15,23,29,.24)}
.about-page .deliver-card:nth-child(3):hover{border-color:rgba(217,10,18,.24)}
.about-page .deliver-card:hover .deliver-icon{
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 14px 26px rgba(0,30,20,.14);
}
.about-page .deliver-card:hover .deliver-link{transform:translateY(-2px)}
.about-page .deliver-card:hover .deliver-link .icon{transform:translateX(4px)}

@media (max-width:860px){
  .about-page .page-banner .banner-lineart{width:470px;height:258px;right:-18px;bottom:-3px;opacity:.54}
  .about-page .about-petroleum-section .media-frame img{height:420px}
  .about-page .about-petroleum-section .experience-badge-v2{min-width:235px;bottom:20px}
  .about-page .about-petroleum-section .experience-badge-v2 .experience-number{font-size:2.7rem;padding:16px 20px 16px 24px}
  .about-page .founder-section .founder-photo img{height:580px}
  .about-page .why-section::after{width:78%;height:252px;opacity:.18;bottom:-2px}
  .about-page .fact-sheet-item{grid-template-columns:64px 200px 1fr}
  .about-page .fact-label,.about-page .fact-value{padding:15px 16px;min-height:64px}
}
@media (max-width:620px){
  .about-page .page-banner .banner-lineart{width:360px;height:208px;right:-24px;bottom:-3px;opacity:.4}
  .about-page .about-petroleum-section .media-frame img{height:330px}
  .about-page .about-petroleum-section .experience-badge-v2{
    min-width:188px;
    bottom:12px;
    border-radius:14px 0 0 14px;
  }
  .about-page .about-petroleum-section .experience-badge-v2 .experience-number{font-size:2.1rem;padding:12px 14px 12px 18px}
  .about-page .about-petroleum-section .experience-badge-v2 .experience-copy{min-width:88px;padding:12px 14px 12px 12px}
  .about-page .about-petroleum-section .experience-badge-v2 .experience-copy span,
  .about-page .about-petroleum-section .experience-badge-v2 .experience-copy small{font-size:.66rem}
  .about-page .founder-section .founder-photo img{height:500px;object-position:center 12%}
  .about-page .why-section::after{width:95%;height:222px;opacity:.13;bottom:-2px}
  .about-page .fact-sheet-cap{
    position:relative;
    top:0;
    left:0;
    width:100%;
    display:block;
    margin:0;
    border-radius:18px 18px 0 0;
  }
  .about-page .fact-sheet-item{grid-template-columns:60px 1fr}
  .about-page .fact-icon{grid-row:span 2}
  .about-page .fact-label{
    min-height:unset;
    padding-bottom:8px;
    border-right:0;
    border-bottom:0;
    font-size:.95rem;
  }
  .about-page .fact-value{
    grid-column:2;
    min-height:unset;
    padding-top:0;
    padding-bottom:16px;
    font-size:.93rem;
  }
  .about-page .deliver-card{padding:30px 22px 26px}
  .about-page .deliver-icon{width:76px;height:76px}
  .about-page .deliver-card h3{font-size:1.45rem}
  .about-page .deliver-card p{font-size:.95rem}
}


/* v39 about page spacing + breadcrumb dot */
.about-page .page-banner .breadcrumbs span{font-size:1.12rem;line-height:1;transform:translateY(-1px)}
