:root {
  --black: #030407;
  --ink: #080b12;
  --panel: #101722;
  --panel-2: #151d2a;
  --line: rgba(255, 255, 255, 0.16);
  --text: #f7fbff;
  --muted: #c5ccd8;
  --blue: #04aeea;
  --blue-deep: #0479b4;
  --violet: #7d35ff;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  line-height: 1.55;
  padding-bottom: 0;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-140%);
  border-radius: 4px;
  background: var(--blue);
  color: #001018;
  padding: 0.7rem 1rem;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: 0.8rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 4, 7, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  color: var(--white);
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  object-fit: cover;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.7rem, 2vw, 1.8rem);
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.nav a,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--blue);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 4px;
  padding: 0.8rem 1rem;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.header-cta,
.button-primary {
  background: var(--blue);
  color: #001018;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(3, 4, 7, 0.55);
  color: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: flex-end;
  padding: clamp(5rem, 12vw, 10rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 7vw, 5rem);
  background:
    linear-gradient(90deg, rgba(3, 4, 7, 0.96) 0%, rgba(3, 4, 7, 0.72) 42%, rgba(3, 4, 7, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 4, 7, 0.95), rgba(3, 4, 7, 0.04) 55%),
    url("assets/lawson-lineup.jpg") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--blue));
}

.hero-inner {
  width: min(850px, 100%);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-size: clamp(3.4rem, 9vw, 8.2rem);
  line-height: 0.92;
}

h1 span {
  display: block;
  color: var(--blue);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: 0.55rem;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-text,
.section-head p,
.split-copy p,
.workshop-intro p,
.contact-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.service-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}

.service-bar a {
  min-height: 124px;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.service-bar a:last-child {
  border-right: 0;
}

.service-bar strong {
  display: block;
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.service-bar span {
  display: block;
  margin-top: 0.55rem;
  color: var(--muted);
}

.section,
.split-section,
.contact-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(1rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 2rem;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-list article {
  min-height: 180px;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.service-list article:nth-child(even) {
  background: var(--panel-2);
}

.service-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.areas-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(4rem, 8vw, 7rem);
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(4, 174, 234, 0.12), transparent),
    var(--panel);
}

.areas-section p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.recommend-card {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 2px solid var(--violet);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}

.recommend-card strong {
  color: var(--blue);
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.9rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.recommend-card span {
  color: var(--muted);
}

.split-copy {
  align-self: center;
  padding: clamp(0.5rem, 2vw, 1.5rem);
}

.split-photo,
.photo-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}

.split-photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.photo-grid .wide {
  grid-column: span 3;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.photo-grid .wide img {
  max-height: 590px;
}

.workshop {
  padding-top: 0;
}

.workshop-intro {
  max-width: 820px;
  margin: -0.5rem 0 1.2rem;
}

.workshop-grid img {
  min-height: 320px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: start;
  margin-bottom: clamp(4rem, 8vw, 6rem);
  padding: clamp(1.2rem, 4vw, 2.2rem);
  border-top: 6px solid var(--blue);
  border-radius: 8px;
  background: var(--panel);
}

.contact-list {
  display: grid;
  gap: 0.75rem;
  font-style: normal;
}

.contact-list a {
  display: block;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
}

.contact-list span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.mobile-contact {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .service-list,
  .section-head,
  .split-section,
  .contact-section,
  .areas-section {
    grid-template-columns: 1fr 1fr;
  }

  .service-bar {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .service-bar a {
    scroll-snap-align: start;
  }

  .split-copy,
  .contact-copy {
    grid-column: 1 / -1;
  }

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

  .photo-grid .wide {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    padding: 0.65rem 0.8rem;
  }

  .brand span {
    max-width: 11rem;
    font-size: 1.15rem;
    line-height: 0.95;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
    min-height: 42px;
    padding-inline: 0.75rem;
    font-size: 0.95rem;
  }

  .hero {
    min-height: 72vh;
    align-items: flex-end;
    padding: 4rem 0.9rem 1.4rem;
    background-position: 58% center;
  }

  .eyebrow {
    font-size: 0.82rem;
  }

  h1 {
    font-size: clamp(3.8rem, 18vw, 5.7rem);
    line-height: 0.88;
  }

  h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .hero-text,
  .split-copy p,
  .workshop-intro p,
  .contact-copy p,
  .areas-section p {
    font-size: 1.05rem;
  }

  .actions .button {
    width: 100%;
  }

  .service-list,
  .section-head,
  .split-section,
  .photo-grid,
  .contact-section,
  .areas-section {
    grid-template-columns: 1fr;
  }

  .service-bar {
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .service-bar a {
    min-height: 112px;
    border-bottom: 1px solid var(--line);
  }

  .service-bar strong {
    font-size: 1.75rem;
  }

  .section {
    padding: 3.2rem 0;
  }

  .section,
  .split-section,
  .contact-section,
  .areas-section {
    width: min(100% - 1rem, 1180px);
  }

  .photo-grid .wide {
    grid-column: span 1;
  }

  .split-photo img,
  .photo-grid img,
  .workshop-grid img {
    min-height: 240px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-contact {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(3, 4, 7, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  }

  .mobile-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 4px;
    background: var(--blue);
    color: #001018;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-contact a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: var(--violet);
    color: var(--white);
  }
}
