:root {
  --bg: #18191d;
  --surface: #202126;
  --elev: #292a31;
  --text: #f2efe8;
  --muted: #a8a8ad;
  --border: rgba(255, 255, 255, .12);
  --accent: #d39353;
  --ink: #121318;
  --max: 1408px;
}


/* =========================================================
   GLOBAL
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.skip {
  position: fixed;
  left: -9999px;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 999;
  background: var(--accent);
  color: var(--ink);
  padding: 10px 14px;
}


/* =========================================================
   HEADER & NAVIGATION
   ========================================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: .3s;
  background: linear-gradient(
    to bottom,
    rgba(24, 25, 29, .72),
    transparent
  );
}

.site-header.scrolled {
  background: rgba(24, 25, 29, .9);
  backdrop-filter: blur(14px);
  border-color: var(--border);
}

.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* =========================================================
   BRAND / LOGO
   ========================================================= */

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  letter-spacing: .18em;
}

.brand-logo img {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
}

.brand-serving {
  font-size: 14px;
}

.brand-holdings {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .28em;
}


/* =========================================================
   PRIMARY NAVIGATION
   ========================================================= */

.primary-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.primary-nav a {
  font: 700 11px Montserrat, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  transition: .2s;
}

.primary-nav a:hover {
  color: var(--text);
}

.nav-cta {
  border: 1px solid var(--accent) !important;
  color: var(--text) !important;
  padding: 12px 15px;
}

.menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  padding: 10px 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
}


/* =========================================================
   MAIN / HERO
   ========================================================= */

main {
  padding-top: 0;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    var(--bg) 4%,
    rgba(24, 25, 29, .78) 35%,
    rgba(24, 25, 29, .12) 100%
  );
}

.hero-inner {
  position: relative;
  padding: 150px 0 80px;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.eyebrow {
  font: 700 11px Montserrat, sans-serif;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2,
h3 {
  font-family: Montserrat, sans-serif;
  margin: 0;
  letter-spacing: -.035em;
}

h1 {
  font-size: clamp(54px, 10vw, 138px);
  line-height: .88;
  font-weight: 900;
}

h2 {
  font-size: clamp(34px, 5vw, 70px);
  line-height: .98;
  font-weight: 800;
  max-width: 18ch;
}

h3 {
  font-size: 26px;
}

.hero .eyebrow {
  margin-bottom: 24px;
}


/* =========================================================
   HERO PILLARS
   ========================================================= */

.pillar-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-top: 36px;
  font: 800 clamp(20px, 3vw, 42px) Montserrat, sans-serif;
  letter-spacing: -.03em;
}

.pillar-line span:nth-child(2),
.pillar-line span:nth-child(4) {
  color: var(--accent);
}


/* =========================================================
   BUTTONS
   ========================================================= */

.actions {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--border);
  font: 800 11px Montserrat, sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: .25s;
}

.btn:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.btn.accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section {
  padding: 110px 0;
  border-top: 1px solid var(--border);
}

.surface {
  background: var(--surface);
}

.two-col {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 80px;
}

.lede {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.7;
  color: var(--muted);
  max-width: 62ch;
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--accent);
  font-weight: 700;
}


/* =========================================================
   WHO WE ARE
   ========================================================= */

.who-visual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.who-lion {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 55px;
  opacity: .9;
}
/* =========================================================
   FOUR PILLARS
   ========================================================= */

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
  border: 1px solid var(--border);
  background: var(--border);
  gap: 1px;
}

.pillar-grid article {
  background: var(--surface);
  padding: 34px;
}

.pillar-grid b {
  color: var(--accent);
  font: 800 11px Montserrat;
}

.pillar-grid h3 {
  margin: 25px 0 18px;
  font-size: clamp(25px, 3vw, 38px);
}

.pillar-grid p,
.work-card p {
  color: var(--muted);
  line-height: 1.7;
}


/* =========================================================
   COMPANY CARDS
   ========================================================= */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 55px;
}

.company-card {
  border: 1px solid var(--border);
  background: var(--surface);
  transition: .3s;
  overflow: hidden;
}

.company-card:hover {
  transform: translateY(-5px);
  border-color: rgba(211, 147, 83, .6);
}

.card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.company-card:hover img {
  transform: scale(1.035);
}

.card-body {
  padding: 26px;
}

.card-body h3 {
  margin: 10px 0 12px;
}

.card-body p {
  color: var(--muted);
  line-height: 1.65;
}

.arrow {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent);
  font-weight: 700;
}

/* =========================================================
   LIONBEV FEATURE IMAGE
   ========================================================= */

.lionbev-feature {
  padding: 0px 0 110px;
  background: var(--bg);
}

.lionbev-feature .shell {
  max-width: 1900px;
}

.lionbev-feature img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--border);
}

/* =========================================================
   LIONBEV IDEA CAN
   ========================================================= */

.lionbev-idea-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lionbev-idea-can {
  display: block;
  width: auto;
  max-width: 300px;
  max-height: 500px;
  height: auto;
  object-fit: contain;
  margin: 45px auto 0;
  align-self: center;
}

/* =========================================================
   SERVICES
   ========================================================= */

.service-list {
  margin-top: 48px;
  border-top: 1px solid var(--border);
}

.service-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 25px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
  transition: .2s;
}

.service-row:hover {
  padding-left: 10px;
}

.service-num {
  font: 800 11px Montserrat;
  color: var(--accent);
  letter-spacing: .18em;
}

.service-row p {
  margin: 8px 0 0;
  color: var(--muted);
}


/* =========================================================
   PHILOSOPHY / CTA
   ========================================================= */

.philosophy {
  background: var(--ink);
}

.big-quote {
  font: 800 clamp(28px, 4vw, 56px) / 1.05 Montserrat, sans-serif;
  letter-spacing: -.03em;
}

.cta {
  padding: 100px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.cta .btn {
  margin-top: 24px;
}


/* =========================================================
   PAGE HERO
   ========================================================= */

.page-hero {
  padding: 185px 0 100px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--surface), var(--bg));
}

.page-hero h1 {
  font-size: clamp(48px, 8vw, 112px);
  max-width: 12ch;
  margin-top: 20px;
}

.page-hero .lede {
  margin-top: 28px;
}


/* =========================================================
   DETAIL PAGES
   ========================================================= */

.detail-hero {
  padding: 155px 0 80px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.detail-grid h1 {
  font-size: clamp(48px, 7vw, 105px);
  margin: 18px 0;
}

.detail-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.meta {
  display: flex;
  gap: 50px;
  margin-top: 35px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.meta span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--muted);
}

.meta b {
  font: 800 10px Montserrat;
  color: var(--text);
  letter-spacing: .18em;
  text-transform: uppercase;
}


/* =========================================================
   CAPABILITIES
   ========================================================= */

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  padding: 1px;
  margin: 45px 0 0;
  list-style: none;
}

.cap-grid li {
  background: var(--surface);
  padding: 28px;
  font-weight: 700;
}


/* =========================================================
   WORK
   ========================================================= */

.work-card {
  border-top: 2px solid var(--accent);
  padding: 30px;
  background: var(--surface);
  min-height: 240px;
}

.work-card h2 {
  font-size: 34px;
  margin: 14px 0;
}


/* =========================================================
   CONTACT FORM
   ========================================================= */

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
  padding: 14px;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
}

.full {
  grid-column: 1 / -1;
}

.hp {
  position: absolute !important;
  left: -9999px !important;
}

.form-note {
  font-size: 12px;
  color: var(--muted);
}


/* =========================================================
   LEGAL
   ========================================================= */

.legal .narrow {
  max-width: 860px;
}

.legal h2 {
  font-size: 28px;
  margin: 32px 0 12px;
}

.legal p {
  line-height: 1.75;
  color: var(--muted);
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  padding: 70px 0 25px;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-grid h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 18px;
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin: 9px 0;
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--text);
}

.footer-bottom {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
}

.muted {
  color: var(--muted);
}


/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}


/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 900px) {

  .primary-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--border);
  }

  .primary-nav.open {
    display: flex;
  }

  .menu-btn {
    display: block;
  }

  .two-col,
  .detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pillar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cap-grid {
    grid-template-columns: 1fr 1fr;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .shell {
    width: min(var(--max), calc(100% - 28px));
  }

  .hero-inner {
    padding-bottom: 55px;
  }

  .section {
    padding: 75px 0;
  }

  .page-hero {
    padding: 140px 0 70px;
  }

  .pillar-grid,
  .card-grid,
  .cap-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-row {
    grid-template-columns: 1fr auto;
  }

  .service-num {
    grid-column: 1 / -1;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .full {
    grid-column: auto;
  }

  .meta {
    gap: 25px;
    flex-direction: column;
  }

  .footer-grid {
    gap: 25px;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}